BgpCapabilityConfig Object


Description:

Child of BgpRouterConfig to contain Afi and SubAfi attributes. You can create more than one of these objects if you need more than one AFI/SAFI pair.

Parents: BgpRouterConfig

BgpCapabilityConfig Writable Attributes

Attribute Description
Common Writable Attributes Active, Name
Afi

Address family identifier. This is part of the multiprotocol extensions for BGP-4, which are described in an Internet Draft.

For this value, use one of the protocol numbers given in RFC 1700, in the Address Family Numbers section. This address family identifier is used in conjunction with the subsequent address family identifier (see the SubAfi attribute) to identify the protocol of the routes being advertised in the network layer reachability information (NLRI).

Type: u16

Default: 0

Range: 0 - 65535

PreserveForwardingState

Preserve Forwarding State

Type: bool

Default: TRUE

Possible Values:

Value Description
TRUE

Enable Preserve Forwarding State

FALSE

Disable Preserve Forwarding State is Disabled

RequestRouteRefresh

Specifies whether the capability (AFI/Sub-AFI) to be included in Request Route Refresh Command or not.

Type: bool

Default: TRUE

Possible Values:

Value Description
TRUE

Route Refresh Request will be sent for the Capability (AFI/Sub-AFI).

FALSE

Route Refresh Request will not be sent for the Capability (AFI/Sub-AFI).

SubAfi

Subsequent address family identifier is part of the multiprotocol extensions for BGP-4, which are described in an Internet Draft.

This value is used in conjunction with the address family identifier (see the Afi attribute). This field provides additional information about the type of network layer reachability information carried in the attribute.

Type: u8

Default: 0

Range: 0 - 255

BgpCapabilityConfig Read-Only Attributes

There are no read-only attributes.