This section contains examples of creating dynamic usernames and shows the usernames that are generated. The examples all use the following IP policy, interface profile, and route map:
- host1(config)#ip policy-list restrictAccess
- host1(config-policy-list)#classifier-group
*
- host1(config-policy-list-classifier-group)#filter
- host1(config-policy-list-classifier-group)#exit
- host1(config-policy-list)#exit
- host1(config)#
- host1(config)#profile atlInterfaceProfile
- host1(config-profile)#ip policy input restrictAccess
- host1(config-profile)#ip policy output restrictAccess
- host1(config-profile)#exit
- host1(config)#
- host1(config)#route-map atlRouteMap
- host1(config-route-map)#set interface-profile
atlInterfaceProfile
- host1(config-route-map)#set ip service-profile
atlServiceProfile
- host1(config-route-map)#exit
- host1(config)#
Each example shows the configuration of a service profile that enables RADIUS authentication.