no (management-policy)

Negates a command or reverts values to their default. When used in the config management policy mode, the no command negates or reverts management policy settings.

Supported in the following platforms:

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

Syntax

no [aaa-login|allowed-locations|banner|ftp|http|https|idle-session-timeout|ipv6|
passwd-entry|privilege-mode-password|rest-server|restrict-access|snmp-server|ssh|t5|telnet|
user|service]
no aaa-login tacacs [accounting|authentication|authorization|fallback|policy]
no allowed-location <LOCATION-TAG>
no banner motd
no ftp {password|rootdir}
no http server
no https [server|sslv3|use-secure-ciphers-only]
no passwd-entry role [device-provisioning-admin|helpdesk|monitor|network-admin|
security-admin|superuser|system-admin|vendor-admin|web-user-admin]
no [idle-session-timeout|privilege-mode-password|rest-server|restrict-access]
no ipv6 restrict-access
no snmp-server [community|display-vlan-info-per-radio|enable|host|manager|
max-pending-requests|request-timeout|suppress-security-configuration-level|throttle|user]
no snmp-server [community <WORD>|display-vlan-info-per-radio|enable traps|host <IP> {<1-65535>}|
manager [all|v1|v2|v3]|max-pending-requests|request-timeout|suppress-security-configuration-level|
throttle|user [snmpmanager|snmpoperator|snmptrap]]
no ssh {login-grace-time|port|use-key}         
no t5 snmp-server [community|enable|host]
no [telnet|user <USERNAME>]
no service prompt crash-info

Parameters

no <PARAMETERS>

no <PARAMETERS>

Removes or reverts this Management policy settings based on the parameters passed

Examples

The following example shows the management policy ‘test' settings before the ‘no' commands are executed:

rfs4000-6DB5D4(config-management-policy-test)#show context
management-policy test
 http server
 https server
 ftp username superuser password 1
 7ccb4568cb83e54f1e402f785a78ee930a453afda152baaf7c2b79277f225872 rootdir dir
 no ssh
 aaa-login radius external
 aaa-login radius policy test
 idle-session-timeout 100
 banner motd "Have a Good Day"
rfs4000-6DB5D4(config-management-policy-test)#
rfs4000-6DB5D4(config-management-policy-test)#no banner motd
rfs4000-6DB5D4(config-management-policy-test)#no idle-session-timeout
rfs4000-6DB5D4(config-management-policy-test)#no http server

The following example shows the management policy ‘test‘ settings after the ‘no‘ commands are executed:

rfs4000-6DB5D4(config-management-policy-test)#show context
management-policy test
 no http server
 https server
 ftp username superuser password 1 626b4033263d6d2ae4e79c48cdfcccb60fd4c77a8da9e365060597a6d6570ec2 rootdir dir
 no ssh
 aaa-login radius external
 aaa-login radius policy test
 idle-session-timeout 0
rfs4000-6DB5D4(config-management-policy-test)#