14-12
Field
Description
Token
LSP index number
display fib vpn-instance ip-address
Syntax
display
fib vpn-instance
vpn-instance-name ip-address
[
mask | mask-length
]
View
Any view
Default Level
1: Monitor level
Parameters
vpn-instance-name
: Name of the VPN instance, a case-sensitive string of 1 to 31 characters.
ip-address
: Destination IP address, in dotted decimal format.
mask
: Mask of the IP address, in dotted decimal format.
mask-length
: Length of the IP address mask, in the range 0 to 32.
Description
Use the
display fib vpn-instance
ip-address
command to display the FIB information of the specified
VPN instance that matches the specified destination IP address.
If neither the
mask
nor the
mask-length
argument is specified, the command displays the FIB
information of the specified VPN instance that matches the specified destination IP address and has
the longest mask. Otherwise, the command displays the FIB information of the specified VPN instance
that exactly matches the specified destination IP address and mask.
Examples
# Display the FIB information of VPN instance
vpn1
that matches the destination IP address 10.2.1.1.
<Sysname> display fib vpn-instance vpn1 10.2.1.1
FIB entry count: 1
Flag:
U:Useable G:Gateway H:Host B:Blackhole D:Dynamic S:Static
Destination/Mask Nexthop Flag OutInterface InnerLabel Token
10.2.1.1/32 127.0.0.1 UH InLoop0 Null Invalid
For description of the command output, refer to
display ip routing-table vpn-instance
Syntax
display ip routing-table vpn-instance vpn-instance-name
[
verbose
]
View
Any view