Guest

Cisco IOS Software Releases 12.3 T

BGP Dynamic Update Peer-Groups

Table Of Contents

BGP Dynamic Update Peer-Groups

Contents

Information About BGP Dynamic Update Peer-Groups

BGP Update Generation and Dynamic Update Peer-Groups

BGP Dynamic Update Peer-Groups and BGP Configuration Using Peer Templates

BGP Dynamic Update Peer-Group Configuration

How to Monitor and Maintain BGP Dynamic Update Peer-Groups

Using the clear ip bgp update-group command

Using the debug ip bgp groups command

Using the show ip bgp replication command

Using the show ip bgp update-group command

Configuration Examples for BGP Dynamic Update Peer-Groups

clear ip bgp update-group Example

debug ip bgp groups Example

show ip bgp replication Example

show ip bgp update-group Example

Where to Go Next

Additional References

Related Documents

Standards

MIBs

RFCs

Technical Assistance

Command Reference

clear ip bgp update-group

debug ip bgp groups

show ip bgp replication

show ip bgp update-group

Glossary


BGP Dynamic Update Peer-Groups


The BGP Dynamic Update Peer-Groups feature introduces a new algorithm that dynamically calculates and optimizes update-groups of neighbors that share the same outbound policies and can share the same update messages. In previous versions of Cisco IOS software, Border Gateway Protocol (BGP) update messages were grouped together based on peer-group configurations. This method of grouping updates limited outbound policies and specific-session configurations. The BGP Dynamic Update Peer-Group feature separates update-group replication from peer-group configuration, which improves convergence time and flexibility of neighbor configuration.

Feature History for the BGP Dynamic Update Peer-Groups Feature

Release
Modification

12.0(24)S

This feature was introduced.

12.2(18)S

This feature was integrated in Cisco IOS Release 12.2(18)S.

12.3(4)T

This feature was integrated in Cisco IOS Release 12.3(4)T.


Finding Support Information for Platforms and Cisco IOS Software Images

Use Cisco Feature Navigator to find information about platform support and Cisco IOS software image support. Access Cisco Feature Navigator at http://www.cisco.com/go/fn. You must have an account on Cisco.com. If you do not have an account or have forgotten your username or password, click Cancel at the login dialog box and follow the instructions that appear.

Contents

Information About BGP Dynamic Update Peer-Groups

How to Monitor and Maintain BGP Dynamic Update Peer-Groups

Configuration Examples for BGP Dynamic Update Peer-Groups

Additional References

Command Reference

Information About BGP Dynamic Update Peer-Groups

To support this feature, you must understand the following concepts:

BGP Update Generation and Dynamic Update Peer-Groups

BGP Dynamic Update Peer-Groups and BGP Configuration Using Peer Templates

BGP Dynamic Update Peer-Group Configuration

BGP Update Generation and Dynamic Update Peer-Groups

In previous versions of Cisco IOS software, BGP update messages were grouped based on peer-group configurations. This method of grouping neighbors for BGP update message generation reduced the amount of system processing resources needed to process the routing table. This method, however, had the following limitations:

All neighbors that shared the same peer-group configuration also had to share the same outbound routing policies.

All neighbors had to belong to the same peer-group and address-family. Neighbors configured in different peer-groups cannot belong to different address-families.

These limitations existed to balance optimal update generation and replication against peer-group configuration. These limitations also caused the network operator to configure smaller peer-groups, which reduced the efficiency of update message generation.

The introduction of the BGP Dynamic Update Peer-Groups feature separates BGP update generation from peer-group configuration. The BGP Dynamic Update Peer-Groups feature introduces an algorithm that dynamically calculates BGP update-group membership based on outbound routing policies. This feature does not require any configuration by the network operator. Optimal BGP update message generation occurs automatically and independently. BGP neighbor configuration is no longer restricted by outbound routing policies, and update-groups can belong to different address families.

BGP Dynamic Update Peer-Groups and BGP Configuration Using Peer Templates

