22-34
Catalyst 6000 Family Software Configuration Guide—Releases 6.3 and 6.4
78-13315-02
Chapter 22 Configuring Redundancy
MSFC Redundancy
This example shows how the
alt
keyword is used when entering the
ip address
command:
Router-1(config-if)#
ip address 1.2.3.4 255.255.255.0 alt ip address 1.2.3.5 255.255.255.0
Enabling or Disabling Configuration Synchronization
To enable high-availability redundancy, perform this task in privileged mode:
This example shows how to enable high-availability redundancy and configuration synchronization
(Router-15 is the designated MSFC):
Console>(enable)
session 15
Trying Router-15...
Connected to Router-15.
Escape character is ’^]’.
Router-15>
enable
Router-15#
configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router-15(config)#
redundancy
Router-15(config-r)#
high-availability
Router-15(config-r-ha)#
config-sync
Router-15(config-r-ha)#
end
Note
When you enable high-availability redundancy, the configuration mode is disabled on the
nondesignated MSFC; only the EXEC mode is available.
Table 22-3 Interface and Global Configuration Commands Containing the alt Keyword
Interface Configuration Commands
Global Configuration Commands
•
[
no
]
standby
[
group_number
]
ip
[
ip_address
[
secondary
]]
alt
[
no
]
standby
[
group_number
]
ip
[
ip_address
[
secondary
]]
•
[
no
]
standby
[
group_number
]
priority
priority
[
preempt
[
delay
delay
]]
alt
[
no
]
standby
[
group_number
]
priority
priority
[
preempt
[
delay
delay
]]
•
[
no
]
ip address
ip_address mask
[
secondary
]
alt
[
no
]
ip address
ip_address mask
[
secondary
]
•
[
no
]
ipx network
network
[
encapsulation
encapsulation_type
[
secondary
]] [
alt
[
no
]
ipx
network
network
[
encapsulation
encapsulation_type
[
secondary
]]]
•
[
no
]
hostname
hostname
alt
hostname
hostname
•
[
no
]
ip default-gateway
ip_address
alt
[
no
]
ip
default-gateway
ip_address
•
router bgp
autonomous_system
bgp router-id
ip_address
[
alt
ip_address
]
•
router ospf
process_id
router-id
ip_address
[
alt
ip_address
]
Task
Command
Step 1
Enable redundancy.
redundancy
Step 2
Enable high availability.
high-availability
Step 3
Enable or disable configuration
synchronization.
[
no
]
config-sync