Command Manual – Network Protocol
Quidway S8500 Series Routing Switches
Chapter 7 IP Performance Configuration Commands
Huawei Technologies Proprietary
7-3
Example
# Display the FIB entries whose destination addresses match 169.253.0.0 in the
natural mask range or which match most of 169.253.0.0..
<Quidway> display fib 169.253.0.0
Route Entry Count: 1
Destination/Mask Nexthop
Flag
TimeStamp
Interface
169.253.0.0/16 2.1.1.1
U
t[0]
Vlan-interface1
# Display the FIB entries whose destination addresses are in the range of
169.254.0.0/16 to 169.254.0.6/16.
<Quidway> display fib 169.254.0.0 255.255.0.0 169.254.0.6 255.255.0.0
Route Entry Count: 1
Destination/Mask Nexthop
Flag
TimeStamp
Interface
169.254.0.1/16 2.1.1.1
U
t[0]
Vlan-interface1
For the descriptions of the displayed fields, refer to Table 7-1.
7.1.3 display fib acl
Syntax
display
fib acl
{
number
|
name
}
View
Any view
Parameter
number
: ACL in number form, in the range 2000 to 2999
name
: ACL in name form, a string of 1 to 32 characters.
Description
Use the
display fib
command to view the FIB entries matching a specific ACL.
Example
# Display the FIB entries matching ACL 2000.
<Quidway> 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
For the descriptions of the displayed fields, refer to Table 7-1.