- 422 -

8.2.1.3 show ip interface brief

This command displays su mmary information about IP configuration settings for all ports in the router.
Syntax
show ip interface brief
Default Setting
None
Command Mode
Privileged Exec
User Exec
Display Message
Interface: Valid slot, and port number separated by forward slashes.
IP Address: The IP address of the routing interface.
IP Mask: The IP mask of the routing interface.
Netdir Bcast: Indicates if IP forwards net-directed broadcasts on this interface. Possible values are
Enable or Disable.
MultiCast Fwd: Indicates the multicast forwarding administrative mode on the interface. Possible
values are Enable or Disable.

8.2.1.4 show ip route

This command displays the routing table. The <ip-addr ess> specifies the network for which the route is to
be displayed and displays the best matching best-route for the address. The <mask> specifie s the subnet
mask for the given <ip-address>. When you use the longerprefixes keyword, the <ip-address> and
<mask> pair becomes the prefix, and the command display s the ro utes to the addresses that match that
prefix. Use the <protocol> parameter to specify the protocol that installed the routes. The value for
<protocol> can be connected, osp f, rip, or static. Use the all paramete r to display all routes including
best and nonbest routes. If you do not use the all parameter, the command only displays the best route.
! If you use the connected keyword for <protocol>, the all option is not available because
there are no best or non-b est connected routes.
Syntax
show ip route [{<ip-addre ss> [<protocol>] | {<ip-address> <mask> [longer-prefixes] [<protocol>] |
<protocol>} [all] | all}]
Default Setting