set protocols bgp confederation peers


The set protocols bgp confederation peers command configures BGP confederation peers with both same and different sub-autonomous system to establish an eBGP membership.
The delete protocols bgp confederation peers command disables the peer session and deletes the peer information.


Command Syntax

set protocol bgp [vrf <vrf-name>] confederation peers <as-number>

delete protocols bgp [vrf <vrf-name>] confederation peers <as-number>


Parameter

Parameter

Description

vrf <vrf-name>

Optional. Specifies a VRF name. The value is a string. It’s a user-defined VRF set by the command set ip vrf <vrf-name> [description <string>].

peers <as-number>Specifies the autonomous system number to establish an eBGP membership. It is a 4-byte AS number in asplain format (z), or asdot format (x.y), where z is a number from 1 to 4294967295 and x and y are 16-bit numbers in the range 0 to 65535.


Example
• This example configures peers with ASNs.

admin@XorPlus# set protocols bgp confederation peers 62341
admin@XorPlus# commit


Copyright © 2024 Pica8 Inc. All Rights Reserved.