10-2
Examples
# Display all FIB entries.
<Sysname> display fib
Destination count: 4 FIB entry count: 4FIB entry count: 4
Flag:
U:Useable G:Gateway H:Host B:Blackhole D:Dynamic S:Static
R:Relay
Destination/Mask Nexthop Flag OutInterface InnerLabel Token
10.2.1.1/32 127.0.0.1 UH InLoop0 Null Invalid
127.0.0.0/8 127.0.0.1 U InLoop0 Null Invalid
127.0.0.1/32 127.0.0.1 UH InLoop0 Null Invalid
Table 10-1 display fib
command output description
Field
Description
Destination count
Total number of destination addresses
Destination/Mask Destination address/length of mask
Nexthop
Address of next hop
Flag
Flags of routes:
z
“U”—Usable route
z
“G”—Gateway route
z
“H”—Host route
z
“B”—Blackhole route
z
“D”—Dynamic route
z
“S”—Static route
z
“R”—Relay route
OutInterface Outbound
interface
InnerLabel Inner
label
Token
LSP index number
display fib ip-address
Syntax
display
fib ip-address
[
mask | mask-length
]
View
Any view
Default Level
1: Monitor level
Parameters
ip-address
: Destination IP address, in dotted decimal notation.
mask
: IP address mask.
mask-length
: Length of IP address mask.