set protocols bgp confederation identifier


The set protocols bgp confederation identifier command configures a BGP confederation with the confederation identifier. The group of Autonomous Systems (ASs) will be presented as a single autonomous system with the confederation identifier as the AS number.
The delete protocols bgp confederation identifier command deletes the BGP confederation identifier.


Command Syntax

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

delete protocols bgp [vrf <vrf-name>] confederation identifier <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>].

identifier <as-number>Specifies the identifier for the confederation. The value is an integer that ranges from 1 to 4294967295.


Example
• This example sets the BGP confederation with the AS number.

admin@XorPlus# set protocols bgp confederation identifier 55530
admin@XorPlus# commit


Copyright © 2024 Pica8 Inc. All Rights Reserved.