02-Virtual Technologies Configuration Guide

HomeSupportResource CenterRoutersH3C SR6600-X Router SeriesH3C SR6600-X Router SeriesTechnical DocumentsConfigure & DeployConfiguration GuidesH3C SR6602-X Routers Configuration Guides-R7607-6W10002-Virtual Technologies Configuration Guide
Table of Contents
Related Documents
01-IRF configuration
Title Size Download
01-IRF configuration 390.06 KB

Contents

Setting up an IRF fabric· 1

Overview· 1

Network topology· 2

Basic concepts· 2

Configuration synchronization· 4

Loop elimination mechanism·· 4

Master election· 4

Multi-active handling procedure· 5

MAD mechanisms· 5

Hardware compatibility· 8

General restrictions and configuration guidelines· 8

IRF fabric size· 8

Software requirements· 8

IRF physical interface requirements· 9

Connecting IRF ports· 9

MDC configuration restrictions· 9

Configuration backup· 9

Setup and configuration task list 10

Planning the IRF fabric setup· 10

Preconfiguring IRF member devices in standalone mode· 11

Assigning a member ID to each IRF member device· 11

Specifying a priority for each member device· 11

Binding physical interfaces to IRF ports· 11

Saving configuration to the next-startup configuration file· 12

Connecting IRF physical interfaces· 12

Setting the operating mode to IRF mode· 13

Accessing the IRF fabric· 14

Configuring MAD·· 14

Configuring LACP MAD·· 14

Configuring BFD MAD·· 15

Excluding a service interface from the shutdown action upon detection of multi-active collision· 17

Recovering an IRF fabric· 17

Configuring IRF member devices in IRF mode· 18

Bulk-configuring basic IRF settings for a device in IRF mode· 19

Changing the member ID of a device· 19

Changing the priority of a member device· 20

Adding physical interfaces to an IRF port 20

Enabling IRF auto-merge· 22

Configuring a member device description· 22

Configuring IRF link load sharing mode· 22

Configuring IRF bridge MAC persistence· 23

Enabling software auto-update for software image synchronization· 24

Setting the IRF link down report delay· 25

Displaying and maintaining an IRF fabric· 25

IRF configuration examples· 25

LACP MAD-enabled IRF configuration example· 26

BFD MAD-enabled IRF configuration example· 28

Configuration example for restoring standalone mode· 30

 

 


Setting up an IRF fabric

Overview

The Intelligent Resilient Framework (IRF) technology virtualizes multiple physical devices at the same layer into one virtual fabric to provide data center class availability and scalability. IRF virtualization technology offers processing power, interaction, unified management, and uninterrupted maintenance of multiple devices.

Figure 1 shows an IRF fabric that has two devices, which appear as a single node to the upper-layer and lower-layer devices.

Figure 1 IRF application scenario

 

IRF provides the following benefits:

·     Simplified topology and easy management—An IRF fabric appears as one node and is accessible at a single IP address on the network. You can use this IP address to log in at any member device to manage all the members of the IRF fabric. In addition, you do not need to run the spanning tree feature among the IRF members.

·     1:N redundancy—In an IRF fabric, one member acts as the master to manage and control the entire IRF fabric. All the other members process services while backing up the master. When the master fails, all the other member devices elect a new master from among them to take over without interrupting services.

·     IRF link aggregation—You can assign several physical links between neighboring members to their IRF ports to create a load-balanced aggregate IRF connection with redundancy.

·     Multichassis link aggregation—You can use the Ethernet link aggregation feature to aggregate the physical links between the IRF fabric and its upstream or downstream devices across the IRF members.

·     Network scalability and resiliency—Processing capacity of an IRF fabric equals the total processing capacities of all the members. You can increase ports, network bandwidth, and processing capacity of an IRF fabric simply by adding member devices without changing the network topology.

Network topology

An IRF fabric can use a daisy-chain topology. For information about connecting IRF member devices, see "Connecting IRF physical interfaces."

Basic concepts

Operating mode

The device operates in one of the following modes:

·     Standalone mode—The device cannot form an IRF fabric with other devices.

·     IRF mode—The device can form an IRF fabric with other devices.

IRF member roles

IRF uses two member roles: master and standby (called subordinate throughout the documentation).

When devices form an IRF fabric, they elect a master to manage and control the IRF fabric, and all the other devices back up the master. When the master device fails, the other devices automatically elect a new master. For more information about master election, see "Master election."

IRF member ID

An IRF fabric uses member IDs to uniquely identify and manage its members. This member ID information is included as the first part of interface numbers and file paths to uniquely identify interfaces and files in an IRF fabric. Two devices cannot form an IRF fabric if they use the same member ID. A device cannot join an IRF fabric if its member ID has been used in the fabric.

For example, after you assign a device with a member ID of 2 to an IRF fabric, the name of interface GigabitEthernet 1/1/1 changes to GigabitEthernet 2/1/1/1. The file path changes from slot1#flash:/test.cfg to chassis2#slot1#flash:/test.cfg.

IRF port

An IRF port is a logical interface that connects IRF member devices. Every IRF-capable device has two IRF ports.

In standalone mode, the IRF ports are named IRF-port 1 and IRF-port 2.

In IRF mode, the IRF ports are named IRF-port n/1 and IRF-port n/2, where n is the member ID of the device. The two IRF ports are referred to as IRF-port 1 and IRF-port 2 in this book.

To use an IRF port, you must bind a minimum of one physical interface to it. The physical interfaces assigned to an IRF port automatically form an aggregate IRF link. An IRF port goes down when all its IRF physical interfaces are down.

IRF physical interface

IRF physical interfaces connect IRF member devices and must be bound to an IRF port. They forward traffic between member devices, including IRF protocol packets and data packets that must travel across IRF member devices.

For more information about physical interfaces that can be used for IRF links, see "IRF physical interface requirements."

MAD

An IRF link failure causes an IRF fabric to split in two IRF fabrics operating with the same Layer 3 settings, including the same IP address. To avoid IP address collision and network problems, IRF uses multi-active detection (MAD) mechanisms to detect the presence of multiple identical IRF fabrics, handle collisions, and recover from faults.

IRF domain ID

One IRF fabric forms one IRF domain. IRF uses IRF domain IDs to uniquely identify IRF fabrics and prevent IRF fabrics from interfering with one another.

As shown in Figure 2, IRF fabric 1 contains Device A and Device B, and IRF fabric 2 contains Device C and Device D. Both fabrics use the LACP aggregate links between them for MAD. When a member device receives an extended LACPDU for MAD, it checks the domain ID to see whether the packet is from the local IRF fabric. Then, the device can handle the packet correctly.

