22-29
Catalyst 6000 Family Software Configuration Guide—Releases 6.3 and 6.4
78-13315-02
Chapter 22 Configuring Redundancy
MSFC Redundancy
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 the example in
Figure 22-6
, high availability is configured on the supervisor engines, and HSRP is
configured on the MSFCs.
Figure 22-6 Single Chassis with Redundant Supervisors and MSFCs
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
VLAN 10 VLAN 21
Switch S1
Slot 1
Sup#1(active)/MSFC#1
HSRP Active VLAN 10: priority 110
HSRP Standby VLAN 21: priority 109
Slot 2
Sup#2(standby)/MSFC#2
HSRP Active VLAN 21: priority 110
HSRP Standby VLAN 10: priority 109
38596