Command Manual ( For Soliton ) – Management VLAN
H3C S3100 Series Ethernet Switches
Chapter 1 Management VLAN Configuration
Commands
1-11
<Sysname> display ip routing-table 10.1.1.0
Destination/Mask Protocol Pre Cost Nexthop Interface
10.1.1.0/24 STATIC 60 0 192.168.0.31 Vlan-interface1
Refer to
Table 1-4
for the description on the output fields.
# Display the detailed information of the routes with their destination addresses
matched within the natural mask range.
<Sysname> display ip routing-table 10.1.1.0 verbose
Routing tables:
+ = Active Route, - = Last Active, # = Both * = Next hop in use
Summary count: 1
**Destination: 10.1.1.0 Mask: 255.255.255.0
Protocol: #STATIC Preference: 60
*NextHop: 192.168.0.31 Interface: 192.168.0.246(Vlan-interface1)
State: <Int ActiveU Gateway Static Unicast>
Age: 32:31 Cost: 0/0
Refer to
Table 1-5
for the description on the output fields.
1.1.8 display ip routing-table ip-address1 ip-address2
Syntax
display ip routing-table
ip-address1
mask1
ip-address2
mask2
[
verbose
]
View
Any view
Parameter
ip-address1
,
ip-address2
: Destination IP addresses in dotted decimal notation.
ip-address1
and
mask1
, together with
ip-address2
and
mask2
, determine an IP
address range. The starting address of the IP address range is determined by the
ip-address1
and
mask1
arguments; and the end address of the IP address range is
determined by the
ip-address2
and
mask2
arguments.
mask1
,
mask2
: IP address masks. These two arguments can be in dotted decimal
notation or two integers ranging from 0 to 32.
verbose
: Displays the detailed information about the active and inactive routes. If you
do not specify this keyword, only the summary information about the active routes is
displayed.