H3C S7500 Series Ethernet Switches Command Manual

Table Of Contents
Command Manual – Routing Protocol
H3C S7500 Series Ethernet Switches Chapter 1 Static Route Configuration Commands
1-7
# There is no corresponding route in the natural mask range (only the longest matched
route is displayed). Display the detailed information.
<H3C> display ip routing-table 169.253.0.0 verbose
Routing Tables:
Generate Default: no
+ = Active Route, - = Last Active, # = Both * = Next hop in use
Summary count:1
**Destination: 169.0.0.0 Mask: 255.0.0.0
Protocol: #Static Preference: 60
*NextHop: 2.1.1.1 Interface: 2.1.1.1(LoopBack1)
Vlinkindex: 0
State: <Int ActiveU Static Unicast>
Age: 3:47 Cost: 0/0 Tag: 0
For detailed description of the output information, refer to Table 1-2.
1.1.4 display ip routing-table ip-address1 ip-address2
Syntax
display ip routing-table ip-address1 mask1 ip-address2 mask2 [ verbose ]
View
Any view
Parameters
ip-address1, ip-address2: Destination IP address in dotted decimal notation.
ip-address1, mask1 and ip-address2, mask2 determine one address range together.
ip-address1 ANDed with mask1 specifies the start of the range, and ip-address2
ANDed with mask2 specifies the end of the range. This command is used to display the
route in this address range.
mask1, mask2: IP address mask, length in dotted decimal notation or expressed as an
integer. It ranges from 0 to 32 when expressed as an integer.
verbose: With the verbose argument provided, this command is used to display the
verbose information of both active and inactive routes. Without this argument provided,
this command is used to display the summary of active routes only.
Description
Use the display ip routing-table ip-address1 ip-address2 command to display the
route information in the specified destination address range.