Version 7.2 693 Mediant MSBR
Reference Guide 75. Layer-3 Commands
75.2.2.79.2.9 network
This command specifies the OSPF enabled interface(s). If the interface has an address
from range 192.168.1.0/24 then the command below enables ospf on this interface so
the router can provide network information to the other ospf routers via this interface.
Syntax
network a.b.c.d/m area a.b.c.d
network a.b.c.d/m area number
no network a.b.c.d/m area a.b.c.d
no network a.b.c.d/m area number
Command Description
a.b.c.d/M Defines the OSPF network prefix.
area a.b.c.d Defines the OSPF area ID in IP address format.
number Defines the OSPF area ID as a decimal value in the range
of 0 – 4294967295.
Default
NA
Command Mode
Privileged User
Example
If the interface has an address from range 192.168.1.0/24, then the command below enables
ospf on this interface so that the router can provide network information to the other ospf
routers via this interface.
(config-data)# router ospf
(conf-router) # network 192.168.1.0/24 area 0.0.0.0
75.2.2.79.2.10 area
This command summarizes intra-area paths from specified area in one Type-3
summary-LSA announced to other areas.
Syntax
area a.b.c.d range a.b.c.d/m
area number range a.b.c.d/m
no area a.b.c.d range a.b.c.d /m
no area number range a.b.c.d/m