Chapter 12: Network Management 127The Route CommandDisplay a RouteTo display a route used by a restorer to connect with a particular destination, use the route showtrace host operation.route trace hostFor example, to trace the route to srvr24:# route trace srvr24Traceroute to srvr24.yourcompany.com (192.168.1.6), 30 hopsmax, 38 byte packets1 srvr24 (192.168.1.6) 0.163 ms 0.178 ms 0.147 msDisplay the Configured Static RoutesTo display the configured static routes that are in the Route Config list, use the route showconfig operation.route show configThe display looks similar to the following (each line in the example wraps):# route show configThe Route Config list is:-host user24 gw srvr12-net 192.168.1.0 netmask 255.255.255.0 gw srvr12Display the Kernel IP Routing TableTo display all entries in the Kernel IP routing table, use the route show table operation.route show tableThe display looks similar to the following (each line in the example wraps):# route show tableKernel IP routing tableDestination Gateway Genmask Flags Metric Ref192.168.1.0 0.0.0.0 255.255.255.0 U 0 0127.0.0.0 0.0.0.0 255.0.0.0 U 0 00.0.0.0 192.168.1.2 0.0.0.0 UG 0 0Use Iface0 eth00 lo0 eth0