3com 5500-ei pwr Guía De Referencia

Descargar
Página de 1314
 
1-3 
 
display ip routing-table acl 
Syntax 
display ip routing-table acl
 acl-number [ verbose ] 
View 
Any view 
Parameters 
acl-number
: Basic access control list number, in the range of 2000 to 2999. 
verbose
: With this keyword specified, detailed information of routes in the active or inactive state that 
match the ACL is displayed. With this keyword not specified, brief information of only the routes in the 
active state that match the ACL is displayed. 
Description 
Use the display ip routing-table acl command to display the information of routes that match the 
specified ACL. 
Examples 
# Display the information of ACL 2100. 
<Sysname> display acl 2100 
Basic ACL  2100, 1 rule 
Acl's step is 1 
rule 0 permit source 192.168.1.0 0.0.0.255 
For details about the display acl command, refer to ACL Command
# Display the information of routes that match ACL 2100. 
<Sysname> display ip routing-table acl 2100 
Routes matched by access-list 2100: 
  Summary count: 2 
Destination/Mask   Protocol  Pre  Cost      Nexthop        Interface 
192.168.1.0/24     DIRECT    0    0         192.168.1.2     Vlan-interface2 
192.168.1.2/32     DIRECT    0    0         127.0.0.1       InLoopBack0 
For descriptions of the above fields, refer to 
# Display the detailed information of routes that match ACL 2100. 
<Sysname> display ip routing-table acl 2100 verbose 
Routes matched by access-list 2100: 
  + = Active Route, - = Last Active, # = Both    * = Next hop in use 
 
  Summary count: 3 
 
**Destination: 192.168.1.0       Mask: 255.255.255.0 
         Protocol: #DIRECT       Preference: 0 
         *NextHop: 192.168.1.2      Interface: 192.168.1.2(Vlan-interface2)