Cuda 12000 IP Access Switch CLI-based Administration Guide
Configuring OSPF 305
Example
cli# router ospf
mode: router:ospf
cli# ospf area 0.0.0.1
cli# ospf area 0.0.0.1 authentication md5
cli# ospf area 0.0.0.1 stub
cli# ospf area 0.0.0.1 default-cost 10
cli#
Removing OSPF Areas

You remove a specified OSPF area by performing the following tasks:

For more information on these commands, refer to the Cuda 12000 IP

Access Switch CLI Reference Guide.
Example

Task Command

1. Enter router-ospf mode. router ospf

2. Display OSPF areas. show ospf area

3. Remove the OSPF area. no ospf area <area id>

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