Tuesday, December 20, 2016

Cisco 6500 VSS - convert config commands

Switch -A 

conf t
 switch virtual domain 10
 switch 1


int port-channel 1
 switchport
 switch virtual link 1
 no shut
 exit

int range Te1/1 - 2
 switchport mode trunk
 channel-group 1 mode on


switch convert mode virtual
++++++++++++++++++++++++++++++
Switch -B

conf t
 switch virtual domain 10
 switch 2

int port-channel 2
 switchport
 switch virtual link 2
 no shut
 exit

int range Te1/1 - 2
 switchport mode trunk
 channel-group 2 mode on

switch convert mode virtual

No comments:

Post a Comment

Search This Blog