REDSTONE-PPPOE-MIB

File: REDSTONE-PPPOE-MIB.mib (19381 bytes)

Imported modules

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

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
Counter32 OBJECT-GROUP MODULE-COMPLIANCE
RowStatus TimeStamp InterfaceIndex
InterfaceIndexOrZero rsMgmt RsNextIfIndex

Defined Types

RsPPPoEIfEntry  
SEQUENCE    
  rsPPPoEIfIfIndex InterfaceIndex
  rsPPPoEIfMaxNumSessions INTEGER
  rsPPPoEIfRowStatus RowStatus
  rsPPPoEIfLowerIfIndex InterfaceIndexOrZero

RsPPPoEIfStatsEntry  
SEQUENCE    
  rsPPPoEIfStatsRxPADI Counter32
  rsPPPoEIfStatsTxPADO Counter32
  rsPPPoEIfStatsRxPADR Counter32
  rsPPPoEIfStatsTxPADS Counter32
  rsPPPoEIfStatsRxPADT Counter32
  rsPPPoEIfStatsTxPADT Counter32
  rsPPPoEIfStatsRxInvVersion Counter32
  rsPPPoEIfStatsRxInvCode Counter32
  rsPPPoEIfStatsRxInvTags Counter32
  rsPPPoEIfStatsRxInvSession Counter32
  rsPPPoEIfStatsRxInvTypes Counter32
  rsPPPoEIfStatsRxInvPackets Counter32
  rsPPPoEIfStatsRxInsufficientResources Counter32

RsPPPoESubIfEntry  
SEQUENCE    
  rsPPPoESubIfIndex InterfaceIndex
  rsPPPoESubIfRowStatus RowStatus
  rsPPPoESubIfLowerIfIndex InterfaceIndexOrZero
  rsPPPoESubIfId Integer32
  rsPPPoESubIfSessionId Integer32

Defined Values

rsPPPoEMIB 1.3.6.1.4.1.2773.2.18
The PPPoE MIB for the Redstone Communications Inc. enterprise.
MODULE-IDENTITY    

rsPPPoEObjects 1.3.6.1.4.1.2773.2.18.1
OBJECT IDENTIFIER    

rsPPPoEIfLayer 1.3.6.1.4.1.2773.2.18.1.1
OBJECT IDENTIFIER    

rsPPPoESubIfLayer 1.3.6.1.4.1.2773.2.18.1.2
OBJECT IDENTIFIER    

rsPPPoENextIfIndex 1.3.6.1.4.1.2773.2.18.1.1.1
Coordinate ifIndex value allocation for entries in rsPPPoEIfTable. A GET of this object returns the next available ifIndex value to be used to create an entry in the associated interface table; or zero, if no valid ifIndex value is available. This object also returns a value of zero when it is the lexicographic successor of a varbind presented in an SNMP GETNEXT or GETBULK request, for which circumstance it is assumed that ifIndex allocation is unintended. Successive GETs will typically return different values, thus avoiding collisions among cooperating management clients seeking to create table entries simultaneously.
Status: current Access: read-only
OBJECT-TYPE    
  RsNextIfIndex  

rsPPPoEIfTable 1.3.6.1.4.1.2773.2.18.1.1.2
The parameters for the PPPoE service on this interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RsPPPoEIfEntry

rsPPPoEIfEntry 1.3.6.1.4.1.2773.2.18.1.1.2.1
The Parameters for a particular PPPoE interface. Creating/deleting entries in this table causes corresponding entries for be created/deleted in ifTable/ifXTable/rsIfTable, and rsPPPoEIfStatsTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  RsPPPoEIfEntry  

rsPPPoEIfIfIndex 1.3.6.1.4.1.2773.2.18.1.1.2.1.1
The ifIndex value of the corresponding ifEntry.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

rsPPPoEIfMaxNumSessions 1.3.6.1.4.1.2773.2.18.1.1.2.1.2
The number of sessions allowed on the PPPoE interface, zero indicates unlimited
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..65336  

