BIANCA-BRICK-PPTP-MIB

File: BIANCA-BRICK-PPTP-MIB.mib (17256 bytes)

Imported modules

RFC1155-SMI RFC-1212 SNMPv2-TC

Imported symbols

TimeTicks IpAddress Counter
OBJECT-TYPE DisplayString

Defined Types

PptpProfileEntry  
SEQUENCE    
  pptpProfileId INTEGER
  pptpProfileKeepalive INTEGER
  pptpProfileMaxRequests INTEGER
  pptpProfileMaxBlockTime INTEGER
  pptpProfileMaxAckTimeout INTEGER
  pptpProfileReassemblyTimeout INTEGER

PptpCtlConnEntry  
SEQUENCE    
  pptpCtlConnOriginator INTEGER
  pptpCtlConnAge TimeTicks
  pptpCtlConnState INTEGER
  pptpCtlConnRemoteIpAddress IpAddress
  pptpCtlConnLocalIpAddress IpAddress
  pptpCtlConnVersion INTEGER
  pptpCtlConnMaxChan INTEGER
  pptpCtlConnHost DisplayString
  pptpCtlConnVendor DisplayString
  pptpCtlConnFirmRev INTEGER

PptpCallEntry  
SEQUENCE    
  pptpCallType INTEGER
  pptpCallDirection INTEGER
  pptpCallAge TimeTicks
  pptpCallState INTEGER
  pptpCallRemoteIpAddress IpAddress
  pptpCallLocalIpAddress IpAddress
  pptpCallReceivedPackets Counter
  pptpCallReceivedOctets Counter
  pptpCallReceivedErrors Counter
  pptpCallTransmitPackets Counter
  pptpCallTransmitOctets Counter
  pptpCallTransmitErrors Counter
  pptpCallInfo DisplayString

PptpCreditsEntry  
SEQUENCE    
  pptpCreditsSubsysNumber INTEGER
  pptpCreditsSurveillance INTEGER
  pptpCreditsMeasuretime INTEGER
  pptpCreditsMaxInCon INTEGER
  pptpCreditsMaxOutCon INTEGER
  pptpCreditsMaxInDuration INTEGER
  pptpCreditsMaxOutDuration INTEGER
  pptpCreditsTimeleft INTEGER
  pptpCreditsCurrentInCon INTEGER
  pptpCreditsCurrentOutCon INTEGER
  pptpCreditsTotalInCon INTEGER
  pptpCreditsTotalOutCon INTEGER
  pptpCreditsTotalMaxCon INTEGER
  pptpCreditsTotalInDuration INTEGER
  pptpCreditsTotalOutDuration INTEGER
  pptpCreditsMaxCurrentInCon INTEGER
  pptpCreditsMaxCurrentOutCon INTEGER
  pptpCreditsMaxCurrentCon 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    

vpn 1.3.6.1.4.1.272.4.23
OBJECT IDENTIFIER    

pptpProfileTable 1.3.6.1.4.1.272.4.23.1
The pptpProfileTable contains parameters for the Point-to-Point Tunneling Protocol (PPTP) according RFC 2637. Entries are removed by setting an entry's pptpProfileKeepalive object to 'delete'.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PptpProfileEntry

pptpProfileEntry 1.3.6.1.4.1.272.4.23.1.1
Tok_String
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  PptpProfileEntry  

pptpProfileId 1.3.6.1.4.1.272.4.23.1.1.1
The profile ID of the PPTP profile.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

pptpProfileKeepalive 1.3.6.1.4.1.272.4.23.1.1.2
When set to on(1), PPTP echo requests as described in RFC 2637 are sent in regular intervals during the connection. If set to off(2), no PPTP echo requests will be performed, delete(3) determines the entry is marked for discard.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER on(1), off(2), delete(3)  

pptpProfileMaxRequests 1.3.6.1.4.1.272.4.23.1.1.3
The maximum number of outstanding PPTP echo replies, until the PPTP control connection is droped and all associated calls are terminated.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..100  

pptpProfileMaxBlockTime 1.3.6.1.4.1.272.4.23.1.1.4
Maximum time (in msec) the GRE Send Window is blocked. If the GRE Send Window is full, no packets can be forwarded and the Maximum Time is passed, the GRE Send Window is resetted to prevent unsolvable situations.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 100..5000  

pptpProfileMaxAckTimeout 1.3.6.1.4.1.272.4.23.1.1.5
Maximum value the adaptive Acknowledgment Timeout (in msec) can reach while it is calculated. According to RFC 2637.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 2000..5000  

pptpProfileReassemblyTimeout 1.3.6.1.4.1.272.4.23.1.1.6
Maximum time (in msec) for rearranging out-of-sequence packets. After this time outstanding packets will be supposed missing.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 100..1000  

pptpCtlConnTable 1.3.6.1.4.1.272.4.23.2
The pptpCtlConnTable displays all currently active PPTP dontrol connections Only the system can add or remove entries to this table. Creating entries: Entries are added when an outgoing or incoming TCP connection (port 1723) is established. Deleting entries: Entries are removed once the respective PPTP control connection is disconnected.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PptpCtlConnEntry

