BIANCA-BRICK-PPTP-MIB: View SNMP OID List / Download MIB
VENDOR: BINTEC COMMUNICATIONS GMBH
Home | MIB: BIANCA-BRICK-PPTP-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).
|
|||
Object Name | OID | Type | Access | Info |
org | 1.3 | |||
dod | 1.3.6 | |||
internet | 1.3.6.1 | |||
private | 1.3.6.1.4 | |||
enterprises | 1.3.6.1.4.1 | |||
bintec | 1.3.6.1.4.1.272 | |||
bibo | 1.3.6.1.4.1.272.4 | |||
vpn | 1.3.6.1.4.1.272.4.23 | |||
pptpProfileTable | 1.3.6.1.4.1.272.4.23.1 | no-access |
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'. |
|
1.3.6.1.4.1.272.4.23.1.1 | no-access | |||
pptpProfileId | 1.3.6.1.4.1.272.4.23.1.1.1 | integer | read-write |
The profile ID of the PPTP profile. |
pptpProfileKeepalive | 1.3.6.1.4.1.272.4.23.1.1.2 | integer | read-write |
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. Enumeration: 'on': 1, 'off': 2, 'delete': 3. |
pptpProfileMaxRequests | 1.3.6.1.4.1.272.4.23.1.1.3 | integer | read-write |
The maximum number of outstanding PPTP echo replies, until the PPTP control connection is droped and all associated calls are terminated. |
pptpProfileMaxBlockTime | 1.3.6.1.4.1.272.4.23.1.1.4 | integer | read-write |
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. |
pptpProfileMaxAckTimeout | 1.3.6.1.4.1.272.4.23.1.1.5 | integer | read-write |
Maximum value the adaptive Acknowledgment Timeout (in msec) can reach while it is calculated. According to RFC 2637. |
pptpProfileReassemblyTimeout | 1.3.6.1.4.1.272.4.23.1.1.6 | integer | read-write |
Maximum time (in msec) for rearranging out-of-sequence packets. After this time outstanding packets will be supposed missing. |
pptpCtlConnTable | 1.3.6.1.4.1.272.4.23.2 | no-access |
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. |
|
1.3.6.1.4.1.272.4.23.2.1 | no-access | |||
pptpCtlConnOriginator | 1.3.6.1.4.1.272.4.23.2.1.1 | integer | read-only |
The originator of the PPTP control connection. Enumeration: 'remote': 2, 'local': 1. |
pptpCtlConnAge | 1.3.6.1.4.1.272.4.23.2.1.2 | timeticks | read-only |
The age of the PPTP control connection. The format is in hh:mm:ss.00. |
pptpCtlConnState | 1.3.6.1.4.1.272.4.23.2.1.3 | integer | read-write |
The state of the PPTP control connection according RFC 2637. Enumeration: 'wait-stop-reply': 4, 'established': 3, 'idle': 1, 'wait-ctl-reply': 2. |
pptpCtlConnRemoteIpAddress | 1.3.6.1.4.1.272.4.23.2.1.4 | ipaddress | read-only |
The IP address of the remote PPTP tunnel endpoint. |
pptpCtlConnLocalIpAddress | 1.3.6.1.4.1.272.4.23.2.1.5 | ipaddress | read-only |
The IP address of the local PPTP tunnel endpoint. |
pptpCtlConnVersion | 1.3.6.1.4.1.272.4.23.2.1.6 | integer | read-only |
This variable contains the negotiated PPTP version. |
pptpCtlConnHost | 1.3.6.1.4.1.272.4.23.2.1.7 | displaystring | read-only |
DNS name of the issuing PAC or PNS. |
pptpCtlConnVendor | 1.3.6.1.4.1.272.4.23.2.1.8 | displaystring | read-only |
Vendor specific string describing the type of PAC or PNS being used on remote side. |
pptpCtlConnFirmRev | 1.3.6.1.4.1.272.4.23.2.1.9 | integer | read-only |
This variable contains the firmware revision number of the issuing PAC or PNS. |
pptpCallTable | 1.3.6.1.4.1.272.4.23.3 | no-access |
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. |
|
1.3.6.1.4.1.272.4.23.3.1 | no-access | |||
pptpCallType | 1.3.6.1.4.1.272.4.23.3.1.1 | integer | read-only |
The PPTP call type. Enumeration: 'pns': 2, 'pac': 1. |
pptpCallDirection | 1.3.6.1.4.1.272.4.23.3.1.2 | integer | read-only |
Direction of the PPTP call, incoming(1) or outgoing(2). Enumeration: 'outgoing': 2, 'incoming': 1. |
pptpCallAge | 1.3.6.1.4.1.272.4.23.3.1.3 | timeticks | read-only |
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. |
pptpCallState | 1.3.6.1.4.1.272.4.23.3.1.4 | integer | read-write |
The state of the PPTP call according RFC 2637. Enumeration: 'established': 5, 'wait-disc': 6, 'wait-cs-ans': 2, 'wait-reply': 3, 'wait-connect': 4, 'idle': 1. |
pptpCallRemoteIpAddress | 1.3.6.1.4.1.272.4.23.3.1.5 | ipaddress | read-only |
The called (for outgoing calls) or calling IP address (for incoming calls). |
pptpCallLocalIpAddress | 1.3.6.1.4.1.272.4.23.3.1.6 | ipaddress | read-only |
The calling (for outgoing calls) or called IP address (for incoming calls). |
pptpCallReceivedPackets | 1.3.6.1.4.1.272.4.23.3.1.7 | counter | read-only |
Count of received valid GRE-encapsulated packets. |
pptpCallReceivedOctets | 1.3.6.1.4.1.272.4.23.3.1.8 | counter | read-only |
Count of received valid Octets. |
pptpCallReceivedErrors | 1.3.6.1.4.1.272.4.23.3.1.9 | counter | read-only |
Count of received invalid GRE-encapsulated packets. |
pptpCallTransmitPackets | 1.3.6.1.4.1.272.4.23.3.1.10 | counter | read-only |
Count of transmitted GRE-encapsulated packets. |
pptpCallTransmitOctets | 1.3.6.1.4.1.272.4.23.3.1.11 | counter | read-only |
Count of transmitted Octets. |
pptpCallTransmitErrors | 1.3.6.1.4.1.272.4.23.3.1.12 | counter | read-only |
Count of transmit errors. |
pptpCallInfo | 1.3.6.1.4.1.272.4.23.3.1.13 | displaystring | read-only |
Additional information to identify the PPTP call |
pptpCreditsTable | 1.3.6.1.4.1.272.4.23.4 | no-access |
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. |
|
1.3.6.1.4.1.272.4.23.4.1 | no-access | |||
pptpCreditsSubsysNumber | 1.3.6.1.4.1.272.4.23.4.1.1 | integer | read-only |
Type of Subsystem. Enumeration: 'ppp': 1, 'any': 2. |
pptpCreditsSurveillance | 1.3.6.1.4.1.272.4.23.4.1.2 | integer | read-write |
Surveillance on or off. Enumeration: 'on': 2, 'off': 1. |
pptpCreditsMeasuretime | 1.3.6.1.4.1.272.4.23.4.1.3 | integer | read-write |
Time of one observation interval in seconds. |
pptpCreditsMaxInCon | 1.3.6.1.4.1.272.4.23.4.1.4 | integer | read-write |
Maximum number of allowed incoming connections during the observation interval. -1 disables this limit. |
pptpCreditsMaxOutCon | 1.3.6.1.4.1.272.4.23.4.1.5 | integer | read-write |
Maximum number of allowed outgoing connections during the observation interval. -1 disables this limit. |
pptpCreditsMaxInDuration | 1.3.6.1.4.1.272.4.23.4.1.6 | integer | read-write |
Maximum connect time for incoming connections in seconds during the observation interval. -1 disables this limit. |
pptpCreditsMaxOutDuration | 1.3.6.1.4.1.272.4.23.4.1.7 | integer | read-write |
Maximum connect time for outgoing connections in seconds during the observation interval. -1 disables this limit |
pptpCreditsTimeleft | 1.3.6.1.4.1.272.4.23.4.1.8 | integer | read-write |
Time in seconds left in current interval. Writing to Timeleft will restart the observation interval. |
pptpCreditsCurrentInCon | 1.3.6.1.4.1.272.4.23.4.1.9 | integer | read-only |
Current number of incoming connections. |
pptpCreditsCurrentOutCon | 1.3.6.1.4.1.272.4.23.4.1.10 | integer | read-only |
Current number of outgoing connections. |
pptpCreditsTotalInCon | 1.3.6.1.4.1.272.4.23.4.1.11 | integer | read-only |
Total count of incoming connections during the observation interval. |
pptpCreditsTotalOutCon | 1.3.6.1.4.1.272.4.23.4.1.12 | integer | read-only |
Total count of outgoing connections during the observation interval. |
pptpCreditsTotalMaxCon | 1.3.6.1.4.1.272.4.23.4.1.13 | integer | read-only |
Maximum number of simultaniously established connections during the observation interval. |
pptpCreditsTotalInDuration | 1.3.6.1.4.1.272.4.23.4.1.14 | integer | read-only |
Total connect time of incoming connections during the observation interval. |
pptpCreditsTotalOutDuration | 1.3.6.1.4.1.272.4.23.4.1.15 | integer | read-only |
Total connect time of outgoing connections during the observation interval. |
pptpCreditsMaxCurrentInCon | 1.3.6.1.4.1.272.4.23.4.1.16 | integer | read-write |
Maximum number of currently allowed incoming connections. -1 disables this limit. |
pptpCreditsMaxCurrentOutCon | 1.3.6.1.4.1.272.4.23.4.1.17 | integer | read-write |
Maximum number of currently allowed outgoing connections. -1 disables this limit. |
pptpCreditsMaxCurrentCon | 1.3.6.1.4.1.272.4.23.4.1.18 | integer | read-write |
Maximum number of currently allowed connections in both directions. -1 disables this limit. |