31
Configuration procedure
1.
Configure Device A:
# Shut down the physical interfaces used for IRF links. This example uses the crosslink ports
Ten-GigabitEthernet 1/0/17 to Ten-GigabitEthernet 1/0/20. By default, the four ports are shut
down to avoid loops.
<Sysname> system-view
[Sysname] interface range ten-gigabitethernet 1/0/17 to ten-gigabitethernet 1/0/20
[Sysname-if-range] shutdown
[Sysname-if-range] quit
# Bind Ten-GigabitEthernet 1/0/17 to Ten-GigabitEthernet 1/0/20 to IRF-port 1/1.
[Sysname] irf-port 1/1
[Sysname-irf-port1/1] port group interface ten-gigabitethernet 1/0/17
[Sysname-irf-port1/1] port group interface ten-gigabitethernet 1/0/18
[Sysname-irf-port1/1] port group interface ten-gigabitethernet 1/0/19
[Sysname-irf-port1/1] port group interface ten-gigabitethernet 1/0/20
[Sysname-irf-port1/1] quit
# Bring up the ports and save the configuration.
[Sysname] interface range ten-gigabitethernet 1/0/17 to ten-gigabitethernet 1/0/20
[Sysname-if-range] undo shutdown
[Sysname-if-range] quit
[Sysname] save
# Activate the IRF port configuration.
[Sysname] irf-port-configuration active
2.
Configure Device B:
# Change the member ID of Device B to 2 and reboot the device to validate the change.
<Sysname> system-view
[Sysname] irf member 1 renumber 2
Renumbering the member ID may result in configuration change or loss. Continue? [Y/N]:y
[Sysname] quit
<Sysname> reboot
# Log into Device B. (Details not shown.)
# Shut down the physical interfaces used for IRF links. This example uses the crosslink ports
Ten-GigabitEthernet 2/0/17 to Ten-GigabitEthernet 2/0/20. By default, the four ports are shut
down to avoid loops.
<Sysname> system-view
[Sysname] interface range ten-gigabitethernet 2/0/17 to ten-gigabitethernet 2/0/20
[Sysname-if-range] shutdown
[Sysname-if-range] quit
# Bind Ten-GigabitEthernet 2/0/17 to Ten-GigabitEthernet 2/0/20 to IRF-port 2/2.
[Sysname] irf-port 2/2
[Sysname-irf-port2/2] port group interface ten-gigabitethernet 2/0/17
[Sysname-irf-port2/2] port group interface ten-gigabitethernet 2/0/18
[Sysname-irf-port2/2] port group interface ten-gigabitethernet 2/0/19
[Sysname-irf-port2/2] port group interface ten-gigabitethernet 2/0/20
[Sysname-irf-port2/2] quit
# Bring up the ports and save the configuration.
[Sysname] interface range ten-gigabitethernet 2/0/17 to ten-gigabitethernet 2/0/20
[Sysname-if-range] undo shutdown