Command Manual - Management VLAN
Quidway S3900 Series Ethernet Switches-Release 1510
Chapter 1 Management VLAN Configuration
Commands
Huawei Technologies Proprietary
1-7
View
Any view
Parameter
acl-number: Number of a basic access control list (ACL), in the range of 2000 to 2999.
verbose: Displays the detailed information about the active and inactive routes filtered
by the specified ACL. If you do not specify this keyword, the summary information about
the active routes filtered by the specified ACL is displayed.
Description
Use the display ip routing-table acl command to display the routes permitted by the
specified basic ACL.
As this command displays the routes filtered by a basic ACL, you can use it to trace
routing policies.
Example
# Display the summary information about the active routes permitted by ACL 2000.
<Quidway> system-view
System View: return to User View with Ctrl+Z.
[Quidway] acl number 2000
[Quidway-acl-basic-2000] rule permit source 10.1.1.1 0.0.0.255
[Quidway-acl-basic-2000] rule deny source any
[Quidway-acl-basic-2000] display ip routing-table acl 2000
Routes matched by access-list 2000:
Summary count: 2
Destination/Mask Protocol Pre Cost Nexthop Interface
10.1.1.0/24 DIRECT 0 0 10.1.1.2 Vlan-interface1
10.1.1.2/32 DIRECT 0 0 127.0.0.1 InLoopBack0
The above output information is described in Table 1-4.
# Display the detailed information about the active and inactive routes permitted by
ACL 2000.
<Quidway> display ip routing-table acl 2000 verbose
Routes matched by access-list 2000:
+ = Active Route, - = Last Active, # = Both * = Next hop in use
Summary count: 2
**Destination: 10.1.1.0 Mask: 255.255.255.0
Protocol: #DIRECT Preference: 0
*NextHop: 10.1.1.2 Interface: 10.1.1.2(Vlan-interface1)