Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

Navigation
Guide That Contains This Content
[+] Expand All
[-] Collapse All

    Viewing Routing Table Information (SRC CLI)

    Purpose

    You can display brief or detailed information about the route from the local system to a remote host.

    Action

    To view brief route information:

    user@host> show route
    Kernel IP routing table
    Destination     Gateway         Genmask         Flags   MSS Window  irtt Iface
    192.2.2.0  ' '' '' '' '' '*   255.255.255.0       U      0     0      0   eth0
    default         srclab1.mylab.  0.0.0.0           UG     0     0      0   eth0
    

    To view detailed route information:

    user@host> show route detail
    Kernel IP routing table
    Destination     Gateway         Genmask         Flags Metric Ref    Use Iface MSS   Window irtt
    192.2.2.0  ' '' '' '' '' '*   255.255.255.0       U     0      0     0   eth0 ' '' '0   0     0
    default         srclab1.mylab.  0.0.0.0           UG    0      0     0   eth0 ' '' '0   0     0
    

    The detailed output includes the additional Metric, Ref, and Use fields.

    Published: 2014-12-10