Figure 2 A network that contains two IRF domains

 

IRF split

IRF split occurs when an IRF fabric breaks up into multiple IRF fabrics because of IRF link failures, as shown in Figure 3. The split IRF fabrics operate with the same IP address. IRF split causes routing and forwarding problems on the network. To quickly detect a multi-active collision, configure a minimum of one MAD mechanism (see "Configuring MAD").

Figure 3 IRF split

 

IRF merge

IRF merge occurs when two split IRF fabrics reunite or when two independent IRF fabrics are united, as shown in Figure 4.

Figure 4 IRF merge

 

Member priority

Member priority determines the possibility of a member device to be elected the master. A member with higher priority is more likely to be elected the master.

Configuration synchronization

IRF uses a strict running-configuration synchronization mechanism. In an IRF fabric, all devices obtain and run the running configuration of the master. Configuration changes are automatically propagated from the master to the remaining devices. The configuration files of these devices are retained, but the files do not take effect. The devices use their own startup configuration files only after they are removed from the IRF fabric.

For more information about configuration management, see Fundamentals Configuration Guide.

Loop elimination mechanism

Loop control protocols such as the spanning tree feature cannot be configured on IRF physical interfaces. However, IRF has its own mechanism to eliminate loops. Before an IRF member device forwards a packet, it identifies whether loops exist on the forwarding path based on the source and destination physical interfaces and the IRF topology. If a loop exists, the device discards the packet on the source interface of the looped path. This loop elimination mechanism will drop a large number of broadcast packets on the IRF physical interfaces. To reduce SNMP notifications of packet drops when you use SNMP tools, do not monitor packet forwarding on the IRF physical interfaces.

Master election

Master election occurs each time the IRF fabric topology changes in the following situations:

·     The IRF fabric is established.

·     The master device fails or is removed.

·     The IRF fabric splits.

·     Independent IRF fabrics merge.

 

 

NOTE:

Master election does not occur when split IRF fabrics merge. The member devices in the Recovery-state IRF fabrics reboot to join the active IRF fabric as subordinate devices. The master device of the active IRF fabric is the master of the merged IRF fabric.

 

Master election selects a master in descending order:

1.     Current master, even if a new member has higher priority.

When an IRF fabric is being formed, all members consider themselves as the master. This rule is skipped.

2.     Member with higher priority.

3.     Member with the longest system uptime.

Two members are considered to start up at the same time if the difference between their startup times is equal to or less than 10 minutes. For these members, the next tiebreaker applies.

4.     Member with the lowest CPU MAC address.

For the setup of a new IRF fabric, the subordinate devices must reboot to complete the setup after the master election.

For an IRF merge, devices must reboot if they are in the IRF fabric that fails the master election. The reboot can be performed automatically or manually.

Multi-active handling procedure

The multi-active handling procedure includes detection, collision handling, and failure recovery.

Detection

MAD identifies each IRF fabric with a domain ID and an active ID (the member ID of the master). If multiple active IDs are detected in a domain, MAD determines that an IRF collision or split has occurred.

For more information about the MAD mechanisms and their application scenarios, see "MAD mechanisms."

Collision handling

When MAD detects a multi-active collision, it sets all IRF fabrics except one to the Recovery state. The fabric that is not placed in Recovery state can continue to forward traffic. The Recovery-state IRF fabrics are inactive and cannot forward traffic.

LACP MAD and BFD MAD use the following process to handle a multi-active collision:

1.     Compare the number of members in each fabric.

2.     Set all fabrics to the Recovery state except the one that has the most members.

3.     Compare the member IDs of the masters if all IRF fabrics have the same number of members.

4.     Set all fabrics to the Recovery state except the one that has the lowest numbered master.

5.     Shut down all service interfaces in the Recovery-state fabrics except for the following service interfaces:

¡     IRF physical interfaces.

¡     Service interfaces specified by using the mad exclude interface command.

Failure recovery

To merge two split IRF fabrics, first repair the failed IRF link and remove the IRF link failure.

·     If the IRF fabric in Recovery state fails before the failure is recovered, repair the failed IRF fabric and the failed IRF link.

·     If the active IRF fabric fails before the failure is recovered, enable the inactive IRF fabric to take over the active IRF fabric. Then, repair the failed IRF fabric and the failed IRF link.

MAD mechanisms

IRF provides MAD mechanisms by extending LACP and BFD.

You must configure a minimum of one MAD mechanism on an IRF fabric.

Table 1 compares the MAD mechanisms and their application scenarios.

Table 1 Comparison of MAD mechanisms

MAD mechanism

Advantages

Disadvantages

Application scenario

LACP MAD

·     Detection speed is fast.

·     Does not require MAD-dedicated physical links or Layer 3 interfaces.

Requires an intermediate device that supports extended LACP for MAD.

Link aggregation is used between the IRF fabric and its upstream or downstream device.

For information about LACP, see Layer 2—LAN Switching Configuration Guide.

BFD MAD

·     Detection speed is fast.

·     No intermediate device is required.

·     Intermediate device, if used, can come from any vendor.

·     Requires MAD dedicated physical links and Layer 3 interfaces, which cannot be used for transmitting user traffic.

·     If no intermediate device is used, any two IRF members must have a BFD MAD link to each other.

·     If an intermediate device is used, every IRF member must have a BFD MAD link to the intermediate device.

·     No special requirements for network scenarios.

·     If no intermediate device is used, this mechanism is only suitable for IRF fabrics that have a small number of members that are geographically close to one another.

For information about BFD, see High Availability Configuration Guide.

 

LACP MAD

As shown in Figure 5, LACP MAD has the following requirements:

·     Every IRF member must have a link with an intermediate device.

·     All the links form a dynamic link aggregation group.

·     The intermediate device must be a device that supports extended LACP for MAD.

The IRF member devices send extended LACPDUs that convey a domain ID and an active ID. The intermediate device transparently forwards the extended LACPDUs received from one member device to all the other member devices.

·     If the domain IDs and active IDs sent by all the member devices are the same, the IRF fabric is integrated.

·     If the extended LACPDUs convey the same domain ID but different active IDs, a split has occurred. LACP MAD handles this situation as described in "Collision handling."

Figure 5 LACP MAD scenario

 

BFD MAD

IMPORTANT

IMPORTANT:

BFD MAD is supported only on the default MDC.

 

BFD MAD can work with or without an intermediate device. Figure 6 shows a typical BFD MAD application scenario.

To use BFD MAD:

·     Set up dedicated BFD MAD link between each pair of IRF members or between each IRF member and the intermediate device. Do not use the BFD MAD links for any other purposes.

·     Create a Layer 3 aggregate interface for BFD MAD, and assign a MAD IP address to each member on the aggregate interface.

 

 

