geo-coordinates

Device Config Commands

Configures the geographic coordinates for this device. Specifies the exact location of this device in terms of latitude and longitude coordinates.

Supported on the following devices:

Syntax

geographic coordinates <-90.0000-90.0000> <-180.0000-180.0000>

Parameters

geographic coordinates <-90.0000-90.0000> <-180.0000-180.0000>
geographic coordinates Configures the geographic coordinates for this device
  • <-90.0000-90.0000> – Specify the device‘s latitude coordinate from -90.0000 to 90.0000. When looking at a floor map, latitude lines specify the east-west position of a point on the Earth's surface.
  • <-180.0000-180.0000> – Specify the device‘s longitude coordinate from -180.0000 to 180.0000. When looking at a floor map, longitude lines specify the north-south position of a point on the Earth's surface.

Example

nx9500-6C8809(config-device-B4-C7-99-6C-88-09)#geo-coordinates -90.0000 166.0000

nx9500-6C8809(config-device-B4-C7-99-6C-88-09)#show context
nx9000 B4-C7-99-6C-88-09
 use profile default-nx9000
 use rf-domain default
 hostname nx9500-6C8809
 geo-coordinates -90.0000 166.0000
 license AP DEFAULT-6AP-LICENSE
 license ADSEC DEFAULT-ADV-SEC-LICENSE
 ip default-gateway 192.168.13.2
 ip default-gateway priority static-route 20
 interface ge1
  switchport mode access
  switchport access vlan 1
 interface vlan1
  ip address 192.168.13.9/24
  ip address 192.168.0.1/24 secondary
  ip dhcp client request options all
 use client-identity-group ClientIdentityGroup
 logging on
 logging console warnings
 logging buffered warnings
nx9500-6C8809(config-device-B4-C7-99-6C-88-09)#

Related Commands

no Removes device‘s geographic coordinates