Static Routing


nv show vrf <vrf-id> router static <route-id>

Shows configuration information about the static route for the specified VRF.

Command Syntax

SyntaxDescription
<vrf-id>The VRF name.
<route-id>The IP prefix.

Version History

Introduced in Cumulus Linux 5.0.0

Example

cumulus@switch:~$ nv show vrf default router static 10.10.10.101/32
                applied     
--------------  ------------
tag             none        
[via]           10.10.10.1  
address-family  ipv4-unicast
[distance]      2

nv show vrf <vrf-id> router static <route-id> distance <distance-id>

Shows information about the administrative distance for the static route for the specified VRF.

Command Syntax

SyntaxDescription
<vrf-id>The VRF name.
<route-id>The IP prefix.
<distance-id>The path distance.

Version History

Introduced in Cumulus Linux 5.0.0

Example

cumulus@switch:~$ nv show vrf default router static 10.10.10.101/32 distance 2
      applied   
-----  ----------
tag    none      
[via]  10.0.1.0  
[via]  10.10.10.1

nv show vrf <vrf-id> router static <route-id> distance <distance-id> via <via-id>

Shows information about the administrative distance for the static route and next hop for the specified VRF.

Command Syntax

SyntaxDescription
<vrf-id>The VRF name.
<route-id>The IP prefix.
<distance-id>The path distance.
<via-id>The IP address, interface, or blackhole.

Version History

Introduced in Cumulus Linux 5.0.0

Example

cumulus@switch:~$ nv show vrf default router static 10.10.10.101/32 distance 2 via 10.10.10.1
           applied     
---------  ------------
interface  auto        
vrf        RED         
type       ipv4-address

nv show vrf <vrf-id> router static <route-id> distance <distance-id> via <via-id> flag

Shows the flag value for the static route with a specific route prefix and distance for the specified VRF.

Command Syntax

SyntaxDescription
<vrf-id>The VRF name.
<route-id>The IP prefix.
<distance-id>The path distance.
<via-id>The IP address, interface, or blackhole.

Version History

Introduced in Cumulus Linux 5.0.0

Example

cumulus@switch:~$ nv show vrf default router static 10.10.10.101/32
                applied     
--------------  ------------
tag             none        
[via]           10.10.10.1  
address-family  ipv4-unicast
[distance]      2

nv show vrf <vrf-id> router static <route-id> via <via-id>

Shows information about the next hop for the static route for the specified VRF.

Command Syntax

SyntaxDescription
<vrf-id>The VRF name.
<route-id>The IP prefix.
<via-id>The IP address, interface, or blackhole.

Version History

Introduced in Cumulus Linux 5.0.0

Example

cumulus@switch:~$ nv show vrf default router static 10.10.10.101/32 via 10.10.10.1
           applied     
---------  ------------
interface  swp1        
vrf        auto        
type       ipv4-address

nv show vrf <vrf-id> router static <route-id> via <via-id> flag

Shows the flag value for the static route with the next hop for the specified VRF.

Command Syntax

SyntaxDescription
<vrf-id>The VRF name.
<route-id>The IP prefix.
<via-id>The IP address, interface, or blackhole.

Version History

Introduced in Cumulus Linux 5.0.0

Example

cumulus@switch:~$ nv show vrf default router static 10.10.10.101/32 via 10.10.10.1 flag
applied
  -------
  onlink