Displaying BGP4+ neighbor statistics

Various show ipv6 bgp neighbor commands verify information about BGP4+ neighbor configurations.

Use one or more of the following commands to verify BGP4+ neighbor information. The commands do not have to be entered in this order.
  1. Enter the show ipv6 bgp neighbors command.
    device> show ipv6 bgp neighbors
    
        Total number of BGP Neighbors: 2
    1   IP Address: 2001:1001::1, AS: 63753 (IBGP), RouterID: 1.0.0.1, VRF: default-vrf
           Description: SWD-2
        State: ESTABLISHED, Time: 0h47m50s, KeepAliveTime: 60, HoldTime: 180
           KeepAliveTimer Expire in 26 seconds, HoldTimer Expire in 168 seconds
        Minimal Route Advertisement Interval: 0 seconds
           MD5 Password: $Qj0tZHMlXC1vbjYt
           UpdateSource: Loopback 1
           NextHopSelf: yes
           RefreshCapability: Received
           GracefulRestartCapability: Received
               Restart Time 120 sec, Restart bit 0
               afi/safi 2/1, Forwarding bit 0
           GracefulRestartCapability: Sent
               Restart Time 120 sec, Restart bit 0
               afi/safi 2/1, Forwarding bit 0
        Messages:    Open    Update  KeepAlive Notification Refresh-Req
    …
    
    This example output gives summarized information about BGP4+ neighbors.
  2. Enter the show ipv6 bgp neighbors advertised-routes command.
    device. show ipv6 bgp neighbors 2001:db8::110 advertised-routes
    
    There are 2 routes advertised to neighbor 2001:db8::110
    Status A:AGGREGATE B:BEST b:NOT-INSTALLED-BEST E:EBGP I:IBGP L:LOCAL
           Prefix           Next Hop   MED LocPrf   Weight Status
    1      2001:db8::/32    ::         1            32768  BL
             AS_PATH:
    2      2001:db8::/16    ::         1            32768  BL
             AS_PATH:     
    
    This example shows information about all the routes the BGP4+ networking device advertised to the neighbor.
  3. Enter the show ipv6 bgp neighbors received-routes command.
    device> show ipv6 bgp neighbors 2001:db8:400:400::2 received-routes
    
           There are 4 received routes from neighbor 2001:db8:400:400::2
    Searching for matching routes, use ^C to quit...
    Status A:AGGREGATE B:BEST b:NOT-INSTALLED-BEST C:CONFED_EBGP D:DAMPED
           E:EBGP H:HISTORY I:IBGP L:LOCAL M:MULTIPATH m:NOT-INSTALLED-MULTIPATH
           S:SUPPRESSED F:FILTERED s:STALE
           Prefix                 Next Hop             MED LocPrf Weight  Status
    1      2001:db8:202:202::/64  2001:db8:400:400::2  0   400    0       BI
                                                                         
             AS_PATH: 65005 65010
    2      2001:db8:400:400::/64  2001:db8:400:400::2  0   400    0       I
                                                                  
             AS_PATH: 65005 65010
    
    This example lists all route information received in route updates from BGP4+ neighbors of the device since the soft-reconfiguration feature was enabled.
  4. Enter the show ipv6 bgp neighbors rib-out-routes command.
    device> show ipv6 bgp neighbors 2001:db8::110 rib-out-routes
    
           There are 2 RIB_out routes for neighbor 2001:db8::110
    Status A:AGGREGATE B:BEST b:NOT-INSTALLED-BEST E:EBGP I:IBGP L:LOCAL
           Prefix             Next Hop    Metric     LocPrf     Weight Status
    1      2001:db8::/32     			::        1          100        32768  BL
             AS_PATH:
    2      2001:db8::/16 		 			 ::        1          100        32768  BL
             AS_PATH:
           
    
    This example shows information about BGP4+ outbound RIB routes.