show bgp ipv6 summary
Displays filtered information about the status of all BGP connections. Only those fields that you specify are displayed, except that the prefix field is always displayed. Default fields can be set with the default-fields peer command.
show bgp ipv6
[ unicast | multicast | vpnv6 all | vpnv6 vrf vrfName | route-target signaling ]
summary [ fields { fieldOptions } ] [ delta ] [ filter ]
- unicastSpecifies the IPv6 unicast address family and routing table; the default option
- multicastSpecifies the IPv6 multicast address family and routing table
- vpnv6 allSpecifies the VPN-IPv6 address family and all IPv6 VPN routing and forwarding instances
- vpn6 vrf vrfNameSpecifies the VPN-IPv6 address family and only the IPv6 VPN routing and forwarding instance with the name vrfName
- route-target signalingDisplays information for only the route-target address family
- fieldsDisplays only the specified fields; the display order of the fields is hard-coded and not affected by the order in which you enter them
- fieldOptionsFields to be displayed, in the format
all | [ dynamic | intro | last-reset-reason | messages-received | messages-sent | more-in-queue | peer-type | prefixes-received | remote-as | rib-version |
send-queue-length | state | times-up | up-down-time | updates-received | updates-sent ]*
- dynamic Nature of peer, dynamic or not
- introIntroductory information about the state of various BGP attributes; this information is displayed only if you specify this keyword
- last-reset-reasonReason for most recent reset
- messages-receivedTotal number of messages received from the peer
- messages-sentTotal number of messages sent to the peer
- more-in-queueStatus indicating whether any messages are waiting to be sent to this peer
- peer-typeType of BGP peer: internal, external, or confederation
- prefixes-receivedNumber of unique prefixes received from the peer
- remote-asRemote AS number of the peer
- rib-versionLast RIB version queued to be sent to this peer
- send-queue-lengthNumber of messages queued to be sent to this peer
- stateState of the BGP session
- times-upNumber of times the session has been established
- up-down-timeHow long the session has been up or down
- updates-receivedNumber of update messages received from the peer
- updates-sentNumber of update messages sent to the peer
- *Indicates that one or more parameters can be repeated multiple times in a list in the command line
- deltaDisplays baselined statistics
- filterSee Filtering show Commands in About This Guide
Privileged Exec, User Exec
Command introduced before JUNOSe Release 7.1.0.
route-target signaling keywords added in JUNOSe Release 8.2.0.