02-23-2010 01:08 PM - edited 03-06-2019 09:52 AM
Hello
I desire to know whether the supervisor 6E for a chassis 4507R support redundancy using SSO, what is the timing for switching to the standby supervisor 6E???
Additionally, is it possible configure an etherchannel using one port of 10GE active supervisor and one port of 10GE standby supervisor???
I would appreciate any help with regard to it.
Best regards,
Alexis
02-23-2010 01:22 PM
Yes, it supports SSO. Please see the link below
http://www.cisco.com/en/US/partner/docs/switches/lan/catalyst4500/12.2/53SG/configuration/RPR.html
You should be able to configure the etherchannel using the 10GE ports from both the sups. Only first port from each sup i.e 10Gig 1/1 and 2/1 will be active and available in this case.
Cheers,
-amit singh
02-23-2010 01:34 PM
Thanks a lot for your answer, however could you give me more details of how i can configure the etherchannel in the way as you said??
Best regards,
Alexis
02-23-2010 01:52 PM
First of all you have to enable the shread-backplane to have the 10GE ports active on both the supervisor engines. This is to make sure that you have either all the 10GE interfaces or 1GE interfaces active on both the sup's. The command to do this is :
Switch(config)# hw-mod uplink mode shared-backplane
Please note : A reload of the active supervisor is required to apply the new configuration.
Please go through the link below for more understanding on the redundant ports on the sup's.
http://www.cisco.com/en/US/partner/docs/switches/lan/catalyst4500/12.2/53SG/configuration/sw_int.html#wp1100392
Please use the link below for the ether-channel configuration :
A sample config for the same would be
interface TenGigabitEthernet1/1
switchport trunk allowed vlan 44,509,558,780,786
switchport mode dynamic desirable
channel-group 44 mode desirable
interface TenGigabitEthernet2/1
switchport trunk allowed vlan 44,509,558,780,786
switchport mode dynamic desirable
channel-group 44 mode desirable
HTH,
-amit singh
02-23-2010 02:33 PM
Excelent explanation, it is great.
One question and the last one, in mode redundancy SSO, how many seconds take in the event that the active supervisor engine fails, the redundant supervisor engine becomes the new active supervisor engine?????
Thanks in advanced for your help.
Best regards,
Alexis
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