You are on page 1of 2

Cấu hình và vận hành Switch Core 4500:

Cấu hình VSS Theo mặc định, các switch 6500 hoạt độ ng ở chế độ standalone mode. Ta thực hiện các
bước sau đây để chuyển hai 6500 chassis sang chế độ virtual stack.

Bước 1: Đảm bảo SSO và NSF được cấu hình và kích hoạt.

Bước 2: Thiết lập Virtual Switch Doman và Switch number.

Bước 3: Cấu hình VSL Port Channel, PO# giúp định danh Port Channel duy nhất trên mỗi chassis.

Bước 4: Chuyển chế độ Standalone Chassis sang chế độ Virtual Switch mode.

Bước 5: Cấu hình Fast-hello Dual-Active.

Bước 1:

6500A(config)#redundancy
6500A(config-red)#mode sso
!

Bước 2:

6500A(config)#switch virtual domain ?


<1-255> Virtual switch domain number
6500A(config)#switch virtual domain 100
Domain ID 100 config will take effect only after the exec command 'switch convert mode virtual' is
issued
6500A(config-vs-domain)#switch 1
6500A(config-vs-domain)#exit
...

6500B(config)#switch virtual domain 100


Domain ID 100 config will take effect only after the exec command 'switch convert mode virtual' is
issued

6500B(config-vs-domain)#switch 2
6500B(config-vs-domain)#exit

Bước 3:

6500A(config)#int port-channel 100


6500A(config-if)#switch virtual link 1
6500A(config-if)#no shutdown
6500A(config-if)#exit
6500A(config)#int te5/4
6500A(config-if)#channel-group 100 mode on
6500A(config-if)#no shutdown
6500A(config)#int te6/4
6500A(config-if)#channel-group 100 mode on
6500A(config-if)#no shutdown

6500B(config)#int port-channel 200
6500B(config-if)#switch virtual link 2
6500B(config-if)#no shutdown
6500B(config-if)#exit
6500B(config)#int te5/4
6500B(config-if)#channel-group 200 mode on
6500B(config-if)#no shutdown
6500B(config)#int te6/4
6500B(config-if)#channel-group 200 mode on
6500B(config-if)#no shutdown

Bước 4:

6500A#switch convert ?

check check if this switch and its modules are VSS capable or not mode mode keyword virtual or
standalone

6500A#switch convert mode ?

stand-alone stand-alone switch virtual virtual switch

6500A#switch convert mode virtual

This command will convert all interface names to naming convention "interface-type switch-
number/slot/port", save the running config to startupconfig and reload the switch.

NOTE: Make sure to configure one or more dual-active detection methods once the conversion is
complete and the switches have come up in VSS mode.

You might also like