14-10
display fib vpn-instance
Syntax
display fib
vpn-instance
vpn-instance-name
[
|
{
begin
|
exclude
|
include
}
regular-expression
|
acl
acl-number
|
ip-prefix ip-prefix-name
]
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.
|
: Use the regular expression to filter the output information. For more information about regular
expression, see
CLI Configuration
in the
Fundamentals Configuration Guide
.
begin
: Displays the specified line and all following lines. The specified line must include the specified
regular expression.
exclude
: Displays lines that exclude the regular expression.
include
: Displays lines that include the regular expression.
regular-expression
: Regular expression, a case-sensitive string of 1 to 256 characters.
acl
acl-number
: Displays the FIB information of the VPN instance permitted by the specified ACL.
acl-number
is the number of the ACL, in the range from 2000 to 2999. If the specified ACL does not
exist, the command displays all FIB information of the VPN instance.
ip-prefix ip-prefix-name
: Displays the FIB information of the VPN instance permitted by the specified
IP prefix.
ip-prefix-name
is the name of the IP prefix, which is a case-sensitive string of 1 to 19
characters. If the specified IP prefix does not exist, the command displays all FIB information of the
VPN instance.
Description
Use the
display fib vpn-instance
command to display the FIB information of a VPN instance.
If no parameter is specified, all FIB information of the VPN instance will be displayed.
Examples
# Display all FIB information of VPN instance
vpn1
.
<Sysname> display fib vpn-instance vpn1
FIB entry count: 4
Flag:
U:Useable G:Gateway H:Host B:Blackhole D:Dynamic S:Static
Destination/Mask Nexthop Flag OutInterface InnerLabel Token
10.2.0.0/16 10.2.1.1 U Eth1/1 Null Invalid
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
# Display the FIB information of VPN instance
vpn1
that begins with the line containing the string 127.
<Sysname> display fib vpn-instance vpn1 | begin 127