Ignore mac if NAS-Port-Type is Ethernet
5 Jan
2017
5 Jan
'17
1 p.m.
Hi, My BRAS server send two types of radius requisition with NAS-Port-Type. For dhcp it's send "Ethernet" and for pppoe it's send "Virtual" I would like to know if is possiblie that if NAS-Port-Type = Virtual freeradius ignore validating the user by mac.
5 Jan
5 Jan
1:16 p.m.
On Jan 5, 2017, at 1:00 PM, HugLeo <hugocanalli@gmail.com> wrote:
My BRAS server send two types of radius requisition with NAS-Port-Type.
For dhcp it's send "Ethernet" and for pppoe it's send "Virtual"
I would like to know if is possiblie that if NAS-Port-Type = Virtual freeradius ignore validating the user by mac.
Sure. Write a policy to do that: if (NAS-Port-Type == Virtual) { ... do one thing ... } else { ... do mac authentication ... } Alan DeKok.
3471
Age (days ago)
3471
Last active (days ago)
1 comments
2 participants
participants (2)
-
Alan DeKok -
HugLeo