Command Reference Guide
130 ● display fib acl 3Com Router 5000 Family and Router 6000 Family
Command Reference
display fib acl
Purpose Use the display fib acl command to filter and display FIB information.
Syntax display fib acl number
Parameters number
The ACL rules expressed in number. Valid values are
2000 to 2999.
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/MaskNexthop FlagTimeStamp Interface
127.0.0.0/8 127.0.0.1 U t[0] InLoopBack0
View This command can be used in the following views:
■ Any view
Description 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