R3303-HP HSR6800 Routers Layer 3 - IP Routing Command Reference

111
Use undo network to disable OSPF for the interface attached to the specified network in the area.
Syntax
network ip-address wildcard-mask
undo network ip-address wildcard-mask
Default
An interface neither belongs to any area nor runs OSPF.
Views
OSPF area view
Default command level
2: System level
Parameters
ip-address: IP address of a network.
wildcard-mask: Wildcard mask of the IP address. For example, the wildcard mask of mask 255.0.0.0 is
0.255.255.255.
Usage guidelines
You can configure one or multiple interfaces in an area to run OSPF. The interface's primary IP address
must fall into the specified network segment to make the interface run OSPF. If only the interface's
secondary IP address falls into the network segment, the interface cannot run OSPF.
Examples
# Specify the interface whose primary IP address falls into 131.108.20.0/24 to run OSPF in Area 2.
<Sysname> system-view
[Sysname] ospf 100
[Sysname-ospf-100] area 2
[Sysname-ospf-100-area-0.0.0.2] network 131.108.20.0 0.0.0.255
Related commands
ospf
nssa
Use nssa to configure the current area as an NSSA area.
Use undo nssa to restore the default.
Syntax
nssa [ default-route-advertise | no-import-route | no-summary | translate-always |
translator-stability-interval value ] *
undo nssa
Default
No NSSA area is configured.
Views
OSPF area view