: dump routing static-route config
Focus
Focus

dump routing static-route config

Table of Contents

dump routing static-route config

Use the
dump routing static-route config
command to display details such as destination prefix, route ID, scope, next hop reachability probe status, and admin distance of next hops for static routes configured.

Command

dump routing static-route config (all|destination-prefix= destination prefix ID)

Options

all
Enter all to display all static routes configured.
destination-prefix
Enter the destination prefix to display the static route configured for the destination prefix.

Command Notes

Role
Super, Read Only, Monitor
Related Commands
Introduced in
Release 5.5.1

Example

dump routing static-route config destination-prefix=10.9.13.104/32 Destination Prefix : 10.9.13.104/32 Route ID : 16091314861720105 Scope : local Nexthop reachability probe : True +-----------------+----------------+-------------------+ | Nexthop | Admin Distance | Interface ID | +-----------------+----------------+-------------------+ | 10.144.11.23 | 2 | - | +-----------------+----------------+-------------------+ dump routing cache staticroute Route mgr Cache Info: ===================== Static Routes ++++++++++++++++ { "1649675818894024328": { "address_family": "ipv6", "_etag": 3, "scope": "local", "destination_prefix": "2030::/96", "nexthop_reachability_probe": false, "id": "1649675818894024328", "nexthops": [ { "nexthop_interface_id": "", "nexthop_ip": "2008::33", "self": false, "admin_distance": 1 } ] }, "1648629254536014028": { "address_family": "ipv4", "_etag": 9, "scope": "local", "destination_prefix": "16.16.0.0/24", "nexthop_reachability_probe": false, "id": "1648629254536014028", "nexthops": [ { "nexthop_interface_id": "", "nexthop_ip": "21.168.2.1", "self": false, "admin_distance": 1 } ] } } --------------------------

Recommended For You