NOTE:

The MAD IP addresses identify the member devices and must belong to the same subnet.

 

·     Assign the ports connected by BFD MAD links to the Layer 3 aggregation group.

On the intermediate device (if any), create a VLAN and assign the ports on BFD MAD links to the VLAN. Do not assign the ports to an aggregate interface.

With BFD MAD, the master attempts to establish BFD sessions with other member devices by using its MAD IP address as the source IP address.

·     If the IRF fabric is integrated, only the MAD IP address of the master takes effect. The master cannot establish a BFD session with any other member. If you execute the display bfd session command, the state of the BFD sessions is Down.

·     When the IRF fabric splits, the IP addresses of the masters in the split IRF fabrics take effect. The masters can establish a BFD session. If you execute the display bfd session command, the state of the BFD session between the two devices is Up.

Figure 6 BFD MAD scenario

 

Hardware compatibility

General restrictions and configuration guidelines

For a successful IRF setup, follow the restrictions and guidelines in this section and the setup procedure in "Setup and configuration task list."

IRF fabric size

An IRF fabric of this series routers can contain a maximum of two chassis.

Software requirements

All IRF member devices must run the same software image version. Make sure the software auto-update feature is enabled on all member devices.

IRF physical interface requirements

IRF physical interface location

On SR6602-X routers, use the following ports for IRF links:

·     SR6602-X1—The four fixed GE ports.

·     SR6602-X2—The four fixed GE ports and the two fixed 10-GE ports.

 All IRF physical interfaces bound to an IRF port must operate at the same rate. The two ends of an IRF link must also operate at the same rate.

Selecting transceiver modules and cables

When you select transceiver modules and cables, follow these restrictions and guidelines:

·     Use straight-through or crossover copper Ethernet cables to connect copper Ethernet ports for a short-distance connection.

·     Use DAC cables to connect fiber Ethernet ports for a short-distance connection.

·     Use transceiver modules and fibers to connect fiber Ethernet ports for a long-distance connection.

·     The transceiver modules at the two ends of an IRF link must be the same type. For more information about transceiver modules, see the device installation guide.

Connecting IRF ports

When you connect two neighboring IRF members, follow these restrictions and guidelines:

·     You must connect the physical interfaces of IRF-port 1 on one member to the physical interfaces of IRF-port 2 on the other.

·     Do not connect physical interfaces of both IRF ports on one member device to the physical interfaces of both IRF ports on the other device.

MDC configuration restrictions

If the IRF fabric splits, do not change the MDC settings on any IRF member devices before they reunite.

Except for the commands in Table 2, all IRF commands are available only on the default MDC.

Table 2 IRF commands available on both default and non-default MDCs

Command category

Commands

Display commands

display irf link

MAD commands

mad enable

mad exclude interface

 

For more information about MDCs, see "Configuring MDCs."

Configuration backup

As a best practice, back up the next-startup configuration file on a device before adding the device to an IRF fabric as a subordinate.

A subordinate device's next-startup configuration file might be overwritten if the master and the subordinate use the same file name for their next-startup configuration files. You can use the backup file to restore the original configuration after removing the subordinate from the IRF fabric.

Setup and configuration task list

To set up and configure an IRF fabric:

 

Tasks at a glance

Remarks

1.     (Required.) Planning the IRF fabric setup

N/A

2.     (Required.) Preconfiguring IRF member devices in standalone mode:

¡     Assigning a member ID to each IRF member device

¡     Specifying a priority for each member device

¡     Binding physical interfaces to IRF ports

You can configure member IDs, member priority, and IRF port bindings in standalone or IRF mode.

As a best practice, perform these tasks in standalone mode to reduce the number of reboots.

3.     (Required.) Saving configuration to the next-startup configuration file

N/A

4.     (Required.) Connecting IRF physical interfaces

N/A

5.     (Required.) Setting the operating mode to IRF mode

N/A

6.     (Required.) Accessing the IRF fabric

N/A

7.     (Required.) Configuring MAD:

¡     Configuring LACP MAD

¡     Configuring BFD MAD

¡     Excluding a service interface from the shutdown action upon detection of multi-active collision

¡     Recovering an IRF fabric

You must configure a minimum of one MAD mechanism on an IRF fabric.

Perform the following optional tasks depending on the network environment:

·     Excluding a service interface from the shutdown action upon detection of multi-active collision.

·     Recovering an IRF fabric.

8.     (Optional.) Configuring IRF member devices in IRF mode:

¡     Bulk-configuring basic IRF settings for a device in IRF mode

¡     Changing the member ID of a device

¡     Changing the priority of a member device

¡     Adding physical interfaces to an IRF port

¡     Enabling IRF auto-merge

¡     Configuring a member device description

¡     Configuring IRF link load sharing mode

¡     Configuring IRF bridge MAC persistence

¡     Enabling software auto-update for software image synchronization

¡     Setting the IRF link down report delay

Adding physical interfaces to an IRF port is required if you did not configure IRF port bindings in standalone mode.

CAUTION CAUTION:

Changing member IDs in an IRF fabric can void member ID-related configuration and cause unexpected problems. Make sure you understand the impact on your live network before you change member IDs.

 

Planning the IRF fabric setup

Consider the following items when you plan an IRF fabric:

·     Hardware compatibility and restrictions.

·     IRF fabric size.

·     Master device.

·     IRF physical interfaces.

·     Member ID and priority assignment scheme.

·     Fabric topology and cabling scheme.

For more information about hardware and cabling, see the device installation guide.

Preconfiguring IRF member devices in standalone mode

Perform the preconfiguration tasks on every IRF member device. These settings take effect on each member device after their operating mode changes to IRF.

Assigning a member ID to each IRF member device

Assign a unique IRF member ID to a device before changing the device's operating mode to IRF.

To assign a member ID to the device in standalone mode:

 

Step

Command

Remarks

1.     Enter system view.

system-view

N/A

2.     Assign an IRF member ID to the device.

irf member member-id

The default member ID is 1.

 

Specifying a priority for each member device

IRF member priority represents the possibility for a device to be elected the master in an IRF fabric. The higher the priority, the higher the possibility.

To specify a priority for the device in standalone mode:

 

Step

Command

Remarks

1.     Enter system view.

system-view

N/A

2.     Specify a priority for the device.

irf priority priority

The default IRF member priority is 1.

 

Binding physical interfaces to IRF ports

To establish an IRF connection between two devices, you must bind a minimum of one physical interface to IRF-port 1 on one device and to IRF-port 2 on the other.

Configuration restrictions and guidelines

When you bind physical interfaces to IRF ports, follow these restrictions and guidelines:

·     You must configure IRF physical interfaces as Layer 2 interfaces. Layer 3 interfaces cannot be bound to IRF ports. To configure a physical interface as a Layer 2 interface, use the port link-mode bridge command. For more information about this command, see Interface Configuration Guide.

·     In standalone mode, IRF port binding operations do not affect the current configuration of a physical interface. However, when the operating mode changes to IRF mode, the default configuration is restored on the physical interface. You can execute only the combo enable { copper | fiber }, description, and shutdown commands on an IRF physical interface. For more information about these commands, see Interface Command Reference.

Configuration procedure

To bind physical interfaces to IRF ports:

 

Step

Command

Remarks

1.     Enter system view.

system-view

N/A

2.     Enter IRF port view.

irf-port irf-port-number

N/A

3.     Bind a physical interface to the IRF port.

port group interface interface-type interface-number [ mode enhanced ]

By default, no physical interfaces are bound to an IRF port.

Repeat this step to assign multiple physical interfaces to the IRF port.

An IRF physical interface operates in enhanced mode after the IRF binding takes effect, regardless of whether you have specified the mode enhanced keywords.

 

Saving configuration to the next-startup configuration file

Save the running configuration before converting to the IRF mode. The mode change requires a reboot, which causes all unsaved settings to be lost.

Perform the following task in any view:

 

Task

Command

Save the running configuration to the next-startup configuration file.

save [ safely ] [ backup | main ] [ force ]

 

Connecting IRF physical interfaces

When you connect two neighboring IRF members, connect the physical interfaces of IRF-port 1 on one member to the physical interfaces of IRF-port 2 on the other (see Figure 7).

Figure 7 Connecting IRF physical interfaces

 

Connect the devices into a daisy-chain topology.

Figure 8 Daisy-chain topology

 

Setting the operating mode to IRF mode

By default, the device operates in standalone mode. To assign the device to an IRF fabric, you must change its operating mode to IRF mode.

To set the operating mode of a device to IRF mode:

 

Step

Command

Remarks

1.     (Optional.) Verify that a unique IRF member ID has been assigned to the device.

display irf configuration

Check the MemberID field.

2.     Enter system view.

system-view

N/A

3.     Set the operating mode to IRF mode.

chassis convert mode irf

The default operating mode is standalone mode.

 

After you change the operating mode, the device automatically reboots for the change to take effect.

During the reboot, you may choose to have the system automatically convert the startup configuration file. Automatic configuration conversion prevents slot- or interface-related settings from becoming invalid. For example, the system adds member ID information to interface numbers and file paths in IRF mode.

To restore the standalone mode, use the undo chassis convert mode command.

 

TIP

TIP:

IRF generates packets on a device in IRF mode even if the device does not form an IRF fabric with any other devices. To conserve system resources, set a device to standalone mode after removing it from an IRF fabric.

 

Accessing the IRF fabric

The IRF fabric appears as one device after it is formed. You configure and manage all IRF members at the CLI of the master device. All settings you have made are automatically propagated to the IRF members.

The following methods are available for accessing an IRF fabric:

·     Local login—Log in through the console port of any member device.

·     Remote login—Log in at a Layer 3 interface on any member device by using methods including Telnet, Web, and SNMP.

When you log in to an IRF fabric, you are placed at the CLI of the master, regardless of at which member device you are logged in.

For more information, see login configuration in Fundamentals Configuration Guide.

Configuring MAD

When you configure MAD, follow these restrictions and guidelines:

·     You must configure a minimum of one MAD mechanism on an IRF fabric.

·     If LACP MAD runs between two IRF fabrics, assign each fabric a unique IRF domain ID. (For BFD MAD, this task is optional.)

·     An IRF fabric has only one IRF domain ID.

¡     You can change the IRF domain ID by using the irf domain or mad enable command. The IRF domain IDs configured by using the commands overwrite each other.

¡     In an MDC environment, if you change the IRF domain ID in one MDC, the IRF domain IDs in all other MDCs change automatically. The irf domain command is available only on the default MDC. The mad enable command is available on any MDCs.

·     To prevent a service interface from being shut down when the IRF fabric transits to the Recovery state, use the mad exclude interface command. To bring up service interfaces in a Recovery-state IRF fabric, use the mad restore command instead of the undo shutdown command. The mad restore command activates the Recovery-state IRF fabric.

Configuring LACP MAD

When you use LACP MAD, follow these guidelines:

·     The intermediate device must be a device that supports extended LACP for MAD.

·     If the intermediate device is also an IRF fabric, assign the two IRF fabrics different domain IDs for correct split detection.

·     Use dynamic link aggregation mode. MAD is LACP dependent. Even though LACP MAD can be configured on both static and dynamic aggregate interfaces, it takes effect only on dynamic aggregate interfaces.

·     Configure link aggregation settings on the intermediate device.

To configure LACP MAD:

 

Step

Command

Remarks

1.     Enter system view.

system-view

N/A

2.     Assign a domain ID to the IRF fabric.

irf domain domain-id

The default IRF domain ID is 0.

3.     Create a Layer 3 aggregate interface and enter Layer 3 aggregate interface view.

interface route-aggregation interface-number

Perform this step also on the intermediate device.

4.     Configure the aggregation group to operate in dynamic aggregation mode.

link-aggregation mode dynamic

By default, an aggregation group operates in static aggregation mode.

Perform this step also on the intermediate device.

5.     Enable LACP MAD.

mad enable

By default, LACP MAD is disabled.

6.     Return to system view.

quit

N/A

7.     Enter Ethernet interface view or interface range view.

·     Enter interface range view:

¡     Method 1:
interface range { interface-type interface-number [ to interface-type interface-number ] } &<1-5>

¡     Method 2:
interface range name name [ interface { interface-type interface-number [ to interface-type interface-number ] } &<1-5> ]

·     Enter Ethernet interface view:
interface interface-type interface-number

To assign a range of ports to the aggregation group, enter interface range view.

To assign one port to the aggregation group, enter Ethernet interface view.

8.     Assign the Ethernet port or the range of Ethernet ports to the specified aggregation group.

port link-aggregation group group-id

Multichassis link aggregation is allowed.

Also perform this step on the intermediate device.

 

Configuring BFD MAD

When you use BFD MAD, follow these restrictions and guidelines:

 

Category

Restrictions and guidelines

BFD MAD-enabled Layer 3 aggregate interface

Make sure the IRF fabrics on the network use different aggregate interfaces for BFD MAD.

BFD MAD VLAN

On the intermediate device (if any), assign the ports on the BFD MAD links to the same VLAN. Do not assign the ports to an aggregate interface.

