User Manual

Table Of Contents
APCDNC0032.0A 61
ip rip
broadcast|compatible|multicast
When RIP is set to version 2, specifies how RIP handles
packets. Available only if routing mode is set to RIP and
the RIP version is set to 2.
broadcast sends RIP version 2 advertisements
as broadcast.
compatible sends more compatible version 2
broadcasts to version 1 routers.
multicast sends version 2 advertisements to
RIP version 2 multicast addresses. Multicast is
generally more efficient than broadcast.
ip rip noupdate|update Disables or enables RIP to advertise static routes.
update - sends static route information in a RIP
advertisement, as well as all other RIP information.
noupdate - sends everything except the static route
information. Available only if routing mode is set to RIP.
ip rip version 1|2 Changes the RIP version to either 1 or 2. Available only
if routing mode is set to RIP.
ip rip version displays the current version.
Note that version 1 is broadcast only; version 2 is
multicast, broadcast, or compatible (both).
ip route Displays the routing table information. Local interface
routes are always present as long as an address for the
interface exists.
ip route add|del
Network(aaa.bbb.ccc.ddd)
Gateway(eee.fff.ggg.hhh)
Mask(0-32)
Adds or deletes a static route.
Network(aaa.bbb.ccc.ddd) is the IP address of
the destination network;
Gateway(eee.fff.ggg.hhh) is the IP address for
the gateway; and Mask(0-32) is specified in either
dotted decimal format or number of bits.
ip route flush Removes all dynamic entries from the routing table.
Dynamic entries are those routes that the system has
learned.
ip route erase Removes all static and dynamic entries, except
interface routes, from the routing table.
ip routing Displays the IP routing protocol.
ip routing static|rip Changes the IP routing protocol to either Static or RIP.
ip statistics Displays the IP statistics information.
ip telnet host(aaa.bbb.ccc.ddd) Establishes a Telnet session with a remote host to
access and control a remote computer.
host(aaa.bbb.ccc.ddd) is the IP address of the
remote host.
ip traceroute
destination(aaa.bbb.ccc.ddd)
Displays the route that the packets take to a remote
destination. destination(aaa.bbb.ccc.ddd) is
the IP address of the remote destination. The maximum
is 30 hops. An asterisk (*) represents each unsuccessful
try. For example, 1 * * *. Press any key to stop the ip
traceroute output.
Command Syntax Description