Redundant 設定
<Software Redundant>
configure ports <port_number> redundant <port_number>
[範例]
-------
-------
5 |-------| 7
甲設備 | | 乙設備
10 |-------| 8
|
|
-------- ------
[config]
甲設備 => create vlan AAA
conf AAA ipaddress 202.2.52.21/30
conf AAA add port 5 ( port 10 不要加入 Vlan AAA )
conf port 5 redundant 10
乙設備 => create vlan AAA
conf AAA ipaddress 202.2.52.22/30
conf AAA add port 7
conf port 7 redundant 8 ( port 8 不要加入 Vlan AAA )
1>.先 check IOS , 至少需為 6.2.1 (含) 以上
2>.可用 sh port 5,6 inf de 查看是否有
enable redundant => 是否 enable
=========================================================================
<Hardware Redundant>
就都不用設定 , 就可以了 (前提是設備硬體有 Hardware Redundant 功能)
[範例]
-------
-------
49 |-------| 1
甲設備 | | 乙設備
49R |-------| 2
|
|
-------- ------
甲設備 => create vlan BBB
conf BBB ipaddress 202.2.52.21/30
conf BBB add port 49
乙設備 => create vlan BBB
conf BBB ipaddress 202.2.52.22/30
conf BBB add port 1,2 ( port 1 && 2 都要加入 vlan )