Command Reference Guide

132display fib ip-prefix 3Com Router 5000 Family and Router 6000 Family
Command Reference
display fib ip-prefix
Purpose Use the display fib ip-prefix command to filter and display FIB information
by prefix-list name in certain format.
Syntax display fib ip-prefix listname
Parameters listname
The name of the prefix list.
Example Display the FIB table entries matched by the prefix list abc0.
<3Com> display fib ip-prefix abc0
Route Entry matched by prefix-list abc0:
Summary count: 4
Destination/Mask Nexthop Flag TimeStamp Interface
127.0.0.0/8 127.0.0.1 U t[0] InLoopBack0
127.0.0.1/32 127.0.0.1 U t[0] InLoopBack0
169.0.0.0/8 2.1.1.1 SU t[0] Ethernet 0/0/0
169.0.0.0/15 2.1.1.1 SU t[0] Ethernet 0/0/0
View This command can be used in the following views:
Any view
Description If no FIB entry matches the specified prefix-list, the system displays the prompt
indicating that the number of FIB entry matches is 0; if the specified prefix-list name
cannot be found, no FIB entry is displayed; if the FIB table entries after filtering is not
0, they are output in certain format.
If no FIB table entry matching the prefix list, the following information will be output:
Route entry matched by prefix-list abc1:
Summary count: 0
If the number of FIB table entries after filtering is not 0, FIB table entry information
will be output in the following format:
Route entry matched by prefix-list abc2:
Summary count: 1
Destination/Mask Nexthop Flag TimeStamp Interface
127.0.0.0/8 127.0.0.1 U t[0] InLoopBack0