Wellfleet-PPP-MIB: View SNMP OID List / Download MIB

VENDOR: WELLFLEET


 Home MIB: Wellfleet-PPP-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 wfPppLineTable 1.3.6.1.4.1.18.3.5.9.2.1 no-access
The Wellfleet PPP Line Configuration Table containing attributes dealing with the link layer and the Link Control Protocol (LCP)
     wfPppLineEntry 1.3.6.1.4.1.18.3.5.9.2.1.1 no-access
per Wellfleet PPP line configuration parameters and counters
         wfPppLineDelete 1.3.6.1.4.1.18.3.5.9.2.1.1.1 integer read-write
Create/Delete parameter Enumeration: 'deleted': 2, 'created': 1.
         wfPppLineDisable 1.3.6.1.4.1.18.3.5.9.2.1.1.2 integer read-write
Enable/Disable parameter -- Generates Open/Close events to the LCP FSM Enumeration: 'disabled': 2, 'enabled': 1.
         wfPppLineState 1.3.6.1.4.1.18.3.5.9.2.1.1.3 integer read-only
PPP state variable, Not Present, Init, Down, Up Enumeration: 'down': 2, 'init': 3, 'up': 1, 'notpresent': 20, 'loopedback': 4.
         wfPppLineLineNumber 1.3.6.1.4.1.18.3.5.9.2.1.1.4 integer read-only
Instance identifier. This is the line number assigned to the driver PPP is running on top of
         wfPppLineLLIndex 1.3.6.1.4.1.18.3.5.9.2.1.1.5 integer read-only
Instance identifier. This is the lower layer index presented to PPP by the layer immediately below it on the protocol stack. If the lower layer is a driver, the index will be 0.
         wfPppLineLcpCurrentState 1.3.6.1.4.1.18.3.5.9.2.1.1.6 integer read-only
the current state of the LCP Finite State Machine Enumeration: 'acksent': 8, 'ackrcvd': 7, 'stopped': 3, 'reqsent': 6, 'closed': 2, 'stopping': 5, 'closing': 4, 'starting': 1, 'opened': 9.
         wfPppLineRestartTimer 1.3.6.1.4.1.18.3.5.9.2.1.1.7 integer read-write
value for Restart timer in seconds
         wfPppLineEchoRequestFreq 1.3.6.1.4.1.18.3.5.9.2.1.1.8 integer read-write
value for Echo-Request frequency - number of seconds between transmission of Echo-Request packets
         wfPppLineEchoReplyLoss 1.3.6.1.4.1.18.3.5.9.2.1.1.9 integer read-write
value for Echo-Reply acceptable loss - number of unacknowledged Echo-Reply packets counted before declaring the link down
         wfPppLineMaxConfReq 1.3.6.1.4.1.18.3.5.9.2.1.1.10 integer read-write
value for maximum Configure-Requests - number of Configure-Request packets sent without receiving a valid Configure-Ack, Configure-Nak or Configure-Reject before assuming peer is unable to respond
         wfPppLineMaxTermReq 1.3.6.1.4.1.18.3.5.9.2.1.1.11 integer read-write
value for maximum Terminate-Requests - number of Terminate-Request packets sent without receiving a Terminate-Ack before assuming peer is unable to respond
         wfPppLineMaxConfFail 1.3.6.1.4.1.18.3.5.9.2.1.1.12 integer read-write
value for maximum configuration failure count - number of Configure-Nak packets sent without sending a Configure-Ack before assuming configuration is unable to converge
         wfPppLineMagicNumber 1.3.6.1.4.1.18.3.5.9.2.1.1.13 counter read-only
the Magic Number being used on this line
         wfPppLineMru 1.3.6.1.4.1.18.3.5.9.2.1.1.14 integer read-only
this is the MRU being used on the line (in both directions)
         wfPppLineLocalAuthProtocol 1.3.6.1.4.1.18.3.5.9.2.1.1.15 integer read-write
this is the authorization protocol we require our peer to use on our side of the link Enumeration: 'passauth': 49187, 'chap': 49699, 'none': 1.
         wfPppLineRemoteAuthProtocol 1.3.6.1.4.1.18.3.5.9.2.1.1.16 integer read-only
this is the authorization protocol our peer requires us to use on its side of the link Enumeration: 'passauth': 49187, 'none': 1.
         wfPppLineLocalPapId 1.3.6.1.4.1.18.3.5.9.2.1.1.17 displaystring read-write
our PAP id - our peer sends this to us in an Authenticate-Request message
         wfPppLineLocalPapPassword 1.3.6.1.4.1.18.3.5.9.2.1.1.18 displaystring read-write
our PAP password - our peer sends this to us in an Authenticate-Request message
         wfPppLineRemotePapId 1.3.6.1.4.1.18.3.5.9.2.1.1.19 displaystring read-write
our peer's PAP id - we send this to our peer in an Authenticate-Request message
         wfPppLineRemotePapPassword 1.3.6.1.4.1.18.3.5.9.2.1.1.20 displaystring read-write
our peer's PAP password - we send this to our peer in an Authenticate-Request message
         wfPppLineLQProtocol 1.3.6.1.4.1.18.3.5.9.2.1.1.21 integer read-write
the Link Quality protocol we want to use Enumeration: 'none': 1, 'linkqr': 49189.
         wfPppLineDisableRemoteLQRTimer 1.3.6.1.4.1.18.3.5.9.2.1.1.22 integer read-write
enable/disable our peer's LQR timer - this allows for one side to maintain the timer while the other just responds to LQR packets Enumeration: 'disabled': 2, 'enabled': 1.
         wfPppLineCfgLQRRptPrd 1.3.6.1.4.1.18.3.5.9.2.1.1.23 integer read-write
this is the value in seconds between transmission of LQR packets (Reporting-Period) - it will be the same on both sides
         wfPppLineLQRRptPrd 1.3.6.1.4.1.18.3.5.9.2.1.1.24 integer read-only
this is the Reporting-Period, in seconds, agreed upon during negotiation - we allow the peer to negotiate down from our configured period, our maximum, but not below 1 second
         wfPppLineCfgInboundQuality 1.3.6.1.4.1.18.3.5.9.2.1.1.25 integer read-write
the percentage of packets sent by our peer that we've successfully received (over the last 5 LQR Reporting-Periods) - 100 indicates we won't tolerate any loss
         wfPppLineInboundQuality 1.3.6.1.4.1.18.3.5.9.2.1.1.26 integer read-only
