PPPOE-MIB

File: PPPOE-MIB.mib (17710 bytes)

Imported modules

SNMPv2-SMI IF-MIB SNMPv2-TC
SNMPv2-CONF

Imported symbols

MODULE-IDENTITY experimental OBJECT-TYPE
Integer32 Counter32 Gauge32
InterfaceIndex RowStatus TruthValue
DisplayString MODULE-COMPLIANCE OBJECT-GROUP

Defined Types

PPPoEConfigServiceNameEntry  
SEQUENCE    
  pPPoEConfigServiceName DisplayString
  pPPoEConfigServiceRowStatus RowStatus

PPPoEBindingsEntry  
SEQUENCE    
  pPPoEBindingsIndex InterfaceIndex
  pPPoEBindingsEnabled TruthValue
  pPPoEBindingsNumberActiveSessions Gauge32
  pPPoEBindingsTotalNumberSessions Counter32
  pPPoEBindingsNumberPADIRejected Counter32
  pPPoEBindingsNumberPADIReceived Counter32
  pPPoEBindingsNumberPADRRejected Counter32
  pPPoEBindingsNumberPADRReceived Counter32
  pPPoEBindingsNumberPADOTransmitted Counter32
  pPPoEBindingsNumberPADSTransmitted Counter32
  pPPoEBindingsNumberPADTReceived Counter32
  pPPoEBindingsNumberPADTTransmitted Counter32
  pPPoEBindingsNumberServiceNameErrors Counter32
  pPPoEBindingsNumberACSystemErrors Counter32
  pPPoEBindingsNumberGenericErrorsReceived Counter32
  pPPoEBindingsNumberGenericErrorsTransmitted Counter32
  pPPoEBindingsNumberMalformedPackets Counter32
  pPPoEBindingsNumberPADITimeouts Counter32
  pPPoEBindingsNumberMultiplePADOReceived Counter32

PPPoESessionEntry  
SEQUENCE    
  pPPoESessionIfIndex InterfaceIndex
  pPPoESessionID Integer32
  pPPoESessionPeerAddress DisplayString
  pPPoESessionState INTEGER

Defined Values

pPPoE 1.3.6.1.3.9999.1
The MIB module that describes managed objects of general use by the PPP over Ethernet Protocol.
MODULE-IDENTITY    

pPPoEObjects 1.3.6.1.3.9999.1.1
OBJECT IDENTIFIER    

pPPoEConformance 1.3.6.1.3.9999.1.2
OBJECT IDENTIFIER    

pPPoEConfig 1.3.6.1.3.9999.1.1.1
OBJECT IDENTIFIER    

pPPoEBindings 1.3.6.1.3.9999.1.1.2
OBJECT IDENTIFIER    

pPPoESession 1.3.6.1.3.9999.1.1.3
OBJECT IDENTIFIER    

pPPoEConfigMaxTotalSessions 1.3.6.1.3.9999.1.1.1.1
The number of maximum allowed PPPoE sessions
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

pPPoEConfigMaxSessionsPerHost 1.3.6.1.3.9999.1.1.1.2
The number of maximum allowed PPPoE sessions from a peer
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

pPPoEConfigPADITxInterval 1.3.6.1.3.9999.1.1.1.3
The time n seconds between PADI retries from the Host
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..60  

pPPoEConfigPADIMaxNumberOfRetries 1.3.6.1.3.9999.1.1.1.4
The number of times the Host sends a PADI
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..10  

pPPoEConfigServiceNameTable 1.3.6.1.3.9999.1.1.1.5
The table listing the service names configured for PPPoE.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PPPoEConfigServiceNameEntry

pPPoEConfigServiceNameEntry 1.3.6.1.3.9999.1.1.1.5.1
An entry representing service name enabled for PPPoE
Status: current Access: not-accessible
OBJECT-TYPE    
  PPPoEConfigServiceNameEntry  

pPPoEConfigServiceName 1.3.6.1.3.9999.1.1.1.5.1.1
The service name enabled for PPPoE.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(1..32)  

pPPoEConfigServiceRowStatus 1.3.6.1.3.9999.1.1.1.5.1.2
This object is used to create and delete rows from the pPPoEServiceTable. It can be set only to the value of createAndGo and destroy. It returns only the value of active.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

pPPoEBindingsTable 1.3.6.1.3.9999.1.1.2.1
The table listing the Ethernet interfaces on which PPPoE is bound.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PPPoEBindingsEntry

pPPoEBindingsEntry 1.3.6.1.3.9999.1.1.2.1.1
An entry representing an interface on which PPPoE is bound.
Status: current Access: not-accessible
OBJECT-TYPE    
  PPPoEBindingsEntry  

pPPoEBindingsIndex 1.3.6.1.3.9999.1.1.2.1.1.1
This value for this object is equal to the value of ifIndex of the Interfaces MIB for the Ethernet interfaces.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

pPPoEBindingsEnabled 1.3.6.1.3.9999.1.1.2.1.1.2
Whether pppoe is enabled or not.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

