Command Reference Guide

3Com Router 3000 Ethernet Family
Command Reference Guide Chapter 10
3Com Corporation
10-7
10.1.7 display fib acl
Syntax
display fib acl number
View
Any view
Parameter
number: The ACL rules expressed in number, ranging from 2000 to 2999.
Description
Use the display fib acl command to filter and display FIB information.
According to ACL number, you can view the FIB table entries matching the filtering
rules in a format.
When an ACL number in the range 2000 to 2999 is entered, the corresponding ACL will
be searched. If no ACL is found, all FIB table entries information will be displayed; and
if such an ACL is found, the FIB table entries information will be output in a format.
If the number of FIB table entries matching the filtering rules is 0, the following
information will be output:
Route entry matched by access-list 2000:
Summary count: 0
If the number of FIB table entries matching the filtering rules is not 0, the FIB table entry
information will be output in the following format:
Route entry matched by access-list 2000:
Summary count: 1
Destination/Mask Nexthop Flag TimeStamp Interface
127.0.0.0/8 127.0.0.1 U t[0] InLoopBack0
Example
# Display the FIB table entries matched by the ACL.
<3Com> display fib acl 2000
Route entry matched by access-list 2000:
Summary counts: 1
Destination/Mask Nexthop Flag TimeStamp Interface
127.0.0.0/8 127.0.0.1 U t[0] InLoopBack0