home

Supported platforms

Vyatta documentation

Learn how to install, configure, and operate the Vyatta Network Operating System (Vyatta NOS) and Orchestrator, which help drive our virtual networking and physical platforms portfolio.

show ip route static

Displays static routes in the Routing Information Base (RIB).

show ip route static

Operational mode

Use this command to display static routes in the RIB.

The following example shows how to display static routes in the RIB.

vyatta@vyatta:~$ show ip route static
Codes: K - kernel route, C - connected, S - static, R - RIP, O - OSPF,
       I - ISIS, B - BGP, > - selected route, * - FIB route
S>* 0.0.0.0/0 [1/0] via 10.1.0.1, dp0p0p0
S>* 192.94.202.0/24 [1/0] via 172.16.234.27, dp0p0p1
vyatta@vyatta:~$