The BGP Dynamic Update Peer-Groups feature was introduced with the BGP Configuration Using Peer Templates feature. The BGP Dynamic Peer-Groups feature improves the performance of BGP update message generation. The BGP Configuration Using Peer Templates feature improves the flexibility of BGP neighbor configuration through the introduction of peer-policy and peer-session configuration templates. Peer-policy configuration templates are used to configure policy-related commands. Peer-session configuration templates are used for the configuration of general session commands. Peer configuration templates support inheritance and more robust and flexible configurations.

With the configuration of the BGP Configuration Using Templates feature and the support of the BGP Dynamic Update Peer-Groups features, the network operator no longer needs to configure peer-groups in BGP and can benefit from improved configuration flexibility and system performance. For more information about the BGP Configuration Using Templates feature, refer to the BGP Configuration Using Peer Templates document.

BGP Dynamic Update Peer-Group Configuration

The BGP Dynamic Update Peer-Group feature requires no configuration and occurs automatically. When a change to outbound policy occurs, the router automatically recalculates update-group memberships and applies the changes by triggering an outbound soft reset after a 3 minute timer expires. This behavior is designed to provide the network operator with time to change the configuration if a mistake is made. You can manually enable an outbound soft reset before the timer expires by entering the clear ip bgp ip-address soft out command. For the best optimization of BGP update-group generation, we recommend that the network operator keeps outbound routing policy the same for neighbors that have similar outbound policies. This feature introduces new commands for monitoring and maintaining BGP update-groups. For more information about the new commands, see the section "How to Monitor and Maintain BGP Dynamic Update Peer-Groups."

How to Monitor and Maintain BGP Dynamic Update Peer-Groups

The BGP Dynamic Update Peer-Groups feature introduces the following new commands:

clear ip bgp update-group

debug ip bgp groups

show ip bgp replication

show ip bgp update-group

This section contains the following procedures:

Using the clear ip bgp update-group command (optional)

Using the debug ip bgp groups command (optional)

Using the show ip bgp replication command (optional)

Using the show ip bgp update-group command(optional)

Using the clear ip bgp update-group command

The clear ip bgp update-group command is used to clear BGP update-group member sessions. Use the following steps to complete this task:

SUMMARY STEPS

1. enable

2. clear ip bgp update-group [index-group | ip-address]

DETAILED STEPS

 
Command or Action
Purpose

Step 1 

enable

Example:

Router> enable

Enables privileged EXEC mode.

Enter your password if prompted.

Step 2 

clear ip bgp update-group [index-group |ip-address]

Example:

Router# clear ip bgp update-group

This command is used to clear BGP update membership and recalculate BGP update-groups.

Specific update-groups can be cleared by using the index-group argument. The range of update-group index numbers is from 1 to 4294967295. Specific neighbors can be cleared by using the ip-address argument.

Specific index numbers for update groups and information about update-group membership is displayed in the output of the show ip bgp update-group and debug ip bgp groups commands.

If no argument is specified, this command will clear and recalculate all BGP update-groups.

Using the debug ip bgp groups command

The debug ip bgp groups command is used to display information related to the processing of BGP update-groups. Use the following steps to complete this task:

SUMMARY STEPS

1. enable

2. debug ip bgp groups [index-group | ip-address]

DETAILED STEPS

 
Command or Action
Purpose

Step 1 

enable

Example:

Router> enable

Enables privileged EXEC mode.

Enter your password if prompted.

Step 2 

debug ip bgp groups [index-group | ip-address]

Example:

Router# debug ip bgp groups

This command can be used to display information related to the processing of BGP update-groups.

Debugging information about specific update-groups can be displayed by using the index-group argument. The range of update-group index numbers is from 1 to 4294967295. Debugging information about specific neighbors can be displayed by using the ip-address argument.

If no argument is specified, debugging information about all update-groups will be displayed.

Note The output of this command can be very verbose. This command should not be deployed in a production network unless your are troubleshooting a problem.

Using the show ip bgp replication command

The show ip bgp replication command is used to display BGP update-group statistics. Use the following steps to complete this task:

SUMMARY STEPS

1. enable

2. show ip bgp replication [index-group | ip-address]

