How to Track IP's with DHCP in canopy?

We use an ALLOT Traffic shaper we also allow the router to hand out IP’s DHCP. In the Navini systemwe have the Navini EMS would associate an IP with a Modem, with Canopy so far I haven’t found away to do that ( I have no way of knowing who the IP I’m looking at belongs to )
Question#
1). Is there a way of tracking IP’s other than assigning statics or radius ?
2). How will this affect CALEA compliance ?
3). What’s everyone else doing? ( canopy users )

Thanks

You can correlate the IP with the MAC address to find out association, or consult your DHCP server data, or hand out statics, or assign statics and don’t use DHCP for client configs. We program each radio with an IP address in the shop, then deploy and put the client’s name in…

I assume you are tracking the MAC addresses of the radios?

You should be able to look at the bridge table in the router and match the MAC to the IP.

Jerry Richardson wrote:
I assume you are tracking the MAC addresses of the radios?

You should be able to look at the bridge table in the router and match the MAC to the IP.


Jerry
your saying that the router bridge table should show the SM's MAC?, or the customers MAC?

Yes if it’s Linux based try:

arp -a
or
arp -an