the current inbound quality
         wfPppLineCfgOutboundQuality 1.3.6.1.4.1.18.3.5.9.2.1.1.27 integer read-write
the percentage of packets sent by us that our peer successfully received (over the last 5 LQR Reporting-Periods) - 100 indicates we won't tolerate any loss
         wfPppLineOutboundQuality 1.3.6.1.4.1.18.3.5.9.2.1.1.28 integer read-only
the current inbound quality
         wfPppLineOutLQRs 1.3.6.1.4.1.18.3.5.9.2.1.1.29 counter read-only
the number of Link-Quality-Report packets we've transmitted
         wfPppLineInLQRs 1.3.6.1.4.1.18.3.5.9.2.1.1.30 counter read-only
the number of Link-Quality-Report packets we've received
         wfPppLineChapSecret 1.3.6.1.4.1.18.3.5.9.2.1.1.31 displaystring read-write
this CHAP secret MUST be the same on both sides of the link if CHAP is used as the Authentication protocol
         wfPppLinePapFallbackDisable 1.3.6.1.4.1.18.3.5.9.2.1.1.32 integer read-write
if an attempt to negotiate CHAP fails, enabling this allows a fallback to PAP Enumeration: 'disabled': 2, 'enabled': 1.
         wfPppLineChapLocalName 1.3.6.1.4.1.18.3.5.9.2.1.1.33 displaystring read-write
This attribute is used to assign a local CHAP Name which is used to inform our peer of our identity, during WHOAMI processing
         wfPppLineChapRemoteName 1.3.6.1.4.1.18.3.5.9.2.1.1.34 displaystring read-only
This attribute is used to store our peer's CHAP Name which is used to learn our peer's identity, during WHOAMI processing
         wfPppLineChapPeriodicTimer 1.3.6.1.4.1.18.3.5.9.2.1.1.35 integer read-write
Timer for periodic CHAP in seconds. A time of 0 disables Periodic CHAP. This timer value should long enough to allow CHAP to complete one phase before entering another.
         wfPppLineBadPackets 1.3.6.1.4.1.18.3.5.9.2.1.1.36 counter read-only
These are packets not in correct PPP format
         wfPppLineLastBadPacket 1.3.6.1.4.1.18.3.5.9.2.1.1.37 octet string read-only
This is the first 16 bytes of the last bad packet we received
         wfPppLineLevelPktsIn 1.3.6.1.4.1.18.3.5.9.2.1.1.38 counter read-only
This is the count of PPP link-level packets (such as Link Control Protocol or Compression Control Protocl) which have been received.
         wfPppLineAllowPapReject 1.3.6.1.4.1.18.3.5.9.2.1.1.39 integer read-write
There are some peers that don't want us asking to be a PAP authenticator, so accept the Reject and remove PAP from the LCP Configure-Request if this is enabled. Enumeration: 'disabled': 2, 'enabled': 1.
         wfPppLineActiveCct 1.3.6.1.4.1.18.3.5.9.2.1.1.40 integer read-only
This is the circuit number that this PPP line belongs to For the any switched lines, this will initially be -1
         wfPppLineCfgAsyncMap 1.3.6.1.4.1.18.3.5.9.2.1.1.41 gauge read-write
This is the initial seed value of Async-Control-Character-Map which will be used for LCP negotiations with the peer.
         wfPppLineActualAsyncMap 1.3.6.1.4.1.18.3.5.9.2.1.1.42 gauge read-only
Async-Control-Character-Map used by the link to escape control characters in the data packet. This is the result of LCP negotiations with the peer.
         wfPppLineAuthTimer 1.3.6.1.4.1.18.3.5.9.2.1.1.43 integer read-write
value for Authentication timer in seconds
         wfPppLineConvergenceTimer 1.3.6.1.4.1.18.3.5.9.2.1.1.44 integer read-write
value for Convergence timer in seconds
         wfPppLineMagicNumDisable 1.3.6.1.4.1.18.3.5.9.2.1.1.45 integer read-write
Allows Magic Numbers to be disabled on this interface. Enumeration: 'disabled': 2, 'enabled': 1.
         wfPppLineMyLinkDiscr 1.3.6.1.4.1.18.3.5.9.2.1.1.46 integer read-write
value of Link Discriminator of this endpoint
         wfPppLinePeerLinkDiscr 1.3.6.1.4.1.18.3.5.9.2.1.1.47 integer read-write
value of Link Discriminator of peer's endpoint
         wfPppLineCfgMru 1.3.6.1.4.1.18.3.5.9.2.1.1.48 integer read-write
this is the Configured MRU being used on the line
         wfPppLineRfc1661Compliance 1.3.6.1.4.1.18.3.5.9.2.1.1.49 integer read-write
Enable/Disable parameter for RFC 1661 compliance Enumeration: 'disabled': 2, 'enabled': 1.
         wfPppLineLqmCurrentState 1.3.6.1.4.1.18.3.5.9.2.1.1.50 integer read-only
Indicates whether LQM is running on the line. Enumeration: 'down': 2, 'up': 1.
 wfPppCircuitTable 1.3.6.1.4.1.18.3.5.9.2.2 no-access
The Wellfleet PPP Circuit Configuration Table containing attributes dealing with the network layer and each Network Control Protocol (NCP)
     wfPppCircuitEntry 1.3.6.1.4.1.18.3.5.9.2.2.1 no-access
per Wellfleet circuit PPP configuration parameters and counters
         wfPppCircuitDelete 1.3.6.1.4.1.18.3.5.9.2.2.1.1 integer read-write
Create/Delete parameter Enumeration: 'deleted': 2, 'created': 1.
         wfPppCircuitState 1.3.6.1.4.1.18.3.5.9.2.2.1.2 integer read-only
PPP state variable, Not Present, Init, Down, Up Enumeration: 'down': 2, 'init': 3, 'up': 1, 'notpresent': 4.
         wfPppCircuitIpcpCurrentState 1.3.6.1.4.1.18.3.5.9.2.2.1.3 integer read-only
the current state of the IPCP Finite State Machine Enumeration: 'acksent': 8, 'ackrcvd': 7, 'stopped': 3, 'reqsent': 6, 'closed': 2, 'stopping': 5, 'closing': 4, 'starting': 1, 'opened': 9.
         wfPppCircuitOsinlcpCurrentState 1.3.6.1.4.1.18.3.5.9.2.2.1.4 integer read-only