DETAILED STEPS

 
Command or Action
Purpose

Step 1 

enable

Example:

Router> enable

Enables higher privilege levels, such as privileged EXEC mode.

Enter your password if prompted.

Step 2 

show ip bgp replication [index-group | ip-address]

Example:

Router# show ip bgp replication

This command is used to display BGP update-group replication statistics.

Specific update-group replication statistics can be displayed by using the index-group argument. The range of update-group index numbers is from 1 to 4294967295. Specific update-group replication statistics can be displayed by using the ip-address argument.

If no argument is specified, this command will display replication statistics for all update-groups.

Using the show ip bgp update-group command

The show ip bgp update-group command is used to display information related to the processing of BGP update-groups. Use the following steps to complete this task:

SUMMARY STEPS

1. enable

2. show ip bgp update-group [index-group | ip-address] [summary]

DETAILED STEPS

 
Command or Action
Purpose

Step 1 

enable

Example:

Router> enable

Enables higher privilege levels, such as privileged EXEC mode.

Enter your password if prompted.

Step 2 

show ip bgp update-group [index-group | ip-address] [summary]

Example:

Router# show ip bgp update-group

This command is used to display information about BGP update-groups.

Information about specific update-group replication statistics can be displayed by using the index-group argument. The range of update-group index numbers is from 1 to 4294967295. Information about specific update-groups can be displayed by using the ip-address argument.

If no argument is specified, this command will display replication statistics for all update-groups.

Summary information can be displayed by using the summary keyword.

Configuration Examples for BGP Dynamic Update Peer-Groups

The following examples illustrate the configuration and verification of this feature:

clear ip bgp update-group Example

debug ip bgp groups Example

show ip bgp replication Example

show ip bgp update-group Example

clear ip bgp update-group Example

The following example clears the membership of neighbor 10.0.0.1 from an update-group:

Router# clear ip bgp update-group 10.0.0.1

debug ip bgp groups Example

The following example output from the debug ip bgp groups command shows the recalculation of update-groups after the clear ip bgp groups command was issued:

Router# debug ip bgp groups 
5w4d: %BGP-5-ADJCHANGE: neighbor 10.4.9.5 Down User reset
5w4d: BGP-DYN(0): Comparing neighbor 10.4.9.5 flags 0x0 cap 0x0 and updgrp 2 fl0
5w4d: BGP-DYN(0): Update-group 2 flags 0x0 cap 0x0 policies same as 10.4.9.5 fl0
5w4d: %BGP-5-ADJCHANGE: neighbor 10.4.9.8 Down User reset
5w4d: BGP-DYN(0): Comparing neighbor 10.4.9.8 flags 0x0 cap 0x0 and updgrp 2 fl0
5w4d: BGP-DYN(0): Update-group 2 flags 0x0 cap 0x0 policies same as 10.4.9.8 fl0
5w4d: %BGP-5-ADJCHANGE: neighbor 10.4.9.21 Down User reset
5w4d: BGP-DYN(0): Comparing neighbor 10.4.9.21 flags 0x0 cap 0x0 and updgrp 1 f0
5w4d: BGP-DYN(0): Update-group 1 flags 0x0 cap 0x0 policies same as 10.4.9.21 f0
5w4d: %BGP-5-ADJCHANGE: neighbor 10.4.9.5 Up 
5w4d: %BGP-5-ADJCHANGE: neighbor 10.4.9.21 Up 
5w4d: %BGP-5-ADJCHANGE: neighbor 10.4.9.8 Up 

show ip bgp replication Example

The following sample output from the show ip bgp replication command shows update-group replication information for all for neighbors:

Router# show ip bgp replication 
BGP Total Messages Formatted/Enqueued : 0/0

     Index     Type  Members          Leader   MsgFmt  MsgRepl  Csize  Qsize
         1 internal        1       10.4.9.21        0        0      0      0

2 internal 2 10.4.9.5 0 0 0 0

show ip bgp update-group Example

The following sample output from the show ip bgp update-group command shows update-group information for all neighbors:

Router# show ip bgp update-group
BGP version 4 update-group 1, internal, Address Family: IPv4 Unicast
  BGP Update version : 0, messages 0/0
  Route map for outgoing advertisements is COST1
  Update messages formatted 0, replicated 0
  Number of NLRIs in the update sent: max 0, min 0
  Minimum time between advertisement runs is 5 seconds
  Has 1 member:
  10.4.9.21 

BGP version 4 update-group 2, internal, Address Family: IPv4 Unicast
  BGP Update version : 0, messages 0/0
  Update messages formatted 0, replicated 0
  Number of NLRIs in the update sent: max 0, min 0
  Minimum time between advertisement runs is 5 seconds
  Has 2 members:

10.4.9.5 10.4.9.8

Where to Go Next

For information about the BGP Configuration Using Peer Templates feature, refer to the BGP Configuration Using Peer Templates document.

Additional References

The following sections provide references related to the BGP Dynamic Update Peer-Group feature:

Related Documents

Related Topic
Document Title

BGP commands

Cisco IOS Release 12.0 Network Protocols Command Reference, Part 1

Cisco IOS IP Command Reference, Volume 2 of 3: Routing Protocols, Release 12.2

Cisco IOS IP Command Reference, Volume 2 of 4: Routing Protocols, Release 12.3T

BGP configuration tasks

Cisco IOS Release 12.0 Network Protocols Configuration Guide, Part 1

Cisco IOS IP Configuration Guide

BGP peer template configuration tasks

BGP Configuration Using Peer Templates


Standards

Standards
Title

No new or modified standards are supported by this feature, and support for existing standards has not been modified by this feature.


MIBs

MIBs
MIBs Link

No new or modified MIBs are supported by this feature, and support for existing MIBs has not been modified by this feature.

To obtain lists of supported MIBs by platform and Cisco IOS release, and to download MIB modules, go to the Cisco MIB website on Cisco.com at the following URL:

http://www.cisco.com/public/sw-center/netmgmt/cmtk/mibs.shtml


RFCs

RFCs
Title

No new or modified RFCs are supported by this feature, and support for existing RFCs has not been modified by this feature.


Technical Assistance

Description
Link

Technical Assistance Center (TAC) home page, containing 30,000 pages of searchable technical content, including links to products, technologies, solutions, technical tips, tools, and lots more. Registered Cisco.com users can log in from this page to access even more content.

TAC Home Page:

http://www.cisco.com/public/support/tac/home.shtml

BGP Support Page:

http://www.cisco.com/cgi-bin/Support/browse/psp_view.pl?p=Internetworking:BGP


Command Reference

This section documents new commands. All other commands used with this feature are documented in the Cisco IOS command reference publications.

New Commands

clear ip bgp update-group

debug ip bgp groups

show ip bgp replication

show ip bgp update-group

clear ip bgp update-group

To clear Border Gateway Protocol (BGP) update-group member sessions, use the clear ip bgp update-group command in privileged EXEC mode.

clear ip bgp update-group [index-group | ip-address]

Syntax Description

index-group

(Optional) Specifies that the update-group with corresponding index number will be reset. The range of update-group index numbers is from 1 to 4294967295.

ip-address

(Optional) Specifies the IP address of a single peer that will be reset.


Defaults

No default behavior or values

Command Modes

Privileged EXEC

Command History

Release
Modification

12.0(24)S

This command was introduced.

12.2(18)S

This command was integrated in Cisco IOS Release 12.2(18)S.

12.3(4)T

This command was integrated in Cisco IOS Release 12.3(4)T.


Usage Guidelines

If no argument is specified, this command will recalculate all update-groups. Specific index numbers for update groups and information about update-group membership is displayed in the output of the show ip bgp update-group and debug ip bgp groups commands.

When a change to outbound policy occurs, the router automatically recalculates update-group memberships and applies the changes by triggering an outbound soft reset after a 3-minute timer expires. This behavior is designed to provide the network operator with time to change the configuration if a mistake is made. You can manually enable an outbound soft reset before the timer expires by entering the clear ip bgp ip-address soft out command.

Examples

