04-15-2019 06:27 AM
Hi,
In our infrastructure we have implemented VSS virtualization from two nexus 6500 switches.
the VSS confection was well done.
However, one of the etherchanel ports of the VSL gives discards error.
The goal is to find out if it is possible to replace a hot VSL Etherchannel link without reconfiguring the VSS or restarting the switches.
Solved! Go to Solution.
04-16-2019 04:50 AM
04-15-2019 06:51 AM
04-15-2019 07:26 AM
Thanks,
Yes, we have them in a portchannel combination
04-15-2019 07:51 AM
If this is a physical issue, you should be able to replace the cable and/or optic and the link should come up since the config already exists on the ports. There should be no need for anything else.
HTH
04-15-2019 07:59 AM
We want to configure a new Etherchannel link, with two new 10gig ports and replace the one that poses problem
04-15-2019 08:29 AM
Why would want to configure a new Etherchannel if you already have an existing one that is working? Are the existing physical links 10Gig? If so, you just replace the cable or optic on the port that is not working. Am I understanding this correctly or completely offbase?
HTH
04-15-2019 11:21 AM
We want to take two new 10gig ports and build a new Etherchannel link.
In fact, we had at the beginning of two ports 10gig (on each switch nexus) which allowed us to have a VSL of 20gig. unfortunately, a problem at a port led us to disable it. we left a link VSL Etherchannel of 10gb.
04-15-2019 11:56 AM
"on each switch nexus" Nexus does not support VSS/VSL. They only support vPC which is a different animal.
In your first post, you said 6500. Can you clarify?
HTH
04-16-2019 04:16 AM
okay. I would explain my problem differently.
Suppose we have two CISCO 6500 Catalyst Switches.
and its two devices have been configured in vss.
During VSL link configuration, a 10gig port on each Switch was used.
SW1 (config) #interface port-channel 1
SW1 (config-if) #no shutdown
SW1 (config-if) #switch virtual link 1
SW1 (config-if) #exit
SW1 (config) #int ten 1/4
SW1 (config-if-range) # channel-group 1 mode on
SW1 (config-if-range) #no shut
SW2 (config) #interface port-channel 2
SW2 (config-if) #no shutdown
SW2 (config-if) #switch virtual link 2
SW2 (config-if) #exit
SW2 (config) #int ten 1/4
SW2 (config-if-range) # channel-group 2 mode on
SW2 (config-if-range) #no shutdown
SW1 # 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 startup-config
reload the switch.
NOTE: Make sure to configure one or more dual-active detection methods
The conversion is complete and the switches have come up in VSS mode.
Do you want to proceed? [yes / no]: yes
Converting interface names
Building configuration ...
SW2 # 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 startup-config
reload the switch.
NOTE: Make sure to configure one or more dual-active detection methods
The conversion is complete and the switches have come up in VSS mode.
Do you want to proceed? [yes / no]: yes
Converting interface names
Building configuration ...
After the last step of Converting Switch to Virtual Switch mode (SW1 # switch convert virtual mode and SW2 # switch convert mode virtual) our vss works well.
However, for the sake of having a redundancy we want to integrate two other ports (one more Etherchanel link in the existing link, int te1 / 1/1 and int te2 / 1/1).
Is it possible to integrate these new ports without reconfiguring the VSS or without restarting the switches.
Thank you and forgiveness for the length of my post
04-16-2019 04:50 AM
04-15-2019 07:53 AM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide