backup-controller ip
Syntax
backup-controller ip <IP-ADDR>
no backup-controller ip <IP-ADDR>
Description
Specifies the IP address of the backup local mobility switch (LMS) for the zone.
Theno
form of this command deletes the IP address of the backup LMS.
Command context
config-ubt-<ZONE-NAME>
Parameters
<IP-ADDR>
Specifies the IP address of the backup LMS in IPv4 format (
x.x.x.x
), wherex
is a decimal number from 0 to 255.
Authority
Administrators or local user group members with execution rights for this command.
Examples
Specifying the backup LMS IP address
10.10.10.22 for UBT
zone1 on VRF
default:
switch(config)# ubt zone zone1 vrf default switch(config-ubt-zone1)# primary-controller ip 10.10.10.22
Removing the backup LMS IP address
10.10.10.22 for UBT
zone1 on VRF
default:
switch(config)# ubt zone zone1 vrf default switch(config-ubt-zone1)# no primary-controller ip 10.10.10.22