C613-50170-01 Rev B
Command Reference for x510 Series
1024
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
OSPF C
OMMANDS
NETWORK
AREA
network area
Overview
Use this command to enable OSPF routing with a specified Area ID on any
interfaces with IP addresses that match the specified network address.
Use the
no
variant of this command to disable OSPF routing on the interfaces.
Syntax
network <
network-address
> area <
area-id
>
no network <
network-address
> area <
area-id
>
Default
No
network area
is configured by default.
Mode
Router Configuration
Usage
OSPF routing can be enabled per IPv4 subnet. The network address can be defined
using either the prefix length or a wild card mask. A wild card mask is comprised of
consecutive
0’s
as network bits and consecutive
1’s
as host bits.
Examples
The following commands show the use of the
network area
command with OSPF
multiple instance support disabled:
awplus#
configure terminal
awplus(config)#
router ospf 100
awplus(config-router)#
network 10.0.0.0/8 area 3
awplus(config-router)#
network 10.0.0.0/8 area 1.1.1.1
Parameter
Description
<
network-address
>
{<
ip-network/m
>|<
ip-addr
>
<
reverse-mask
>}
<
ip-network/m
>
IP address of the network, entered in the form
A.B.C.D/M.
Dotted decimal notation followed by a forward slash,
and then the subnet mask length.
<
ip-addr
>
<
reverse-mask
>
IPv4 network address, entered in the form A.B.C.D,
followed by the mask. Enter the mask as a wildcard, or
reverse, mask (e.g. 0.0.0.255). Note that the device
displays the mask as a subnet mask in the running
configuration.
<
area-id
>
{<
ip-addr
>|<
0-4294967295
>}
<
ip-addr
>
OSPF Area ID in IPv4 address format, in the form A.B.C.D.
<
0-4294967295
>
OSPF Area ID as 4 octets unsigned integer value.