The following example clears the membership of neighbor 10.0.0.1 from an update-group:

Router# clear ip bgp update-group 10.0.0.1 

The following example clears update-group information for all peers in the index 1 update-group:

Router# clear ip bgp update-group 1 

Related Commands

Command
Description

clear ip bgp

Resets a BGP connection or session.

debug ip bgp groups

Displays information related to the processing of BGP update-groups.

show ip bgp replication

Displays BGP update-group replication statistics.

show ip bgp update-group

Displays information about BGP update-groups.


debug ip bgp groups

To display information related to the processing of BGP update-groups, use the debug ip bgp update privileged EXEC mode. To disable the display of BGP update information, use the no form of this command.

debug ip bgp groups [index-group | ip-address]

no debug ip bgp groups

Syntax Description

index-group

(Optional) Specifies that update-group debugging information for the corresponding index number will be displayed. The range of update-group index numbers is from 1 to 4294967295.

ip-address

(Optional) Specifies that update-group debugging information for a single peer will be displayed.


Defaults

No default behavior or values

Command Modes

Privileged EXEC

Command History

Release
Modification

12.0(24)S

This command was introduced.

12.2(18)S

This command was integrated in Cisco IOS Release 12.2(18)S.

12.3(4)T

This command was integrated in Cisco IOS Release 12.3(4)T.


Usage Guidelines

The output of this command displays information about update-group calculations and the addition and removal of update-group members. Information about, peer-groups, peer-policy, and peer-session templates will also be displayed in the output of this command as neighbor configurations change.


Note The output of this command can be very verbose. This command should not be deployed in a production network unless your are troubleshooting a problem.


When a change to outbound policy occurs, the router automatically recalculates update-group memberships and applies the changes by triggering an outbound soft reset after a 3 minute timer expires. This behavior is designed to provide the network operator with time to change the configuration if a mistake is made. You can manually enable an outbound soft reset before the timer expires by entering the clear ip bgp ip-address soft out command.

Examples

The following example output from the debug ip bgp groups command shows that peering has been established with neighbor 10.4.9.8 and update-group calculations are occurring for this member:

Router# debug ip bgp groups 
5w4d: BGP-DYN(0): Comparing neighbor 10.4.9.8 flags 0x0 cap 0x0 and updgrp 1 fl0
5w4d: BGP-DYN(0): Created update-group(0) flags 0x0 cap 0x0 from neighbor 10.4.0
5w4d: BGP-DYN(0): Adding  neighbor 10.4.9.8 flags 0x0 cap 0x0, to update-group 0
5w4d: %BGP-5-ADJCHANGE: neighbor 10.4.9.8 Up 

The following example output from the debug ip bgp groups command shows the recalculation of update-groups after the clear ip bgp groups command was issued:

Router# debug ip bgp groups 
5w4d: %BGP-5-ADJCHANGE: neighbor 10.4.9.5 Down User reset
5w4d: BGP-DYN(0): Comparing neighbor 10.4.9.5 flags 0x0 cap 0x0 and updgrp 2 fl0
5w4d: BGP-DYN(0): Update-group 2 flags 0x0 cap 0x0 policies same as 10.4.9.5 fl0
5w4d: %BGP-5-ADJCHANGE: neighbor 10.4.9.8 Down User reset
5w4d: BGP-DYN(0): Comparing neighbor 10.4.9.8 flags 0x0 cap 0x0 and updgrp 2 fl0
5w4d: BGP-DYN(0): Update-group 2 flags 0x0 cap 0x0 policies same as 10.4.9.8 fl0
5w4d: %BGP-5-ADJCHANGE: neighbor 10.4.9.21 Down User reset
5w4d: BGP-DYN(0): Comparing neighbor 10.4.9.21 flags 0x0 cap 0x0 and updgrp 1 f0
5w4d: BGP-DYN(0): Update-group 1 flags 0x0 cap 0x0 policies same as 10.4.9.21 f0
5w4d: %BGP-5-ADJCHANGE: neighbor 10.4.9.5 Up 
5w4d: %BGP-5-ADJCHANGE: neighbor 10.4.9.21 Up 
5w4d: %BGP-5-ADJCHANGE: neighbor 10.4.9.8 Up 

