PppoeoaSessionResults Object


Description:

PPPoEoA session results.

Parents: PppoeClientBlockConfig, PppoeServerBlockConfig

PppoeoaSessionResults Writable Attributes

There are no writable attributes.

PppoeoaSessionResults Read-Only Attributes

Read-Only Attribute Description
AttemptedCount

Number of times this session was attempted.

Type: u32

Default: 0

ConnectedSuccessCount

Number of times this session connected.

Type: u32

Default: 0

DisconnectedSuccessCount

Number of times this session was successfully connected and disconnected.

Type: u32

Default: 0

FailedConnectCount

Number of times this session failed to connect.

Type: u32

Default: 0

FailedDisconnectCount

Number of disconnected sessions where the LCP Terminate-Request packet was sent but an LCP Terminate-Ack packet was not received (statistic does not apply to invalid LCP Terminate-Request packets).

Type: u32

Default: 0

FailureCode

Reason a session is not up.

Type: enum

Default: NULL

Possible Values:

Value Description
NULL

No failure.

USER_TERMINATED

User brought the session down.

AUTHENTICATION_REFUSED_BY_PEER

Peer refused to try and authenticate.

AUTHENTICATION_FAILED

Authentication failed.

NO_NETWORK_PROTOCOL

No IPv4/IPv6 protocol configured.

LINK_INACTIVE

No link.

CONNECT_EXPIRED

Connect time expired.

LOOPBACK

Loopback has been detected.

NO_PEER_RESPONSE

Peer not responding to keepalives.

LCP_REQUEST_TIMEOUT

LCP request timeout.

TERMINATE_ACK_RX

Received a terminate acknowledgment.

PROTOCOL_REJECT_RX

Peer rejected protocol configure request.

INVALID_CONFIG_NAK_OR_REJ_RX

Received invalid NAK or configure reject packet.

PEER_ADDR_UNKNOWN

Unable to negotiate peer IP address.

LOCAL_ADDR_UNKNOWN

Unable to negotiate local IP address.

LCP_DOWN

Link went down.

PADI_TIMEOUT

PADI timeout.

PADR_TIMEOUT

PADR timeout.

BAD_PADO_COUNT_EXCEEDED

Bad PADO packet received.

BAD_PADS_COUNT_EXCEEDED

Bad PADS packet received.

PADT_RX

PADT received.

TERMINATE_REQUEST_RX

Terminate request received.

AUTHENTICATION_TO_PEER_FAILED

Authentication to peer failed.

PPPOE_PAYLOAD_ERROR

Error in the PPPoE Payload.

PPP_L2TP_NO_SESSION

No PPPoL2TP session.

PPP_L2TP_SESSION_DOWN

PPPoL2TP session is down.

UNKNOWN

Unknown error.

BAD_SESSIONID

Bad session ID.

InnerVlanId

Inner VLAN ID for this session.

Type: u16

Default: 1

Ipv4Addr

IP address assigned by the DUT to the subscriber.

Type: ip

Default: 0.0.0.0

Ipv4CpFailureCode

IPv4 CP Failure Code.

Type: enum

Default: NULL

Possible Values:

Value Description
NULL

No failure.

USER_TERMINATED

User brought the session down.

AUTHENTICATION_REFUSED_BY_PEER

Authentication refused by peer.

AUTHENTICATION_FAILED

Authentication failed.

NO_NETWORK_PROTOCOL

No network protocol.

LINK_INACTIVE

Link inactive.

CONNECT_EXPIRED

Connect expired.

LOOPBACK

Loopback.

NO_PEER_RESPONSE

Peer not responding to keepalives.

LCP_REQUEST_TIMEOUT

LCP request timeout.

TERMINATE_ACK_RX

Terminate ACK received.

PROTOCOL_REJECT_RX

Protocol reject received.

INVALID_CONFIG_NAK_OR_REJ_RX

Received invalid config NAK or reject.

PEER_ADDR_UNKNOWN

Unable to negotiate peer IP address.

LOCAL_ADDR_UNKNOWN

Unable to negotiate local IP address.

LCP_DOWN

Link went down.

PADI_TIMEOUT

PADI timeout.

PADR_TIMEOUT

PADR timeout.

BAD_PADO_COUNT_EXCEEDED

Bad PADO packet received.

BAD_PADS_COUNT_EXCEEDED

