< Home

display bgp update-peer-group

Function

The display bgp update-peer-group command displays information about BGP update-groups.

Format

display bgp [ vpn-target ] update-peer-group [ index update-group-index ]

display bgp ipv6 update-peer-group [ index update-group-index ]

display bgp vpnv4 { all | vpn-instance vpn-instance-name } update-peer-group [ index update-group-index ]

display bgp vpnv6 { all | vpn-instance vpn-instance-name } update-peer-group [ index update-group-index ]

display bgp multicast update-peer-group [ index update-group-index ]

Parameters

Parameter Description Value
vpn-target Displays information about update-groups in the VPN-Target address family. -
index update-group-index Specifies the index of an update-group. The value is an integer ranging from 0 to 65535.
ipv6 Displays information about BGP4+ update-groups. -
vpnv4 Displays information about BGP Virtual Private Network version 4 (VPNv4) update-groups. -
vpn-instance vpn-instance-name Displays information about BGP update-groups in the specified VPN instance. -
vpnv6 Displays information about BGP Virtual Private Network version 6 (VPNv6) update-groups. -
all Displays information about all update-groups in the VPNv4/VPNv6 address family. -
multicast

Displays information about Multicast BGP (MBGP) update-groups.

-

Views

All views

Default Level

1: Monitoring level

Usage Guidelines

You can specify the index of an update-group to view detailed information about the specified update-group.

Example

# Display information about BGP update-groups.

<sysname> display bgp update-peer-group
 
 The Public instance's update peer group number : 1
 Keep buffer update peer group number : 0
 BGP Version : 4
 Group ID : 0
 Group Type : external
 Addr Family : IPv4-UNC
 AdvMinTimeVal : 30
 Total Peers : 1
 Leader Peer : 192.168.1.2
 Peers List : 192.168.1.2
Table 1 Description of the display bgp update-peer-group command output

Item

Description

The Public instance's update peer group number

Number of update-groups in the instance

Keep buffer update peer group number

Number of packets in update-groups saved in the batch buffer

BGP Version

BGP version number

Group ID

ID of the update-group

Group Type

Types of the update-group:
  • external: EBGP update-groups

  • internal: IBGP update-groups

  • external-confed: EBGP update-groups in the confederation

  • internal-confed: IBGP update-groups in the confederation

  • unknown: update-groups of an unknown type

Addr Family

Address family

AdvMinTimeVal

Minimum interval for sending Update packets with the same route prefixes, in seconds

Total Peers

Total number of peers in an update-group

Leader Peer

Representative of an update-group

Peers List

List of peers

# Display information about update-groups in the VPN-Target address family.

<sysname> display bgp vpn-target update-peer-group
  The VPN-Target instance's update peer group number : 1
  Keep buffer update peer group number : 0
  BGP Version : 4
  Group ID : 1
  Group Type : internal
  Addr Family : IPv4-VPN-TARGET
  AdvMinTimeVal : 0
  Total Peers : 1
  Leader Peer : 10.1.1.2
  Peers List : 10.1.1.2

# Display information about the BGP update-group with the index being 0.

<sysname> display bgp update-peer-group index 0
 Group ID : 0
 BGP Version : 4
 Group Type : external
 Addr Family : IPv4-UNC
 AdvMinTimeVal : 30
 Total Peers : 1
 Leader Peer : 192.168.1.2

 Total format packet number : 3
 Total send packet number : 3
 Total replicate packet number : 0
 The replication percentages(%) : 0

 Peers List : 192.168.1.2
Copyright © Huawei Technologies Co., Ltd.
Copyright © Huawei Technologies Co., Ltd.
< Previous topic Next topic >