BgpSharedSessionParams Object


Description:

BGP shared session parameters used for wizard.

Automatically-created children: BgpAuthenticationParams

BgpSharedSessionParams Writable Attributes

Attribute Description
Common Writable Attributes Active, Name
AsNum

Autonomous system number for the emulated BGP router.

Type: u16

Default: 1

Range: 0 - 65535

AsNum4Byte

4-byte autonomous system number for the emulated BGP router. To use this, Enable4ByteAsNum must be set to TRUE. Since this is the tester AS, this number is arbitrary and you can enter any number that has been configured on the DUT as a BGP neighbor.

Type: string

Default: 1.1

AsNum4ByteStep

Enable4ByteAsNum must be set to TRUE. The gap between 4-byte autonomous system numbers configured for emulated BGP router.

Type: string

Default: 0

AsNumStep

Autonomous system step for the emulated BGP router.

Type: u16

Default: 0

Range: 0 - 65535

DutAs

Autonomous system number configured for the DUT.

Type: u16

Default: 1001

Range: 0 - 65535

DutAsNum4Byte

4-byte autonomous system number configured for the DUT. Enable4ByteDutAsNum must be set to TRUE.

Type: string

Default: 1.1001

DutAsNum4ByteStep

Enable4ByteDutAsNum must be set to TRUE. The gap between 4-byte autonomous system numbers configured for the DUT.

Type: string

Default: 0

DutAsStep

Autonomous system number step of the BGP peer router session on the DUT.

Type: u16

Default: 0

Range: 0 - 65535

DutIpv4Addr

IPv4 address of the BGP peer for the session.

Type: ip

Default: 192.85.1.1

DutIpv4AddrStep

IPv4 address step of the BGP peer for the session.

Type: ip

Default: 0.0.0.0

DutIpv6Addr

IPv6 address of the BGP peer for the session.

Type: ipv6

Default: ::2

DutIpv6AddrStep

IPv6 address step of the BGP peer for the session.

Type: ipv6

Default: ::0

EiBgp

BGP external/internal type.

Type: enum

Default: EBGP

Possible Values:

Value Description
IBGP

BGP internal type

EBGP

BGP external type

Enable4ByteAsNum

Whether to enable a 4-byte autonomous system number for the emulated BGP router.

Type: bool

Default: FALSE

Possible Values:

Value Description
TRUE

Enable 4-byte autonomous system number for the emulated router. Use AsNum4Byte to set this.

FALSE

Disable 4-byte autonomous system number for the emulated router. Use AsNum4Byte to set this.

Enable4ByteDutAsNum

Whether to enable the ability of the emulated BGP router to handle a DUT with a 4-byte autonomous system number.

Type: bool

Default: FALSE

Possible Values:

Value Description
TRUE

Enable handling of 4-byte autonomous system number for the DUT. Use DutAsNum4Byte to set this.

FALSE

Disable handling of 4-byte autonomous system number for the DUT. Use DutAsNum4Byte to set this.

EnableBfd

Enable or disable BFD (Bidirectional Forwarding Detection) for this router. You must also create a BfdRouterConfig object under the parent Router object.

Type: bool

Default: FALSE

Possible Values:

Value Description
TRUE

Enable BFD.

FALSE

Disable BFD.

EnablePackRoutes

Whether to enable the use of the minimum number of UPDATE messages to send the configured route blocks.

Type: bool

Default: FALSE

Possible Values:

Value Description
TRUE

Use the minimum number of UPDATE messages when sending configured route blocks.

FALSE

Send one route block per UPDATE message.

EnableSr

Whether to enable BGP SR.

Type: bool

Default: FALSE

Possible Values:

Value Description
TRUE

Enable BGP SR

FALSE

Disable BGP SR

GracefulRestart

Enable or disable graceful restart on the emulated BGP router. If enabled, it causes an emulated router's peer to retain the router's advertised routes in the peer's route database when the session is closed. If disabled, it causes an emulated router's peer to remove the router's advertised routes from its route database when the session is closed.

Type: bool

Default: FALSE

Possible Values:

Value Description
TRUE

Enable graceful restart.

FALSE

Disable graceful restart.

IpVersion

IP version to be used for the BGP session.

Type: enum

Default: IPV4

Possible Values:

Value Description
IPV4

IP version v4.

IPV6

IP version v6.

IPV4V6

IP version is dual stack.

UseGatewayAsDutIpAddr

Use gateway address as DUT IP address.

Type: bool

Default: FALSE

Possible Values:

Value Description
TRUE

Use gateway address as DUT IP address.

FALSE

Not use gateway address as DUT IP address.

BgpSharedSessionParams Read-Only Attributes

There are no read-only attributes.