the current state of the OSINLCP Finite State Machine Enumeration: 'acksent': 8, 'ackrcvd': 7, 'stopped': 3, 'reqsent': 6, 'closed': 2, 'stopping': 5, 'closing': 4, 'starting': 1, 'opened': 9.
         wfPppCircuitXnscpCurrentState 1.3.6.1.4.1.18.3.5.9.2.2.1.5 integer read-only
the current state of the XNSCP Finite State Machine Enumeration: 'acksent': 8, 'ackrcvd': 7, 'stopped': 3, 'reqsent': 6, 'closed': 2, 'stopping': 5, 'closing': 4, 'starting': 1, 'opened': 9.
         wfPppCircuitDncpCurrentState 1.3.6.1.4.1.18.3.5.9.2.2.1.6 integer read-only
the current state of the DNCP Finite State Machine Enumeration: 'acksent': 8, 'ackrcvd': 7, 'stopped': 3, 'reqsent': 6, 'closed': 2, 'stopping': 5, 'closing': 4, 'starting': 1, 'opened': 9.
         wfPppCircuitAtcpCurrentState 1.3.6.1.4.1.18.3.5.9.2.2.1.7 integer read-only
the current state of the ATCP Finite State Machine Enumeration: 'acksent': 8, 'ackrcvd': 7, 'stopped': 3, 'reqsent': 6, 'closed': 2, 'stopping': 5, 'closing': 4, 'starting': 1, 'opened': 9.
         wfPppCircuitIpxcpCurrentState 1.3.6.1.4.1.18.3.5.9.2.2.1.8 integer read-only
the current state of the IPXCP Finite State Machine Enumeration: 'acksent': 8, 'ackrcvd': 7, 'stopped': 3, 'reqsent': 6, 'closed': 2, 'stopping': 5, 'closing': 4, 'starting': 1, 'opened': 9.
         wfPppCircuitBncpCurrentState 1.3.6.1.4.1.18.3.5.9.2.2.1.9 integer read-only
the current state of the BNCP Finite State Machine Enumeration: 'acksent': 8, 'ackrcvd': 7, 'stopped': 3, 'reqsent': 6, 'closed': 2, 'stopping': 5, 'closing': 4, 'starting': 1, 'opened': 9.
         wfPppCircuitVncpCurrentState 1.3.6.1.4.1.18.3.5.9.2.2.1.10 integer read-only
the current state of the VNCP Finite State Machine Enumeration: 'acksent': 8, 'ackrcvd': 7, 'stopped': 3, 'reqsent': 6, 'closed': 2, 'stopping': 5, 'closing': 4, 'starting': 1, 'opened': 9.
         wfPppCircuitID 1.3.6.1.4.1.18.3.5.9.2.2.1.11 integer read-only
cct number for this instance
         wfPppCircuitIpDisable 1.3.6.1.4.1.18.3.5.9.2.2.1.12 integer read-write
enable/disable IP Protocol - disabling generates a Close event to the IPCP FSM and consequently disallows IP traffic on this circuit Enumeration: 'disabled': 2, 'enabled': 1.
         wfPppCircuitOsinlDisable 1.3.6.1.4.1.18.3.5.9.2.2.1.13 integer read-write
enable/disable OSI Network Layer Protocol - disabling generates a Close event to the OSINLCP FSM and consequently disallows OSI traffic on this circuit Enumeration: 'disabled': 2, 'enabled': 1.
         wfPppCircuitXnsDisable 1.3.6.1.4.1.18.3.5.9.2.2.1.14 integer read-write
enable/disable XNS Protocol - disabling generates a Close event to the XNSCP FSM and consequently disallows XNS traffic on this circuit Enumeration: 'disabled': 2, 'enabled': 1.
         wfPppCircuitDecnetDisable 1.3.6.1.4.1.18.3.5.9.2.2.1.15 integer read-write
enable/disable DECnet Protocol - disabling generates a Close event to the DNCP FSM and consequently disallows DECnet traffic on this circuit Enumeration: 'disabled': 2, 'enabled': 1.
         wfPppCircuitAppletalkDisable 1.3.6.1.4.1.18.3.5.9.2.2.1.16 integer read-write
enable/disable AppleTalk Protocol - disabling generates a Close event to the ATCP FSM and consequently disallows AppleTalk traffic on this circuit Enumeration: 'disabled': 2, 'enabled': 1.
         wfPppCircuitIpxDisable 1.3.6.1.4.1.18.3.5.9.2.2.1.17 integer read-write
enable/disable IPX Protocol - disabling generates a Close event to the IPXCP FSM and consequently disallows IPX traffic on this circuit Enumeration: 'disabled': 2, 'enabled': 1.
         wfPppCircuitBridgeDisable 1.3.6.1.4.1.18.3.5.9.2.2.1.18 integer read-write
enable/disable the Bridge - disabling generates a Close event to the BNCP FSM and consequently disallows bridge traffic on this circuit Enumeration: 'disabled': 2, 'enabled': 1.
         wfPppCircuitVinesDisable 1.3.6.1.4.1.18.3.5.9.2.2.1.19 integer read-write
enable/disable Vines Protocol - disabling generates a Close event to the VNCP FSM and consequently disallows Vines traffic on this circuit Enumeration: 'disabled': 2, 'enabled': 1.
         wfPppCircuitCfgLocalIpAddr 1.3.6.1.4.1.18.3.5.9.2.2.1.20 ipaddress read-write
the IP address we're going to use
         wfPppCircuitLocalIpAddr 1.3.6.1.4.1.18.3.5.9.2.2.1.21 ipaddress read-only
the IP address our peer wants us to use
         wfPppCircuitCfgRemoteIpAddr 1.3.6.1.4.1.18.3.5.9.2.2.1.22 ipaddress read-write
the IP address we want our peer to use
         wfPppCircuitRemoteIpAddr 1.3.6.1.4.1.18.3.5.9.2.2.1.23 ipaddress read-only
the IP address our peer wants to use
         wfPppCircuitCfgIpxNetworkNumber 1.3.6.1.4.1.18.3.5.9.2.2.1.24 octet string read-write
the configured IPX Network Number to be used by both us and our peer
         wfPppCircuitIpxNetworkNumber 1.3.6.1.4.1.18.3.5.9.2.2.1.25 octet string read-only
the result of IPX Network Number negotiation
         wfPppCircuitIpxRemoteNodeNumber 1.3.6.1.4.1.18.3.5.9.2.2.1.26 octet string read-write
