None
Use this command to inspect the contents of the routing table. The output includes a list of destinations along with the next-hop gateway and associated interface for each entry. Network routes are displayed separately from host-specific routes. Netmask details are not provided.
Note: The IP forwarding process only uses the first route entry to a destination. When multiple routes exist to the same destination with the same netmask (which is not shown), the first route entry uses the lowest administrative weight. The remaining entries (listed as additional routes) use the same destination address. One of those entries will replace the primary route if it is deleted.
The routing table Flags field represents a decimal value of the flags specified for a given route. The following is a list of currently available flag values:
0x1 - route is usable (that is, "up")
0x2 - destination is a gateway
0x4 - host specific routing entry
0x8 - host or net unreachable
0x10 - created dynamically (by redirect)
0x20 - modified dynamically (by redirect)
0x40 - message confirmed
0x80 - subnet mask present
0x100 - generate new routes on use
0x200 - external daemon resolves name
0x400 - generated by ARP
0x800 - manually added (static)
0x1000 - just discard packets (during updates)
0x2000 - modified by management protocol
0x4000 - protocol specific routing flag
0x8000 - protocol specific routing flag
ROUTE NET TABLE Destination Gateway Flags Refcnt Use Interface -------------------------------------------------------------------- 0.0.0.0 10.37.188.1 0x103 39 0 motfcc0 10.37.188.0 10.37.188.11 0x101 26 0 motfcc0 169.254.10.0 169.254.10.1 0x101 1 0 MccDev0 169.254.11.0 169.254.11.1 0x101 1 0 MccDev1 Additional routes to 169.254.11.0: 169.254.11.2 0x101 0 120 MccDev1 -------------------------------------------------------------------- ROUTE HOST TABLE Destination Gateway Flags Refcnt Use Interface -------------------------------------------------------------------- 10.31.4.126 10.37.188.1 0x8007 1 10837 motfcc0 10.35.29.16 10.37.188.1 0xc007 0 656 motfcc0 10.37.189.11 10.37.188.1 0x8007 1 2478 motfcc0 10.37.189.204 10.37.188.1 0x8007 3 24412 motfcc0 10.37.190.11 10.37.188.1 0x8007 1 2524 motfcc0 10.37.191.11 10.37.188.1 0x8007 1 2446 motfcc0 10.38.110.11 10.37.188.1 0x8007 1 2418 motfcc0 10.44.16.156 10.37.188.1 0x8007 1 8575 motfcc0 127.0.0.1 127.0.0.1 0x5 30 233396 lo0 -------------------------------------------------------------------- |