You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Display detailed information about routes in the routing table. This command provides comprehensive information about specific routes, including their attributes, nexthops, and other routing details.
When using the JSON output format, the information is structured in a hierarchical JSON object containing all the route details in a machine-readable format.
1640
1645
1646
+
**Nexthop Group Summary View**
1647
+
1648
+
When using the ``nexthop-group summary`` option, instead of showing all individual nexthops for each route, this displays a concise view showing ECMP counts, nexthop group IDs, and status flags.
1649
+
1650
+
The summary output includes:
1651
+
1652
+
- Route prefix and protocol
1653
+
- Received/Installed NHG ID: The nexthop group IDs (received from protocol / installed in kernel)
1654
+
- ECMP/FIB count: Number of ECMP paths / Number of paths installed in FIB
1655
+
- Status: Route installation status (Installed, Queued, Failed)
1656
+
- Flags: Nexthop group flags (Valid, Installed, Recursive, etc.)
1657
+
1658
+
Example showing routes with exactly 2 ECMP paths:
1659
+
1660
+
::
1661
+
1662
+
Router# show ip route bgp nexthop-group summary ecmp-count eq 2
0 commit comments