BFD MAD-enabled Layer 3 aggregate interface and feature compatibility

Configure only the mad bfd enable and mad ip address commands on the BFD MAD-enabled interface. If you configure other features, both BFD MAD and other features on the interface might run incorrectly.

MAD IP address

·     To avoid problems, only use the mad ip address command to configure IP addresses on the BFD MAD-enabled interface. Do not configure an IP address by using the ip address command or configure a VRRP virtual address on the BFD MAD-enabled interface.

·     Make sure all the MAD IP addresses are on the same subnet.

 

To configure BFD MAD:

 

Step

Command

Remarks

1.     Enter system view.

system-view

N/A

2.     (Optional.) Assign a domain ID to the IRF fabric.

irf domain domain-id

By default, the domain ID of an IRF fabric is 0.

3.     Create a Layer 3 aggregate interface for BFD MAD.

interface route-aggregation interface-number

N/A

4.     Return to system view.

quit

N/A

5.     Enter interface view or interface range view.

·     Enter interface range view:

¡     Method 1:
interface range { interface-type interface-number [ to interface-type interface-number ] } &<1-5>

¡     Method 2:
interface range name name [ interface { interface-type interface-number [ to interface-type interface-number ] } &<1-5> ]

·     Enter interface view:
interface interface-type interface-number

To assign a range of ports to the aggregation group for the aggregate interface, enter interface range view.

To assign one port to the aggregation group for the aggregate interface, enter Ethernet interface view.

6.     Assign the port or the range of ports to the aggregation group for the aggregate interface.

port link-aggregation group group-id

Make sure the group number is identical to the aggregate interface number.

7.     Return to system view.

quit

N/A

8.     Enter Layer 3 aggregate interface view.

interface route-aggregation interface-number

N/A

9.     Enable BFD MAD.

mad bfd enable

By default, BFD MAD is disabled.

10.     Assign a MAD IP address to a member device on the Layer 3 aggregate interface.

mad ip address ip-address { mask | mask-length } member member-id

By default, no MAD IP addresses are configured on aggregate interfaces.

Repeat this step to assign a MAD IP address to each member device on the aggregate interface.

 

Excluding a service interface from the shutdown action upon detection of multi-active collision

By default, all service interfaces except for the IRF physical interfaces shut down automatically when the IRF fabric transits to the Recovery state.

You can exclude a service interface from the shutdown action for management or other special purposes. For example:

·     Exclude a port from the shutdown action so you can Telnet to the port for managing the device.

·     Exclude a VLAN interface and its Layer 2 ports from the shutdown action so you can log in through the VLAN interface.

Configuration restrictions and guidelines

When you configure this feature, follow these restrictions and guidelines:

·     If the Layer 2 ports of a VLAN interface are distributed on multiple member devices, the exclusion operation might introduce IP collision risks. The VLAN interface might be up on both active and inactive IRF fabrics.

·     Do not exclude the aggregate interfaces used for MAD and their member ports from the shutdown action.

Configuration procedure

To configure a service interface to not shut down when the IRF fabric transits to the Recovery state:

 

Step

Command

Remarks

1.     Enter system view.

system-view

N/A

2.     Configure a service interface to not shut down when the IRF fabric transits to the Recovery state.

mad exclude interface interface-type interface-number

By default, all service interfaces on a Recovery-state IRF fabric are shut down, except for the IRF physical interfaces.

 

Recovering an IRF fabric

After the failed IRF link between two split IRF fabrics is recovered, log in to the inactive IRF fabric, and use the reboot command to reboot all its member devices. If the irf auto-merge enable command has been configured, the inactive IRF member devices automatically reboot after the failed link is recovered. After these member devices join the active IRF fabric as subordinate devices, the IRF merge is complete, as shown in Figure 9. The service interfaces that have been shut down by MAD automatically restore their original state.

Figure 9 Recovering the IRF fabric

 

If the active IRF fabric fails before the IRF link is recovered (see Figure 10), use the mad restore command on the inactive IRF fabric to recover the inactive IRF fabric. This command also brings up all service interfaces that were shut down by MAD. After the IRF link is repaired, merge the two parts into a unified IRF fabric.

Figure 10 Active IRF fabric fails before the IRF link is recovered

 

To manually recover an inactive IRF fabric:

 

Step

Command

1.     Enter system view.

system-view

2.     Recover the inactive IRF fabric.

mad restore

 

Configuring IRF member devices in IRF mode

You can perform the tasks in this section or configure features in all other configuration guides for an IRF fabric from the master's CLI.

Bulk-configuring basic IRF settings for a device in IRF mode

IMPORTANT

IMPORTANT:

The device reboots immediately after you specify a new member ID for it. Make sure you are aware of the impact on the network.

 

Use the easy IRF feature to bulk-configure basic IRF settings for a device in IRF mode, including the member ID, domain ID, priority, and IRF port bindings.

The easy IRF feature provides the following configuration methods:

·     Interactive method—Enter the easy-irf command without parameters. The system will guide you to set the parameters step by step.

·     Non-interactive method—Enter the easy-irf command with parameters.

As a best practice, use the interactive method if you are new to IRF.

When you specify IRF physical interfaces for an IRF port, you must follow the IRF port binding restrictions in "IRF physical interface requirements."

If you specify IRF physical interfaces by using the interactive method, you must also follow these restrictions and guidelines:

·     Do not enter spaces between the interface type and interface number.

·     Use a comma (,) to separate two physical interfaces. No spaces are allowed between interfaces.

To bulk-configure basic IRF settings for a device in IRF mode:

 

Step

Command

Remarks

1.     Enter system view.

system-view

N/A

2.     Bulk-configure basic IRF settings for the device.

easy-irf [ member member-id [ renumber new-member-id ] domain domain-id [ priority priority ] [ irf-port1 interface-list1 ] [ irf-port2 interface-list2 ] ]

Make sure the new member ID is unique in the IRF fabric to which the device will be added.

If you execute this command multiple times, the following settings take effect:

·     The most recent settings for the member ID, domain ID, and priority.

·     IRF port bindings added through executions of the command.

To remove an IRF physical interface from an IRF port, you must use the undo port group interface command in IRF port view.

 

Changing the member ID of a device

CAUTION

CAUTION:

In IRF mode, an IRF member ID change can invalidate member ID-related settings and cause data loss. Make sure you fully understand its impact on your live network.

 

The new member ID takes effect at reboot. After the device reboots, the settings on all member ID-related physical resources (including common physical service interfaces) are removed, regardless of whether you have saved the configuration.

To change the member ID of a member device:

 

Step

Command

Remarks

1.     Enter system view.

system-view

N/A

2.     Change the member ID of a member device.

