02-27-2018 11:12 PM
Hi Expert
I am testing ISE 2.2 Device admin(TACACS+) with Nexus platform.
I want to apply command authorization based on sub command mode per account(identity).
below is example I want to do.
NX-OS(config)# interface ethernet 1/1
NX-OS(config-if)# shutdown ==> restrict
NX-OS(config-if)# exit
NX-OS(config)# router bgp 65001
NX-OS(config-router)# shutdown ==> permit
NX-OS(config-router)# neighbor 1.1.1.1
NX-OS(config-router-neighbor)# shutdown ==> permit
NX-OS(config)# interface ethernet 1/1
NX-OS(config-if)# shutdown ==> restrict
NX-OS(config-if)# exit
NX-OS(config)# router bgp 65001
NX-OS(config-router)# shutdown ==> restrict
NX-OS(config-router)# neighbor 1.1.1.1
NX-OS(config-router-neighbor)# shutdown ==> permit
Do you have any idea to do this ?
Regards,
Solved! Go to Solution.