Chapter 32 RTLS
UAG CLI Reference Guide
170
32.1.1 RTLS Configuration Commands
Use these commands to configure RTLS on the UAG.
32.1.2 RTLS Configuration Examples
The following commands show how to enable RTLS on the UAG, specify the IP address of the
Ekahau RTLS Controller and then show the configuration settings.
The following command displays the commands run on the AP.
Table 103 RTLS Commands
COMMAND DESCRIPTION
[no] rtls ekahau activate Enables RTLS to use Wi-Fi to track the location of Ekahau Wi-Fi tags. The no
command disables tracking.
rtls ekahau ip address <ip> Specifies the IP address of the Ekahau RTLS Controller.
rtls ekahau ip port <1..65535> Specifies the server port of the Ekahau RTLS Controller.
show rtls ekahau config Displays RTLS configuration details.
show rtls ekahau cli Displays commands run on the AP. The AP runs the flush command before
executing other commands.
Router# configure terminal
Router(config)# rtls ekahau activate
Router(config)# rtls ekahau ip address 1.1.1.1
Router(config)# exit
Router# show rtls ekahau config
ekahau activate: yes
ekahau address: 1.1.1.1
ekahau port: 8569
Router#
Router(config)# show rtls ekahau cli
!
rtls ekahau flush
!
rtls ekahau ip port 11111
rtls ekahau ip address 1.1.1.1
rtls ekahau activate
!
Router(config)#