Common Configuration Tasks
294 Basic System Configuration Guide
CLI Syntax: config>system
location location
Example: config>system# location “Bldg.1-floor 2-Room 201”
CLLI Code
The Common Language Location Code (CLLI code) is an 11-character standardized
geographic identifier that is used to uniquely identify the geographic location of an SR-series
router.
Use the following CLI command syntax to define the CLLI code:
CLI Syntax: config>system
clli-code clli-code
Example: config>system# clli-code abcdefg1234
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:
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
----------------------------------------------