Cisco-NAS-Port or Quintum-NAS-Port ignored
Hi I've been googling a lot about this problem but I can't find any answer: I have Freeradius Version 2.1.10 (from Daloradius) only for accounting from a Cisco and Quintum NAS. I need to storage at MySQL the attribute NAS-Port.I do not need authentication. Freeradius receive an string like Quintum-NAS-port= "2 2/1/20" (or Cisco-NAS-Port) but it says "NAS-Port not seen" How can I do for Server recognize the vendor prefix.? I simulate from NTRadPing by sending string with "NAS-Port = xxx" and it's recognized fine but sending "Cisco-NAS-Port" it's not recognized. (Not seen) Of course I have installed dictionaries Cisco and Quintum all from default release of Daloradius. Thank you Nelson -- Nelson Naranjo ____________ PLOTCOM Colombia
On Jun 3, 2016, at 6:15 PM, Nelson Naranjo - PLOTCOM <nelson.naranjo@plotcom.com> wrote:
I have Freeradius Version 2.1.10 (from Daloradius) only for accounting from a Cisco and Quintum NAS. I need to storage at MySQL the attribute NAS-Port.I do not need authentication.
Freeradius receive an string like Quintum-NAS-port= "2 2/1/20" (or Cisco-NAS-Port) but it says "NAS-Port not seen"
Yes... because Quantum-NAS-Port is not NAS-Port. They're different.
How can I do for Server recognize the vendor prefix.?
Edit the SQL queries to use %{%{NAS-Port}:-%{Quintum-NAS-Port}} Alan DeKok.
On Jun 3, 2016, at 9:09 PM, Alan DeKok <aland@deployingradius.com> wrote:
On Jun 3, 2016, at 6:15 PM, Nelson Naranjo - PLOTCOM <nelson.naranjo@plotcom.com> wrote:
I have Freeradius Version 2.1.10 (from Daloradius) only for accounting from a Cisco and Quintum NAS. I need to storage at MySQL the attribute NAS-Port.I do not need authentication.
Freeradius receive an string like Quintum-NAS-port= "2 2/1/20" (or Cisco-NAS-Port) but it says "NAS-Port not seen"
Yes... because Quantum-NAS-Port is not NAS-Port. They're different.
Quantum-NAS-Port represents all NAS ports simultaneously. -Arran
participants (3)
-
Alan DeKok -
Arran Cudbard-Bell -
Nelson Naranjo - PLOTCOM