irf member member-id renumber new-member-id

By default, the device uses the member ID that is set in standalone mode.

3.     Save the running configuration.

save [ safely ] [ force ]

N/A

4.     Reboot the member device.

reboot chassis chassis-number [ force ]

The chassis-number must be the same as the member-id specified in the irf member member-id renumber new-member-id command.

 

Changing the priority of a member device

You can change the priority of a member device so it can be elected the master in the next master election.

A change to member priority can affect the master re-election result. However, it does not cause an immediate master re-election.

To change the priority of a member device:

 

Step

Command

Remarks

1.     Enter system view.

system-view

N/A

2.     Specify a priority for a member of an IRF fabric.

irf member member-id priority priority

The default IRF member priority is 1.

 

Adding physical interfaces to an IRF port

In IRF mode, you can add physical interfaces to an IRF port without traffic interruption on the IRF port.

When you perform this task, follow the IRF physical interface restrictions and configuration guidelines in these sections:

·     IRF physical interface requirements.

·     Binding physical interfaces to IRF ports.

To configure IRF ports:

 

Step

Command

Remarks

1.     Enter system view.

system-view

N/A

2.     Enter Ethernet interface view or interface range view.

·     Enter interface range view:

¡     Method 1:
interface range { interface-type interface-number [ to interface-type interface-number ] } &<1-5>

¡     Method 2:
interface range name name [ interface { interface-type interface-number [ to interface-type interface-number ] } &<1-5> ]

·     Enter interface view:
interface interface-type interface-number

To shut down a range of IRF physical interfaces, enter interface range view.

To shut down one IRF physical interface, enter its interface view.

3.     Shut down the physical interfaces.

shutdown

If you cannot shut down a physical interface, follow the system instruction to shut down its peer interface.

4.     Return to system view.

quit

N/A

5.     Enter IRF port view.

irf-port member-id/irf-port-number

N/A

6.     Bind each physical interface to the IRF port.

port group interface interface-type interface-number [ mode enhanced ]

By default, no physical interfaces are bound to an IRF port.

Repeat this step to assign multiple physical interfaces to the IRF port.

An IRF physical interface operates in enhanced mode after the IRF binding takes effect, regardless of whether you have specified the mode enhanced keywords.

7.     Return to system view.

quit

N/A

8.     Enter Ethernet interface view or interface range view.

·     Enter interface range view:

¡     Method 1:
interface range { interface-type interface-number [ to interface-type interface-number ] } &<1-5>

¡     Method 2:
interface range name name [ interface { interface-type interface-number [ to interface-type interface-number ] } &<1-5> ]

·     Enter interface view:
interface interface-type interface-number

N/A

9.     Bring up the physical interfaces.

undo shutdown

N/A

10.     Return to system view.

quit

N/A

11.     Save the running configuration.

save

Activating IRF port settings causes IRF merge and reboot. To avoid data loss, save the running configuration to the startup configuration file before you perform the operation.

12.     Activate the configuration on the IRF port.

irf-port-configuration active

After this step is performed, the state of the IRF port changes to UP. The member devices elect a master, and the subordinate device reboots automatically.

After the IRF fabric is formed, you can add physical interfaces to an IRF port (in UP state) without repeating this step.

 

Enabling IRF auto-merge

When two IRF fabrics merge, you must reboot the member devices in the IRF fabric that fails in the master election. The auto-merge feature enables the IRF fabric to automatically reboot all its member devices to complete the merge.

If this feature is disabled, you must manually reboot the devices in the IRF fabric that fails the master election to complete the merge.

To enable IRF auto-merge:

 

Step

Command

Remarks

1.     Enter system view.

system-view

N/A

2.     Enable IRF auto-merge.

irf auto-merge enable

By default, this feature is enabled.

 

Configuring a member device description

Step

Command

Remarks

1.     Enter system view.

system-view

N/A

2.     Configure a description for a member device.

irf member member-id description text

By default, no member device description is configured.

 

Configuring IRF link load sharing mode

On an IRF port, traffic is balanced across its physical links.

You can configure the IRF ports to distribute traffic based on any combination of the following criteria:

·     IP addresses.

·     MAC addresses.

·     Incoming ports.

The system displays an error message if a criteria combination is not supported.

To configure IRF link load sharing mode for all IRF ports:

 

Step

Command

Remarks

1.     Enter system view.

system-view

N/A

2.     Configure IRF link load sharing mode for all IRF ports.

irf-port global load-sharing mode { destination-ip | destination-mac | ingress-port | source-ip | source-mac } *

The following are the default criteria for distributing different types of packets across IRF links:

·     TCP/UDP packets—Source and destination TCP/UDP port numbers.

·     Non-TCP/-UDP IP packets—Source and destination IP addresses.

If you execute this command multiple times, the most recent configuration takes effect.

 

Configuring IRF bridge MAC persistence

By default, an IRF fabric uses the bridge MAC address of the master device as its bridge MAC address. Layer 2 protocols, such as LACP, use this bridge MAC address to identify the IRF fabric. On a switched LAN, the bridge MAC address must be unique.

To avoid duplicate bridge MAC addresses, an IRF fabric can change its bridge MAC address automatically after the address owner leaves. However, the change causes temporary traffic disruption.

Depending on the network condition, enable the IRF fabric to retain or change its bridge MAC address after the address owner leaves. Available options include:

·     irf mac-address persistent timer—Bridge MAC address of the IRF fabric is retained for 6 minutes after the address owner leaves. If the address owner does not return before the timer expires, the IRF fabric uses the bridge MAC address of the current master as its bridge MAC address. This option avoids unnecessary bridge MAC address changes caused by device reboot, transient link failure, or purposeful link disconnection.

·     irf mac-address persistent always—Bridge MAC address of the IRF fabric does not change after the address owner leaves.

·     undo irf mac-address persistent—Bridge MAC address of the current master replaces the original IRF bridge MAC address as soon as the owner of the original address leaves.

When IRF fabrics merge, IRF ignores the IRF bridge MAC address and checks the bridge MAC address of each member device in the IRF fabrics. IRF merge fails if any two member devices have the same bridge MAC address.

Configuration restrictions and guidelines

If the IRF fabric has cross-member aggregate links, do not use the undo irf mac-address persistent command.

Configuration procedure

To configure the IRF bridge MAC persistence setting:

 

Step

Command

Remarks

1.     Enter system view.

system-view

N/A

2.     Configure IRF bridge MAC persistence.

·     Retain the bridge MAC address permanently even if the address owner has left the fabric:
irf mac-address persistent always

·     Retain the bridge MAC address for 6 minutes after the address owner leaves the fabric:
irf mac-address persistent timer

