23-31
Catalyst 6500 Series Switch Software Configuration Guide—Release 8.7
OL-8978-04
Chapter 23 Configuring Redundancy
MSFC Redundancy
This example shows how to configure HSRP on the MSFC in Switch S1:
Console> (enable)
switch console 15
Trying Router-15...
Connected to Router-15.
Type ^C^C^C to switch back...
Router#
configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#
interface vlan10
Router(config-if)#
standby 10 ip 172.20.100.10
Router(config-if)#
standby 10 priority 110
Router(config-if)#
standby 10 preempt
Router(config-if)#
standby 10 timers 5 15
Router(config-if)#
standby 10 authentication Secret
Router(config-if)#
interface vlan21
Router(config-if)#
standby 21 ip 192.20.100.21
Router(config-if)#
standby 21 priority 109
Router(config-if)#
standby 21 preempt
Router(config-if)#
standby 21 timers 5 15
Router(config-if)#
standby 21 authentication Secret
Router(config-if)#
^Z
Router#
^C^C^C
This example shows how to configure HSRP on the MSFC in Switch S2:
Console> (enable)
switch console 15
Trying Router-15...
Connected to Router-15.
Type ^C^C^C to switch back...
Router#
configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#
interface vlan10
Router(config-if)#
standby 10 ip 172.20.100.10
Router(config-if)#
standby 10 priority 109
Router(config-if)#
standby 10 preempt
Router(config-if)#
standby 10 timers 5 15
Router(config-if)#
standby 10 authentication Secret
Router(config-if)#
interface vlan21
Router(config-if)#
standby 21 ip 192.20.100.21
Router(config-if)#
standby 21 priority 110
Router(config-if)#
standby 21 preempt
Router(config-if)#
standby 21 timers 5 15
Router(config-if)#
standby 21 authentication Secret
Router(config-if)#
^Z
Router#
^C^C^C
Example 2: Single Chassis with Dual Supervisor Engines and MSFCs
In
Figure 23-6
, high availability is configured on the supervisor engines, and HSRP is configured on the
MSFCs.