pptpCtlConnEntry 1.3.6.1.4.1.272.4.23.2.1
Tok_String
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  PptpCtlConnEntry  

pptpCtlConnOriginator 1.3.6.1.4.1.272.4.23.2.1.1
The originator of the PPTP control connection.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER local(1), remote(2)  

pptpCtlConnAge 1.3.6.1.4.1.272.4.23.2.1.2
The age of the PPTP control connection. The format is in hh:mm:ss.00.
Status: mandatory Access: read-only
OBJECT-TYPE    
  TimeTicks  

pptpCtlConnState 1.3.6.1.4.1.272.4.23.2.1.3
The state of the PPTP control connection according RFC 2637.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER idle(1), wait-ctl-reply(2), established(3), wait-stop-reply(4)  

pptpCtlConnRemoteIpAddress 1.3.6.1.4.1.272.4.23.2.1.4
The IP address of the remote PPTP tunnel endpoint.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

pptpCtlConnLocalIpAddress 1.3.6.1.4.1.272.4.23.2.1.5
The IP address of the local PPTP tunnel endpoint.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

pptpCtlConnVersion 1.3.6.1.4.1.272.4.23.2.1.6
This variable contains the negotiated PPTP version.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

pptpCtlConnHost 1.3.6.1.4.1.272.4.23.2.1.7
DNS name of the issuing PAC or PNS.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

pptpCtlConnVendor 1.3.6.1.4.1.272.4.23.2.1.8
Vendor specific string describing the type of PAC or PNS being used on remote side.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

pptpCtlConnFirmRev 1.3.6.1.4.1.272.4.23.2.1.9
This variable contains the firmware revision number of the issuing PAC or PNS.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

pptpCallTable 1.3.6.1.4.1.272.4.23.3
The pptpCallTable displays all currently active PPTP 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  
    PptpCallEntry

pptpCallEntry 1.3.6.1.4.1.272.4.23.3.1
Tok_String
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  PptpCallEntry  

pptpCallType 1.3.6.1.4.1.272.4.23.3.1.1
The PPTP call type.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER pac(1), pns(2)  

pptpCallDirection 1.3.6.1.4.1.272.4.23.3.1.2
Direction of the PPTP call, incoming(1) or outgoing(2).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER incoming(1), outgoing(2)  

pptpCallAge 1.3.6.1.4.1.272.4.23.3.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  

pptpCallState 1.3.6.1.4.1.272.4.23.3.1.4
The state of the PPTP call according RFC 2637.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER idle(1), wait-cs-ans(2), wait-reply(3), wait-connect(4), established(5), wait-disc(6)  

pptpCallRemoteIpAddress 1.3.6.1.4.1.272.4.23.3.1.5
The called (for outgoing calls) or calling IP address (for incoming calls).
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

pptpCallLocalIpAddress 1.3.6.1.4.1.272.4.23.3.1.6
The calling (for outgoing calls) or called IP address (for incoming calls).
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

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

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

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

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

pptpCallTransmitOctets 1.3.6.1.4.1.272.4.23.3.1.11
Count of transmitted Octets.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

pptpCallTransmitErrors 1.3.6.1.4.1.272.4.23.3.1.12
Count of transmit errors.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

pptpCallInfo 1.3.6.1.4.1.272.4.23.3.1.13
Additional information to identify the PPTP call
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

pptpCreditsTable 1.3.6.1.4.1.272.4.23.4
The pptpCreditsTable contains informations about current used resources and maximum allowed resources for each during a specified interval subsystem. Creating entries: Entries are added by the system during startup. Deleting entries: Is not possible.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PptpCreditsEntry

pptpCreditsEntry 1.3.6.1.4.1.272.4.23.4.1
Tok_String
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  PptpCreditsEntry  

pptpCreditsSubsysNumber 1.3.6.1.4.1.272.4.23.4.1.1
Type of Subsystem.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER ppp(1), any(2)  

pptpCreditsSurveillance 1.3.6.1.4.1.272.4.23.4.1.2
Surveillance on or off.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER off(1), on(2)  

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

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

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

pptpCreditsMaxInDuration 1.3.6.1.4.1.272.4.23.4.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  

pptpCreditsMaxOutDuration 1.3.6.1.4.1.272.4.23.4.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  

pptpCreditsTimeleft 1.3.6.1.4.1.272.4.23.4.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  

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

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

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

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

pptpCreditsTotalMaxCon 1.3.6.1.4.1.272.4.23.4.1.13
Maximum number of simultaniously established connections during the observation interval.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

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

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

pptpCreditsMaxCurrentInCon 1.3.6.1.4.1.272.4.23.4.1.16
Maximum number of currently allowed incoming connections. -1 disables this limit.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

pptpCreditsMaxCurrentOutCon 1.3.6.1.4.1.272.4.23.4.1.17
Maximum number of currently allowed outgoing connections. -1 disables this limit.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

pptpCreditsMaxCurrentCon 1.3.6.1.4.1.272.4.23.4.1.18
Maximum number of currently allowed connections in both directions. -1 disables this limit.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER