This command configures the specified neighbor as a member of the router's confederation.
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. |
None.
BGP Router Configuration.
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.
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)->