REDSTONE-PPP-MIB: View SNMP OID List / Download MIB
VENDOR: REDSTONE COMMUNICATIONS
Home | MIB: REDSTONE-PPP-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 |
rsPppMIB | 1.3.6.1.4.1.2773.2.11 |
The PPP MIB for the Redstone Communications Inc. enterprise. |
||
rsPppObjects | 1.3.6.1.4.1.2773.2.11.1 | |||
rsPppLcp | 1.3.6.1.4.1.2773.2.11.1.1 | |||
rsPppLinkStatusTable | 1.3.6.1.4.1.2773.2.11.1.1.1 | no-access |
This table contains entries for PPP interfaces present in the system. |
|
1.3.6.1.4.1.2773.2.11.1.1.1.1 | no-access |
Each entry describes the characteristics of a PPP interface. |
||
rsPppLinkStatusTerminateReason | 1.3.6.1.4.1.2773.2.11.1.1.1.1.1 | integer | read-only |
Reason the PPP link was terminated: none None. other Not specified. adminDisable Interface administratively disabled. lowerLayerDown Underlying interface is down. noUpperInterface No interface above PPP. authenticationFailure Authentication failed. peerTerminated Peer initiated termination. peerRenegotiated Peer initiated renegotiation. maxRetriesExceeded Maximum number of config retries exceeded. negotiationFailure Failed to negotiate LCP option. See rsPppLinkStatusTerminateNegFailOption. keepaliveFailure Keepalive failed. sessionTimeout Maximum session period expired. inactivityTimeout Maximum inactivity period expired. addressLeaseExpired Lease for network address expired. adminLogout Session administratively terminated. Enumeration: 'keepaliveFailure': 10, 'none': 0, 'lowerLayerDown': 3, 'addressLeaseExpired': 13, 'peerRenegotiated': 7, 'authenticationFailure': 5, 'peerTerminated': 6, 'inactivityTimeout': 12, 'other': 1, 'negotiationFailure': 9, 'adminLogout': 14, 'sessionTimeout': 11, 'noUpperInterface': 4, 'maxRetriesExceeded': 8, 'adminDisable': 2. |
rsPppLinkStatusTerminateNegFailOption | 1.3.6.1.4.1.2773.2.11.1.1.1.1.2 | integer | read-only |
Reports the PPP LCP option for which negotiation failed, when rsPppLinkStatusTerminateReason has the value 'negotiationFailure'. Enumeration: 'localToRemoteACCompression': 8, 'remoteMagicNumber': 5, 'none': 0, 'remoteMr': 3, 'localAuthentication': 6, 'localMagicNumber': 4, 'other': 1, 'localMr': 2, 'localToRemoteProtocolCompression': 7. |
rsPppLinkStatusInKeepaliveRequests | 1.3.6.1.4.1.2773.2.11.1.1.1.1.3 | counter32 | read-only |
Number of keepalive requests received. |
rsPppLinkStatusOutKeepaliveRequests | 1.3.6.1.4.1.2773.2.11.1.1.1.1.4 | counter32 | read-only |
Number of keepalive requests transmitted. |
rsPppLinkStatusInKeepaliveReplies | 1.3.6.1.4.1.2773.2.11.1.1.1.1.5 | counter32 | read-only |
Number of keepalive replies received. |
rsPppLinkStatusOutKeepaliveReplies | 1.3.6.1.4.1.2773.2.11.1.1.1.1.6 | counter32 | read-only |
Number of keepalive replies transmitted. |
rsPppLinkStatusKeepaliveFailures | 1.3.6.1.4.1.2773.2.11.1.1.1.1.7 | counter32 | read-only |
Number of keepalive failures detected. |
rsPppLinkStatusLocalMagicNumber | 1.3.6.1.4.1.2773.2.11.1.1.1.1.8 | integer32 | read-only |
Magic number negotiated for the local side. |
rsPppLinkStatusRemoteMagicNumber | 1.3.6.1.4.1.2773.2.11.1.1.1.1.9 | integer32 | read-only |
Magic number negotiated for the remote side. |
rsPppLinkStatusLocalAuthentication | 1.3.6.1.4.1.2773.2.11.1.1.1.1.10 | rspppauthentication | read-only |
Authentication protocol negotiated for the local side. |
rsPppLinkConfigTable | 1.3.6.1.4.1.2773.2.11.1.1.2 | no-access |
This table contains entries for PPP interfaces present in the system. |
|
1.3.6.1.4.1.2773.2.11.1.1.2.1 | no-access |
Each entry describes the characteristics of a PPP interface. Creating/deleting entries in this table causes corresponding entries for be created /deleted in ifTable/ifXTable/rsIfTable. |
||
rsPppLinkConfigIfIndex | 1.3.6.1.4.1.2773.2.11.1.1.2.1.1 | interfaceindex | no-access |
The ifIndex of the PPP interface. When creating entries in this table, suitable values for this object are determined by reading rsPppNextIfIndex. |
rsPppLinkConfigRowStatus | 1.3.6.1.4.1.2773.2.11.1.1.2.1.2 | rowstatus | read-only |
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: rsPppLinkConfigRowStatus rsPppLinkConfigLowerIfIndex In addition, when creating an entry the following conditions must hold: A value for rsPppLinkConfigIndex must have been determined previously, by reading rsPppNextIfIndex. The interface identified by rsPppLinkConfigLowerIfIndex must exist. A corresponding entry in ifTable/ifXTable/rsIfTable is created/destroyed as a result of creating/destroying an entry in this table. |
rsPppLinkConfigLowerIfIndex | 1.3.6.1.4.1.2773.2.11.1.1.2.1.3 | interfaceindexorzero | read-only |
The ifIndex of an interface over which this PPP 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. |
rsPppLinkConfigKeepalive | 1.3.6.1.4.1.2773.2.11.1.1.2.1.4 | integer32 | read-only |
Keepalive interval in seconds. A value of zero disables keepalive. Keepalive is performed using LCP Echo. |
rsPppLinkConfigAuthentication | 1.3.6.1.4.1.2773.2.11.1.1.2.1.5 | rspppauthentication | read-only |
Specifies the type(s) of authentication, if any, to be negotiated with the peer: none No authentication is negotiated. pap PAP negotiation only. chap CHAP negotiation only. papChap PAP negotiation is attempted first; if fails, attempt CHAP. chapPap CHAP negotiation is attempted first; if fails, attempt PAP. |
rsPppLinkConfigMaxAuthenRetries | 1.3.6.1.4.1.2773.2.11.1.1.2.1.6 | integer32 | read-only |
The number of authentication retries permitted, in addition to a failed initial attempt. If all retries fail, the link is reset. |
rsPppNextIfIndex | 1.3.6.1.4.1.2773.2.11.1.1.3 | rsnextifindex | read-only |
Coordinate ifIndex value allocation for entries in rsPppLinkConfigTable. 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. |
rsPppSec | 1.3.6.1.4.1.2773.2.11.1.2 | |||
rsPppIp | 1.3.6.1.4.1.2773.2.11.1.3 | |||
rsPppIpTable | 1.3.6.1.4.1.2773.2.11.1.3.1 | no-access |
Table containing the IP parameters for the local PPP entity. |
|
1.3.6.1.4.1.2773.2.11.1.3.1.1 | no-access |
IPCP status information for a particular PPP link. |
||
rsPppIpServiceStatus | 1.3.6.1.4.1.2773.2.11.1.3.1.1.1 | rsenable | read-only |
Indicates whether IP protocol service is operating over this PPP link. Service is established on this link through means outside this MIB. |
rsPppIpTerminateReason | 1.3.6.1.4.1.2773.2.11.1.3.1.1.2 | integer | read-only |
Reason the IPCP link was terminated: none None. other Not specified. noService No IP service configured on this PPP link. admin Administratively disabled. linkDown Underlying link is down. peerTerminated Peer initiated termination. peerRenegotiated Peer initiated renegotiation. maxRetriesExceeded Maximum number of config retries exceeded. negotiationFailure Failed to negotiate IPCP option. See rsPppIpTerminateNegFailOption. Enumeration: 'none': 0, 'peerRenegotiated': 6, 'admin': 3, 'linkDown': 4, 'noService': 2, 'peerTerminated': 5, 'other': 1, 'negotiationFailure': 8, 'maxRetriesExceeded': 7. |
rsPppIpTerminateNegFailOption | 1.3.6.1.4.1.2773.2.11.1.3.1.1.3 | integer | read-only |
Reports the PPP IPCP option for which negotiation failed, when rsPppIpTerminateReason has the value 'negotiationFailure'. Enumeration: 'remotePrimaryDnsAddress': 4, 'none': 0, 'localIpAddress': 2, 'other': 1, 'remoteSecondaryWinsAddress': 7, 'remotePrimaryWinsAddress': 6, 'remoteIpAddress': 3, 'remoteSecondaryDnsAddress': 5. |
rsPppIpLocalIpAddress | 1.3.6.1.4.1.2773.2.11.1.3.1.1.4 | ipaddress | read-only |
IP Address used by the local side. |
rsPppIpRemoteIpAddress | 1.3.6.1.4.1.2773.2.11.1.3.1.1.5 | ipaddress | read-only |
IP Address used by the remote side. |
rsPppIpRemotePrimaryDnsAddress | 1.3.6.1.4.1.2773.2.11.1.3.1.1.6 | ipaddress | read-only |
Primary DNS server used by the remote side. |
rsPppIpRemoteSecondaryDnsAddress | 1.3.6.1.4.1.2773.2.11.1.3.1.1.7 | ipaddress | read-only |
Secondary DNS server used by the remote side. |
rsPppIpRemotePrimaryWinsAddress | 1.3.6.1.4.1.2773.2.11.1.3.1.1.8 | ipaddress | read-only |
Primary WINS server used by the remote side. |
rsPppIpRemoteSecondaryWinsAddress | 1.3.6.1.4.1.2773.2.11.1.3.1.1.9 | ipaddress | read-only |
Secondary WINS server used by the remote side. |
rsPppIpConfigTable | 1.3.6.1.4.1.2773.2.11.1.3.2 | no-access |
Table containing the IP parameters for the local PPP entity. |
|
1.3.6.1.4.1.2773.2.11.1.3.2.1 | no-access |
IPCP configuration information for a particular PPP link. |
||
rsPppIpConfigPeerDnsPriority | 1.3.6.1.4.1.2773.2.11.1.3.2.1.1 | rsenable | read-write |
When enabled, allows peer's DNS address to prevail in the event of a negotiation conflict; when disabled, the local PPP interface's DNS address prevails. |
rsPppIpConfigPeerWinsPriority | 1.3.6.1.4.1.2773.2.11.1.3.2.1.2 | rsenable | read-write |
When enabled, allows peer's WINS address to prevail in the event of a negotiation conflict; when disabled, the local PPP interface's WINS address prevails. |
rsPppOsi | 1.3.6.1.4.1.2773.2.11.1.4 | |||
rsPppOsiTable | 1.3.6.1.4.1.2773.2.11.1.4.1 | no-access |
Table containing the OSI parameters for the local PPP entity. |
|
1.3.6.1.4.1.2773.2.11.1.4.1.1 | no-access |
OSICP status information for a particular PPP link. |
||
rsPppOsiServiceStatus | 1.3.6.1.4.1.2773.2.11.1.4.1.1.1 | rsenable | read-only |
Indicates whether OSI protocol service is operating over this PPP link. Service is established on this link through means outside this MIB. |
rsPppOsiOperStatus | 1.3.6.1.4.1.2773.2.11.1.4.1.1.2 | integer | read-only |
The operational status of the OSI network protocol. If the value of this object is up then the finite state machine for the OSI network protocol has reached the Opened state. Enumeration: 'opened': 1, 'not-opened': 2. |
rsPppOsiTerminateReason | 1.3.6.1.4.1.2773.2.11.1.4.1.1.3 | integer | read-only |
Reason the OSICP link was terminated: none None. other Not specified. noService No OSI service configured on this PPP link. admin Administratively disabled. linkDown Underlying link is down. peerTerminated Peer initiated termination. peerRenegotiated Peer initiated renegotiation. maxRetriesExceeded Maximum number of config retries exceeded. negotiationFailure Failed to negotiate IPCP option. See rsPppOsiTerminateNegFailOption. Enumeration: 'none': 0, 'peerRenegotiated': 6, 'admin': 3, 'linkDown': 4, 'noService': 2, 'peerTerminated': 5, 'other': 1, 'negotiationFailure': 8, 'maxRetriesExceeded': 7. |
rsPppOsiTerminateNegFailOption | 1.3.6.1.4.1.2773.2.11.1.4.1.1.4 | integer | read-only |
Reports the PPP OSICP option for which negotiation failed, when rsPppOsiTerminateReason has the value 'negotiationFailure'. Enumeration: 'none': 0, 'other': 1, 'localAlignNpd': 2, 'remoteAlignNpd': 3. |
rsPppOsiLocalAlignNpdu | 1.3.6.1.4.1.2773.2.11.1.4.1.1.5 | integer | read-only |
Local alignment of network PDU: none No alignment specified. oneModulo4 Alignment on first octet (out of four). twoModulo4 Alignment on second octet (out of four). threeModulo4 Alignment on third octet (out of four). fourModulo4 Alignment on fourth octet (out of four). even Alignment on even-octet boundary. odd Alignment on odd-octet boundary. Enumeration: 'even': 254, 'none': 0, 'oneModulo4': 1, 'twoModulo4': 2, 'threeModulo4': 3, 'fourModulo4': 4, 'odd': 255. |
rsPppOsiRemoteAlignNpdu | 1.3.6.1.4.1.2773.2.11.1.4.1.1.6 | integer | read-only |
Remote alignment of network PDU. none No alignment specified. oneModulo4 Alignment on first octet (out of four). twoModulo4 Alignment on second octet (out of four). threeModulo4 Alignment on third octet (out of four). fourModulo4 Alignment on fourth octet (out of four). even Alignment on even-octet boundary. odd Alignment on odd-octet boundary. Enumeration: 'even': 254, 'none': 0, 'oneModulo4': 1, 'twoModulo4': 2, 'threeModulo4': 3, 'fourModulo4': 4, 'odd': 255. |
rsPppOsiConfigTable | 1.3.6.1.4.1.2773.2.11.1.4.2 | no-access |
Table containing configuration variables for the OSICP for the local PPP entity. |
|
1.3.6.1.4.1.2773.2.11.1.4.2.1 | no-access |
OSICP information for a particular PPP link. |
||
rsPppOsiConfigAdminStatus | 1.3.6.1.4.1.2773.2.11.1.4.2.1.1 | integer | read-write |
The immediate desired status of the OSI network protocol. Setting this object to open will inject an administrative open event into the OSI network protocol's finite state machine. Setting this object to close will inject an administrative close event into the OSI network protocol's finite state machine. Enumeration: 'close': 2, 'open': 1. |
rsPppSession | 1.3.6.1.4.1.2773.2.11.1.5 | |||
rsPppSessionTable | 1.3.6.1.4.1.2773.2.11.1.5.1 | no-access |
This table contains entries for PPP interfaces present in the system. |
|
1.3.6.1.4.1.2773.2.11.1.5.1.1 | no-access |
Each entry describes the characteristics of a PPP interface. |
||
rsPppSessionGrant | 1.3.6.1.4.1.2773.2.11.1.5.1.1.1 | truthvalue | read-only |
Indicates whether a session has been granted via the authentication mechanism. |
rsPppSessionTerminateReason | 1.3.6.1.4.1.2773.2.11.1.5.1.1.2 | integer | read-only |
The reason the session was terminated. Enumeration: 'keepaliveFailure': 3, 'none': 0, 'noResources': 11, 'lowerLayerDown': 7, 'addressLeaseExpired': 16, 'unknown': 1, 'requestTimeout': 14, 'noHardware': 10, 'deny': 9, 'challengeTimeout': 13, 'noInterface': 12, 'inactivityTimeout': 5, 'sessionTimeout': 4, 'adminLogout': 17, 'adminDisable': 6, 'noUpperInterface': 8, 'authenticatorTimeout': 15, 'userRequest': 2. |
rsPppSessionStartTime | 1.3.6.1.4.1.2773.2.11.1.5.1.1.3 | timeticks | read-only |
The value of sysUpTime when this session last became active. |
rsPppSessionInOctets | 1.3.6.1.4.1.2773.2.11.1.5.1.1.4 | counter32 | read-only |
Number of octets received since this session last became active, as denoted by rsPppSessionStartTime. |
rsPppSessionOutOctets | 1.3.6.1.4.1.2773.2.11.1.5.1.1.5 | counter32 | read-only |
Number of octets sent since this session last became active, as denoted by rsPppSessionStartTime. |
rsPppSessionInPackets | 1.3.6.1.4.1.2773.2.11.1.5.1.1.6 | counter32 | read-only |
Number of packets received since this session last became active, as denoted by rsPppSessionStartTime. |
rsPppSessionOutPackets | 1.3.6.1.4.1.2773.2.11.1.5.1.1.7 | counter32 | read-only |
Number of packets sent since this session last became active, as denoted by rsPppSessionStartTime. |
rsPppSessionSessionTimeout | 1.3.6.1.4.1.2773.2.11.1.5.1.1.8 | integer32 | read-only |
Maximum duration for the session, after which the session terminates automatically. |
rsPppSessionInactivityTimeout | 1.3.6.1.4.1.2773.2.11.1.5.1.1.9 | integer32 | read-only |
Maximum inactivity duration for the session, after which the session terminates automatically. |
rsPppSessionAccountingInterval | 1.3.6.1.4.1.2773.2.11.1.5.1.1.10 | integer32 | read-only |
Interval that must elapse between generation of accounting records for this session. |
rsPppSessionRemoteIpAddress | 1.3.6.1.4.1.2773.2.11.1.5.1.1.11 | ipaddress | read-only |
Remote IP address, obtained from the authentication service, to be used during IPCP negotiation with the remote side. |
rsPppSessionRemotePrimaryDnsAddress | 1.3.6.1.4.1.2773.2.11.1.5.1.1.12 | ipaddress | read-only |
Remote primary DNS IP address, obtained from the authentication service, to be used during IPCP negotiation with the remote side. |
rsPppSessionRemoteSecondaryDnsAddress | 1.3.6.1.4.1.2773.2.11.1.5.1.1.13 | ipaddress | read-only |
Remote secondary DNS IP address, obtained from the authentication service, to be used during IPCP negotiation with the remote side. |
rsPppSessionRemotePrimaryWinsAddress | 1.3.6.1.4.1.2773.2.11.1.5.1.1.14 | ipaddress | read-only |
Remote primary WINS IP address, obtained from the authentication service, to be used during IPCP negotiation with the remote side. |
rsPppSessionRemoteSecondaryWinsAddress | 1.3.6.1.4.1.2773.2.11.1.5.1.1.15 | ipaddress | read-only |
Remote secondary WINS IP address, obtained from the authentication service, to be used during IPCP negotiation with the remote side. |
rsPppConformance | 1.3.6.1.4.1.2773.2.11.4 | |||
rsPppCompliances | 1.3.6.1.4.1.2773.2.11.4.1 | |||
rsPppCompliance | 1.3.6.1.4.1.2773.2.11.4.1.1 |
The compliance statement for entities which implement the Redstone PPP MIB. |
||
rsPppCompliance2 | 1.3.6.1.4.1.2773.2.11.4.1.2 |
The compliance statement for entities which implement the Redstone PPP MIB. |
||
rsPppGroups | 1.3.6.1.4.1.2773.2.11.4.2 | |||
rsPppLcpGroup | 1.3.6.1.4.1.2773.2.11.4.2.1 |
A collection of objects providing management of link-layer functionality (LCP) of PPP interfaces in a Redstone product. |
||
rsPppIpGroup | 1.3.6.1.4.1.2773.2.11.4.2.2 |
A collection of objects providing management of IP network control protocol functionality (IPCP) of PPP interfaces in a Redstone product. |
||
rsPppOsiGroup | 1.3.6.1.4.1.2773.2.11.4.2.3 |
A collection of objects providing management of OSI network control protocol functionality (OSICP) of PPP interfaces in a Redstone product. |
||
rsPppLcpGroup2 | 1.3.6.1.4.1.2773.2.11.4.2.4 |
A collection of objects providing management of link-layer functionality (LCP) of PPP interfaces in a Redstone product. |
||
rsPppIpGroup2 | 1.3.6.1.4.1.2773.2.11.4.2.5 |
A collection of objects providing management of IP network control protocol functionality (IPCP) of PPP interfaces in a Redstone product. |
||
rsPppOsiGroup2 | 1.3.6.1.4.1.2773.2.11.4.2.6 |
A collection of objects providing management of OSI network control protocol functionality (OSICP) of PPP interfaces in a Redstone product. |
||
rsPppSessionGroup | 1.3.6.1.4.1.2773.2.11.4.2.7 |
A collection of objects providing management of PPP session functionality of PPP interfaces in a Redstone product. |