no (aaa-tacacs-policy-config-mode-command)

Removes this AAA TACACS policy settings or revrets to default values

Supported in the following platforms:

  • Access Points — AP505i, AP510i/e, AP560i/h
  • Service Platforms — NX5500, NX7500, NX9500, NX9600, VX9000

Syntax

no [accounting|authentication|authorization]

Parameters

no <PARAMETERS>
no <PARAMETERS> Removes this AAA TACACS policy settings or revrets to default values, based on the parameters passed

Examples

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)#