pPPoEBindingsNumberActiveSessions 1.3.6.1.3.9999.1.1.2.1.1.3
The number of Active PPPoE Sessions
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

pPPoEBindingsTotalNumberSessions 1.3.6.1.3.9999.1.1.2.1.1.4
The total number of PPPoE Sessions since last counter reset
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

pPPoEBindingsNumberPADIRejected 1.3.6.1.3.9999.1.1.2.1.1.5
The number of PADI discarded
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

pPPoEBindingsNumberPADIReceived 1.3.6.1.3.9999.1.1.2.1.1.6
The number of PPPoE PADI received
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

pPPoEBindingsNumberPADRRejected 1.3.6.1.3.9999.1.1.2.1.1.7
The number of PPPoE PADR discarded
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

pPPoEBindingsNumberPADRReceived 1.3.6.1.3.9999.1.1.2.1.1.8
The number of PPPoE PADR received
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

pPPoEBindingsNumberPADOTransmitted 1.3.6.1.3.9999.1.1.2.1.1.9
The number of PPPoE PADO transmitted
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

pPPoEBindingsNumberPADSTransmitted 1.3.6.1.3.9999.1.1.2.1.1.10
The number of PPPoE PADS transmitted
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

pPPoEBindingsNumberPADTReceived 1.3.6.1.3.9999.1.1.2.1.1.11
The number of PPPoE PADT received
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

pPPoEBindingsNumberPADTTransmitted 1.3.6.1.3.9999.1.1.2.1.1.12
The number of PPPoE PADT transmitted
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

pPPoEBindingsNumberServiceNameErrors 1.3.6.1.3.9999.1.1.2.1.1.13
The number of PPPoE Service-Name-Error tags received/transmitted
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

pPPoEBindingsNumberACSystemErrors 1.3.6.1.3.9999.1.1.2.1.1.14
The number of PPPoE AC-System-Error tags received/transmitted
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

pPPoEBindingsNumberGenericErrorsReceived 1.3.6.1.3.9999.1.1.2.1.1.15
The number of PPPoE Generic-Error tags received
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

pPPoEBindingsNumberGenericErrorsTransmitted 1.3.6.1.3.9999.1.1.2.1.1.16
The number of PPPoE Generic-Error tags transmitted
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

pPPoEBindingsNumberMalformedPackets 1.3.6.1.3.9999.1.1.2.1.1.17
The number of malformed PPPoE packets received
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

pPPoEBindingsNumberPADITimeouts 1.3.6.1.3.9999.1.1.2.1.1.18
The number of PPPoE timeouts waiting for a response to a PADI
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

pPPoEBindingsNumberMultiplePADOReceived 1.3.6.1.3.9999.1.1.2.1.1.19
The number of PPPoE multiple PADO's received after a PADI request
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

pPPoESessionTable 1.3.6.1.3.9999.1.1.3.1
This table lists the PPPoE sessions established in the device
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PPPoESessionEntry

pPPoESessionEntry 1.3.6.1.3.9999.1.1.3.1.1
Table of PPPoE sessions in the device
Status: current Access: not-accessible
OBJECT-TYPE    
  PPPoESessionEntry  

pPPoESessionIfIndex 1.3.6.1.3.9999.1.1.3.1.1.1
The value for this object is equal to the value of ifIndex of the Interfaces MIB for the PPPoE interface instantiated for this session.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

pPPoESessionID 1.3.6.1.3.9999.1.1.3.1.1.2
This object contains the session identifier for this session as assigned by the AC in the PADS message.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

pPPoESessionPeerAddress 1.3.6.1.3.9999.1.1.3.1.1.3
This object contains the MAC address for the session peer.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

pPPoESessionState 1.3.6.1.3.9999.1.1.3.1.1.4
This object contains the session state for this session
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER noState(1), pADISent(2), pADIRcvd(3), pADOSent(4), pADORcvd(5), pADRSent(6), pADRRcvd(7), pADSSent(8), pADSRcvd(9), sessionStage(10)  

pPPoEConformanceGroups 1.3.6.1.3.9999.1.2.1
OBJECT IDENTIFIER    

pPPoECompliances 1.3.6.1.3.9999.1.2.2
OBJECT IDENTIFIER    

pPPoECompliance 1.3.6.1.3.9999.1.2.2.1
The compliance statement for agents that support the PPPOE-MIB.
Status: current Access: read-only
MODULE-COMPLIANCE    

pPPoEGeneralConformanceGroup 1.3.6.1.3.9999.1.2.1.1
This group is mandatory for all PPPoE entities.
Status: current Access: read-only
OBJECT-GROUP    

pPPoEHostConformanceGroup 1.3.6.1.3.9999.1.2.1.2
This group is mandatory for all Host entities.
Status: current Access: read-only
OBJECT-GROUP    

pPPoEACConformanceGroup 1.3.6.1.3.9999.1.2.1.3
This group is mandatory for all AC entities.
Status: current Access: read-only
OBJECT-GROUP