标签:ida play inpu -- prot slave 编号 return toc
步骤1. 确定IRF设备角色,配置设备的IRF优先级和编号步骤2. Slave设备加入物理成员接口
[IRF2]int r t 2/0/50 to t 2/0/51
[IRF2-if-range]shu //IRF2设备重启后关闭物理接口
[IRF2-if-range]quit
[IRF2]irf-port 2/1 //注意,特别推荐使用交叉互联,请对比IRF1设备,否则可能造成堆叠失败
[IRF2-irf-port2/1]port g int t 2/0/50 //把物理接口加入逻辑接口
You must perform the following tasks for a successful IRF setup:
Save the configuration after completing IRF configuration.
Execute the "irf-port-configuration active" command to activate the IRF ports.
[IRF2-irf-port2/1]port g int t 2/0/51 //把物理接口加入逻辑接口
[IRF2-irf-port2/1]quit
[IRF2]int r t 2/0/50 to t 2/0/51
[IRF2-if-range]un shu //开启物理接口
%Nov 25 22:06:39:426 2018 IRF2 IFNET/3/PHY_UPDOWN: Physical state on the interface Ten-GigabitEthernet2/0/50 changed to up.
%Nov 25 22:06:39:474 2018 IRF2 IFNET/5/LINK_UPDOWN: Line protocol state on the interface Ten-GigabitEthernet2/0/50 changed to up.
%Nov 25 22:06:39:495 2018 IRF2 LLDP/6/LLDP_CREATE_NEIGHBOR: Nearest bridge agent neighbor created on port Ten-GigabitEthernet2/0/50 (IfIndex 179), neighbor‘s chassis ID is 90c6-26d7-0100, port ID is Ten-GigabitEthernet1/0/50.
%Nov 25 22:06:39:648 2018 IRF2 IFNET/3/PHY_UPDOWN: Physical state on the interface Ten-GigabitEthernet2/0/51 changed to up.
[IRF2-if-range]%Nov 25 22:06:39:659 2018 IRF2 IFNET/5/LINK_UPDOWN: Line protocol state on the interface Ten-GigabitEthernet2/0/51 changed to up.
%Nov 25 22:06:39:663 2018 IRF2 LLDP/6/LLDP_CREATE_NEIGHBOR: Nearest bridge agent neighbor created on port Ten-GigabitEthernet2/0/51 (IfIndex 180), neighbor‘s chassis ID is 90c6-26d7-0100, port ID is Ten-GigabitEthernet1/0/51.
[IRF2]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...
Saved the current configuration to mainboard device successfully.
<IRF1>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):
Validating file. Please wait...
Saved the current configuration to mainboard device successfully.
<IRF1>
步骤3.激活IRF配置
[IRF1]irf-port-configuration active //请在激活IRF配置前确保已经保存配置
[IRF1]%Nov 25 22:08:28:132 2018 IRF1 STM/6/STM_LINK_UP: IRF port 2 came up.
%Nov 25 22:08:45:321 2018 IRF1 STM/4/STM_MERGE: IRF merge occurred.
%Nov 25 22:08:47:660 2018 IRF1 IFNET/3/PHY_UPDOWN: Physical state on the interface Ten-GigabitEthernet1/0/51 changed to down.
%Nov 25 22:08:47:668 2018 IRF1 IFNET/5/LINK_UPDOWN: Line protocol state on the interface Ten-GigabitEthernet1/0/51 changed to down.
%Nov 25 22:08:49:594 2018 IRF1 STM/3/STM_LINK_DOWN: IRF port 2 went down.
%Nov 25 22:08:49:606 2018 IRF1 IFNET/3/PHY_UPDOWN: Physical state on the interface Ten-GigabitEthernet1/0/50 changed to down.
%Nov 25 22:08:49:612 2018 IRF1 IFNET/5/LINK_UPDOWN: Line protocol state on the interface Ten-GigabitEthernet1/0/50 changed to down.
[IRF1]
indicates the device through which the user logs in.
The bridge MAC of the IRF is: 90c6-26d7-0100
Auto upgrade : yes
Mac persistent : 6 min
Domain ID : 0
[IRF1]dis irf link
Member 1
IRF Port Interface Status
1 disable --
2 Ten-GigabitEthernet1/0/50 UP
Ten-GigabitEthernet1/0/51 UP
Member 2
IRF Port Interface Status
1 Ten-GigabitEthernet2/0/50 UP
Ten-GigabitEthernet2/0/51 DOWN
2 disable --
IRF-Port1 IRF-Port2
MemberID Link neighbor Link neighbor Belong To
1 DIS --- UP 2 90c6-26d7-0104
2 UP 1 DIS --- 90c6-26d7-0104
[IRF1]dis irf conf
MemberID NewID IRF-Port1 IRF-Port2
1 1 disable Ten-GigabitEthernet1/0/50
Ten-GigabitEthernet1/0/51
2 2 Ten-GigabitEthernet2/0/50 disable
Ten-GigabitEthernet2/0/51
chassis convert mode irf //切换到IRF工作模式(模拟器不支持)
标签:ida play inpu -- prot slave 编号 return toc
原文地址:http://blog.51cto.com/enderjoe/2321852