neighbor aggregate-confed

This command enables the inclusion of confederation information in the AS paths sent to this router‘s peers.

Syntax

neighbor {ip-address | groupID} aggregate-confed
no neighbor {ip-address | groupID} aggregate-confed

Parameters

ip-address Specifies a BGP peer as a valid IPv4 address in dotted-quad format or as a valid IPv6 address in colon-separated format.
groupID Specifies a BGP peer group name as a character string. If an invalid IP address is specified (for example, 256.1.1.1), it will be read as a group name.

Defaults

None.

Mode

BGP Router Configuration.

Usage

The inclusion of confederation information in the AS paths sent to this router‘s peers is enabled by default.

The no neighbor aggregate-confed command disables the inclusion of confederation information in the AS paths sent to this router‘s peers.

Example

The following example disables the inclusion of confederation information in the AS paths sent to the specified peer for this router:

System(su-config)->router bgp 65151
System(su-config-bgp)->bgp router-id 159.1.1.9
System(su-config-bgp)->no neighbor 200.51.1.1 aggregate-confed
System(su-config-bgp)->