this is what we'll tell our peer to use for node number if it sends us a 0
         wfPppCircuitCfgIpxRoutingProtocol 1.3.6.1.4.1.18.3.5.9.2.2.1.27 integer read-write
the desired IPX Routing Protocol to be used on the link Enumeration: 'ripsap': 2.
         wfPppCircuitIpxRoutingProtocol 1.3.6.1.4.1.18.3.5.9.2.2.1.28 integer read-only
the negotiated IPX Routing Protocol to be used on the link
         wfPppCircuitLocalIpxRouterName 1.3.6.1.4.1.18.3.5.9.2.2.1.29 displaystring read-write
our IPX Router Name
         wfPppCircuitRemoteIpxRouterName 1.3.6.1.4.1.18.3.5.9.2.2.1.30 displaystring read-only
our peer's IPX Router Name
         wfPppCircuitIpxConfigComplete 1.3.6.1.4.1.18.3.5.9.2.2.1.31 integer read-only
indicates whether or not IPXCP converged on all required options Enumeration: 'false': 2, 'true': 1.
         wfPppCircuitCfgAtNetwork 1.3.6.1.4.1.18.3.5.9.2.2.1.32 integer read-write
the configured AppleTalk network number - our peer must use the same number
         wfPppCircuitAtNetwork 1.3.6.1.4.1.18.3.5.9.2.2.1.33 integer read-only
the AppleTalk network number we agreed to use
         wfPppCircuitCfgLocalAtNode 1.3.6.1.4.1.18.3.5.9.2.2.1.34 integer read-write
the AppleTalk node number we're configured to use
         wfPppCircuitLocalAtNode 1.3.6.1.4.1.18.3.5.9.2.2.1.35 integer read-only
our AppleTalk node number after negotiation
         wfPppCircuitCfgRemoteAtNode 1.3.6.1.4.1.18.3.5.9.2.2.1.36 integer read-write
the AppleTalk node number we want our peer to use
         wfPppCircuitRemoteAtNode 1.3.6.1.4.1.18.3.5.9.2.2.1.37 integer read-only
our peer's AppleTalk node number after negotiation
         wfPppCircuitCfgAtRoutingProtocol 1.3.6.1.4.1.18.3.5.9.2.2.1.38 integer read-write
the desired AppleTalk Routing Protocol to be used on the link Enumeration: 'abgp': 3, 'aurp': 2, 'rtmp': 1.
         wfPppCircuitAtRoutingProtocol 1.3.6.1.4.1.18.3.5.9.2.2.1.39 integer read-only
the negotiated AppleTalk Routing Protocol to be used on the link
         wfPppCircuitCfgBridgeEnet 1.3.6.1.4.1.18.3.5.9.2.2.1.40 integer read-write
allow/disallow Ethernet bridged frames Enumeration: 'disabled': 2, 'enabled': 1.
         wfPppCircuitBridgeEnet 1.3.6.1.4.1.18.3.5.9.2.2.1.41 integer read-only
result of bridge MAC type negotiation for Ethernet Enumeration: 'disabled': 2, 'enabled': 1.
         wfPppCircuitCfgBridgeFddi 1.3.6.1.4.1.18.3.5.9.2.2.1.42 integer read-write
allow/disallow FDDI bridged frames Enumeration: 'disabled': 2, 'enabled': 1.
         wfPppCircuitBridgeFddi 1.3.6.1.4.1.18.3.5.9.2.2.1.43 integer read-only
result of bridge MAC type negotiation for FDDI Enumeration: 'disabled': 2, 'enabled': 1.
         wfPppCircuitCfgBridgeTokenRing 1.3.6.1.4.1.18.3.5.9.2.2.1.44 integer read-write
allow/disallow Token Ring bridged frames Enumeration: 'disabled': 2, 'enabled': 1.
         wfPppCircuitBridgeTokenRing 1.3.6.1.4.1.18.3.5.9.2.2.1.45 integer read-only
result of bridge MAC type negotiation for Token Ring Enumeration: 'disabled': 2, 'enabled': 1.
         wfPppCircuitBadPackets 1.3.6.1.4.1.18.3.5.9.2.2.1.46 counter read-only
these are packets not in correct PPP format
         wfPppCircuitLastBadPacket 1.3.6.1.4.1.18.3.5.9.2.2.1.47 octet string read-only
this is the first 16 bytes of the last bad packet we received
         wfPppCircuitCcpCurrentState 1.3.6.1.4.1.18.3.5.9.2.2.1.48 integer read-only
the current state of the CCP Finite State Machine Enumeration: 'acksent': 8, 'ackrcvd': 7, 'stopped': 3, 'reqsent': 6, 'closed': 2, 'stopping': 5, 'closing': 4, 'starting': 1, 'opened': 9.
         wfPppCircuitCcpDisable 1.3.6.1.4.1.18.3.5.9.2.2.1.49 integer read-write
enable/disable compression - disabling generates a Close event to the CCP FSM and consequently disallows compression traffic on this circuit Enumeration: 'disabled': 2, 'enabled': 1.
         wfPppCircuitPppMode 1.3.6.1.4.1.18.3.5.9.2.2.1.50 integer read-write
Pre 9.0 multilines can only negotiate LCP over 1 line. The exact line which LCP will occur on is unknown. So in order to handle this situation we will wait until we receive an LCP Request before we attempt to negotiate LCP by setting the mode to PPP_MODE_PEER_SOLICITED_LCP_NEGO. If we are using this line as a single PPP Line or we are sure our peer can handle LCP on all the members of the multiline, PPP_MODE_NORMAL should be selected. Multilink is a PPP protocol extension which provides restoration of packets which arrive out of sequence, a possibility with multiple lines. Multilink monitor, in conjunction with other configuration data allows the throughput of a line to be monitored. Additional lines can be brought into the bundle and taken down dynamically in response to data traffic volume and other conditions. Enumeration: 'dynamic-monitor': 5, 'multilink': 3, 'monitor': 4, 'nego': 2, 'normal': 1.
         wfPppCircuitMLFragPerm 1.3.6.1.4.1.18.3.5.9.2.2.1.51 integer read-write
This parameter allows interoperability with PPP Multilink implementations which do not allow fragmentation. Enumeration: 'prohibited': 2, 'permitted': 1.
         wfPppCircuitExamPeriod 1.3.6.1.4.1.18.3.5.9.2.2.1.52 integer read-write
