primary-controller ip

Syntax

primary-controller ip <IP-ADDR>

no primary-controller ip <IP-ADDR>

Description

Specifies the IP address of the primary local mobility switch (LMS) for the zone.

The no form of this command deletes the IP address of the primary LMS.

Command context

config-ubt-<ZONE-NAME>

Parameters

<IP-ADDR>
Specifies the IP address of the primary LMS in IPv4 format (x.x.x.x), where x is a decimal number from 0 to 255.

Authority

Administrators or local user group members with execution rights for this command.

Examples

Specifying the primary LMS IP address 10.10.10.10 for UBT zone1 on VRF vrf1:
switch(config)# ubt zone zone1 vrf vrf1
switch(config-ubt-zone1)# primary-controller ip 10.10.10.10
Removing the primary LMS IP address 10.10.10.10 for UBT zone1 on VRF vrf1:
switch(config)# ubt zone zone1 vrf vrf1
switch(config-ubt-zone1)# no primary-controller ip 10.10.10.10