Discussion:
[PacketFence-users] Auth and Acct Called Station ID Type - Cisco WLC
rsm1080
2016-08-01 14:45:47 UTC
Permalink
Hello,

We have a Cisco WLC 8.0.110 and PF 6.2.1 working as expected. I need assistance getting PF to display the AP name rather than WLC IP address under Node Location so I can track where clients have been.


I changed the Auth Called Station ID and Acct Called Station ID to AP Name:SSID in the WLC but PF shows "port 13" and the node's current role. If I run raddebug -t 300 -f /usr/local/pf/var/run/radiusd-acct.sock I see the AP Name so I'm wondering if the problem could possibly be in the PF code somewhere.


Thanks!
antoine
2016-08-02 13:05:48 UTC
Permalink
Hello 'rsm',

In pf code we do not exploit an other format than AP MAC Adress:SSID,
you would need to rework the module WLC if you want to use AP Name.

Have a look at the method extractSsid under lib/pf/Switch.pm you can
rewrite it in the module lib/pf/Switch/Cisco/WLC.pm

You could try to use AP Name:SSID, and exploit the first part of the
called station ID as your AP Name, keep the second part about SSID if
you want to use SSID as a filter for instance.

Thanks
Post by rsm1080
Hello,
We have a Cisco WLC 8.0.110 and PF 6.2.1 working as expected. I need
assistance getting PF to display the AP name rather than WLC IP
address under Node Location so I can track where clients have been.
I changed the Auth Called Station ID and Acct Called Station ID to AP
Name:SSID in the WLC but PF shows "port 13" and the node's current
role. If I run raddebug -t 300 -f
/usr/local/pf/var/run/radiusd-acct.sock I see the AP Name so I'm
wondering if the problem could possibly be in the PF code somewhere.
Thanks!
------------------------------------------------------------------------------
_______________________________________________
PacketFence-users mailing list
https://lists.sourceforge.net/lists/listinfo/packetfence-users
Loading...