283
display bgp group
Use
display bgp group
to display BGP peer group information.
Syntax
display bgp group
{
ipv4
|
ipv6
} [
unicast
] [
vpn-instance
vpn-instance-name
] [
group-name
]
display bgp group vpnv4
[
vpn-instance
vpn-instance-name
] [
group-name
]
display bgp group
{
l2vpn
|
vpnv6
} [
group-name
]
Views
Any view
Predefined user roles
network-admin
network-operator
Parameters
ipv4
: Displays IPv4 BGP peer group information.
ipv6
: Displays IPv6 BGP peer group information.
unicast
: Displays BGP unicast peer group information. Without this keyword, the command also displays
BGP unicast peer group information.
vpnv4
: Displays BGP VPNv4 peer group information.
l2vpn
: Displays BGP L2VPN peer group information.
vpnv6
: Displays BGP VPNv6 peer group information.
vpn-instance
vpn-instance-name
: Specifies an MPLS L3VPN instance by its name, a case-sensitive string
of 1 to 31 characters. If no VPN instance is specified, the command displays BGP peer group information
for the public network.
group-name
: Specifies a BGP peer group by its name, a case-sensitive string of 1 to 47 characters. If no
group is specified, this command displays brief information about all BGP peer groups for the specified
address family.
Examples
# Display brief information about all BGP IPv4 unicast peer groups for the public network.
BGP peer group: group1
Remote AS: 600
Type: external
Members:
1.1.1.10
BGP peer group: group2
Remote AS number: not specified
Type: external
Members:
2.2.2.2
# Display detailed information about BGP IPv4 unicast peer group
group1
for the public network.
<Sysname> display bgp group ipv4 group1