Bad PADR packet received.

PADT_RX

PADT received.

TERMINATE_REQUEST_RX

Received terminate request.

AUTHENTICATION_TO_PEER_FAILED

Authentication to peer failed.

PPPOE_PAYLOAD_ERROR

PPPoE payload error.

PPP_L2TP_NO_SESSION

No PPPoL2TP session.

PPP_L2TP_SESSION_DOWN

PPPoL2TP session is down.

UNKNOWN

Unknown error occurred.

BAD_SESSIONID

Bad session ID.

Ipv4CpSessionState

IPv4 CP Session State.

Type: enum

Default: IDLE

Possible Values:

Value Description
NONE

Session is in undefined state.

IDLE

Session is not connecting or disconnecting.

CONNECTING

Session is connecting.

CONNECTING_FAILED

Session is in connecting failed state.

CONNECTED

Session is connected.

DISCONNECTING

Session is disconnected.

Ipv6Addr

IPv6 address assigned by the DUT to the subscriber.

Type: ipv6

Default: ::

Ipv6CpFailureCode

IPv6 CP Failure Code.

Type: enum

Default: NULL

Possible Values:

Value Description
NULL

No failure.

USER_TERMINATED

User brought the session down.

AUTHENTICATION_REFUSED_BY_PEER

Authentication refused by peer.

AUTHENTICATION_FAILED

Authentication failed.

NO_NETWORK_PROTOCOL

No network protocol.

LINK_INACTIVE

Link inactive.

CONNECT_EXPIRED

Connect expired.

LOOPBACK

Loopback.

NO_PEER_RESPONSE

Peer not responding to keepalives.

LCP_REQUEST_TIMEOUT

LCP request timeout.

TERMINATE_ACK_RX

Terminate ACK received.

PROTOCOL_REJECT_RX

Protocol reject received.

INVALID_CONFIG_NAK_OR_REJ_RX

Received invalid config NAK or reject.

PEER_ADDR_UNKNOWN

Unable to negotiate peer IP address.

LOCAL_ADDR_UNKNOWN

Unable to negotiate local IP address.

LCP_DOWN

Link went down.

PADI_TIMEOUT

PADI timeout.

PADR_TIMEOUT

PADR timeout.

BAD_PADO_COUNT_EXCEEDED

Bad PADO packet received.

BAD_PADS_COUNT_EXCEEDED

Bad PADR packet received.

PADT_RX

PADT received.

TERMINATE_REQUEST_RX

Received terminate request.

AUTHENTICATION_TO_PEER_FAILED

Authentication to peer failed.

PPPOE_PAYLOAD_ERROR

PPPoE payload error.

PPP_L2TP_NO_SESSION

No PPPoL2TP session.

PPP_L2TP_SESSION_DOWN

PPPoL2TP session is down.

UNKNOWN

Unknown error occurred.

BAD_SESSIONID

Bad session ID.

Ipv6CpSessionState

IPv6 CP Session State.

Type: enum

Default: IDLE

Possible Values:

Value Description
NONE

Session is in undefined state.

IDLE

Session is not connecting or disconnecting.

CONNECTING

Session is connecting.

CONNECTING_FAILED

Session is in connecting failed state.

CONNECTED

Session is connected.

DISCONNECTING

Session is disconnected.

Ipv6GlobalAddr

IPv6 global address.

Type: ipv6

Default: ::

Ipv6GlobalAddrResolveState

IPv6 global address resolve state.

Type: enum

Default: NONE

Possible Values:

Value Description
NONE

IPv6 global address has not been resolved.

RESOLVE_FAILED

IPv6 global address resolution has failed.

RESOLVE_DONE

IPv6 global address was successfully resolved.

MacAddr

MAC address assigned by the DUT to the subscriber.

Type: mac

Default: 00-00-00-00-00-00

PeerIpv4Addr

Peer's negotiated IPv4 address.

Type: ip

Default: 0.0.0.0

PeerIpv6Addr

Peer's negotiated IPv6 address.

Type: ipv6

Default: ::

PeerMacAddr

Peer's negotiated MAC address.

Type: mac

Default: 00-00-00-00-00-00

PppoeSessionId

Unique session ID assigned by the DUT to the subscriber (applies to PPP over Ethernet and PPP over Ethernet over ATM sessions only).

Type: u32

Default: 0

RetryCount

Number of times the failed session was retried.

