BIANCA-BRICK-PPPOE-MIB

File: BIANCA-BRICK-PPPOE-MIB.mib (10902 bytes)

Imported modules

RFC1155-SMI SNMPv2-TC RFC-1212

Imported symbols

TimeTicks IpAddress Counter
DisplayString PhysAddress OBJECT-TYPE

Defined Types

PppoeCallEntry  
SEQUENCE    
  pppoeCallId INTEGER
  pppoeCallDirection INTEGER
  pppoeCallAge TimeTicks
  pppoeCallState INTEGER
  pppoeCallRemotePhysAddress PhysAddress
  pppoeCallLocalPhysAddress PhysAddress
  pppoeCallAcName DisplayString
  pppoeCallService DisplayString
  pppoeCallReceivedPackets Counter
  pppoeCallReceivedOctets Counter
  pppoeCallReceivedErrors Counter
  pppoeCallTransmitPackets Counter
  pppoeCallTransmitOctets Counter
  pppoeCallTransmitErrors Counter
  pppoeCallInfo DisplayString

PppoeCreditsEntry  
SEQUENCE    
  pppoeCreditsService DisplayString
  pppoeCreditsSurveillance INTEGER
  pppoeCreditsMeasuretime INTEGER
  pppoeCreditsMaxInCon INTEGER
  pppoeCreditsMaxOutCon INTEGER
  pppoeCreditsMaxInDuration INTEGER
  pppoeCreditsMaxOutDuration INTEGER
  pppoeCreditsTimeleft INTEGER
  pppoeCreditsCurrentInCon INTEGER
  pppoeCreditsCurrentOutCon INTEGER
  pppoeCreditsTotalInCon INTEGER
  pppoeCreditsTotalOutCon INTEGER
  pppoeCreditsTotalInDuration INTEGER
  pppoeCreditsTotalOutDuration INTEGER
  pppoeCreditsCurrentAccount INTEGER

Defined Values

org 1.3
OBJECT IDENTIFIER    

dod 1.3.6
OBJECT IDENTIFIER    

internet 1.3.6.1
OBJECT IDENTIFIER    

private 1.3.6.1.4
OBJECT IDENTIFIER    

enterprises 1.3.6.1.4.1
OBJECT IDENTIFIER    

bintec 1.3.6.1.4.1.272
OBJECT IDENTIFIER    

bibo 1.3.6.1.4.1.272.4
OBJECT IDENTIFIER    

pppoe 1.3.6.1.4.1.272.4.24
OBJECT IDENTIFIER    

pppoeCallTable 1.3.6.1.4.1.272.4.24.1
The pppoeCallTable displays all currently active PPPoE calls (incoming and outgoing). Only the system can add or remove entries to this table. Creating entries: Entries are added when an outgoing call is made or when an incoming call is connected. Deleting entries: Entries are removed once the respective call is disconnected.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PppoeCallEntry

pppoeCallEntry 1.3.6.1.4.1.272.4.24.1.1
Tok_String
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  PppoeCallEntry  

pppoeCallId 1.3.6.1.4.1.272.4.24.1.1.1
Direction of the PPPoE call, incoming(1) or outgoing(2).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

pppoeCallDirection 1.3.6.1.4.1.272.4.24.1.1.2
Direction of the PPPoE call, incoming(1) or outgoing(2).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER incoming(1), outgoing(2)  

pppoeCallAge 1.3.6.1.4.1.272.4.24.1.1.3
The age of the call. For outgoing calls, the time since the call began, or for incoming calls, the time since the call was received. The format is in hh:mm:ss.00.
Status: mandatory Access: read-only
OBJECT-TYPE    
  TimeTicks  

pppoeCallState 1.3.6.1.4.1.272.4.24.1.1.4
The state of the PPPoE discovery stage according RFC 2516.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER idle(1), wait-pado(2), wait-padr(3), wait-pads(4), established(5), terminated(6)  

pppoeCallRemotePhysAddress 1.3.6.1.4.1.272.4.24.1.1.5
Peer's Ethernet address.
Status: mandatory Access: read-only
OBJECT-TYPE    
  PhysAddress  

pppoeCallLocalPhysAddress 1.3.6.1.4.1.272.4.24.1.1.6
Local Ethernet Address.
Status: mandatory Access: read-only
OBJECT-TYPE    
  PhysAddress  

