Brocade BigIron RX Series Configuration Guide User Manual

Page 308

Advertising
background image

230

BigIron RX Series Configuration Guide

53-1002484-04

Displaying IP information

7

The show ip route command has been enhanced to include the elapse time since an IP route was
installed.

BigIron RX(config)#show ip route

Total number of IP routes: 2

Type Codes - B:BGP D:Connected I:ISIS S:Static R:RIP O:OSPF; Cost - Dist/Metric

Uptime - Days:Hours:Minutes:Seconds

Destination Gateway Port Cost Type Uptime

1 10.0.0.0/8 10.43.1.1 mgmt 1 1/1 S 2:23:0:16

2 10.43.1.0/24 DIRECT mgmt 1 0/0 D 2:23:0:18

Syntax: show ip route <num> | [<ip-addr> [<ip-mask>] [debug | detail | longer]] | connected |

bgp | isis | ospf | rip | static | summary] [| begin <expression> | exclude <expression> |
include <expression>]

The <num> option display the route table entry whose row number corresponds to the number you
specify. For example, if you want to display the tenth row in the table, enter “10”.

The <ip-addr> parameter displays the route to the specified IP address.

The <ip-mask> parameter lets you specify a network mask or, if you prefer CIDR format, the
number of bits in the network mask. If you use CIDR format, enter a forward slash immediately
after the IP address, then enter the number of mask bits (for example: 209.157.22.0/24 for
209.157.22.0 255.255.255.0).

The longer | detail | debug parameter applies only when you specify an IP address and mask.
This option displays only the routes for the specified IP address and mask.

The bgp option displays the BGP4 routes.

The connected option displays only the IP routes that are directly attached to the device.

The ospf option displays the OSPF routes.

The rip option displays the RIP routes.

The isis option displays the RIP routes.

The static option displays only the static IP routes.

The summary option displays a summary of the information in the IP route table.

The default routes are displayed first.

Here is an example of how to use the connected option. To display only the IP routes that go to
devices directly attached to the device.

BigIron RX> show ip route

Total number of IP routes: 514

Start index: 1 B:BGP D:Connected R:RIP S:Static O:OSPF *:Candidate default

Destination Gateway Port Cost Type

1.1.0.0 99.1.1.2 1/1 2 R

1.2.0.0 99.1.1.2 1/1 2 R

1.3.0.0 99.1.1.2 1/1 2 R

1.4.0.0 99.1.1.2 1/1 2 R

1.5.0.0 99.1.1.2 1/1 2 R

1.6.0.0 99.1.1.2 1/1 2 R

1.7.0.0 99.1.1.2 1/1 2 R

1.8.0.0 99.1.1.2 1/1 2 R

1.9.0.0 99.1.1.2 1/1 2 R

1.10.0.0 99.1.1.2 1/1 2 S

Advertising