10-02-2019 11:21 PM
Hi Team, Working on regex for TACACS policy command sets, having a query in command sets, needs configuration as below:
Below command sets should not be changed on global level:
conf t
(config)#address-family ipv4 unicast
config-af)#maximum prefix 5
but same command "max prefix limit" should work on vrf level.
conf t
(config)#vrf C-Edge-Technologies-10-S50
(config-vrf)# address-family ipv4 unicast
(config-vrf-af)#maximum prefix 5000 80
Need to set the global level command restriction but should be able to use same command within vrf for particular users.
Solved! Go to Solution.
10-07-2019 10:24 AM
10-07-2019 10:24 AM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide