R0106-HP MSR Router Series Layer 3 - IP Routing Command Reference(V7)

9
vpn-instance vpn-instance-name: Specifies an MPLS L3VPN instance by its name, a case-sensitive string
of 1 to 31 characters. Without this option, the command displays routing information for the public
network.
ip-address: Specifies a destination IP address in dotted decimal notation.
mask: Specifies the IP address mask in dotted decimal notation.
mask-length: Specifies the mask length, an integer in the range of 0 to 32.
longer-match: Displays the route entry with the longest mask.
ip-address1 to ip-address2: Specifies a destination IP address range.
verbose: Displays detailed routing table information, including information about both active and
inactive routes. Without this keyword, the command displays brief information about active routes.
standby slot slot-number: Displays backup information about routes for a card. Without this option, the
command displays information about routes.
Usage guidelines
Executing the command with different parameters yields different outputs:
display ip routing-table ip-address:
{ The system ANDs the entered destination IP address with the subnet mask in each active route
entry.
{ The system ANDs the destination IP address in each active route entry with its own subnet mask.
If the two operations yield the same result for an entry, the entry is displayed.
display ip routing-table ip-address mask:
{ The system ANDs the entered destination IP address with the entered subnet mask.
{ The system ANDs the destination IP address in each active route entry with the entered subnet
mask.
If the two operations yield the same result for an entry with a subnet mask not greater than the
entered subnet mask, the entry is displayed.
display ip routing-table ip-address longer-match:
{ The system ANDs the entered destination IP address with the subnet mask in each active route
entry.
{ The system ANDs the destination IP address in each active route entry with its own subnet mask.
If the two operations yield the same result for multiple entries, the entry with the longest mask length
is displayed.
display ip routing-table ip-address mask longer-match:
{ The system ANDs the entered destination IP address with the entered subnet mask.
{ The system ANDs the destination IP address in each active route entry with the entered subnet
mask.
If the two operations yield the same result for multiple entries with a mask not greater than the
entered subnet mask, the entry with the longest mask length is displayed.
display ip routing-table ip-address1 to ip-address2:
The system displays active route entries with destinations in the range of ip-address1/32 to
ip-address2/32.