Command Manual – Routing Protocol 
Quidway S3900 Series Ethernet Switches-Release 1510 
Chapter 1  Static Route Configuration 
Commands
 
Huawei Technologies Proprietary 
1-3 
Description 
Use the display ip routing-table acl command to display the routes that filtered 
through a specific basic ACL. 
This command is used to track and display the results of route policy. It displays and 
only displays the routes that filtered through the basic ACL you specified by an ACL 
number. 
Example 
# Display the summary of the active routes that filtered through basic acl 2000. 
[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 
For detailed description of the output information, see Table 1-1. 
# Display the verbose information of the active and inactive routes that filtered through 
basic 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 
  Destinations: 2        Routes: 2 
  Holddown: 0    Delete: 0       Hidden: 0 
 
**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) 
        State: <Int ActiveU Retain Unicast> 
        Age: 35:37:03       Cost: 0/0       
**Destination: 10.1.1.2         Mask: 255.255.255.255 
        Protocol: #DIRECT       Preference: 0 
        *NextHop: 127.0.0.1        Interface: 127.0.0.1(InLoopBack0) 
 
        State: <NoAdvise Int ActiveU Retain Gateway Unicast> 
        Age: 35:37:03       Cost: 0/0