rsPPPoEIfRowStatus 1.3.6.1.4.1.2773.2.18.1.1.2.1.3
Controls creation/deletion of entries in this table according to the RowStatus textual convention, constrained to support the following values only: createAndGo destroy To create an entry in this table, the following entry objects MUST be explicitly configured: rsPPPoEIfRowStatus rsPPPoEIfLowerIfIndex In addition, when creating an entry the following conditions must hold: A value for rsPPPoEIfIndex must have been determined previously, by reading rsPPPoENextIfIndex. The interface identified by rsPPPoEIfLowerIfIndex must exist, and must be an interface type that permits layering of PPPoE above it. A corresponding entry in ifTable/ifXTable/rsIfTable is created/destroyed as a result of creating/destroying an entry in this table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

rsPPPoEIfLowerIfIndex 1.3.6.1.4.1.2773.2.18.1.1.2.1.4
The ifIndex of an interface over which this PPPoE interface is to be layered. A value of zero indicates no layering. An implementation may choose to require that a nonzero value be configured at entry creation.
Status: current Access: read-create
OBJECT-TYPE    
  InterfaceIndexOrZero  

rsPPPoEIfStatsTable 1.3.6.1.4.1.2773.2.18.1.1.3
The statistics for the PPP over Ethernet Interface for the PPPoE service on this interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RsPPPoEIfStatsEntry

rsPPPoEIfStatsEntry 1.3.6.1.4.1.2773.2.18.1.1.3.1
The statistics for a particular PPPoE Interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  RsPPPoEIfStatsEntry  

rsPPPoEIfStatsRxPADI 1.3.6.1.4.1.2773.2.18.1.1.3.1.1
Number of PADI packets received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rsPPPoEIfStatsTxPADO 1.3.6.1.4.1.2773.2.18.1.1.3.1.2
Number of PADO packets transmitted.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rsPPPoEIfStatsRxPADR 1.3.6.1.4.1.2773.2.18.1.1.3.1.3
Number of PADR packets received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rsPPPoEIfStatsTxPADS 1.3.6.1.4.1.2773.2.18.1.1.3.1.4
Number of PADS packets transmitted.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rsPPPoEIfStatsRxPADT 1.3.6.1.4.1.2773.2.18.1.1.3.1.5
Number of PADT packets received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rsPPPoEIfStatsTxPADT 1.3.6.1.4.1.2773.2.18.1.1.3.1.6
Number of PADT packets transmitted.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rsPPPoEIfStatsRxInvVersion 1.3.6.1.4.1.2773.2.18.1.1.3.1.7
Number of packets received with invalid version.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rsPPPoEIfStatsRxInvCode 1.3.6.1.4.1.2773.2.18.1.1.3.1.8
Number of packets received with invalid code.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rsPPPoEIfStatsRxInvTags 1.3.6.1.4.1.2773.2.18.1.1.3.1.9
Number of packets received with invalid tags.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rsPPPoEIfStatsRxInvSession 1.3.6.1.4.1.2773.2.18.1.1.3.1.10
Number of packets received with invalid session identifiers.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rsPPPoEIfStatsRxInvTypes 1.3.6.1.4.1.2773.2.18.1.1.3.1.11
Number of packets received with invalid types.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rsPPPoEIfStatsRxInvPackets 1.3.6.1.4.1.2773.2.18.1.1.3.1.12
Number of invalid packets received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rsPPPoEIfStatsRxInsufficientResources 1.3.6.1.4.1.2773.2.18.1.1.3.1.13
Number of session requests that could not be honored due to invalid resources.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rsPPPoESubIfNextIfIndex 1.3.6.1.4.1.2773.2.18.1.2.1
Coordinate ifIndex value allocation for entries in rsPPPoESubIfTable. A GET of this object returns the next available ifIndex value to be used to create an entry in the associated interface table; or zero, if no valid ifIndex value is available. This object also returns a value of zero when it is the lexicographic successor of a varbind presented in an SNMP GETNEXT or GETBULK request, for which circumstance it is assumed that ifIndex allocation is unintended. Successive GETs will typically return different values, thus avoiding collisions among cooperating management clients seeking to create table entries simultaneously.
Status: current Access: read-only
OBJECT-TYPE    
  RsNextIfIndex  

