BgpRouterResults Object


Description:

Specifies types of BGP real time and final result statistics.

Parents: BgpRouterConfig

Relations:

Side name
(Type)
Relative Description
ResultParent
(ResultChild)

BgpRouterConfig

Use this to connect a results object to an object.

BgpRouterResults Writable Attributes

There are no writable attributes.

BgpRouterResults Read-Only Attributes

Read-Only Attribute Description
LastRxUpdateRouteCount

Number of routes in the last-received UPDATE message.

Type: u64

Default: 0

OutstandingRouteCount

Outstanding route count. Number of routes that should be in the DUT's current route table.

Type: u64

Default: 0

RxAdvertisedRouteCount

Received router count. Total cumulative feasible routes received by the emulated router.

Type: u64

Default: 0

RxAdvertisedUpdateCount

Received update packet count. Number of Update packets received from DUT.

Type: u64

Default: 0

RxKeepAliveCount

BGP KeepAlive count received. Total number of KeepAlive packets received from the DUT during the test.

Type: u64

Default: 0

RxNotificationCount

BGP Notification count received. Number of Notification packets received by the emulated router during the test.

Type: u64

Default: 0

RxNotifyCode

BGP Notify code received. The last NOTIFICATION code the emulated router received from the DUT.

Type: u8

Default: 0

RxNotifySubCode

BGP Notify subcode received. Each NOTIFICATION code has a sub-code.

Type: u8

Default: 0

RxOpenCount

BGP Open message count received. Opens received from DUT. In stable BGP scenarios, this should match the value in the previous field.

Type: u64

Default: 0

RxRouteRefreshCount

Number of advertised route refresh message received.

Type: u64

Default: 0

RxRtConstraintCount

Number of RT-Constraint routes received for this router.

Type: u64

Default: 0

RxWithdrawnRouteCount

Withdrawn route count received. Total cumulative unfeasible routes received by the emulated router.

Type: u64

Default: 0

SessionUpCount

Number of router sessions within the router block in the Established state.

Type: u16

Default: 0

TxAdvertisedRouteCount

Advertised route count transmitted. Total cumulative feasible routes the emulated router has sent out in all UPDATE packets.

Type: u64

Default: 0

TxAdvertisedUpdateCount

Advertised update route count transmitted. Total number of UPDATE packets with feasible routes sent to the DUT.

Type: u64

Default: 0

TxKeepAliveCount

BGP KeepAlive count transmitted. Total number of KEEPALIVE packets sent to the DUT during test.

Type: u64

Default: 0

TxNotificationCount

BGP Notification count transmitted. Number of Notification packets sent from the emulated router.

Type: u64

Default: 0

TxNotifyCode

BGP Notify code transmitted. Last Notification code the emulated router sent to the DUT.

Type: u8

Default: 0

TxNotifySubCode

BGP Notify subcode transmitted. Each NOTIFICATION code has a sub-code.

Type: u8

Default: 0

TxOpenCount

BGP Open message count transmitted. Total number of OPEN packets sent to the DUT. Initial one, plus number of times the emulated router re-establishes sessions.

Type: u64

Default: 0

TxRouteRefreshCount

Number of advertised route refresh message transmitted.

Type: u64

Default: 0

TxRtConstraintCount

Number of RT-Constraint routes transmitted for this router.

Type: u64

Default: 0

TxWithdrawnRouteCount

Withdrawn route count transmitted. Total number of unfeasible routes the emulated router has sent out in all UPDATE packets.

Type: u64

Default: 0

TxWithdrawnUpdateCount

Withdrawn update route count transmitted. Total number of UPDATE packets with unfeasible routes sent to the DUT (route flapping).

Type: u64

Default: 0