cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
789
Views
0
Helpful
2
Replies

Cisco 6800 SSO configuration

rramlal
Level 1
Level 1

Hi All,

 

I am trying to find the guide on how to configure the SSO for the two supervisor engines. I am trying to recall if secondary ip addresses were required for the secondary supervisor for the SSO to work. Can someone guide me on this?

1 Accepted Solution

Accepted Solutions

Reza Sharifi
Hall of Fame
Hall of Fame

Hi,

There is no need for any secondary IP address.  When one sup fails, the back up sup will take over all the functionally of the primary sup.

here is the configs:

make sure you have the same exact IOS in both sups.

Router> enable 

Router# configure terminal 

Enter configuration commands, one per line.  End with CNTL/Z.

Router(config)# redundancy 

Router(config-red)# mode sso 

Router(config-red)# end 

http://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst6500/ios/12-2SX/configuration/guide/book/nsfsso.html#wp1119694

HTH

 

View solution in original post

2 Replies 2

Reza Sharifi
Hall of Fame
Hall of Fame

Hi,

There is no need for any secondary IP address.  When one sup fails, the back up sup will take over all the functionally of the primary sup.

here is the configs:

make sure you have the same exact IOS in both sups.

Router> enable 

Router# configure terminal 

Enter configuration commands, one per line.  End with CNTL/Z.

Router(config)# redundancy 

Router(config-red)# mode sso 

Router(config-red)# end 

http://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst6500/ios/12-2SX/configuration/guide/book/nsfsso.html#wp1119694

HTH

 

Thanks much for the response.