This command enables the inclusion of confederation information in the AS paths sent to this router‘s peers.
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. |
None.
BGP Router Configuration.
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.
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)->