no [accounting|authentication|authorization]
no <PARAMETERS>
no <PARAMETERS> | Removes this AAA TACACS policy settings or revrets to default values, based on the parameters passed |
The following example shows the AAA-TACACS policy ‘test' settings before the ‘no' commands are executed:
nx9500-6C8809(config-aaa-tacacs-policy-test)#show context aaa-tacacs-policy test authentication directed-request accounting server preference authorized-server-number authorization allow-privileged-commands accounting auth-fail accounting commands nx9500-6C8809(config-aaa-tacacs-policy-test)#
nx9500-6C8809(config-aaa-tacacs-policy-test)#no authentication directed-request nx9500-6C8809(config-aaa-tacacs-policy-test)#no accounting auth-fail nx9500-6C8809(config-aaa-tacacs-policy-test)#no authorization allow-privileged-commands
The following example shows the AAA-TACACS policy ‘test' settings after the ‘no' commands are executed:
nx9500-6C8809(config-aaa-tacacs-policy-test)#show context aaa-tacacs-policy test accounting server preference authorized-server-number accounting commands nx9500-6C8809(config-aaa-tacacs-policy-test)#