26
[DeviceA-irf-port1/1] quit
# Bind Ten-GigabitEthernet 1/0/53 and Ten-GigabitEthernet 1/0/54 to IRF-port 1/2.
[DeviceA] irf-port 1/2
[DeviceA-irf-port1/2] port group interface ten-gigabitethernet 1/0/53
[DeviceA-irf-port1/2] port group interface ten-gigabitethernet 1/0/54
[DeviceA-irf-port1/2] quit
# Bring up the physical interfaces.
[DeviceA] interface range ten-gigabitethernet 1/0/51 to ten-gigabitethernet 1/0/54
[DeviceA-if-range] undo shutdown
[DeviceA-if-range] quit
# Assign IRF member priority 31 to Device A. This priority is high enough to ensure that Device
A can be elected as the master.
[DeviceA] irf member 1 priority 31
# Save the running configuration.
[DeviceA] quit
<DeviceA> save
# Activate the IRF port configuration.
<DeviceA> system-view
[DeviceA] irf-port-configuration active
2.
Configure Device B:
# Assign member ID 2 to Device B, and reboot the device to effect the member ID change.
<DeviceB> system-view
[DeviceB] irf member 1 renumber 2
Renumbering the member ID may result in configuration change or loss. Continue? [Y/N]:y
[DeviceB] quit
<DeviceB> reboot
# Shut down the physical interfaces used for IRF connection. This example uses the port group
that contains Ten-GigabitEthernet 2/0/51 to Ten-GigabitEthernet 2/0/54 for IRF connection.
<DeviceB> system-view
[DeviceB] interface range ten-gigabitethernet 2/0/51 to ten-gigabitethernet 2/0/54
[DeviceB-if-range] shutdown
[DeviceB-if-range] quit
# Bind Ten-GigabitEthernet 2/0/51 and Ten-GigabitEthernet 2/0/52 to IRF-port 2/1.
[DeviceB] irf-port 2/1
[DeviceB-irf-port2/1] port group interface ten-gigabitethernet 2/0/51
[DeviceB-irf-port2/1] port group interface ten-gigabitethernet 2/0/52
[DeviceB-irf-port2/1] quit
# Bind Ten-GigabitEthernet 2/0/53 and Ten-GigabitEthernet 2/0/54 to IRF-port 2/2.
[DeviceB] irf-port 2/2
[DeviceB-irf-port2/2] port group interface ten-gigabitethernet 2/0/53
[DeviceB-irf-port2/2] port group interface ten-gigabitethernet 2/0/54
[DeviceB-irf-port2/2] quit
# Bring up the physical interfaces.
[DeviceB] interface range ten-gigabitethernet 2/0/51 to ten-gigabitethernet 2/0/54
[DeviceB-if-range] undo shutdown
[DeviceB-if-range] quit
# Save the running configuration.
[DeviceB] quit