Cisco Systems SBC-111 Network Router User Manual


 
Implementing SBC Redundancy (High Availability)
How to Implement Redundancy
SBC-114
Cisco IOS XR Session Border Controller Configuration Guide
Deleting a Redundancy
This task deletes a redundancy.
SUMMARY STEPS
1. configure
2. sbc service-name
3. service-location preferred-active node-id [preferred-standby node-id]
4. commit
5. exit
6. interface sbcnumber
7. service-location preferred-active node-id [preferred-standby node-id]
8. commit
9. end
10. show services redundancy
Step 6
interface sbcnumber
Example:
RP/0/0/CPU0:router(config)# interface sbc1
RP/0/0/CPU0:router(config-if)#
Enters the mode of an SBC interface, creating it if necessary.
The number argument must be a value between 1 and 2000.
Step 7
service-location preferred-active node-id
[preferred-standby node-id]
Example:
RP/0/0/CPU0:router(config-if)# preferred-active
0/2/CPU0 preferred-standby 0/4/CPU0
Enables a service card to run SBC function as a primary and,
optionally, secondary location.
Step 8
commit
Example:
RP/0/0/CPU0:router(config-if)# commit
Saves configuration changes. Use the commit command to
save the configuration changes to the running configuration
file and remain within the configuration session.
Step 9
end
Example:
RP/0/0/CPU0:router(config-if)# end
RP/0/0/CPU0:router#
Exits the configuration session.
Step 10
show services redundancy
Example:
RP/0/0/CPU0:router# show services redundancy
Shows the configured redundancy.
Command or Action Purpose