display bgp ipv6 group

Function

The display bgp ipv6 group command displays information about IPv6 peer groups, excluding BGP unnumbered peer groups.

The display bgp unnumbered ipv6 group command displays information about BGP unnumbered IPv6 peer groups.

Format

display bgp ipv6 group

display bgp ipv6 group group-name

Parameters

Parameter Description Value
ipv6

Displays information about IPv6 peer groups.

-

group-name

Specifies the name of a peer group.

The value is a string of 1 to 47 case-sensitive characters, spaces not supported. When double quotation marks are used around the string, spaces are allowed in the string.

Views

All views

Default Level

3: Management level

Task Name and Operations

Task Name Operations
bgp debug

Usage Guidelines

Usage Scenario

Configuring BGP peer groups simplifies BGP network configuration and improves BGP route advertisement efficiency.

The display bgp group command displays information about a peer group, including the members in the peer group and the configuration of the peer group. This command is used in the following scenarios:

  • The group command is run to configure a peer group, and you need to check whether the configuration is successful.
  • The peer group command is run to add a peer to a peer group, and you need to check whether the configuration is successful.
  • The undo peer group command is run to delete a peer from a peer group, and you need to check whether the peer is successfully deleted from the group.
  • After modifying the configuration of the peer group, you need to check whether the modification is successful.

The display bgp unnumbered ipv6 group command displays information about a BGP unnumbered IPv6 peer group, including the members in the peer group and the configuration of the peer group. This command is used in the following scenarios:

  • The group unnumbered command is run to configure a peer group, and you need to check whether the configuration is successful.
  • The peer unnumbered-interface command is run to add a peer to a peer group, and you need to check whether the configuration is successful.
  • The undo peer unnumbered-interface command is run to delete a peer, and you need to check whether the peer is successfully deleted.
  • After modifying the configuration of the peer group, you need to check whether the modification is successful.

Precautions

BGP has multiple address families, and the configurations of these address families are isolated from each other. Information about peer groups in address families can be displayed by specifying different parameters.

Example

The actual command output varies according to the device. The command output here is only an example.

# Display information about all BGP IPv6 peer groups.
<HUAWEI> display bgp ipv6 group
BGP peer-group is in
 Remote AS 100
 Type : internal
 PeerSession Members:
   2001:DB8:2::1
 
 Peer Members:
   2001:DB8:1::1               2001:DB8:2::1
 ***********************
 
 BGP peer-group is ex
 Remote AS number not specified
 Type : external
 PeerSession Members:
   2001:DB8:20::1
 Peer Members:
   2001:DB8:10::1              2001:DB8:20::1
Table 1 Description of the display bgp ipv6 group command output
Item Description
BGP peer-group

BGP peer group name.

Remote AS

Number of the AS where a peer group resides.

Remote AS number not specified

The information is displayed when the peer group is a mixed EBGP peer group.

Type

Peer group type:

  • internal: IBGP peer group.
  • external: EBGP peer group.
  • listen internal: dynamic IBGP peer group.
  • listen external: dynamic EBGP peer group.
  • listen confederation-external: dynamic confederation EBGP peer group.
PeerSession Members

Peers that set up session connections.

Peer Members

The following information is about peers.

Copyright © Huawei Technologies Co., Ltd.
Copyright © Huawei Technologies Co., Ltd.
< Previous topic Next topic >