rsPPPoESubIfTable 1.3.6.1.4.1.2773.2.18.1.2.2
This table contains entries for PPPoE Subinterfaces present in the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RsPPPoESubIfEntry

rsPPPoESubIfEntry 1.3.6.1.4.1.2773.2.18.1.2.2.1
Each entry describes the characteristics of a PPPoE Subinterface. Creating/deleting entries in this table causes corresponding entries for be created /deleted in ifTable/ifXTable/rsIfTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  RsPPPoESubIfEntry  

rsPPPoESubIfIndex 1.3.6.1.4.1.2773.2.18.1.2.2.1.1
The ifIndex of the PPPoE Subinterface. When creating entries in this table, suitable values for this object are determined by reading rsPPPoESubNextIfIndex.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

rsPPPoESubIfRowStatus 1.3.6.1.4.1.2773.2.18.1.2.2.1.2
Controls creation/deletion of entries in this table according to the RowStatus textual convention, constrained to support the following values only: createAndGo destroy To create an entry in this table, the following entry objects MUST be explicitly configured: rsPPPoESubIfRowStatus rsPPPoESubIfLowerIfIndex In addition, when creating an entry the following conditions must hold: A value for rsPPPoESubIfIndex must have been determined previously, by reading rsPPPoESubIfNextIfIndex. The interface identified by rsPPPoESubIfLowerIfIndex must exist, and must be a PPPoE interface. A positive value configured for rsPPPoESubIfId must not already be assigned to another subinterface layered onto the same underlying PPPoE interface. A corresponding entry in ifTable/ifXTable/rsIfTable is created/destroyed as a result of creating/destroying an entry in this table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

rsPPPoESubIfLowerIfIndex 1.3.6.1.4.1.2773.2.18.1.2.2.1.3
The ifIndex of a PPPoE interface over which this PPPoE Subinterface is to be layered. A value of zero indicates no layering. An implementation may choose to require that a nonzero value be configured at entry creation.
Status: current Access: read-create
OBJECT-TYPE    
  InterfaceIndexOrZero  

rsPPPoESubIfId 1.3.6.1.4.1.2773.2.18.1.2.2.1.4
An integer identifier for the PPPoE subinterface, used in conjunction with the command-line interface. It is provided here for cross-reference purposes only. The value must be unique among subinterfaces configured on the same underlying PPPoE interface. If this object is not configured, or is configured with a value of -1, a nonzero value will be allocated internally and can be retrieved from this object after table entry creation has succeeded. A value of zero for this object is reserved for future use.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 -1..2147483647  

rsPPPoESubIfSessionId 1.3.6.1.4.1.2773.2.18.1.2.2.1.5
The current sessionId associated with this sub-interface.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..65535  

rsPPPoEConformance 1.3.6.1.4.1.2773.2.18.4
OBJECT IDENTIFIER    

rsPPPoECompliances 1.3.6.1.4.1.2773.2.18.4.1
OBJECT IDENTIFIER    

rsPPPoEGroups 1.3.6.1.4.1.2773.2.18.4.2
OBJECT IDENTIFIER    

rsPPPoECompliance 1.3.6.1.4.1.2773.2.18.4.1.1
The compliance statement for entities which implement the Redstone PPPoE MIB.
Status: current Access: read-only
MODULE-COMPLIANCE    

rsPPPoEGroup 1.3.6.1.4.1.2773.2.18.4.2.1
A collection of objects providing management of PPPoE interfaces in a Redstone product.
Status: current Access: read-only
OBJECT-GROUP    

rsPPPoESubIfGroup 1.3.6.1.4.1.2773.2.18.4.2.2
A collection of objects providing management of PPPoE subinterfaces in a Redstone product.
Status: current Access: read-only
OBJECT-GROUP