This indicates the interval that the Multilink bundle should be polled for possible congestion. This value is in tenths of a second
         wfPppCircuitFullThreshold 1.3.6.1.4.1.18.3.5.9.2.2.1.53 integer read-write
This is the percentage of the theoretical maximum line throughput that must be reached or exceeded before the line is considered congested.
         wfPppCircuitPeriodsCng 1.3.6.1.4.1.18.3.5.9.2.2.1.54 integer read-write
This is the number of consecutive periods where the line throughput is above the congestion threshold required to declare the line congested and attempt corrective action.
         wfPppCircuitPrefBwSlot 1.3.6.1.4.1.18.3.5.9.2.2.1.55 integer read-write
This is the preferred bandwidth slot. When lines are requested to be added to the Multilink bundle this parameter denotes the slot which is asked first.
         wfPppCircuitResvBwSlot 1.3.6.1.4.1.18.3.5.9.2.2.1.56 integer read-write
This is the reserve bandwidth slot. When lines are requested to be added to the Multilink bundle this parameter denotes the slot which is asked if the preferred slot can not provide a line.
         wfPppCircuitMLFragTriggerSize 1.3.6.1.4.1.18.3.5.9.2.2.1.57 integer read-write
This is the minimum size of a packet of which Multilink will fragment.
         wfPppCircuitMaxLinks 1.3.6.1.4.1.18.3.5.9.2.2.1.58 integer read-write
This is the maximum number of links allowed in the Multilink bundle for this circuit at any one time.
         wfPppCircuitRecoverThreshold 1.3.6.1.4.1.18.3.5.9.2.2.1.59 integer read-write
This is the recovery threshold expressed as a percentage of the theoretical maximum bundle throughput. The actual throughput must fall below this percentage in order for the BOD circuit to begin to remove lines from the Multilink bundle.
         wfPppCircuitPeriodsUnCng 1.3.6.1.4.1.18.3.5.9.2.2.1.60 integer read-write
This parameter is used for recovery. Once a Multilink bundle has been declared as congested, this is the number of consecutive examination periods where the queue depth is below the recovery threshold value required to declare that the bundle is no longer congested.
         wfPppCircuitHistory 1.3.6.1.4.1.18.3.5.9.2.2.1.61 displaystring read-only
DEBUG parameter - This is the BOD history buffer.
         wfPppCircuitDebugFlag 1.3.6.1.4.1.18.3.5.9.2.2.1.62 integer read-write
DEBUG parameter - This is the BOD Debug flag, used to control debug code for BOD.
         wfPppCircuitActualMode 1.3.6.1.4.1.18.3.5.9.2.2.1.63 integer read-only
This attribute is the actual ppp mode of the circuit after LCP has negotiated. Enumeration: 'multilink': 3, 'inactive': 20, 'monitor': 4, 'normal': 1.
         wfPppCircuitMaxBuffers 1.3.6.1.4.1.18.3.5.9.2.2.1.64 integer read-write
This is the maximum number of stored buffers allowed in the Multilink Receive logic for this circuit at any one time.
         wfPppCircuitLinksConfigured 1.3.6.1.4.1.18.3.5.9.2.2.1.65 integer read-write
This is the current number of lines configured for this Multilink circuit.
         wfPppCircuitBacpDisable 1.3.6.1.4.1.18.3.5.9.2.2.1.66 integer read-write
enable/disable BACP Protocol - disabling generates a Close event to the BACP FSM and consequently disallows BAP traffic on this circuit Enumeration: 'disabled': 2, 'enabled': 1.
         wfPppCircuitBacpCurrentState 1.3.6.1.4.1.18.3.5.9.2.2.1.67 integer read-only
the current state of the BACP Finite State Machine Enumeration: 'acksent': 8, 'ackrcvd': 7, 'stopped': 3, 'reqsent': 6, 'closed': 2, 'stopping': 5, 'closing': 4, 'starting': 1, 'opened': 9.
         wfPppCircuitBacpNoPhoneNum 1.3.6.1.4.1.18.3.5.9.2.2.1.68 integer read-write
enable/disable sending of the No-Phone-Number-Needed option in BACP Call Request packets Enumeration: 'disabled': 2, 'enabled': 1.
         wfPppCircuitIpv6Disable 1.3.6.1.4.1.18.3.5.9.2.2.1.69 integer read-write
enable/disable IPv6 Protocol - disabling generates a Close event to the IPv6CP FSM and consequently disallows IPv6 traffic on this circuit Enumeration: 'disabled': 2, 'enabled': 1.
         wfPppCircuitIpv6CurrentState 1.3.6.1.4.1.18.3.5.9.2.2.1.70 integer read-only
the current state of the Ipv6 Finite State Machine Enumeration: 'acksent': 8, 'ackrcvd': 7, 'stopped': 3, 'reqsent': 6, 'closed': 2, 'stopping': 5, 'closing': 4, 'starting': 1, 'opened': 9.
         wfPppCircuitCcpType 1.3.6.1.4.1.18.3.5.9.2.2.1.71 integer read-write
Specifies whether to use CCP or Individual Link CCP Enumeration: 'ccp': 2, 'ilccp': 1.
         wfPppCircuitCfgCcpOptions 1.3.6.1.4.1.18.3.5.9.2.2.1.72 integer read-write
Specifies the compression protocol options in 1st config-request Enumeration: 'staclzs': 3, 'all': 1, 'oui-wcp': 2.
         wfPppCircuitCcpOptions 1.3.6.1.4.1.18.3.5.9.2.2.1.73 integer read-only
The negotiated compression protocol option Enumeration: 'staclzs': 3, 'none': 1, 'oui-wcp': 2.
         wfPppCircuitStacLZSCheckMode 1.3.6.1.4.1.18.3.5.9.2.2.1.74 integer read-write
Specifies the check mode for STAC LZS compression protocol. See RFC 1974 for more information. Enumeration: 'mode3': 4, 'mode0': 1.
         wfPppCircuitMLFragStrict 1.3.6.1.4.1.18.3.5.9.2.2.1.75 integer read-write
enable/disable strict fragmentation algorithm i.e. fragmenting a packet when its size exceeds the threshold regardless of what the average packet size is Enumeration: 'disabled': 2, 'enabled': 1.
         wfPppCircuitLampreyCompDisable 1.3.6.1.4.1.18.3.5.9.2.2.1.76 integer read-write
