getbfdsessionResult Structure Definition

The getbfdsessionResult structure defines the return type for getbfdsession API.

Syntax



Members

rc

If the method succeeds, rc is 0 else rc > 0. Values above 0x8000 indicate Warnings.

message

If the method succeeds, message is NULL else message contains Error/Warning message.

bfdsessionList

List of bfdsessions


bfdsession Structure Definition

The bfdsession structure defines the actual return type values for getbfdsession API.

Syntax



Members

state

Current state of the BFD session

localport

Source Port used by Local node to send Control packets for the BFD session

remoteport

Source Port used by Remote node to send Control packets for the BFD session

minimumtransmitinterval

Minimum trasmit interval, in milliseconds, the local node would like to use when transmitting BFD Control packets

negotiatedminimumtransmitinterval

Negotiated Minimum Transmit Interval. This is the interval at which the local node will be sending out BFD control packets

minimumreceiveinterval

Minimum receive interval, in milliseconds, between received BFD Control packets that the local node is capable of supporting

negotiatedminimumreceiveinterval

Negotiated Minimum Receive Interval. This is the interval at which the local node will be expecting BFD control packets

multiplier

Detection Multiplier. The negotiated transmit interval multiplied by Detection multiplier provides the Detection Time for the remote node for the BFD session.

remotemultiplier

Your Multiplier. The negotiated receive interval multiplied by Your Multiplier provides the Detection Time for the local node for the BFD session

vlan

VLAN ID on which the BDS session is configured

localdiagnotic

Diagnostic Code specifying the local system's reason for the last change in session state

localdiscriminator

A unique discriminator value generated by the local node for the session

remotediscriminator

A unique discriminator value as received from the remote node for the session

passive

Flag indicating that the session is passive

multihop

Flag indicating if the session is multihop

admindown

Flag indicating if admin down is being sent

originalownerpe

Original Owner PE of the BFD session

currentownerpe

Current Owner PE of the BFD session

ownernode

The owner node in a Cluster for this BFD session. Owner node can vary from 0 to 31. If ownernode is not specified then the session is treated as Striped session.

_nextgenapiresource


See Also