User guide

TCP/IP command reference IP
4-35
iMG/RG Software Reference Manual (IPNetwork Functions)
Timeout - the number of seconds that this RIP route will remain in the routing table
unless updated by RIP
Source interface - the name of the existing interface that this route uses
Example --> ip list riproutes
IP RIP routes:
Destination | Mask | Gateway | Cost | Time |Source
---------------|---------------|---------------|------|------|------
192.168.101.1 | 255.255.255.0 | 10.10.10.10 | 1 | 3000 | ip2
--------------------------------------------------------------------
See also IP SET RIP HOSTROUTES
IP SET INTERFACE RIP ACCEPT
IP SET INTERFACE RIP SEND
4.1.8.2.37 IP LIST ROUTES
Syntax ip list routes
Description This command lists information about existing routes. It displays the ID, name, destina-
tion IP address (if applicable), netmask address (if applicable), and gateway address or
interface name (whichever is applicable).
Route ID numbers
•Route names
Destination IP addresses (if previously specified)
Destination netmask address (if previously specified)
Either the gateway address or the name of the destination interface (whichever is
set)
Example --> ip list routes
IP routes:
ID | Name | Destination | Netmask |Gateway/Interface
-----|----------|----------------|----------------|-----------------
2 | route2 | 192.168.102.3 | 255.255.255.0 | ip1
1 | route1 | 192.168.50.50 | 255.255.255.0 | 192.168.68.68
--------------------------------------------------------------------
See also ip show route