enable/disable hardware compression, either from the compression daugther card on the Lamprey or the old compression daugther interface card on the link module, it tells you where the compression hardware is Enumeration: 'slot11': 11, 'slot10': 10, 'slot13': 13, 'slot12': 12, 'slot14': 14, 'slot9': 9, 'slot8': 8, 'disabled': 99, 'slot1': 1, 'slot3': 3, 'slot2': 2, 'slot5': 5, 'slot4': 4, 'slot7': 7, 'slot6': 6.
         wfPppCircuitMsgLevel 1.3.6.1.4.1.18.3.5.9.2.2.1.77 integer read-write
PPP Circuit log messages level. To control level of log messages DBG_MSG_ALL 0x001f0000 - 2031616 DBG_MSG_DEBUG 0x00010000 - 65536 DBG_MSG_INFO 0x00020000 - 131072 DBG_MSG_WARNING 0x00040000 - 262144 DBG_MSG_FAULT 0x00080000 - 524288 DBG_MSG_TRACE 0x00100000 - 1048576 Enumeration: 'info': 131072, 'all': 2031616, 'trace': 1048576, 'fault': 524288, 'infofaultwarning': 917504, 'warning': 262144, 'debug': 65536.
         wfPppCircuitType 1.3.6.1.4.1.18.3.5.9.2.2.1.78 integer read-write
To differentiate between a Dial Up PPP circuit from L2TP and Leased Line Enumeration: 'unknown': 9, 'dialup': 1, 'leased': 3, 'l2tp': 2.
         wfPppCircuitWRCompatability 1.3.6.1.4.1.18.3.5.9.2.2.1.79 integer read-write
Enable WebRanger compatability that allows us to accept a config-ack after receiving an invalid config-req Enumeration: 'disabled': 2, 'enabled': 1.
 wfPppWhoamiTable 1.3.6.1.4.1.18.3.5.9.2.3 no-access
The Wellfleet PPP WHOAMI Table, containing a mapping of peer CHAP Names and the circuit numbers they map to
     wfPppWhoamiEntry 1.3.6.1.4.1.18.3.5.9.2.3.1 no-access
Map the value of this entry's CHAP Name to the value of this entry's CCT number
         wfPppWhoamiDelete 1.3.6.1.4.1.18.3.5.9.2.3.1.1 integer read-write
Create/Delete parameter Enumeration: 'deleted': 2, 'created': 1.
         wfPppWhoamiName 1.3.6.1.4.1.18.3.5.9.2.3.1.2 displaystring read-only
Peer CHAP Name
         wfPppWhoamiCircuit 1.3.6.1.4.1.18.3.5.9.2.3.1.3 integer read-write
Circuit number to map to
         wfPppWhoamiSecret 1.3.6.1.4.1.18.3.5.9.2.3.1.4 displaystring read-write
Peer CHAP Secret
         wfPppWhoamiPapPassword 1.3.6.1.4.1.18.3.5.9.2.3.1.5 displaystring read-write
Peer Pap Password
         wfPppWhoamiCctGrp 1.3.6.1.4.1.18.3.5.9.2.3.1.6 integer read-write
Unnumbered circuit group to map to
 wfPppMlStatsTable 1.3.6.1.4.1.18.3.5.9.2.4 no-access
The Wellfleet PPP Multilink Stats Table, containing statistics for each Multilink Circuit
     wfPppMlStatsEntry 1.3.6.1.4.1.18.3.5.9.2.4.1 no-access
per Wellfleet circuit PPP Multilink counters
         wfPppMlStatsDelete 1.3.6.1.4.1.18.3.5.9.2.4.1.1 integer read-write
Create/Delete parameter Enumeration: 'deleted': 2, 'created': 1.
         wfPppMlStatsCircuitID 1.3.6.1.4.1.18.3.5.9.2.4.1.2 integer read-only
cct number for this instance
         wfPppMlStatsHomeSlot 1.3.6.1.4.1.18.3.5.9.2.4.1.3 integer read-only
Slot on which this Multilink Control Subsystem exists
         wfPppMlStatsLineCnt 1.3.6.1.4.1.18.3.5.9.2.4.1.4 gauge read-only
Current count of lines in Multilink bundle
         wfPppMlStatsBundleSpd 1.3.6.1.4.1.18.3.5.9.2.4.1.5 gauge read-only
Current total bandwidth of Multilink bundle
         wfPppMlStatsMrru 1.3.6.1.4.1.18.3.5.9.2.4.1.6 gauge read-only
Current Maximum Receive Reconstructed Unit (MRRU) in use for Multilink bundle
         wfPppMlStatsEndptDisc 1.3.6.1.4.1.18.3.5.9.2.4.1.7 octet string read-only
Current Endpoint Discriminator in use for Multilink bundle
         wfPppMlStatsTxOctets 1.3.6.1.4.1.18.3.5.9.2.4.1.8 counter read-only
Number of octets transmitted by Multilink
         wfPppMlStatsTxPkts 1.3.6.1.4.1.18.3.5.9.2.4.1.9 counter read-only
Number of packets transmitted by Multilink
         wfPppMlStatsAvgTxListLen 1.3.6.1.4.1.18.3.5.9.2.4.1.10 gauge read-only
Average number of packets received in the transient list by the Multilink Transmit gate.
         wfPppMlStatsRxOctets 1.3.6.1.4.1.18.3.5.9.2.4.1.11 counter read-only
Number of octets received without error
         wfPppMlStatsRxPkts 1.3.6.1.4.1.18.3.5.9.2.4.1.12 counter read-only
Number of packets received by Multilink
         wfPppMlStatsReasmFails 1.3.6.1.4.1.18.3.5.9.2.4.1.13 counter read-only
Number of packet reassembly failures
         wfPppMlStatsSeqNumberLost 1.3.6.1.4.1.18.3.5.9.2.4.1.14 counter read-only
Number of Multilink packets considered to be lost on the wire
         wfPppMlStatsSeqNumberArrivedLate 1.3.6.1.4.1.18.3.5.9.2.4.1.15 counter read-only
Number of Multilink packets which arrive containing an old Sequence Number. IE: packets with a more current Sequence Number have already been sent up to NCP
         wfPppMlStatsReSeqBufferCnt 1.3.6.1.4.1.18.3.5.9.2.4.1.16 gauge read-only
Number of Multilink packets currently stored in the ReSequencing buffer pool.
         wfPppMlStatsReSeqBufferMax 1.3.6.1.4.1.18.3.5.9.2.4.1.17 counter read-only
