I have been doing a lot of Aeroscout RTLS lately. For testing purposes I’ve configured an Autonomous AP, for use with local installation of Aeroscout Location Engine.
In this scenario, the only necessary information required is server address. This should be the address that all Aeroscout messages should be forwarded to.
Here the server is my company laptop, which at home has a reserved DHCP address of 192.168.1.102.
1 2 3 4 5 6 7 8 |
ap# sh run | inc Aeroscout dot11 lbs Aeroscout multicast address 010c.cc00.0000 server address 192.168.1.102 port 12091 packet-type short channel-match interface Dot11Radio 0 ! |
After configuration, verify status with sh dot11 lbs
1 2 3 4 5 6 7 8 9 10 |
ap#sh dot11 lbs LBS config table: LBS cfg: Aeroscout multicast address: 010c.cc00.0000 interface Dot11Radio 0 server address: 192.168.1.102 port: 12091 method: rssi, packet type: short report channel matched packets only pak_rx: 10555 pak_tx: 10555 ap# |