View the Geographic Location of Your Devices
Use the Geography window in Cisco SD-WAN Manager to view information about the Cisco Catalyst SD-WAN devices and links in the overlay network. The Geography window provides a map displaying the geographic location of the devices in the overlay network.
Note |
The browser on which you are running Cisco SD-WAN Manager must have internet access. If you do not have internet access, ensure that the browser has access to "*.openstreetmaps.org." |
To view the geographic location of the devices in the overlay network:
-
From the VPN Group list, choose a VPN group.
-
From the VPN Segment list, choose a VPN segment.
-
Set filters.
Set Map Filters
To select the devices and links you want to display on the map:
-
From the Cisco SD-WAN Manager menu, choose .
-
Click Filter.
-
From the options that display, choose the device group. By default, the group All is selected and displays all devices in the overlay network. The group No Groups displays devices that are not part of a device group. If all devices are in a group, the No Groups option is not displayed.
-
Choose the devices you want to view. By default, the map displays all device types including edge devices, Cisco SD-WAN Validator, Cisco SD-WAN Controller, and Cisco SD-WAN Manager.
-
Choose the state of control and data links. By default, the map displays all control and data connections.
-
Close the Filter box by moving the cursor outside the box.
The map dynamically updates to display your selections.
View Device Information
To view basic information for a device, hover over the device icon. A pop-up box displays the system IP, hostname, site ID, device type, and device status.
To view detailed information for a device, double-click the device icon. Click Device Dashboard, Device Details, SSH Terminal, Site Topology, or Links to view more details for the device.
Note the following about links:
-
A thin blue line displays an active control connection between two devices.
-
A bold blue line displays multiple active connections between devices.
-
A dotted red line displays a control connection that is down.
-
A bold dotted red line displays multiple control connections that are down.
-
A thin green line displays an active data connection between two devices.
-
A bold green line displays multiple active data connections.
-
A dotted red line displays a data connection that is down.
-
A bold dotted red line displays multiple data connections that are down.
-
A thick gray line displays an active consolidated control and data connection between two devices.
If you hover over the line, a hover box tells you if the connection is up or down.
Configure and View Geographic Coordinates for a Device
To configure the geographic coordinates for a device, use the System Feature template under .
If the Cisco Catalyst SD-WAN device is not attached to a configuration template, you can configure the latitude and longitude directly on the device:
-
From the Cisco SD-WAN Manager menu, choose .
-
Choose a device from the left pane. The SSH Terminal window opens in the right pane.
-
Enter the username and password to log in to the device.
-
Use the show system status
command to determine whether the device is attached to a configuration template:
In the output, check the values in theDevice# show system status... Personality: vedge Model name: vedge-cloud Services: None vManaged: false Commit pending: false Configuration template: None
vManaged
andConfiguration template
output fields. If thevManaged
field is false, the device is not attached to a configuration template, and theConfiguration template
field value isNone
. For such a device, you can configure the GPS coordinates directly from the CLI. If thevManaged
field istrue
, the Cisco SD-WAN Manager server has downloaded the device configuration, and theConfiguration template
field value displays the name of the configuration template. For such a device, you cannot configure the GPS coordinates directly from the CLI. If you attempt to do so, thevalidate
orcommit
commands fails with the following message:Aborted: 'system is-vmanaged': This device is being managed by the vManage. Configuration through the CLI is not allowed.
-
Enter configuration mode:
For Cisco vEdge devices:
Device# config Device(config)#
For Cisco IOS XE Catalyst SD-WAN devices:
Device# configure-transaction Device(config)#
-
Configure the latitude and longitude for the device. Device(config)# system gps-location latitude degrees.minutes.seconds Device(config-system)# gps-location longitude degrees.minutes.seconds
-
Save the configuration. Device(config-system)# commit Device(config-system)#