13 bgp confederation peers, Bgp confederation peers – PLANET XGS3-24042 User Manual
Page 629

37-268
decimal notation (such as 6553700) or delimiter method (such as 100.100).
Default:
No confederation.
Command Mode:
BGP route mode
Usage Guide:
Confederation is for divide large AS into several smaller AS, while still identified as the large AS.
Create large AS number with this command.
Example:
Switch(config-router)# bgp confederation identifier 600
Related Command:
bgp confederation peers, no bgp confederation peers
37.13 bgp confederation peers
Command:
bgp confederation peers <as-id> [<as-id>..]
no bgp confederation peers <as-id> [<as-id>..]
Function:
Add/delete one or several AS to a confederation.
Parameter:
<as-id>: ID numbers of the AS included in the confederation, ranging from 1 to 4294967295, it can
be shown in decimal notation (such as 6553700) or delimiter method (such as 100.100), which
could be multiple.
Default:
No members.
Command Mode:
BGP route mode.
Usage Guide:
Confederation is for divide large AS into several smaller AS, while still identified as the large AS.
Use this command to add/delete confederation members.
Example:
Create a confederation, ID is 600, add 100, 200, 100.300 members.
Switch(config-router)# bgp confederation identifier 600
Switch(config-router)#bgp confederation peers 100 200 100.300