no (location-policy-config-commands)

Removes this Location Policy settings or reverts them to default values

Supported in the following platforms:

Syntax

no [enable|location-key|server-host]

Parameters

no <PARAMETERS>
no <PARAMETERS> Removes this Location Policy settings or reverts to default values, based on the paremeters passed

Examples

The following example shows the 'ELocPolicy' policy settings before the ‘no‘ commands were executed:

nx9500-6C8809(config-location-policy-ELocPolicy)#show context
location-policy ELocPolicy
 enable
 server-host 1 ip xyz.com port 443
 location-key dGVzdEAxMjM0NQo
nx9500-6C8809(config-location-policy-ELocPolicy)#
nx9500-6C8809(config-location-policy-ELocPolicy)#no server-host 1
nx9500-6C8809(config-location-policy-ELocPolicy)#no enable
nx9500-6C8809(config-location-policy-ELocPolicy)#no location-key

The following example shows the 'ELocPolicy' policy settings after the ‘no‘ commands were executed:

nx9500-6C8809(config-location-policy-ELocPolicy)#show context
location-policy ELocPolicy
nx9500-6C8809(config-location-policy-ELocPolicy)#