Services
Location information
IX14 User Guide
364
9. The location source is enabled by default. Click
Enable the location source
to disable the
location source, or to enable it if it has been disabled.
10. Click
Apply
to save the configuration and apply the change.
Command line
1. Log into the IX14 command line as a user with full Admin access rights.
Depending on your device configuration, you may be presented with an
Access selection
menu
. Type
admin
to access the Admin CLI.
2. At the command line, type
config
to enter configuration mode:
> config
(config)>
3. Add a location source:
(config)> add service location source end
(config service location source 0)>
4. (Optional) Set a label for this location source:
(config service location source 0)> label "label"
(config)>
5. Set the
type
of location source to
server
:
(config service location source 0)> type user_defined
(config service location source 0)>
6. Set the latitude of the device:
(config service location source 0 coordinates latitude
int
(config service location source 0)>
where
int
is any integer between
-90
and
90
, with up to six decimal places.
7. Set the longitude of the device:
(config service location source 0 coordinates longitude
int
(config service location source 0)>
where
int
is any integer between
-180
and
180
, with up to six decimal places.
8. Set the altitude of the device:
(config service location source 0 coordinates altitude
alt
(config service location source 0)>
Where
alt
is an integer followed by
m
or
km
, for example,
100m
or
1km
.