Technical Tip: How to create network access policy via RADIUS Request Attribute
| Description | This article describes how to use attributes from a RADIUS Request to create a condition for a user host profile. |
| Scope | FortiNAC, CentOS, nacOS. |
| Solution | Enable debugs if needed: CentOS.
nacdebug -name FingerprintServer true NacOS.
execute-enter shell > nacdebug -name FingerprintServer true
Examine logs if needed (exit the shell again).
diagnose tail -F output.master | grep -i FingerprintServer
Example below include MSCHAPv2, PEAP, and EAP TLS.
The syntax must exactly be the same as what is received, or it is possible to do a '*' if needed.
EAP-Type-Name = MSCHAPv2*
EAP TLS.
Validate:
Radius Attributes can also be used to register the hosts using a device profiling rule, as shown inthe screenshot below
Related documents: |









