IPv6 MCE configuration commands
This chapter describes only the commands related to the IPv6 MCE feature. For information about
the routing protocol configuration commands in the configuration examples, see
Layer 3—IP Routing
Command Reference
.
display bgp vpnv6 vpn-instance peer
Syntax
display bgp vpnv6 vpn-instance vpn-instance-name peer
[
ipv6-address
verbose
|
verbose
] [
|
{
begin
|
exclude
|
include
}
regular-expression
]
View
Any view
Default level
1: Monitor
Parameters
vpn-instance-name
: Name of a VPN instance, a case-sensitive string of 1 to 31 characters.
ipv6-address
: IPv6 address of a peer.
verbose
: Displays the detailed information.
|
: Filters command output by specifying a regular expression. For more information about regular
expressions, see
Fundamentals Configuration Guide
.
begin
: Displays the first line that matches the specified regular expression and all lines that follow.
exclude
: Displays all lines that do not match the specified regular expression.
include
: Displays all lines that match the specified regular expression.
regular-expression
: Specifies a regular expression, a case-sensitive string of 1 to 256 characters.
Description
Use
display bgp vpnv6 vpn-instance peer
to display information about the IPv6 BGP peers in the
specified VPN instance.
If you do not specify any optional parameters, the command displays the brief information of all IPv6
BGP peers.
Examples
# Display brief information about the IPv6 BGP peers in the VPN instance
vpn1
.
<Sysname> display bgp vpnv6 vpn-instance vpn1 peer
BGP local router ID : 2.2.2.2
Local AS number : 100
Total number of peers : 1 Peers in established state : 1
Peer AS MsgRcvd MsgSent OutQ PrefRcv Up/Down State
2001::1 200 4 6 0 2 00:00:09 Established
473