The Maximum Number of Multilink packets stored in the ReSequencing buffer pool.
         wfPppMlStatsExceededBufferMax 1.3.6.1.4.1.18.3.5.9.2.4.1.18 counter read-only
The number of times a buffer needed to be stored by the Multilink Receive logic when the count of buffers stored, wfPppMlStatsReSeqBufferMax,was equal to the maximum allowable for this circuit, wfPppCircuitMaxBuffers.
         wfPppMlStatsLinkIdleEvents 1.3.6.1.4.1.18.3.5.9.2.4.1.19 counter read-only
The number of times the Multilink Receive logic detected a stored buffer received on a line which has been declared idle.
         wfPppMlStatsCalcPercent 1.3.6.1.4.1.18.3.5.9.2.4.1.20 integer read-write
enable/disable collection of Rx percentage line usage Enumeration: 'disabled': 2, 'enabled': 1.
         wfPppMlStatsDebug 1.3.6.1.4.1.18.3.5.9.2.4.1.21 integer read-write
DEBUG parameter - this is used to control debug code for the Multilink subsystem
         wfPppMlStatsReassmBufferCnt 1.3.6.1.4.1.18.3.5.9.2.4.1.22 gauge read-only
Number of Multilink packets currently stored in the Reassembling buffer pools.
         wfPppMlStatsReassmBufferMax 1.3.6.1.4.1.18.3.5.9.2.4.1.23 counter read-only
The Maximum Number of Multilink packets stored in the Reassembling buffer pools.
         wfPppMlStatsNumPktsFragmented 1.3.6.1.4.1.18.3.5.9.2.4.1.24 counter read-only
The Number of Multilink packets that were fragmented.
         wfPppMlStatsPQHiXmits 1.3.6.1.4.1.18.3.5.9.2.4.1.25 counter read-only
High priority transmit count.
         wfPppMlStatsPQNormalXmits 1.3.6.1.4.1.18.3.5.9.2.4.1.26 counter read-only
Normal priority transmit count.
         wfPppMlStatsPQLoXmits 1.3.6.1.4.1.18.3.5.9.2.4.1.27 counter read-only
Low priority transmit count
         wfPppMlStatsPQHiClippedPkts 1.3.6.1.4.1.18.3.5.9.2.4.1.28 counter read-only
High priority transmit clip Count
         wfPppMlStatsPQNormalClippedPkts 1.3.6.1.4.1.18.3.5.9.2.4.1.29 counter read-only
Normal priority transmit clip Count
         wfPppMlStatsPQLoClippedPkts 1.3.6.1.4.1.18.3.5.9.2.4.1.30 counter read-only
Low priority transmit clip Count
         wfPppMlStatsPQIntrQHighWaterPkts 1.3.6.1.4.1.18.3.5.9.2.4.1.31 gauge read-only
Interrupt-priority Queue high-water mark
         wfPppMlStatsPQHiQHighWaterPkts 1.3.6.1.4.1.18.3.5.9.2.4.1.32 gauge read-only
High-priority Queue high-water mark
         wfPppMlStatsPQNormalQHighWaterPkts 1.3.6.1.4.1.18.3.5.9.2.4.1.33 gauge read-only
Normal-priority Queue high-water mark
         wfPppMlStatsPQLoQHighWaterPkts 1.3.6.1.4.1.18.3.5.9.2.4.1.34 gauge read-only
Low-priority Queue high-water mark
         wfPppMlStatsPQHighWaterPktsClear 1.3.6.1.4.1.18.3.5.9.2.4.1.35 integer read-write
Attribute to clear the high-water marks. When the MIB changes, Priority Queueing (if ENABLED) checks to see if HighWaterPktsClear is different than the last time the MIB was modified in any way. If it is different, all the high water marks (see above) are set to zero.
         wfPppMlStatsPQDroppedPkts 1.3.6.1.4.1.18.3.5.9.2.4.1.36 counter read-only
Packets which were filtered in Priority Queueing
         wfPppMlStatsPQLargePkts 1.3.6.1.4.1.18.3.5.9.2.4.1.37 counter read-only
Large Packets which became an exception to latency rules
         wfPppMlStatsPQHiTotalOctets 1.3.6.1.4.1.18.3.5.9.2.4.1.38 counter read-only
Running total of High Octets transmitted when using Bandwidth Allocation dequeueing algorithm
         wfPppMlStatsPQNormalTotalOctets 1.3.6.1.4.1.18.3.5.9.2.4.1.39 counter read-only
Running total of Normal Octets transmitted when using Bandwidth Allocation dequeueing algorithm
         wfPppMlStatsPQLoTotalOctets 1.3.6.1.4.1.18.3.5.9.2.4.1.40 counter read-only
Running total of Low Octets transmitted when using Bandwidth Allocation dequeueing algorithm
         wfPppMlStatsPQPktsNotQueued 1.3.6.1.4.1.18.3.5.9.2.4.1.41 counter read-only
Packets that were not Queued or Dropped by Priority Queuing
 wfPppBapStatsTable 1.3.6.1.4.1.18.3.5.9.2.5 no-access
The Wellfleet PPP BAP Stats Table, containing statistics for each BACP Circuit
     wfPppBapStatsEntry 1.3.6.1.4.1.18.3.5.9.2.5.1 no-access
per Wellfleet circuit PPP BAP counters
         wfPppBapStatsDelete 1.3.6.1.4.1.18.3.5.9.2.5.1.1 integer read-write
Create/Delete parameter Enumeration: 'deleted': 2, 'created': 1.
         wfPppBapStatsCircuitID 1.3.6.1.4.1.18.3.5.9.2.5.1.2 integer read-only
cct number for this instance
         wfPppBapCallReqTx 1.3.6.1.4.1.18.3.5.9.2.5.1.3 counter read-only
Number of Call Requests transmitted by BAP
         wfPppBapCallRespAckTx 1.3.6.1.4.1.18.3.5.9.2.5.1.4 counter read-only
Number of Call Responses transmitted by BAP with a Response Code of Request_Ack
         wfPppBapCallRespNakTx 1.3.6.1.4.1.18.3.5.9.2.5.1.5 counter read-only
Number of Call Responses transmitted by BAP with a Response Code of Request_Nak
         wfPppBapCallRespFullNakTx 1.3.6.1.4.1.18.3.5.9.2.5.1.6 counter read-only
