Displaying the ip route table for a specified vrf – Brocade Multi-Service IronWare Routing Configuration Guide (Supporting R05.6.00) User Manual

Page 415

Advertising
background image

Multi-Service IronWare Routing Configuration Guide

387

53-1003033-02

Configuring Inter-VRF routing

Displaying the IP route table for a specified VRF

To display the IP routes for a specified VRF, enter the following command at any CLI level for IPv4
and IPv6 respectively.

Brocade# show ip route vrf one

Brocade# show ipv6 route vrf one

Syntax: show ip route vrf vrf-name [num] | [ip-addr] | [bgp] | [connected] |[isis] | [ospf] |[rip] |

[static] | [tags]

Syntax: show ipv6 route vrf vrf-name [num] | [ip-addr] | [bgp] | [connected] |[isis] | [ospf] |[rip] |

[static] | [tags]| nexthop nexthop_id | ref-routes

The vrf-name parameter specifies the VRF for which you want to display the IP routes.

The nexthop option displays the next-hop information for all next hops in the routing table or for a
specific entry. The nexthop_id parameter is a specific nexthop entry from the next hop table.

The ref-routes option allows you to display IPv6 routes in the forwarding table that refer to the
specified nexthop entry.

The following table lists the information displayed by the show ip/ipv6 route vrf command.

TABLE 66

CLI display of IP route-table

This field...

Displays

Total number of IP routes

The total number of IP routes that are in the specified VRP routing-table.

Destination

The destination network of the route.

NetMask

The network mask of the destination address.

Gateway

The next-hop router.

Port

The port through which this Brocade device sends packets to reach the route's
destination.

Cost

The route's cost.

Type

The route type, which can be one of the following:

B – The route was learned from BGP.

D – The destination is directly connected to this Brocade device.

R – The route was learned from RIP.

S – The route is a static route.

* – The route is a candidate default route.

O – The route is an OSPF route. Unless you use the ospf option to display
the route table, “O” is used for all OSPF routes. If you do use the ospf
option, the following type codes are used:

O – OSPF intra area route (within the same area).

IA – The route is an OSPF inter area route (a route that passes from
one area into another).

E1 – The route is an OSPF external type 1 route.

E2 – The route is an OSPF external type 2 route.

Advertising