Technical information
ADC Telecommunications, Inc.
278 CHAPTER 2: CUDA 12000 BASE SYSTEM COMMANDS
no ospf area
Removes an OSPF area from the system. If you specify the authentication argument, you disable
authentication for the area.
Mode
router:ospf
Syntax
no ospf area <area id> [authentication]
[range <ip-address> <mask> [advertise-matching]]
Arguments
Example
<area-id> Area ID of the area that you want to delete from the system.
authentication Disables authentication for the OSPF area. For example, if the
area was configured for MD5 authentication, this argument
would disable authentication for the area.
range <ip-address> <mask>
[advertise-matching]
Removes a summary range.
cli:172.16.19.10:root# router ospf
mode: router:ospf
cli:172.16.19.10:router:ospf# show ospf area
row count: 1
Area Id Auth Type ImpAsExt SPF ABR ASBR LSA LSA Area Area
Count Count Count Cksum Summary Type
---------------- --------- -------- ---- ----- ----- ----- ------ ------- -----
2.2.2.2 None Extern 1 0 0 1 56944 Send Norm
cli:172.16.19.10:router:ospf# no ospf area 2.2.2.2
cli:172.16.19.10:router:ospf# show ospf area
Area Id Auth Type ImpAsExt SPF ABR ASBR LSA LSA Area Area
Count Count Count Cksum Summary Type
---------------- --------- -------- ---- ----- ----- ----- ------ ------- -----
cli:172.16.19.10:router:ospf#