
Routing Protocol Configuration Command Set
Configuring OSPF
Matrix DFE-Platinum and Diamond Series Configuration Guide
13-35
13.2.3.2
network
Use this command to configure area IDs for OSPF interfaces.
network ip-address wildcard-mask area area-id
Syntax Description
Command Syntax of the “no” Form
The “no” form of this command removes OSPF routing for interfaces identified by
the IP address and mask parameters:
no network ip-address wildcard-mask area area-id
Command Type
Router command.
Command Mode
Router configuration:
Matrix>Router1(config-router)#
Command Defaults
None.
Example
This example shows how to configure IP address 182.127.62.1 0.0.0.31 as OSPF area 0:
ip-address
Specifies the IP address of an interface or a group of
interfaces within the network address range.
wildcard-mask
Specifies the IP-address-type mask that includes “don't
care” bits.
area area-id
Specifies the
area-id
to be associated with the OSPF address
range. Valid values are decimal values or IP addresses. A
subnet address can be specified as the
area-id
to associate
areas with IP subnets.
Matrix>Router1(config)#
router ospf 1
Matrix>Router1(config-router)#
network 182.127.62.1 0.0.0.31 area 0