·     Change the bridge MAC address as soon as the address owner leaves the fabric:
undo irf mac-address persistent

By default, the IRF bridge MAC address does not change after the address owner leaves the IRF fabric.

 

Enabling software auto-update for software image synchronization

IMPORTANT

IMPORTANT:

To ensure a successful software auto-update in a multi-user environment, prevent anyone from rebooting member devices during the auto-update process. To inform administrators of the auto-update status, configure the information center to output the status messages to configuration terminals (see Network Management and Monitoring Configuration Guide).

 

The software auto-update feature automatically synchronizes the current software images of the master to devices that are attempting to join the IRF fabric.

To join an IRF fabric, a device must use the same software images as the master in the fabric.

When you add a device to the IRF fabric, software auto-update compares the startup software images of the device with the current software images of the IRF master. If the two sets of images are different, the device automatically performs the following operations:

1.     Downloads the current software images of the master.

2.     Sets the downloaded images as its main startup software images.

3.     Reboots with the new software images to rejoin the IRF fabric.

You must manually update the new device with the software images running on the IRF fabric when software auto-update is disabled.

 

Configuration prerequisites

Make sure the device you are adding to the IRF fabric has sufficient storage space for the new software images.

If sufficient storage space is not available, the system automatically deletes the current software images of the new device. If the reclaimed space is still insufficient, the device cannot complete the auto-update. You must reboot the device, and then access the BootWare menus to delete files.

Configuration procedure

To enable software image synchronization:

 

Step

Command

Remarks

1.     Enter system view.

system-view

N/A

2.     Enable software auto-update.

irf auto-update enable

By default, software auto-update is enabled.

 

Setting the IRF link down report delay

To prevent frequent IRF splits and merges during link flapping, configure the IRF ports to delay reporting link down events.

An IRF port does not report a link down event to the IRF fabric immediately after its link changes from up to down. If the IRF link state is still down when the delay is reached, the port reports the change to the IRF fabric.

IRF ports do not delay link up events. They report the link up event immediately after the IRF link comes up.

To set the IRF link down report delay:

 

Step

Command

Remarks

1.     Enter system view.

system-view

N/A

2.     Set the IRF link down report delay.

irf link-delay interval

By default, the delay is 1000 milliseconds.

If the BFD feature is used in the IRF fabric, make sure the delay interval is shorter than the BFD session lifetime. For more information about BFD, see High Availability Configuration Guide.

 

Displaying and maintaining an IRF fabric

Execute display commands in any view.

 

Task

Command

Display information about all IRF members.

display irf

Display the IRF fabric topology.

display irf topology

Display IRF link information.

display irf link

Display IRF configuration.

display irf configuration

Display the load sharing mode for IRF links.

display irf-port load-sharing mode

Display MAD configuration.

display mad [ verbose ]

 

IRF configuration examples

This section provides IRF configuration examples for IRF fabrics that use different MAD mechanisms.

LACP MAD-enabled IRF configuration example

Network requirements

As shown in Figure 11, use Device A and Device B to set up a two-chassis IRF fabric.

Configure LACP MAD on the multichassis aggregation to Device C, an H3C device that supports extended LACP.

Figure 11 Network diagram

 

 

Configuration procedure

IMPORTANT

IMPORTANT:

Between two neighboring IRF members, IRF links must be bound to IRF-port 1 on one member and to IRF-port 2 on the other.

 

1.     Configure Device A:

# Assign member ID 1 to Device A, and bind Ten-GigabitEthernet 0/0/1 to IRF-port 2.

<Sysname> system-view

[Sysname] irf member 1

[Sysname] irf-port 2

[Sysname-irf-port2] port group interface ten-gigabitethernet 0/0/1

[Sysname-irf-port2] quit

# Save the configuration.

[Sysname] quit

<Sysname> save

# Enable IRF mode.

<Sysname> system-view

[Sysname] chassis convert mode irf

The device will switch to IRF mode and reboot.

You are recommended to save the current running configuration and specify the configuration file for the next startup. Continue? [Y/N]:y

Do you want to convert the content of the next startup configuration file flash:/startup.cfg to make it available in IRF mode? [Y/N]:y

Now rebooting, please wait...

Device A forms a single-chassis IRF fabric after it reboots.

2.     Configure Device B:

# Assign member ID 2 to Device B, and bind Ten-GigabitEthernet 0/0/1 to IRF-port 1.

<Sysname> system-view

[Sysname] irf member 2

[Sysname] irf-port 1

[Sysname-irf-port1] port group interface ten-gigabitethernet 0/0/1

[Sysname-irf-port1] quit

# Save the configuration.

[Sysname] quit

<Sysname> save

# Connect the two devices as shown in Figure 11.

# Enable IRF mode on Device B.

<Sysname> system-view

[Sysname] chassis convert mode irf

The device will switch to IRF mode and reboot.

You are recommended to save the current running configuration and specify the configuration file for the next startup. Continue? [Y/N]:y

Do you want to convert the content of the next startup configuration file flash:/startup.cfg to make it available in IRF mode? [Y/N]:y

Now rebooting, please wait...

Device B and Device A form an IRF fabric after Device B reboots.

3.     Configure LACP MAD:

# Assign domain ID 1 to the IRF fabric.

<Sysname> system-view

[Sysname] irf domain 1

# Create a dynamic aggregate interface and enable LACP MAD.

[Sysname] interface route-aggregation 2

[Sysname-Route-Aggregation2] link-aggregation mode dynamic

[Sysname-Route-Aggregation2] mad enable

You need to assign a domain ID (range: 0-4294967295)

 [Current domain is: 1]:

 The assigned  domain ID is: 1

 MAD LACP only enable on dynamic aggregation interface.

[Sysname-Route-Aggregation2] quit

# Assign GigabitEthernet 1/0/0/2 and GigabitEthernet 2/0/0/2 to the aggregate interface.

[Sysname] interface gigabitethernet 1/0/0/2

[Sysname-GigabitEthernet1/0/0/2] port link-aggregation group 2

[Sysname-GigabitEthernet1/0/0/2] quit

[Sysname] interface gigabitethernet 2/0/0/2

[Sysname-GigabitEthernet2/0/0/2] port link-aggregation group 2

4.     Configure Device C as the intermediate device:

 

CAUTION

CAUTION:

If the intermediate device is also an IRF fabric, assign the two IRF fabrics different domain IDs for correct split detection. False detection causes IRF split.

 

# Create a dynamic aggregate interface.

<Sysname> system-view

[Sysname] interface route-aggregation 2

[Sysname-Route-Aggregation2] link-aggregation mode dynamic

[Sysname-Route-Aggregation2] quit