Table 1 describes the significant fields shown in the display.

Table 1 debug ip bgp groups Field Descriptions 

Field
Description

%BGP-5-ADJCHANGE:

A BGP neighbor has come "Up" or gone "Down." The IP address of the neighbor is specified in the output string.

BGP-DYN(0):

This line is displayed when a neighbor adjacency is established. The BGP dynamic update group algorithm analyzes the policies of the new neighbor and then adds the neighbor to appropriate BGP update group.


Related Commands

Command
Description

clear ip bgp

Resets a BGP connection or session.

clear ip bgp update-group

Clears BGP update-group member sessions.

show ip bgp replication

Displays BGP update-group replication statistics.

show ip bgp update-group

Displays information about BGP update-groups.


show ip bgp replication

To display update replication statistics for Border Gateway Protocol (BGP) update-groups, use the show ip bgp replication command in EXEC mode.

show ip bgp replication [index-group | ip-address]

Syntax Description

index-group

(Optional) Specifies that update replication statistics for the update-group with corresponding index number will be displayed. The range of update-group index numbers is from 1 to 4294967295.

ip-address

(Optional) Specifies the IP address of a single neighbor for which update-group statistics will be displayed.


Command Modes

EXEC

Command History

Release
Modification

12.0(24)S

This command was introduced.

12.2(18)S

This command was integrated in Cisco IOS Release 12.2(18)S.

12.3(4)T

This command was integrated in Cisco IOS Release 12.3(4)T.


Usage Guidelines

The output of this command displays BGP update-group replication statistics.

When a change to outbound policy occurs, the router automatically recalculates update-group memberships and applies the changes by triggering an outbound soft reset after a 3-minute timer expires. This behavior is designed to provide the network operator with time to change the configuration if a mistake is made. You can manually enable an outbound soft reset before the timer expires by entering the clear ip bgp ip-address soft out command.

Examples

The following sample output from the show ip bgp replication command shows update-group replication information for all for neighbors:

Router# show ip bgp replication 
BGP Total Messages Formatted/Enqueued : 0/0

     Index     Type  Members          Leader   MsgFmt  MsgRepl  Csize  Qsize
         1 internal        1       10.4.9.21        0        0      0      0
         2 internal        2        10.4.9.5        0        0      0      0 

The following sample output from the show ip bgp replication command shows update-group statistics for the 10.4.9.5 neighbor:

Router# show ip bgp replication 10.4.9.5
     Index     Type  Members          Leader   MsgFmt  MsgRepl  Csize  Qsize
         2 internal        2        10.4.9.5        0        0      0      0

Table 2 describes the significant fields shown in the display.

Table 2 show ip bgp replication Field Descriptions 

Field
Description

Index

Index number of the update group.

Type

Type of peer (internal or external).

Members

Number of members in the dynamic update peer-group.

Leader

First member of the dynamic update peer-group.


Related Commands

Command
Description

clear ip bgp

Resets a BGP connection or session.

clear ip bgp update-group

Clears BGP update-group member sessions.

debug ip bgp groups

Displays information related to the processing of BGP update-groups.

show ip bgp update-group

Displays information about BGP update-groups.


show ip bgp update-group

To display information about BGP update-groups, use the show ip bgp update-group command in EXEC mode.

show ip bgp update-group [index-group | ip-address] [summary]

Syntax Description

index-group

(Optional) Displays the update-group with corresponding index number. The range of update-group index numbers is from 1 to 4294967295.

ip-address

(Optional) Displays the IP address of a single neighbor.

summary

(Optional) Displays a summary of update-group member information. The output can be filtered to show information for a single index-group or peer with the index-group or ip-address argument.


Command Modes

EXEC

Command History

Release
Modification

12.0(24)S

This command was introduced.

12.2(18)S

This command was integrated in Cisco IOS Release 12.2(18)S.

12.3(4)T

This command was integrated in Cisco IOS Release 12.3(4)T.


