Cisco Cisco Packet Data Interworking Function (PDIF)

Descargar
Página de 362
Routing   
▀  Viewing Routing Information 
 
 
▄  ASR 5500 System Administration Guide, StarOS Release 16 
250 
   
Viewing Routing Information 
To view routing information for the current context, run one of the following Exec mode commands; 
 
show ip route: Displays information for all types of routes in the current contexts routing table. 
 
show ip static-route: Displays information only for static routes in the current contexts routing table. 
 
show ip ospf: Displays OSPF process summary information in the current context. 
 
show ipv6 ospf: Displays OSPFv3 process summary information in the current context. 
This example shows sample output of the command, show ip route
[local]host_nameshow ip route 
"*" indicates the Best or Used route. 
 
 Destination         Nexthop          Protocol   Prec Cost Interface  
*44.44.44.0/24       208.230.231.50   static     1    0 local1 
*192.168.82.0/24     0.0.0.0          connected  0    0  
*192.168.83.0/24     0.0.0.0          connected  0    0  
 208.230.231.0/24    0.0.0.0          ospf       110  10   local1  
*208.230.231.0/24    0.0.0.0          connected  0    0    local1  
Total route count: 5  
Equal Cost Multiple Path (ECMP) 
The system supports ECMP for routing protocols. ECMP distributes traffic across multiple routes that have the same 
cost to lessen the burden on any one route. 
config 
   context context_name 
      ip routing maximum-paths [ max_num ] 
Notes: 
 
Save your configuration as described in the Verifying and Saving Your Configuration chapter.