# Assign GigabitEthernet 0/0/1 and GigabitEthernet 0/0/2 to the aggregate interface.

[Sysname] interface gigabitethernet 0/0/1

[Sysname-GigabitEthernet0/0/1] port link-aggregation group 2

[Sysname-GigabitEthernet0/0/1] quit

[Sysname] interface gigabitethernet 0/0/2

[Sysname-GigabitEthernet0/0/2] port link-aggregation group 2

BFD MAD-enabled IRF configuration example

Network requirements

As shown in Figure 12, set up an IRF fabric at the core layer of the network.

Configure BFD MAD on the IRF fabric and set up BFD MAD links between the member devices.

Figure 12 Network diagram

 

 

Configuration procedure

1.     Configure Device A:

# Assign member ID 1 to Device A, and bind Ten-GigabitEthernet 0/0/1 to IRF-port 2.

<Sysname> system-view

[Sysname] irf member 1

[Sysname] irf-port 2

[Sysname-irf-port2] port group interface ten-gigabitethernet 0/0/1

[Sysname-irf-port2] quit

# Save the configuration.

[Sysname] quit

<Sysname> save

# Enable IRF mode.

<Sysname> system-view

[Sysname] chassis convert mode irf

The device will switch to IRF mode and reboot.

You are recommended to save the current running configuration and specify the configuration file for the next startup. Continue? [Y/N]:y

Do you want to convert the content of the next startup configuration file flash:/startup.cfg to make it available in IRF mode? [Y/N]:y

Now rebooting, please wait...

Device A forms a single-chassis IRF fabric after it reboots.

2.     Configure Device B:

# Assign member ID 2 to Device B, and bind Ten-GigabitEthernet 0/0/1 to IRF-port 1.

<Sysname> system-view

[Sysname] irf member 2

[Sysname] irf-port 1

[Sysname-irf-port1] port group interface ten-gigabitethernet 0/0/1

[Sysname-irf-port1] quit

# Save the configuration.

[Sysname] quit

<Sysname> save

# Connect the two devices as shown in Figure 12.

# Enable IRF mode on Device B.

<Sysname> system-view

[Sysname] chassis convert mode irf

The device will switch to IRF mode and reboot.

You are recommended to save the current running configuration and specify the configuration file for the next startup. Continue? [Y/N]:y

Do you want to convert the content of the next startup configuration file flash:/startup.cfg to make it available in IRF mode? [Y/N]:y

Now rebooting, please wait...

Device B and Device A form an IRF after Device B reboots.

3.     Configure BFD MAD:

# Create Route Aggregation 1.

<Sysname> system-view

[Sysname] interface route-aggregation 1

[Sysname-Route-Aggregation1] quit

# Add GigabitEthernet 1/0/0/1 and GigabitEthernet 2/0/0/1 to the aggregation group.

[Sysname] interface gigabitethernet 1/0/0/1

[Sysname-GigabitEthernet1/0/0/1] port link-aggregation group 1

[Sysname-GigabitEthernet1/0/0/1] quit

[Sysname] interface gigabitethernet 2/0/0/1

[Sysname-GigabitEthernet2/0/0/1] port link-aggregation group 1

[Sysname-GigabitEthernet2/0/0/1] quit

# Assign a MAD IP address to each member device on the aggregate interface.

[Sysname] interface route-aggregation 1

[Sysname-Route-Aggregation1] mad bfd enable

[Sysname-Route-Aggregation1] mad ip address 192.168.2.1 24 member 1

[Sysname-Route-Aggregation1] mad ip address 192.168.2.2 24 member 2

[Sysname-Route-Aggregation1] quit

Configuration example for restoring standalone mode

Network requirements

Break the IRF fabric in Figure 13, and change the operating mode of Device A and Device B from IRF to standalone.

Figure 13 Network diagram

 

 

Configuration procedure

1.     Identify the master.

<IRF> display irf

MemberID    Slot  Role   Priority   CPU-Mac         Description

 *+1        0     Master  1         00e0-fc0a-15e0  DeviceA

   1        1     Standby 1         00e0-fc0f-8c02  DeviceA

   2        0     Standby 1         00e0-fc0f-15e1  DeviceB

   2        1     Standby 1         00e0-fc0f-15e2  DeviceB

--------------------------------------------------

 

 * indicates the device is the master.

 + indicates the device through which the user logs in.

 

 The Bridge MAC of the IRF is: 000f-e26a-58ed

 Auto upgrade                : no

 Mac persistent              : always

 Domain ID                   : 0

The output shows that Device A is the master.

2.     Shut down IRF physical interfaces to disconnect all IRF links. In this example, shut down Ten-GigabitEthernet 1/0/0/1.

<IRF> system-view

[IRF] interface ten-gigabitethernet 1/0/0/1

[IRF-Ten-GigabitEthernet1/0/0/1] shutdown

[IRF-Ten-GigabitEthernet1/0/0/1] quit

3.     Save the configuration.

[IRF] save

The current configuration will be written to the device. Are you sure? [Y/N]:y

Please input the file name(*.cfg)[flash:/startup.cfg]

(To leave the existing filename unchanged, press the enter key):

flash:/startup.cfg exists, overwrite? [Y/N]:y

 Validating file. Please wait.....................................

 The current configuration is saved to the active main board successfully.

 Configuration is saved to device successfully.

4.     Change the operating mode of Device A to standalone.

[IRF] undo chassis convert mode

The device will switch to stand-alone mode and reboot.

You are recommended to save the current running configuration and specify the configuration file for the next startup. Continue? [Y/N]:y

Do you want to convert the content of the next startup configuration file flash:/startup.cfg to make it available in stand-alone mode? [Y/N]:y

Now rebooting, please wait...

Device A automatically reboots to complete the operating mode change.

5.     Log in to Device B and change its operating mode to standalone.

<IRF> system-view

[IRF] undo chassis convert mode

The device will switch to stand-alone mode and reboot.

You are recommended to save the current running configuration and specify the configuration file for the next startup. Continue? [Y/N]:y

Do you want to convert the content of the next startup configuration file flash:/startup.cfg to make it available in stand-alone mode? [Y/N]:y

Now rebooting, please wait...

Device B automatically reboots to complete the operating mode change.

  • Cloud & AI
  • InterConnect
  • Intelligent Computing
  • Security
  • SMB Products
  • Intelligent Terminal Products
  • Product Support Services
  • Technical Service Solutions
All Services
  • Resource Center
  • Policy
  • Online Help
All Support
  • Become a Partner
  • Partner Resources
  • Partner Business Management
All Partners
  • Profile
  • News & Events
  • Online Exhibition Center
  • Contact Us
All About Us
新华三官网