Type: u32

Default: 0

RxChapCount

Total number of CHAP responses received.

Type: u32

Default: 0

RxIpcpCount

Total number of IPCP responses received (IPv4).

Type: u32

Default: 0

RxIpv6cpCount

Total number of IPv6CP responses received.

Type: u32

Default: 0

RxLcpConfigAckCount

Total number of Configure-Acknowledge packets received.

Type: u32

Default: 0

RxLcpConfigNakCount

Total number of Configure-Negative Acknowledge packets received.

Type: u32

Default: 0

RxLcpConfigRejectCount

Total number of Configure-Reject packets received.

Type: u32

Default: 0

RxLcpConfigRequestCount

Total number of Configure-Request packets received.

Type: u32

Default: 0

RxLcpEchoReplyCount

Total number of Echo-Reply packets received.

Type: u32

Default: 0

RxLcpEchoRequestCount

Total number of Echo-Request packets received.

Type: u32

Default: 0

RxLcpIdentificationCount

Rx LCP Identification Count

Type: u32

Default: 0

RxLcpTermAckCount

Total number of Terminate-Acknowledge packets received.

Type: u32

Default: 0

RxLcpTermRequestCount

Total number of Terminate-Request packets received.

Type: u32

Default: 0

RxPadiCount

Total number of PPPoE Active Discovery Initialized packets received.

Type: u32

Default: 0

RxPadoCount

Total number of PPPoE Active Discovery Offer packets received.

Type: u32

Default: 0

RxPadrCount

Total number of PPPoE Active Discovery Request packets received.

Type: u32

Default: 0

RxPadsCount

Total number of PPPoE Active Discovery Session-confirmation packets received.

Type: u32

Default: 0

RxPadtCount

Total number of PPPoE Active Discovery Terminate packets received.

Type: u32

Default: 0

RxPapCount

Total number of PAP responses received.

Type: u32

Default: 0

SessionState

State of the session.

Type: enum

Default: IDLE

Possible Values:

Value Description
NONE

Session is in undefined state.

IDLE

Session is not connecting or disconnecting.

CONNECTING

Session is connecting.

CONNECTING_FAILED

Session is in connecting failed state.

CONNECTED

Session is connected.

DISCONNECTING

Session is disconnected.

SetupTime

Time taken to bring up session.

Type: u32

Default: 0

TxChapCount

Total number of CHAP requests sent.

Type: u32

Default: 0

TxIpcpCount

Total number of IPCP requests sent (IPv4).

Type: u32

Default: 0

TxIpv6cpCount

Total number of IPv6CP requests sent.

Type: u32

Default: 0

TxLcpConfigAckCount

Total number of Configure-Acknowledge packets sent.

Type: u32

Default: 0

TxLcpConfigNakCount

Total number of Configure-Negative Acknowledge packets sent.

Type: u32

Default: 0

TxLcpConfigRejectCount

Total number of Configure-Reject packets sent.

Type: u32

Default: 0

TxLcpConfigRequestCount

Total number of Configure-Request packets sent.

Type: u32

Default: 0

TxLcpEchoReplyCount

Total number of Echo-Reply packets sent.

Type: u32

Default: 0

TxLcpEchoRequestCount

Total number of Echo-Request packets sent.

Type: u32

Default: 0

TxLcpTermAckCount

Total number of Terminate-Acknowledge packets sent.

Type: u32

Default: 0

TxLcpTermRequestCount

Total number of Terminate-Request packets sent.

Type: u32

Default: 0

TxPadiCount

Total number of PPPoE Active Discovery Initialized packets sent.

Type: u32

Default: 0

TxPadoCount

Total number of PPPoE Active Discovery Offer packets sent.

Type: u32

Default: 0

TxPadrCount

Total number of PPPoE Active Discovery Request packets sent.

Type: u32

Default: 0

TxPadsCount

Total number of PPPoE Active Discovery Session-confirmation packets sent.

Type: u32

Default: 0

TxPadtCount

Total number of PPPoE Active Discovery Terminate packets sent.

Type: u32

Default: 0

TxPapCount

Total number of PAP requests sent.

Type: u32

Default: 0

Vci

VCI for this session.

Type: u16

Default: 32

VlanId

VLAN ID for this session.

Type: u16

Default: 1

Vpi

VPI for this session.

Type: u16

Default: 0