Usage Guidelines

Displays information about BGP update-groups.

When a change to outbound policy occurs, the router automatically recalculates update-group memberships and applies the changes by triggering an outbound soft reset after a 3 minute timer expires. This behavior is designed to provide the network operator with time to change the configuration if a mistake is made. You can manually enable an outbound soft reset before the timer expires by entering the clear ip bgp ip-address soft out command.

Examples

The following sample output from the show ip bgp update-group command shows update-group information for all for neighbors:

Router# show ip bgp update-group
BGP version 4 update-group 1, internal, Address Family: IPv4 Unicast
  BGP Update version : 0, messages 0/0
  Route map for outgoing advertisements is COST1
  Update messages formatted 0, replicated 0
  Number of NLRIs in the update sent: max 0, min 0
  Minimum time between advertisement runs is 5 seconds
  Has 1 member:
  10.4.9.21 

BGP version 4 update-group 2, internal, Address Family: IPv4 Unicast
  BGP Update version : 0, messages 0/0
  Update messages formatted 0, replicated 0
  Number of NLRIs in the update sent: max 0, min 0
  Minimum time between advertisement runs is 5 seconds
  Has 2 members:
  10.4.9.5 10.4.9.8 

Table 3 describes the significant fields shown in the display.

Table 3 show ip bgp update group Field Descriptions 

Field
Description

BGP version

BGP version.

update-group

Update-group number and type (internal or external).

update messages formatted..., replicated...

Number of update messages that have been formatted and replicated.

Number of NLRIs...

NLRI information sent in update.

Minimum time between...

Minimum time between update advertisements.

Has...

Number of member listed by IP address in the update group.


The following sample output from the show ip bgp update-group command shows a summary of update-group information for the 10.4.9.8 neighbor:

Router# show ip bgp update-group 10.4.9.8 summary
Summary for Update-group 2 :
------------------------------
BGP router identifier 10.4.9.4, local AS number 101
BGP table version is 1, main routing table version 1

Neighbor        V    AS MsgRcvd MsgSent   TblVer  InQ OutQ Up/Down  State/PfxRcd
10.4.9.5        4   101      35      35        1    0    0 00:26:22        0
10.4.9.8        4   101      39      39        1    0    0 00:26:21        0

Table 4 describes the significant fields shown in the display.

Table 4 show ip bgp update group summary Field Descriptions 

Field
Description

Summary for Update-group...

Update-group number.

BGP router identifier...

IP address and AS number for specified peer.

update messages formatted..., replicated...

Number of update messages that have been formatted and replicated.

BGP table version...

Displays incremental changes in the BGP routing table.

Neighbor...

Specific peer information and statistics, including IP address and AS number.


Related Commands

Command
Description

clear ip bgp

Resets a BGP connection or session.

clear ip bgp update-group

Clears BGP update-group member sessions.

debug ip bgp groups

Displays information related to the processing of BGP update-groups.

show ip bgp replication

Displays BGP update-group replication statistics.


Glossary

dynamic peer-group—Another name for an update-group.

peer-group—A group of neighbors, calculated at configuration time, that share the same outbound policies and can be replicated in the same updates.

peer-template—A configuration pattern that can be applied to neighbors that share common policies. Peer templates are reusable and support inheritance, allowing the network operator to group and apply distinct neighbor configurations for BGP neighbors that share common policies, and define very complex configuration patterns through the ability of a peer template to inherit configurations from other peer templates. There are two types of peer templates: "policy-templates" and "session-templates."

peer-policy template—Peer policy templates are used to used group and apply the configuration of commands that are applied within specific address-families and NLRI configuration mode.

peer-session template—Peer session templates are used to group and apply the configuration of general session commands that are common to all address-family and Network Layer Reachability Information (NLRI) configuration modes.

update-group—Like a peer-group, an update-group is a group of neighbors, calculated at configuration time, that share the same outbound policies and can be replicated in the same updates. However, update-groups are calculated dynamically and are not restricted by outbound policies.


Note Refer to Internetworking Terms and Acronyms for terms not included in this glossary.