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 kernel

Displays kernel routes.

show ip route kernel

Operational mode

Use this command to display kernel routes. Kernel routes are routes that have been added through a means other than by using the Vyatta CLI; for example, by using the operating system route command as shown here:

route add -net 10.172.24.0 netmask 255.255.255.0 gw 10.1.0.1

The following example shows how to display kernel routes.

vyatta@vyatta:~$ show ip route kernel
Codes: K - kernel route, C - connected, S - static, R - RIP, O - OSPF,
		I - ISIS, B - BGP, > - selected route, * - FIB route
K>* 10.172.24.0/24 via 10.1.0.1, dp0p0p0
vyatta@vyatta:~$