confederation identifier

Configures a BGP confederation identifier.

Syntax

confederation identifier autonomous-system number
no confederation identifier

Command Default

No BGP confederation identifier is identified.

Parameters

autonomous-system number
Specifies an autonomous system number (ASN). The configurable range of values is from 1 through 4294967295.

Modes

BGP configuration mode

Usage Guidelines

The no form of the command removes a BGP confederation identifier.

Examples

The following example specifies that confederation 65220 belongs to autonomous system 100.

device# configure terminal
device(config)# router bgp
device(config-bgp-router)# local-as 65220 
device(config-bgp-router)# confederation identifier 100