Reference Guide

Table Of Contents
show ip bgp summary
Displays the status of all BGP connections.
Syntax
show ip bgp [vrf vrf-name] summary
Parameters vrf vrf-name (OPTIONAL) Enter the keyword vrf and then the name of the VRF to view the
status of all BGP connections corresponding to that VRF.
Default Not configured
Command Mode EXEC
Usage
Information
NeighborDisplays the BGP neighbor address.
ASDisplays the AS number of the neighbor
MsgRcvdDisplays the number of BGP messages that the neighbor received.
MsgSentDisplays the number of BGP messages that the neighbor sent.
Up/DownDisplays the amount of time that the neighbor is in the Established stage. If the neighbor
has never moved into the Established stage, the word never displays. The output format is:
1 day = 00:12:23 (hours:minutes:seconds), 1 week = 1d21h (DaysHours),
1 week + 11w2d (WeeksDays)
State/PfxrcdIf the neighbor is in the Established stage, the number of network prefixes
received. If a maximum limit was configured with the neighbor maximum-prefix command, prfxd
appears in this column. If the neighbor is not in the Established stage, the current stage - Idle,
Connect, Active, OpenSent, OpenConfirm displays. When the peer is transitioning between states
and clearing the routes received, the phrase Purging may appear in this column. If the neighbor is
disabled, the phrase Admin shut appears in this column.
The suppressed status of aggregate routes may not display in the command output.
Example
OS10# show ip bgp summary
BGP router identifier 80.1.1.1 local AS number 102
Neighbor AS MsgRcvd MsgSent Up/Down State/Pfx
80.1.1.2 800 24 23 00:09:15 5
Supported
Releases
10.2.0E or later
soft-reconfiguration inbound
Enables soft-reconfiguration for a neighbor.
Syntax
soft-reconfiguration inbound
Parameters None
Default Not configured
Command Modes ROUTER-BGP-NEIGHBOR-AF
Usage
Information
This command is not supported on a peer-group level. To enable soft-reconfiguration for peers in a
peer-group, this command must be enabled at a per-peer level. With soft-reconfiguration inbound, all
updated received from this neighbor are stored unmodified, regardless of the inbound policy. When
inbound soft-reconfiguration is performed later, the stored information is used to generate a new set
of inbound updates. The no version of this command disables soft-reconfiguration inbound for a BGP
neighbor.
Example (IPv4)
OS10(conf-router-neighbor)# address-family ipv4 unicast
OS10(conf-router-bgp-neighbor-af)# soft-reconfiguration inbound
Example (IPv6)
OS10(conf-router-neighbor)# address-family ipv6 unicast
OS10(conf-router-bgp-neighbor-af)# soft-reconfiguration inbound
334 Layer 3