This command displays a summary of the state of the routing table. When the optional all keyword is given, some statistics, such as the number of routes from each source, include counts for alternate routes. An alternate route is a route that is not the most preferred route to its destination and therefore is not installed in the forwarding table. To include only the number of best routes, do not use the optional keyword.
| Format | show ipv6 route summary [all] |
| Mode |
|
| Term | Definition |
|---|---|
| Connected Routes | Total number of connected routes in the routing table. |
| Static Routes | Total number of static routes in the routing table. |
| BGP Routes | Total number of routes installed by the BGP protocol. |
| External | The number of external BGP routes. |
| Internal | The number of internal BGP routes. |
| Local | The number of local BGP routes. |
| OSPF Routes | Total number of routes installed by OSPFv3 protocol. |
| Reject Routes | Total number of reject routes installed by all protocols. |
| Net Prototype Routes | The total number of net-prototype routes. |
| Number of Prefixes | Summarizes the number of routes with prefixes of different lengths. |
| Total Routes | The total number of routes in the routing table. |
| Best Routes | The number of best routes currently in the routing table. This number only counts the best route to each destination. |
| Alternate Routes | The number of alternate routes currently in the routing table. An alternate route is a route that was not selected as the best route to its destination. |
| Route Adds | The number of routes that have been added to the routing table. |
| Route Modifies | The number of routes that have been changed after they were initially added to the routing table. |
| Route Deletes | The number of routes that have been deleted from the routing table. |
| Unresolved Route Adds | The number of route adds that failed because none of the route's next hops were on a local subnet. Note that static routes can fail to be added to the routing table at startup because the routing interfaces are not yet up. This counter gets incremented in this case. The static routes are added to the routing table when the routing interfaces come up. |
| Invalid Route Adds | The number of routes that failed to be added to the routing table because the route was invalid. A log message is written for each of these failures. |
| Failed Route Adds | The number of routes that failed to be added to the routing table because of a resource limitation in the routing table. |
| Hardware Failed Route Adds | The number of routes that failed to be inserted into the hardware due to a hash error or a table full condition. |
| Reserved Locals | The number of routing table entries reserved for a local subnet on a routing interface that is down. Space for local routes is always reserved so that local routes can be installed when a routing interface bounces. |
| Unique Next Hops | The number of distinct next hops used among all routes currently in the routing table. These include local interfaces for local routes and neighbors for indirect routes. |
| Unique Next Hops High Water | The highest count of unique next hops since counters were last cleared. |
| Next Hop Groups | The current number of next hop groups in use by one or more routes. Each next hop group includes one or more next hops. |
| Next Hop Groups High Water | The highest count of next hop groups since counters were last cleared. |
| ECMP Groups | The number of next hop groups with multiple next hops. |
| ECMP Routes | The number of routes with multiple next hops currently in the routing table. |
| Truncated ECMP Routes | The number of ECMP routes that are currently installed in the forwarding table with just one next hop. The forwarding table may limit the number of ECMP routes or the number of ECMP groups. When an ECMP route cannot be installed because such a limit is reached, the route is installed with a single next hop. |
| ECMP Retries | The number of ECMP routes that have been installed in the forwarding table after initially being installed with a single next hop. |
| Routes with n Next Hops | The current number of routes with each number of next hops. |
Example: The following shows example CLI display output for the command.
(Routing) #show ipv6 route summary Connected Routes............................... 4 Static Routes.................................. 0 6To4 Routes.................................... 0 BGP Routes..................................... 10 External..................................... 0 Internal..................................... 10 Local........................................ 0 OSPF Routes.................................... 13 Intra Area Routes............................ 0 Inter Area Routes............................ 13 External Type-1 Routes....................... 0 External Type-2 Routes....................... 0 Reject Routes.................................. 0 Net Prototype Routes........................... 10004 Total routes................................... 17 Best Routes (High)............................. 17 (17) Alternate Routes............................... 0 Route Adds..................................... 44 Route Deletes.................................. 27 Unresolved Route Adds.......................... 0 Invalid Route Adds............................. 0 Failed Route Adds.............................. 0 Hardware Failed Route Adds..................... 4 Reserved Locals................................ 0 Unique Next Hops (High)........................ 8 (8) Next Hop Groups (High)......................... 8 (8) ECMP Groups (High)............................. 3 (3) ECMP Routes.................................... 12 Truncated ECMP Routes.......................... 0 ECMP Retries................................... 0 Routes with 1 Next Hop......................... 5 Routes with 2 Next Hops........................ 1 Routes with 3 Next Hops........................ 1 Routes with 4 Next Hops........................ 10 Number of Prefixes: /64: 17