grcli-route - Man Page
Routing tables.
Synopsis
- route add DEST via (NH|id ID) [vrf VRF]
Add a new route.
- route del DEST [vrf VRF]
Delete a route.
- route get DEST [vrf VRF]
Get the route associated with a destination IP address.
- route config set default [rib4-routes RIB4_ROUTES] [rib6-routes RIB6_ROUTES]
Set default maximum number of routes for new VRFs. Default: 65536.
- route config show [(ipv4|ipv6) [vrf VRF]]
Show FIB configuration and current sizes.
- route show [[vrf VRF] [max MAX] (ipv4|ipv6)]
Show IP routes.
Options
- DEST
IP destination address.
- NH
IP next hop address.
- ID
Next hop user ID.
- VRF
L3 routing domain name.
- RIB4_ROUTES
Default max IPv4 routes.
- RIB6_ROUTES
Default max IPv6 routes.
- MAX
Max. number of routes to display (default 1000, use 0 for unlimited).
See Also
Reporting Bugs
Report bugs to the grout project issue tracker at <https://github.com/DPDK/grout/issues>.
Referenced By
grcli(1), grcli-dnat44(1), grcli-flood(1), grcli-interface(1), grcli-nexthop(1), grcli-ping(1), grcli-traceroute(1).
2026-04-20