T3700G-28TQ
 
JetStream 28-Port Gigabit Stackable L3 Managed Switch CLI Guide 
 
355 
not-advertise——The summary route will not be advertised. If not specified, 
the summary route will be advertised. 
Command Mode 
Router Configuration Mode 
Example 
Configure the summary route 192.168.0.0/16 which can only be advertised to 
the NSSA: 
T3700G-28TQ(config)# router ospf 1 
T3700G-28TQ(config-router)# summary-address 192.168.0.0 255.255.0.0 
nssa-only 
maximum-paths  
Description 
The maximum-paths command is used to configure the maximum number of 
the equal-cost multipath routings. To restore to default value, please use the no 
maximum-paths command. 
Syntax 
maximum-paths number 
no maximum-paths 
Parameter 
number  ——  The maximum number of the equal-cost multipath routings, 
ranging from 1 to 32. The default value is 5. 
Command Mode 
Router Configuration Mode 
Example 
Configure the maximum number of the equal-cost multipath routings as 2: 
T3700G-28TQ(config)# router ospf 1 
T3700G-28TQ(config-router)# maximum-paths 2