Command Reference Guide

206network 3Com Router 5000 Family and Router 6000 Family
Command Reference
network
Purpose Use the network command to configure the interface running OSPF.
Use the undo network command to cancel the interface running OSPF.
Syntax network ip-address wildcard
undo network ip-address wildcard
Parameters ip-address
Address of the network segment where the interface
locates.
wildcard
IP address wildcard mask, which is similar to the
reversed form of the mask of IP address. But when
configure this parameter to type it as mask of IP
address, it could be translated as wildcard mask by VRP
system.
Default By default, the interface does not belong to any area.
Example Specify the interfaces whose master IP addresses are in the segment range of
10.110.36.0 to run the OSPF protocol and specify the number of the OSPF area
(where these interfaces are located) as 6.
[3Com -ospf] area 6
[3Com -ospf-1-area-0.0.0.6] network 10.110.36.0.0 0.0.0.255
Enable OSPF process 100 on the router and specify the number of the area where the
interface is located as 2.
[3Com ] router id 10.110.1.9
[3Com ] ospf 100
[3Com -ospf-100] area 2
[3Com -ospf-100-area-0.0.0.2] network 131.108.20.0 0.0.0.255
Enable OSPF process 200 on the router and specify the number of the area where the
interface is located as 1.
[3Com ] ospf 200 vpn-instance vpn1
[3Com -ospf-200] area 1
[3Com -ospf-200-area-0.0.0.1] network 131.108.20.0 0.0.0.255
Enable OSPF process 300 on the router and specify the number of the area where the
interface is located as 2.
[3Com ] ospf 300 vpn-instance vpn1
[3Com -ospf-300] area 2
[3Com -ospf-300-area-0.0.0.2] network 131.108.20.0 0.0.0.255
Network already set in OSPF process 200