JetStream  52-Port Gigabit Stackable L3 Managed Switch  CLI Guide 
 
Syntax 
router-id 
router-id
 
no router-id 
Parameter 
router-id —— 
The route ID in the format of dotted decimal notation.
 
0.0.0.0 is 
illegal. 
Command mode 
Router Configuration Mode 
Example 
Configure the router ID of OSPF routing process 1 as 1.1.1.1: 
T3700G-52TQ(config)# router ospf 1 
T3700G-52TQ(config-router)# router-id 1.1.1.1 
46.3  network   
Description 
The network command is used to configure the network of a specified area. 
All the interfaces fallen into the configured network will belong to this area. To 
delete the specified network and its corresponding interfaces from this area, 
please use the no network command. 
Syntax 
network 
ip-address
 
wildcard-mask
 area 
area-id
 
no network 
ip-address
 
wildcard-mask
 area 
area-id
 
Parameter 
ip-address
 —— The IP address of the network. 
wildcard-mask
  —— The wildcard mask of the network (such as 0.0.0.255). 
The subnet mask is also compatible (such as 255.0.0.0). 
area-id
  ——The area ID, in the format of an IP address in dotted decimal 
notation or decimal value ranging from 0 to 4294967295. 
Command Mode 
Router Configuration Mode 
400