Configuration Guide Vol. 3


29.6.1 Checking BGP4 and peer groups

<Structure of this section>

(1) List of operation commands

The following tables list the operation commands for BGP4 + peer groups.

Table 29-19: List of operation commands

Command name

Description

show ipv6 bgp

Shows information about the BGP4+ protocol.

(2) Checking BGP4 and peer groups

To check the peering information about the peers in a peer group, use the show ipv6 bgp command with the peer-group parameter specified.

Figure 29-18: Result of executing show ipv6 bgp command (specifying peer-group parameter)
>show ipv6 bgp peer-group INTERNAL-GROUP
Date 20XX/07/17 18:40:00 UTC
Local AS: 65531, Local Router ID: 172.16.2.100
BGP4+ Peer                                 AS     Received   Sent       
Up/Down            Status
3ffe:172:16:2::2                           65531  36         42         
20XX/07/16 18:42:26  Established
3ffe:172:17:3::3                           65531  51         63         
20XX/07/16 12:42:31  Established

(3) Checking the peers that belong to BGP4 + peer group

To display information about the peers in a peer group, use the show ipv6 bgp command with the neighbors parameter and the peer-group or detail parameter specified.

Figure 29-19: Result of executing show ipv6 bgp command (specifying neighbors,peer-group parameter)
>show ipv6 bgp neighbors EXTERNAL-GROUP
Date 20XX/07/17 18:45:09 UTC
Peer Address                                Peer AS  Local Address
              Local AS Type      Status
3ffe:192:168:4::4                           65533    3ffe:192:168:4::214
              65531    External  Established
3ffe:192:168:5::5                           65534    3ffe:192:168:5::189
              65531    External  Active

(4) Checking BGP4 to which the peer belongs + the peer group

To check which peer group a peer belongs to, use the show ipv6 bgp command with the neighbors parameter and a <Peer Address> or <Host name> argument specified.

Figure 29-20: Result of executing show ipv6 bgp command (neighbors, Specify parameter)
>show ipv6 bgp neighbors 3ffe:172:16:2::2
Date 20XX/07/17 18:45:09 UTC
BGP4+ Peer: 3ffe:172:16:2::2, Remote AS: 65531
Remote Router ID: 172.16.2.20, Peer Group: INTERNAL-GROUP                  ..1
    BGP4+ Status:Established        HoldTime: 90   , Keepalive: 30
    Established Transitions: 1      Established Date: 20XX/07/16 18:42:26
    BGP4+ Version: 4                Type: Internal
    Local Address: 3ffe:172:16:2::214
    Local AS: 65531                 Local Router ID: 172.16.2.100
    Next Connect Retry:-,          Connect Retry Timer: -
    Last Keep Alive Sent: 18:42:20, Last Keep Alive Received: 18:42:20
    BGP4+ Message  UpdateIn UpdateOut TotalIn TotalOut
                   12       14        36      42
    BGP4+ Capability Negotiation: <Refresh Refresh(v) IPv6-Uni>
      Send   : <Refresh Refresh(v) IPv6-Uni>
      Receive: <Refresh Refresh(v) IPv6-Uni>
    Password : UnConfigured
  1. The peer belongs to the peer group INTERNAL-GROUP.