Specifications

SSR Command Line Interface Reference Manual 289
ip show routes
ip show routes
Purpose
Display the IP routing table.
Format
ip show routes [no-lookup] [show-arps] [show-multicast] [verbose]
Mode
Enable
Description
The ip show routes command displays the IP routing table. Different command options
can be used to show different aspects of the routing table.
Parameters
no-lookup By default, when displaying an IP address, this command attempts to do
a reverse DNS lookup to look for the hostname associated with the IP
address and display the hostname instead. If you do not want the reverse
DNS lookup to occur, specify the no-lookup option.
show-arps By default, ARP entries are not shown. To show ARP entries (if any are
present), specify the show-arps option.
show-multicast By default, routes to multicast destinations are not shown. To show routes
to multicast destinations, specify the show-multicast option.
verbose Show the routing table in verbose mode. The additional information is
useful for debugging.
Restrictions
None.