RADIUS attribute 11 · type string
Filter-Id
Filter-Id (attribute 11) returns the name of a filter or ACL that must already exist on the NAS; RADIUS is selecting it by name, not sending the rules.
Also searched as: dynamic ACL name, named ACL attribute. Defined in RFC 2865.
What it means
Filter-Id lets the RADIUS policy pick which locally-defined ACL or filter the switch, firewall, or VPN applies to the session. The string has to match an ACL name that already exists on that device — RADIUS never carries the rule content, only the label. This is the standard alternative to a vendor's downloadable-ACL VSAs when you want to keep the rules on the box.
How it's used
Return the exact ACL name as configured on the NAS. A trailing ".in" / ".out" convention is common on some platforms to pick direction; check the vendor's docs, because the matching is literal.
Common gotchas
- If the named filter doesn't exist on the NAS, behaviour is vendor-specific — some deny all traffic, some ignore it. Either way the session "authenticated fine" and connectivity is still broken.
- The name match is exact and case-sensitive on many platforms.