3com 5500-ei pwr Guía De Referencia

Descargar
Página de 1314
 
4-33 
By default, the number of OSPF ECMP routes is 3. 
Examples 
# Set the number of OSPF ECMP routes to 2. 
<Sysname> system-view 
System View: return to User View with Ctrl+Z.  
[Sysname] ospf 1  
[Sysname-ospf-1] multi-path-number 2 
network 
Syntax 
network ip-address
 wildcard-mask 
undo
 network ip-address wildcard-mask 
View 
OSPF area view 
Parameters 
ip-address:
 IP address of the network segment where the interface resides, in dotted decimal notation. 
wildcard-mask:
 Wildcard mask, in dotted decimal notation. The wildcard mask is the exact reverse, bit 
for bit, of the subnet mask. For example, if the subnet mask is 255.0.0.0, the wildcard mask is 
0.255.255.255. 
Description 
Use the network command to enable an interface to run the OSPF protocol.  
Use the undo network command to disable an interface from running OSPF.  
By default, the interface does not belong to any area. 
To run OSPF on an interface, the master IP address of this interface must be in the range of the network 
segment specified by this command. If only the slave IP address of the interface is in the range of the 
network segment specified by this command, this interface will not run OSPF. 
Related commands: ospf
Examples 
# Specify the interfaces whose master IP addresses are in the segment range of 10.110.36.0/24 to run 
OSPF and specify the number of the OSPF area (where these interfaces reside) as 6. 
<Sysname> system-view 
System View: return to User View with Ctrl+Z.  
[Sysname] ospf 1  
[Sysname-ospf-1] area 6 
[Sysname-ospf-1-area-0.0.0.6] network 10.110.36.0 0.0.0.255