Applying a UDR
UDR can be used to assign user roles locally (that is, without RADIUS). LMA has been extended to allow applying a user role to a MAC address, MAC group, MAC mask, or MAC OUI.
aaa port-access local-mac apply user-role
Syntax
[no] aaa port-access local-mac apply user-role <Role-Name>
[ mac-oui <MAC-OUI> | mac-mask <MAC-MASK> |mac-addr <MAC-ADDR> |
mac-group <MAC-GROUP-NAME>]
Description
Apply user roles.
Options
mac-addr | To apply user role with MAC address. |
mac-group | To apply user role with MAC group. |
mac-mask | To apply user role with MAC Mask. |
mac-oui | To apply user role with MAC OUI. |
Usage
[no] aaa port-access local-mac apply user-role<MYUSERROLE>
[mac-oui<MAC-OUI>
]
[no] aaa port-access local-mac apply user-role<MYUSERROLE>
[mac-mask<MAC-MASK>
]
[no] aaa port-access local-mac apply user-role<MYUSERROLE>
[mac-addr<MAC-ADDR>
]
[no] aaa port-access local-mac apply user-role<MYUSERROLE>
[mac-group<MAC-GROUP-NAME>
]