Common Configuration Tasks
Page 262 7210 SAS M, T, X, R6 Basic System Configuration Guide
Coordinates
Use the optional 
coordinates 
command to specify the GPS location of the device. If the string 
contains special characters (#, $, spaces, etc.), the entire string must be enclosed within double 
quotes.
Use the following CLI syntax to configure the location:
CLI Syntax: config>system
coordinates coordinates
Example
:
config>system# coordinates "N 45 58 23, W 34 56 12"
The following example displays the configuration output of the general system commands:
output
sysName@domain
>config>system# info
#------------------------------------------
echo "System Configuration "
#------------------------------------------
name "ALA-12"
    contact "Fred Information Technology"
    location "Bldg.1-floor 2-Room 201"
    clli-code "abcdefg1234"
    coordinates "N 45 58 23, W 34 56 12"
. . .
    exit
----------------------------------------------
A:ALA-12>config>system#