pppoeCallAcName 1.3.6.1.4.1.272.4.24.1.1.7
The PPPoE access concentrator's name.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

pppoeCallService 1.3.6.1.4.1.272.4.24.1.1.8
The PPPoE service name, indicating the service the Host is requesting.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

pppoeCallReceivedPackets 1.3.6.1.4.1.272.4.24.1.1.9
Count of received valid GRE-encapsulated packets.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

pppoeCallReceivedOctets 1.3.6.1.4.1.272.4.24.1.1.10
Count of received valid Octets.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

pppoeCallReceivedErrors 1.3.6.1.4.1.272.4.24.1.1.11
Count of received invalid GRE-encapsulated packets.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

pppoeCallTransmitPackets 1.3.6.1.4.1.272.4.24.1.1.12
Count of transmitted GRE-encapsulated packets.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

pppoeCallTransmitOctets 1.3.6.1.4.1.272.4.24.1.1.13
Count of transmitted Octets.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

pppoeCallTransmitErrors 1.3.6.1.4.1.272.4.24.1.1.14
Count of transmit errors.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

pppoeCallInfo 1.3.6.1.4.1.272.4.24.1.1.15
Additional information to identify the PPPoE call
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

pppoeCreditsTable 1.3.6.1.4.1.272.4.24.2
The pppoeCreditsTable contains informations about current used resources and maximum allowed 'PPPoE-Service'-dependent resources. during a specified interval subsystem. Creating entries: Entries are added by the user. Deleting entries: Entries are removed by setting an entry's pppoeCreditsSurveillance object to 'delete'.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PppoeCreditsEntry

pppoeCreditsEntry 1.3.6.1.4.1.272.4.24.2.1
Tok_String
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  PppoeCreditsEntry  

pppoeCreditsService 1.3.6.1.4.1.272.4.24.2.1.1
The PPPoE service name, indicating the service the Host is requesting.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

pppoeCreditsSurveillance 1.3.6.1.4.1.272.4.24.2.1.2
Surveillance on or off.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER off(1), on(2), delete(3)  

pppoeCreditsMeasuretime 1.3.6.1.4.1.272.4.24.2.1.3
Time of one observation interval in seconds.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

pppoeCreditsMaxInCon 1.3.6.1.4.1.272.4.24.2.1.4
Maximum number of allowed incoming connections during the observation interval. -1 disables this limit.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

pppoeCreditsMaxOutCon 1.3.6.1.4.1.272.4.24.2.1.5
Maximum number of allowed outgoing connections during the observation interval. -1 disables this limit.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

pppoeCreditsMaxInDuration 1.3.6.1.4.1.272.4.24.2.1.6
Maximum connect time for incoming connections in seconds during the observation interval. -1 disables this limit.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

pppoeCreditsMaxOutDuration 1.3.6.1.4.1.272.4.24.2.1.7
Maximum connect time for outgoing connections in seconds during the observation interval. -1 disables this limit
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

pppoeCreditsTimeleft 1.3.6.1.4.1.272.4.24.2.1.8
Time in seconds left in current interval. Writing to Timeleft will restart the observation interval.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

pppoeCreditsCurrentInCon 1.3.6.1.4.1.272.4.24.2.1.9
Current number of incoming connections.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

pppoeCreditsCurrentOutCon 1.3.6.1.4.1.272.4.24.2.1.10
Current number of outgoing connections.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

pppoeCreditsTotalInCon 1.3.6.1.4.1.272.4.24.2.1.11
Total count of incoming connections during the observation interval.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

pppoeCreditsTotalOutCon 1.3.6.1.4.1.272.4.24.2.1.12
Total count of outgoing connections during the observation interval.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

pppoeCreditsTotalInDuration 1.3.6.1.4.1.272.4.24.2.1.13
Total connect time of incoming connections during the observation interval.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

pppoeCreditsTotalOutDuration 1.3.6.1.4.1.272.4.24.2.1.14
Total connect time of outgoing connections during the observation interval.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

pppoeCreditsCurrentAccount 1.3.6.1.4.1.272.4.24.2.1.15
Total connect time of all outgoing connections during the observation interval calculated in percent of 'pppoeCreditsMaxOutDuration'.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..100