no (area-config-mode-command)

Removes this OSPF area settings

Supported in the following platforms:

  • Access Points — AP 7161, AP 7502, AP-7522, AP 7532, AP 7562, AP 7602, AP 7622, AP-8163, AP-8432, AP-8533
  • Wireless Controllers — RFS 4000

Syntax

no [area-type|authentication|range]

Parameters

no <PARAMETERS>
no <PARAMETERS> Removes this OSPF area settings

Usage Guidelines

The no command negates any command associated with it. Wherever required, use the same parameters associated with the command getting negated.

Examples

The following example shows the OSPF router settings before the ‘no‘ commands are executed:

nx9500-6C8809(config-profile default-rfs4000-router-ospf-area-0.0.0.1)#show context
  area 0.0.0.1
   authentication simple-password
   range 172.16.10.0/24
   area-type stub default-cost 1
nx9500-6C8809(config-profile default-rfs4000-router-ospf-area-0.0.0.1)#
nx9500-6C8809(config-profile default-rfs4000-router-ospf-area-0.0.0.1)#no authentication
nx9500-6C8809(config-profile default-rfs4000-router-ospf-area-0.0.0.1)#no range 
172.16.10.0/24

The following example shows the OSPF router settings after the ‘no‘ commands are executed:

nx9500-6C8809(config-profile default-rfs4000-router-ospf-area-0.0.0.1)#show context
  area 0.0.0.1
   area-type stub default-cost 1
nx9500-6C8809(config-profile default-rfs4000-router-ospf-area-0.0.0.1)#