location-override

Syntax

location-override <location> [vrf <VRF-NAME>
 no location-override 

Description

When location and vrf are configured, the switch overrides existing connections to Aruba Central. The switch attempts to establish connection to Aruba Central with the specified location and VRF with highest priority.

The no form of this command removes location override values from the Aruba Central configuration context.

Command context

config-aruba-central

Authority

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

Parameters

<location>
Specifies one of these values:
  • <FQDN>: a fully qualified domain name.
  • <IPV4>: an IPv4 address.

  • <IPV6>: an IPv6 address.

vrf <VRF-NAME>

Specifies the VRF name to be used for communicating with the server. If no VRF name is provided, the default VRF named default is used.

Examples

Configuring location override with location and VRF:

switch(config-aruba-central)# location-override aruba-central.com vrf default
switch(config-aruba-central)#

Configuring location override with location only:

switch(config-aruba-central)# location-override aruba-central.com
switch(config-aruba-central)#

Removing location override values from the Aruba Central configuration context:

switch(config-aruba-central)# no location-override
switch(config-aruba-central)#