neighbor confed-member

This command configures the specified neighbor as a member of the router's confederation.

Syntax

neighbor ip-address confed-member

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.

Defaults

None.

Mode

BGP Router Configuration.

Usage

By default, a neighbor is not a member of the router‘s confederation.

The no neighbor confed-member command removes this neighbor as a member of the router‘s confederation.

Example

The following example configures neighbor 200.51.1.1 as a member of this router‘s confederation:

System(su-config)->router bgp 65151
System(su-config-bgp)->bgp router-id 159.1.1.9
System(su-config-bgp)->bgp confederation-id 100
System(su-config-bgp)->neighbor 200.51.1.1 confed-member
System(su-config-bgp)->