Number of Call Responses transmitted by BAP with a Response Code of Request_Full_Nak
         wfPppBapCallRespRejTx 1.3.6.1.4.1.18.3.5.9.2.5.1.7 counter read-only
Number of Call Responses transmitted by BAP with a Response Code of Request_Rej
         wfPppBapCallbackReqTx 1.3.6.1.4.1.18.3.5.9.2.5.1.8 counter read-only
Number of Callback Requests transmitted by BAP
         wfPppBapCallbackRespAckTx 1.3.6.1.4.1.18.3.5.9.2.5.1.9 counter read-only
Number of Callback Responses transmitted by BAP with a Response Code of Request_Ack
         wfPppBapCallbackRespNakTx 1.3.6.1.4.1.18.3.5.9.2.5.1.10 counter read-only
Number of Callback Responses transmitted by BAP with a Response Code of Request_Nak
         wfPppBapCallbackRespFullNakTx 1.3.6.1.4.1.18.3.5.9.2.5.1.11 counter read-only
Number of Callback Responses transmitted by BAP with a Response Code of Request_Full_Nak
         wfPppBapCallbackRespRejTx 1.3.6.1.4.1.18.3.5.9.2.5.1.12 counter read-only
Number of Callback Responses transmitted by BAP with a Response Code of Request_Rej
         wfPppBapLdQueryReqTx 1.3.6.1.4.1.18.3.5.9.2.5.1.13 counter read-only
Number of LinkDrop Query Requests transmitted by BAP
         wfPppBapLdQueryRespAckTx 1.3.6.1.4.1.18.3.5.9.2.5.1.14 counter read-only
Number of LinkDrop Query Responses transmitted by BAP with a Response Code of Request_Ack
         wfPppBapLdQueryRespNakTx 1.3.6.1.4.1.18.3.5.9.2.5.1.15 counter read-only
Number of LinkDrop Query Responses transmitted by BAP with a Response Code of Request_Nak
         wfPppBapLdQueryRespFullNakTx 1.3.6.1.4.1.18.3.5.9.2.5.1.16 counter read-only
Number of LinkDrop Query Responses transmitted by BAP with a Response Code of Request_Full_Nak
         wfPppBapCallStatusIndFailTx 1.3.6.1.4.1.18.3.5.9.2.5.1.17 counter read-only
Number of Call_Status_Indications transmitted by BAP with a non-zero Call Status
         wfPppBapCallStatusIndSuccessTx 1.3.6.1.4.1.18.3.5.9.2.5.1.18 counter read-only
Number of Call_Status_Indications transmitted by BAP with a zero Call Status
         wfPppBapCallStatusRespTx 1.3.6.1.4.1.18.3.5.9.2.5.1.19 counter read-only
Number of Call_Status_Response transmitted by BAP
         wfPppBapCallReqRx 1.3.6.1.4.1.18.3.5.9.2.5.1.20 counter read-only
Number of Call Requests received by BAP
         wfPppBapCallRespAckRx 1.3.6.1.4.1.18.3.5.9.2.5.1.21 counter read-only
Number of Call Responses received by BAP with a Response Code of Request_Ack
         wfPppBapCallRespNakRx 1.3.6.1.4.1.18.3.5.9.2.5.1.22 counter read-only
Number of Call Responses received by BAP with a Response Code of Request_Nak
         wfPppBapCallRespFullNakRx 1.3.6.1.4.1.18.3.5.9.2.5.1.23 counter read-only
Number of Call Responses received by BAP with a Response Code of Request_Full_Nak
         wfPppBapCallRespRejRx 1.3.6.1.4.1.18.3.5.9.2.5.1.24 counter read-only
Number of Call Responses received by BAP with a Response Code of Request_Rej
         wfPppBapCallbackReqRx 1.3.6.1.4.1.18.3.5.9.2.5.1.25 counter read-only
Number of Callback Requests received by BAP
         wfPppBapCallbackRespAckRx 1.3.6.1.4.1.18.3.5.9.2.5.1.26 counter read-only
Number of Callback Responses received by BAP with a Response Code of Request_Ack
         wfPppBapCallbackRespNakRx 1.3.6.1.4.1.18.3.5.9.2.5.1.27 counter read-only
Number of Callback Responses received by BAP with a Response Code of Request_Nak
         wfPppBapCallbackRespFullNakRx 1.3.6.1.4.1.18.3.5.9.2.5.1.28 counter read-only
Number of Callback Responses received by BAP with a Response Code of Request_Full_Nak
         wfPppBapCallbackRespRejRx 1.3.6.1.4.1.18.3.5.9.2.5.1.29 counter read-only
Number of Callback Responses received by BAP with a Response Code of Request_Rej
         wfPppBapLdQueryReqRx 1.3.6.1.4.1.18.3.5.9.2.5.1.30 counter read-only
Number of LinkDrop Query Requests received by BAP
         wfPppBapLdQueryRespAckRx 1.3.6.1.4.1.18.3.5.9.2.5.1.31 counter read-only
Number of LinkDrop Query Responses received by BAP with a Response Code of Request_Ack
         wfPppBapLdQueryRespNakRx 1.3.6.1.4.1.18.3.5.9.2.5.1.32 counter read-only
Number of LinkDrop Query Responses received by BAP with a Response Code of Request_Nak
         wfPppBapLdQueryRespFullNakRx 1.3.6.1.4.1.18.3.5.9.2.5.1.33 counter read-only
Number of LinkDrop Query Responses received by BAP with a Response Code of Request_Full_Nak
         wfPppBapCallStatusIndFailRx 1.3.6.1.4.1.18.3.5.9.2.5.1.34 counter read-only
Number of Call_Status_Indications received by BAP with a non-zero Call Status
         wfPppBapCallStatusIndSuccessRx 1.3.6.1.4.1.18.3.5.9.2.5.1.35 counter read-only
Number of Call_Status_Indications received by BAP with a zero Call Status
         wfPppBapCallStatusRespRx 1.3.6.1.4.1.18.3.5.9.2.5.1.36 counter read-only
Number of Call_Status_Response received by BAP
         wfPppBapCallReqRespDiscardRx 1.3.6.1.4.1.18.3.5.9.2.5.1.37 counter read-only
Number of Call_Response received by BAP with an old identifier.
         wfPppBapCallbackReqRespDiscardRx 1.3.6.1.4.1.18.3.5.9.2.5.1.38 counter read-only
Number of Callback_Response received by BAP with an old identifier.