All MIBs › Unisphere-Data-PPP-MIB
Organization: Unisphere Networks, Inc.
Last Updated: 2002-05-09
Category: Juniper Unisphere ERX Routing
Description:
Manages Unisphere ERX PPP interface configuration, LCP negotiation, and NCP protocol status.
Imported Objects
From IF-MIB
| InterfaceIndex | |
| InterfaceIndexOrZero | |
| ifIndex | OBJECT-TYPE |
From SNMPv2-CONF
| MODULE-COMPLIANCE | |
| OBJECT-GROUP |
From SNMPv2-SMI
| Counter32 | |
| Integer32 | |
| IpAddress | |
| MODULE-IDENTITY | |
| OBJECT-TYPE | |
| TimeTicks |
From SNMPv2-TC
| RowStatus | |
| TEXTUAL-CONVENTION | |
| TruthValue |
From Unisphere-Data-MIBs
| usDataMibs | MODULE-IDENTITY |
From Unisphere-Data-TC
| UsdEnable | |
| UsdName | |
| UsdNextIfIndex |
What Is Unisphere-Data-PPP-MIB?
Unisphere-Data-PPP-MIB is a Unisphere Networks (later Juniper Networks E-series/ERX) proprietary MIB managing PPP link status and configuration on the Unisphere Routing Switch family. Its link-status table records termination reason and failed negotiation option, keepalive request/reply counters and failure count, local/remote magic numbers, negotiated local authentication method, and tunnel ifIndex (for L2TP-tunneled PPP), while a link-configuration table sets keepalive, authentication method, max authentication retries, standard-ifIndex mapping, and CHAP challenge-length bounds with a passive-mode flag. As a configuration/protocol-status MIB it lets an administrator diagnose why a PPP link terminated and confirm CHAP/keepalive settings. It is deployed on Unisphere Networks (Juniper E-series/ERX) routing switches. Engineers can download the Unisphere-Data-PPP-MIB file directly to load it into their MIB browser.
IPNetwork Monitor allows you to monitor SNMP objects defined in Unisphere-Data-PPP-MIB. Use the built-in SNMP Monitoring Browser to explore available variables, view their current values and descriptions, and select the objects you want to monitor. You can then create SNMP monitors, configure thresholds, and receive alerts when monitored values change.
What Can Be Monitored
- PPP link termination reason and authentication/keepalive status
Supported Devices
- Unisphere Networks (Juniper E-series/ERX) routing switches
Monitoring Examples
An administrator checks usdPppLinkStatusTerminateReason for a PPP link that keeps dropping, to determine whether keepalive failures or an authentication mismatch is the underlying cause on a Unisphere/ERX router.
OIDs
| OID symbolic | OID numeric | Type | Access | Description |
|---|---|---|---|---|
| usdPppMIB | 1.3.6.1.4.1.4874.2.2.11 | The Point-to-Point Protocol (PPP) MIB for the Unisphere enterprise. | ||
| usdPppObjects | 1.3.6.1.4.1.4874.2.2.11.1 | |||
| usdPppLcp | 1.3.6.1.4.1.4874.2.2.11.1.1 | |||
| usdPppLinkStatusTable | 1.3.6.1.4.1.4874.2.2.11.1.1.1 | not-accessible | This table contains entries for PPP interfaces present in the system. | |
| usdPppLinkStatusEntry | 1.3.6.1.4.1.4874.2.2.11.1.1.1.1 | not-accessible | Each entry describes the characteristics of a PPP interface. | |
| INT usdPppLinkStatusTerminateReason | 1.3.6.1.4.1.4874.2.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 usdPppLinkStatusTerminateNegFailOption. keepaliveFailure Keepalive failed. sessionTimeout Maximum session period expired. inactivityTimeout Maximum inactivity period expired. addressLeaseExpired Lease for network address expired. adminLogout Session administratively terminated. tunnelFailed Associated tunnel failed. tunnelDisconnected Associated tunnel disconnected. loopback Loopback detected. |
| INT usdPppLinkStatusTerminateNegFailOption | 1.3.6.1.4.1.4874.2.2.11.1.1.1.1.2 | INTEGER | read-only | Reports the PPP LCP option for which negotiation failed, when usdPppLinkStatusTerminateReason has the value 'negotiationFailure'. |
| C32 usdPppLinkStatusInKeepaliveRequests | 1.3.6.1.4.1.4874.2.2.11.1.1.1.1.3 | Counter32 | read-only | Number of keepalive requests received. |
| C32 usdPppLinkStatusOutKeepaliveRequests | 1.3.6.1.4.1.4874.2.2.11.1.1.1.1.4 | Counter32 | read-only | Number of keepalive requests transmitted. |
| C32 usdPppLinkStatusInKeepaliveReplies | 1.3.6.1.4.1.4874.2.2.11.1.1.1.1.5 | Counter32 | read-only | Number of keepalive replies received. |
| C32 usdPppLinkStatusOutKeepaliveReplies | 1.3.6.1.4.1.4874.2.2.11.1.1.1.1.6 | Counter32 | read-only | Number of keepalive replies transmitted. |
| C32 usdPppLinkStatusKeepaliveFailures | 1.3.6.1.4.1.4874.2.2.11.1.1.1.1.7 | Counter32 | read-only | Number of keepalive failures detected. |
| I32 usdPppLinkStatusLocalMagicNumber | 1.3.6.1.4.1.4874.2.2.11.1.1.1.1.8 | Integer32 | read-only | Magic number negotiated for the local side. |
| I32 usdPppLinkStatusRemoteMagicNumber | 1.3.6.1.4.1.4874.2.2.11.1.1.1.1.9 | Integer32 | read-only | Magic number negotiated for the remote side. |
| USD usdPppLinkStatusLocalAuthentication | 1.3.6.1.4.1.4874.2.2.11.1.1.1.1.10 | UsdPppAuthentication | read-only | Authentication protocol negotiated for the local side. |
| NUM usdPppLinkStatusTunnelIfIndex | 1.3.6.1.4.1.4874.2.2.11.1.1.1.1.11 | InterfaceIndexOrZero | read-only | The ifIndex of an associated interface pertaining to a tunneling protocol, or zero if no such interface exists. The type of tunneling interface can be identified from information in the entries in ifTable and usdIfTable for this tunnel interface. |
| usdPppLinkConfigTable | 1.3.6.1.4.1.4874.2.2.11.1.1.2 | not-accessible | This table contains entries for PPP interfaces present in the system. | |
| usdPppLinkConfigEntry | 1.3.6.1.4.1.4874.2.2.11.1.1.2.1 | not-accessible | 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/usdIfTable. | |
| NUM usdPppLinkConfigIfIndex | 1.3.6.1.4.1.4874.2.2.11.1.1.2.1.1 | InterfaceIndex | not-accessible | The ifIndex of the PPP interface. When creating entries in this table, suitable values for this object are determined by reading usdPppNextIfIndex. |
| ROW usdPppLinkConfigRowStatus | 1.3.6.1.4.1.4874.2.2.11.1.1.2.1.2 | RowStatus | read-create | 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: usdPppLinkConfigRowStatus usdPppLinkConfigLowerIfIndex In addition, when creating an entry the following conditions must hold: A value for usdPppLinkConfigIndex must have been determined previously, by reading usdPppNextIfIndex. The interface identified by usdPppLinkConfigLowerIfIndex must exist. A corresponding entry in ifTable/ifXTable/usdIfTable is created/destroyed as a result of creating/destroying an entry in this table. |
| NUM usdPppLinkConfigLowerIfIndex | 1.3.6.1.4.1.4874.2.2.11.1.1.2.1.3 | InterfaceIndexOrZero | read-create | 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 non-zero value be configured at entry creation. |
| I32 usdPppLinkConfigKeepalive | 1.3.6.1.4.1.4874.2.2.11.1.1.2.1.4 | Integer32 | read-create | Keepalive interval in seconds. A value of zero disables keepalive. Keepalive is performed using LCP Echo. |
| USD usdPppLinkConfigAuthentication | 1.3.6.1.4.1.4874.2.2.11.1.1.2.1.5 | UsdPppAuthentication | read-create | 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. If authentication negotiation is not supported for this PPP interface, then any attempt to explicitely set this object will result in a notWritable error and it will be implicitily set to the DEFVAL on row creation. Setting this object to none will set usdPppLinkConfigAuthenticatorVirtualRouter object to an empty string. |
| I32 usdPppLinkConfigMaxAuthenRetries | 1.3.6.1.4.1.4874.2.2.11.1.1.2.1.6 | Integer32 | read-create | The number of authentication retries permitted, in addition to a failed initial attempt. If all retries fail, the link is reset. If authentication negotiation is not supported for this PPP interface, then any attempt to explicitely set this object will result in a notWritable error and it will be implicitily set to the DEFVAL on row creation. |
| NUM usdPppLinkConfigStandardIfIndex | 1.3.6.1.4.1.4874.2.2.11.1.1.2.1.7 | InterfaceIndex | read-only | The ifIndex value for this interface in the standard PPP MIBs. The ifIndex value for PPP interfaces is not the same for both proprietary and standard MIB tables pertaining to PPP interface. Therefore this value is provide to simply cross referencing standard PPP and proprietary PPP MIB information. |
| INT usdPppLinkConfigChapMinChallengeLength | 1.3.6.1.4.1.4874.2.2.11.1.1.2.1.8 | INTEGER | read-create | Minimum value of the CHAP authenticator challenge length value. This value is never allowed to be set to a value greater than usdPppLinkConfigChapMaxChallengeLength. |
| INT usdPppLinkConfigChapMaxChallengeLength | 1.3.6.1.4.1.4874.2.2.11.1.1.2.1.9 | INTEGER | read-create | Maximum value of the CHAP authenticator challenge length value. This value is never allowed to be set to a value less than usdPppLinkConfigChapMinChallengeLength. |
| USD usdPppLinkConfigPassiveMode | 1.3.6.1.4.1.4874.2.2.11.1.1.2.1.10 | UsdEnable | read-create | When enabled, LCP state machine is forced into passive mode on lower layer UP message. It adds compatibility with slow and buggy clients. |
| USD usdPppLinkConfigAuthenticatorVirtualRouter | 1.3.6.1.4.1.4874.2.2.11.1.1.2.1.11 | UsdName | read-create | The name of the virtual router (Unisphere-Data-ROUTER-MIB.usdRouterName) to be used for authentication on the PPP interface. Setting this object statically binds the authenticating virtual router with the PPP interface. If this object is not explicitly set or it is set to null string, then this object is ignored and the virtual router used for authentication is determined by other means. On a Set operation, if the value of this object is not null and does not correspond to an existing virtual router, then an inconsistentValue error is returned. Setting this object to non null string returns inconsistentValue error if usdPppLinkConfigAuthentication object is none or not configured. |
| USD usdPppNextIfIndex | 1.3.6.1.4.1.4874.2.2.11.1.1.3 | UsdNextIfIndex | read-only | Coordinate ifIndex value allocation for entries in the usdPppLinkConfigTable. 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. |
| usdPppSec | 1.3.6.1.4.1.4874.2.2.11.1.2 | |||
| usdPppIp | 1.3.6.1.4.1.4874.2.2.11.1.3 | |||
| usdPppIpTable | 1.3.6.1.4.1.4874.2.2.11.1.3.1 | not-accessible | Table containing the IP parameters for the local PPP entity. | |
| usdPppIpEntry | 1.3.6.1.4.1.4874.2.2.11.1.3.1.1 | not-accessible | IPCP status information for a particular PPP link. | |
| USD usdPppIpServiceStatus | 1.3.6.1.4.1.4874.2.2.11.1.3.1.1.1 | UsdEnable | read-only | Indicates whether IP protocol service is operating over this PPP link. Service is established on this link through means outside this MIB. |
| INT usdPppIpTerminateReason | 1.3.6.1.4.1.4874.2.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 usdPppIpTerminateNegFailOption. |
| INT usdPppIpTerminateNegFailOption | 1.3.6.1.4.1.4874.2.2.11.1.3.1.1.3 | INTEGER | read-only | Reports the PPP IPCP option for which negotiation failed, when usdPppIpTerminateReason has the value 'negotiationFailure'. |
| IP usdPppIpLocalIpAddress | 1.3.6.1.4.1.4874.2.2.11.1.3.1.1.4 | IpAddress | read-only | IP Address used by the local side. |
| IP usdPppIpRemoteIpAddress | 1.3.6.1.4.1.4874.2.2.11.1.3.1.1.5 | IpAddress | read-only | IP Address used by the remote side. |
| IP usdPppIpRemotePrimaryDnsAddress | 1.3.6.1.4.1.4874.2.2.11.1.3.1.1.6 | IpAddress | read-only | Primary DNS server used by the remote side. |
| IP usdPppIpRemoteSecondaryDnsAddress | 1.3.6.1.4.1.4874.2.2.11.1.3.1.1.7 | IpAddress | read-only | Secondary DNS server used by the remote side. |
| IP usdPppIpRemotePrimaryWinsAddress | 1.3.6.1.4.1.4874.2.2.11.1.3.1.1.8 | IpAddress | read-only | Primary WINS server used by the remote side. |
| IP usdPppIpRemoteSecondaryWinsAddress | 1.3.6.1.4.1.4874.2.2.11.1.3.1.1.9 | IpAddress | read-only | Secondary WINS server used by the remote side. |
| usdPppIpConfigTable | 1.3.6.1.4.1.4874.2.2.11.1.3.2 | not-accessible | Table containing the IP parameters for the local PPP entity. | |
| usdPppIpConfigEntry | 1.3.6.1.4.1.4874.2.2.11.1.3.2.1 | not-accessible | IPCP configuration information for a particular PPP link. | |
| USD usdPppIpConfigPeerDnsPriority | 1.3.6.1.4.1.4874.2.2.11.1.3.2.1.1 | UsdEnable | 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. |
| USD usdPppIpConfigPeerWinsPriority | 1.3.6.1.4.1.4874.2.2.11.1.3.2.1.2 | UsdEnable | 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. |
| USD usdPppIpConfigIpcpNetmask | 1.3.6.1.4.1.4874.2.2.11.1.3.2.1.3 | UsdEnable | read-write | Enables the negotiation of the IPCP option netmask (0x90) during IPCP negotiation. |
| usdPppOsi | 1.3.6.1.4.1.4874.2.2.11.1.4 | |||
| usdPppOsiTable | 1.3.6.1.4.1.4874.2.2.11.1.4.1 | not-accessible | Table containing the OSI parameters for the local PPP entity. | |
| usdPppOsiEntry | 1.3.6.1.4.1.4874.2.2.11.1.4.1.1 | not-accessible | OSICP status information for a particular PPP link. | |
| USD usdPppOsiServiceStatus | 1.3.6.1.4.1.4874.2.2.11.1.4.1.1.1 | UsdEnable | read-only | Indicates whether OSI protocol service is operating over this PPP link. Service is established on this link through means outside this MIB. |
| INT usdPppOsiOperStatus | 1.3.6.1.4.1.4874.2.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. |
| INT usdPppOsiTerminateReason | 1.3.6.1.4.1.4874.2.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 usdPppOsiTerminateNegFailOption. |
| INT usdPppOsiTerminateNegFailOption | 1.3.6.1.4.1.4874.2.2.11.1.4.1.1.4 | INTEGER | read-only | Reports the PPP OSICP option for which negotiation failed, when usdPppOsiTerminateReason has the value 'negotiationFailure'. |
| INT usdPppOsiLocalAlignNpdu | 1.3.6.1.4.1.4874.2.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. |
| INT usdPppOsiRemoteAlignNpdu | 1.3.6.1.4.1.4874.2.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. |
| usdPppOsiConfigTable | 1.3.6.1.4.1.4874.2.2.11.1.4.2 | not-accessible | Table containing configuration variables for the OSICP for the local PPP entity. | |
| usdPppOsiConfigEntry | 1.3.6.1.4.1.4874.2.2.11.1.4.2.1 | not-accessible | OSICP information for a particular PPP link. | |
| INT usdPppOsiConfigAdminStatus | 1.3.6.1.4.1.4874.2.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. |
| usdPppSession | 1.3.6.1.4.1.4874.2.2.11.1.5 | |||
| usdPppSessionTable | 1.3.6.1.4.1.4874.2.2.11.1.5.1 | not-accessible | This table contains entries for PPP interfaces present in the system. | |
| usdPppSessionEntry | 1.3.6.1.4.1.4874.2.2.11.1.5.1.1 | not-accessible | Each entry describes the characteristics of a PPP interface. | |
| T/F usdPppSessionGrant | 1.3.6.1.4.1.4874.2.2.11.1.5.1.1.1 | TruthValue | read-only | Indicates whether a session has been granted via the authentication mechanism. |
| INT usdPppSessionTerminateReason | 1.3.6.1.4.1.4874.2.2.11.1.5.1.1.2 | INTEGER | read-only | The reason the session was terminated. |
| TIK usdPppSessionStartTime | 1.3.6.1.4.1.4874.2.2.11.1.5.1.1.3 | TimeTicks | read-only | The value of sysUpTime when this session last became active. |
| C32 usdPppSessionInOctets | 1.3.6.1.4.1.4874.2.2.11.1.5.1.1.4 | Counter32 | read-only | Number of octets received since this session last became active, as denoted by usdPppSessionStartTime. |
| C32 usdPppSessionOutOctets | 1.3.6.1.4.1.4874.2.2.11.1.5.1.1.5 | Counter32 | read-only | Number of octets sent since this session last became active, as denoted by usdPppSessionStartTime. |
| C32 usdPppSessionInPackets | 1.3.6.1.4.1.4874.2.2.11.1.5.1.1.6 | Counter32 | read-only | Number of packets received since this session last became active, as denoted by usdPppSessionStartTime. |
| C32 usdPppSessionOutPackets | 1.3.6.1.4.1.4874.2.2.11.1.5.1.1.7 | Counter32 | read-only | Number of packets sent since this session last became active, as denoted by usdPppSessionStartTime. |
| I32 usdPppSessionSessionTimeout | 1.3.6.1.4.1.4874.2.2.11.1.5.1.1.8 | Integer32 | read-only | Maximum duration for the session, after which the session terminates automatically. |
| I32 usdPppSessionInactivityTimeout | 1.3.6.1.4.1.4874.2.2.11.1.5.1.1.9 | Integer32 | read-only | Maximum inactivity duration for the session, after which the session terminates automatically. |
| I32 usdPppSessionAccountingInterval | 1.3.6.1.4.1.4874.2.2.11.1.5.1.1.10 | Integer32 | read-only | Interval that must elapse between generation of accounting records for this session. |
| IP usdPppSessionRemoteIpAddress | 1.3.6.1.4.1.4874.2.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. |
| IP usdPppSessionRemotePrimaryDnsAddress | 1.3.6.1.4.1.4874.2.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. |
| IP usdPppSessionRemoteSecondaryDnsAddress | 1.3.6.1.4.1.4874.2.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. |
| IP usdPppSessionRemotePrimaryWinsAddress | 1.3.6.1.4.1.4874.2.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. |
| IP usdPppSessionRemoteSecondaryWinsAddress | 1.3.6.1.4.1.4874.2.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. |
| usdPppMlPpp | 1.3.6.1.4.1.4874.2.2.11.1.6 | |||
| usdPppMlPppBundleTable | 1.3.6.1.4.1.4874.2.2.11.1.6.1 | not-accessible | This table contains entries for MLPPP bundles present in the system. | |
| usdPppMlPppBundleEntry | 1.3.6.1.4.1.4874.2.2.11.1.6.1.1 | not-accessible | Each entry describes the characteristics of a MLPPP bundle. | |
| USD usdPppMlPppBundleName | 1.3.6.1.4.1.4874.2.2.11.1.6.1.1.1 | UsdPppMlPppBundleName | not-accessible | The administrative name of the MLPPP bundle associated with this MLPPP network interface. |
| ROW usdPppMlPppBundleRowStatus | 1.3.6.1.4.1.4874.2.2.11.1.6.1.1.2 | RowStatus | read-create | The rowStatus for this entry. The following sets are supported: createAndGo(4), destroy(6) The following values can be read from this object: active(1) |
| NUM usdPppMlPppBundleNetworkIfIndex | 1.3.6.1.4.1.4874.2.2.11.1.6.1.1.3 | InterfaceIndex | read-only | The ifIndex of this MLPPP network interface. It is a valid ifIndex even if there is no corresponding network interface instance in the usdPppMlPppLinkConfigTable. |
| USD usdPppMlPppNextLinkIfIndex | 1.3.6.1.4.1.4874.2.2.11.1.6.2 | UsdNextIfIndex | read-only | Coordinate ifIndex value allocation for entries in usdPppMlPppLinkConfigTable. 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. |
| usdPppMlPppLinkConfigTable | 1.3.6.1.4.1.4874.2.2.11.1.6.3 | not-accessible | This table contains entries for MLPPP interfaces present in the system. | |
| usdPppMlPppLinkConfigEntry | 1.3.6.1.4.1.4874.2.2.11.1.6.3.1 | not-accessible | Each entry describes the characteristics of MLPPP interface. Creating/deleting entries in this table causes corresponding entries for be created/deleted in ifTable/ifXTable/usdIfTable. | |
| NUM usdPppMlPppLinkConfigIfIndex | 1.3.6.1.4.1.4874.2.2.11.1.6.3.1.1 | InterfaceIndex | not-accessible | The ifIndex of the MLPPP interface. When creating entries in this table, suitable values for this object are determined by reading usdPppMlPppNextLinkIfIndex. |
| NUM usdPppMlPppLinkConfigLowerIfIndex | 1.3.6.1.4.1.4874.2.2.11.1.6.3.1.2 | InterfaceIndexOrZero | read-create | 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 non-zero value be configured at entry creation. |
| I32 usdPppMlPppLinkConfigKeepalive | 1.3.6.1.4.1.4874.2.2.11.1.6.3.1.4 | Integer32 | read-create | Keepalive interval in seconds. A value of zero disables keepalive. Keepalive is performed using LCP Echo. |
| USD usdPppMlPppLinkConfigAuthentication | 1.3.6.1.4.1.4874.2.2.11.1.6.3.1.5 | UsdPppAuthentication | read-create | 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. |
| I32 usdPppMlPppLinkConfigMaxAuthenRetries | 1.3.6.1.4.1.4874.2.2.11.1.6.3.1.6 | Integer32 | read-create | The number of authentication retries permitted, in addition to a failed initial attempt. If all retries fail, the link is reset. |
| ROW usdPppMlPppLinkConfigRowStatus | 1.3.6.1.4.1.4874.2.2.11.1.6.3.1.7 | RowStatus | read-create | 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: usdPppMlPppLinkConfigRowStatus usdPppMlPppLinkConfigLowerIfIndex In addition, when creating an entry the following conditions must hold: A value for usdPppMlPppLinkConfigIndex must have been determined previously, by reading usdPppMlPppNextIfIndex. The interface identified by usdPppMlPppLinkConfigLowerIfIndex must exist. A corresponding entry in ifTable/ifXTable/usdIfTable is created/destroyed as a result of creating/destroying an entry in this table. |
| USD usdPppMlPppNextNetworkIfIndex | 1.3.6.1.4.1.4874.2.2.11.1.6.4 | UsdNextIfIndex | read-only | Coordinate ifIndex value allocation for entries in usdPppMlPppNetworkConfigTable. 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. |
| usdPppMlPppNetworkConfigTable | 1.3.6.1.4.1.4874.2.2.11.1.6.5 | not-accessible | This table contains entries for MLPPP network interfaces present in the system. | |
| usdPppMlPppNetworkConfigEntry | 1.3.6.1.4.1.4874.2.2.11.1.6.5.1 | not-accessible | Each entry describes the characteristics of MLPPP interface. Creating/deleting entries in this table causes corresponding entries for be created/deleted in ifTable/ifXTable/usdIfTable. | |
| NUM usdPppMlPppNetworkConfigIfIndex | 1.3.6.1.4.1.4874.2.2.11.1.6.5.1.1 | InterfaceIndex | not-accessible | The ifIndex of the MLPPP network interface. When creating entries in this table, suitable values for this object are determined by reading usdPppMlPppNextNetworkIfIndex. |
| NUM usdPppMlPppNetworkConfigLowerIfIndex | 1.3.6.1.4.1.4874.2.2.11.1.6.5.1.2 | InterfaceIndex | read-create | The ifIndex of a PPP link interface over which this PPP network interface is to be layered. On sets, the value of this object must equal on of the previously created PPP link interfaces created in the usdPppMlPppLinkConfigTable. On gets, the value of this object is the lexicographically least PPP link interface in a potential bundle of PPP link interfaces. |
| USD usdPppMlPppNetworkBundleName | 1.3.6.1.4.1.4874.2.2.11.1.6.5.1.3 | UsdPppMlPppBundleName | read-create | The MLPPP bundle name administratively assigned. |
| ROW usdPppMlPppNetworkRowStatus | 1.3.6.1.4.1.4874.2.2.11.1.6.5.1.4 | RowStatus | read-create | 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: usdPppMlPppNetworkConfigLowerIfIndex usdPppMlPppNetworkBundleName usdPppMlPppNetworkConfigRowStatus In addition, when creating an entry the following conditions must hold: A value for usdPppMlPppNetworkConfigIndex must have been determined previously, by reading usdPppMlPppNextNetworkIfIndex. The interface identified by usdPppMlPppNetworkConfigLowerIfIndex must exist by a creation request to the usdPppMlPppLinkConfigTable. The bundleName specified in usdPppMlPppNetworkBundleName must have been created first in the usdPppMlPppBundleTable. A corresponding entry in ifTable/ifXTable/usdIfTable is created/destroyed as a result of creating/destroying an entry in this table. |
| usdPppMlPppLinkBindTable | 1.3.6.1.4.1.4874.2.2.11.1.6.6 | not-accessible | This table contains entries for MLPPP Link interface to MLPPP network interfaces bindings. | |
| usdPppMlPppLinkBindEntry | 1.3.6.1.4.1.4874.2.2.11.1.6.6.1 | not-accessible | Each entry describes the MLPPP link interface to MLPPP network interface bindings. | |
| NUM usdPppMlPppBindNetworkIfIndex | 1.3.6.1.4.1.4874.2.2.11.1.6.6.1.1 | InterfaceIndex | not-accessible | The ifIndex of the MLPPP network interface. |
| NUM usdPppMlPppBindLinkIfIndex | 1.3.6.1.4.1.4874.2.2.11.1.6.6.1.2 | InterfaceIndex | not-accessible | The ifIndex of a MLPPP link interface bound by the MLPPP network interface defined by usdPppMlPppBindNetworkIfIndex. |
| ROW usdPppMlPppBindRowStatus | 1.3.6.1.4.1.4874.2.2.11.1.6.6.1.3 | RowStatus | read-create | 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: usdPppMlPppBindRowStatus In addition, when creating an entry the following conditions must hold: The interfaces identified by usdPppMlPppBindNetworkIfIndex and usdPppMlPppBindLinkIfIndex must be created in the usdPppMlPppNetworkConfigTable and usdPppMlPppLinkConfigTable respectively. A MLPPP bundle must be associated with the usdPppMlPppNetworkIfIndex and exist in the usdPppMibPppBundleTable. A corresponding entry in ifStackTable is created/destroyed as a result of creating/destroying an entry in this table. |
| usdPppSummary | 1.3.6.1.4.1.4874.2.2.11.1.7 | |||
| I32 usdPppSummaryPppInterfaceCount | 1.3.6.1.4.1.4874.2.2.11.1.7.1 | Integer32 | read-only | The total number of PPP interfaces configured in the system. |
| I32 usdPppSummaryPppIpNCPs | 1.3.6.1.4.1.4874.2.2.11.1.7.2 | Integer32 | read-only | The total number IP NCP's configured in the system. |
| I32 usdPppSummaryPppOsiNCPs | 1.3.6.1.4.1.4874.2.2.11.1.7.3 | Integer32 | read-only | The total number of OSI NCP's configured in the system. |
| I32 usdPppSummaryPppIfAdminUp | 1.3.6.1.4.1.4874.2.2.11.1.7.4 | Integer32 | read-only | The total number of PPP interfaces in the system that are administratively configured to up(1). |
| I32 usdPppSummaryPppIfAdminDown | 1.3.6.1.4.1.4874.2.2.11.1.7.5 | Integer32 | read-only | The total number of PPP interfaces in the system that are administrateively configued to down(2). |
| I32 usdPppSummaryPppIfOperUp | 1.3.6.1.4.1.4874.2.2.11.1.7.7 | Integer32 | read-only | The total number of PPP interfaces in the system with an operational state of up(1). |
| I32 usdPppSummaryPppIfOperDown | 1.3.6.1.4.1.4874.2.2.11.1.7.8 | Integer32 | read-only | The total number of PPP interfaces in the system with an operational state of down(2). |
| I32 usdPppSummaryPppIfOperDormant | 1.3.6.1.4.1.4874.2.2.11.1.7.9 | Integer32 | read-only | The total number of PPP interfaces in the system with an operational state of dormant(5). |
| I32 usdPppSummaryPppIfNotPresent | 1.3.6.1.4.1.4874.2.2.11.1.7.10 | Integer32 | read-only | The total number of PPP interfaces in the system with an operational state of notPresent(6). |
| I32 usdPppSummaryPppIfLowerLayerDown | 1.3.6.1.4.1.4874.2.2.11.1.7.11 | Integer32 | read-only | The total number of PPP interfaces in the system with an operational state of lowerLayerDown(7). |
| I32 usdPppSummaryPppIpNcpOpened | 1.3.6.1.4.1.4874.2.2.11.1.7.12 | Integer32 | read-only | The total number of PPP IP NCPs in the system with an operational state of opened(1). |
| I32 usdPppSummaryPppIpNcpClosed | 1.3.6.1.4.1.4874.2.2.11.1.7.13 | Integer32 | read-only | The total number of PPP IP NCP's in the system with an operational state of not-opened(2). |
| I32 usdPppSummaryPppOsiNcpOpened | 1.3.6.1.4.1.4874.2.2.11.1.7.14 | Integer32 | read-only | The total number of PPP OSI NCP's in the system with an operational state of opened. |
| I32 usdPppSummaryPppOsiNcpClosed | 1.3.6.1.4.1.4874.2.2.11.1.7.15 | Integer32 | read-only | The total number of PPP OSI NCP's in the system with an operational state of closed. |
| TIK usdPppSummaryPppIfLastChangeTime | 1.3.6.1.4.1.4874.2.2.11.1.7.16 | TimeTicks | read-only | The value of the sysUpTime at the time of the last PPP interface creation or deletion in the system. If the number of PPP interfaces has been unchanged since the last re-initialization of the system, then this object contains a zero value. |
| I32 usdPppSummaryPppLinkInterfaceCount | 1.3.6.1.4.1.4874.2.2.11.1.7.17 | Integer32 | read-only | The total number of PPP Link interfaces configured in the system. |
| I32 usdPppSummaryPppLinkIfAdminUp | 1.3.6.1.4.1.4874.2.2.11.1.7.18 | Integer32 | read-only | The total number of PPP Link interfaces in the system that are administratively configured to up(1). |
| I32 usdPppSummaryPppLinkIfAdminDown | 1.3.6.1.4.1.4874.2.2.11.1.7.19 | Integer32 | read-only | The total number of PPP Link interfaces in the system that are administrateively configued to down(2). |
| I32 usdPppSummaryPppLinkIfOperUp | 1.3.6.1.4.1.4874.2.2.11.1.7.20 | Integer32 | read-only | The total number of PPP Link interfaces in the system with an operational state of up(1). |
| I32 usdPppSummaryPppLinkIfOperDown | 1.3.6.1.4.1.4874.2.2.11.1.7.21 | Integer32 | read-only | The total number of PPP Link interfaces in the system with an operational state of down(2). |
| I32 usdPppSummaryPppLinkIfOperDormant | 1.3.6.1.4.1.4874.2.2.11.1.7.22 | Integer32 | read-only | The total number of PPP Link interfaces in the system with an operational state of dormant(5). |
| I32 usdPppSummaryPppLinkIfNotPresent | 1.3.6.1.4.1.4874.2.2.11.1.7.23 | Integer32 | read-only | The total number of PPP link interfaces in the system with an operational state of notPresent(6). |
| I32 usdPppSummaryPppLinkIfLowerLayerDown | 1.3.6.1.4.1.4874.2.2.11.1.7.24 | Integer32 | read-only | The total number of PPP Link interfaces in the system with an operational state of lowerLayerDown(7). |
| TIK usdPppSummaryPppLinkIfLastChangeTime | 1.3.6.1.4.1.4874.2.2.11.1.7.25 | TimeTicks | read-only | The value of the sysUpTime at the time of the last PPP Link interface creation or deletion in the system. If the number of PPP interfaces has been unchanged since the last re-initialization of the system, then this object contains a zero value. |
| I32 usdPppSummaryPppNetworkInterfaceCount | 1.3.6.1.4.1.4874.2.2.11.1.7.26 | Integer32 | read-only | The total number of PPP network interfaces configured in the system. |
| I32 usdPppSummaryPppNetworkIpNCPs | 1.3.6.1.4.1.4874.2.2.11.1.7.27 | Integer32 | read-only | The total number IP NCP's in the system configured on PPP network interfaces. |
| I32 usdPppSummaryPppNetworkOsiNCPs | 1.3.6.1.4.1.4874.2.2.11.1.7.28 | Integer32 | read-only | The total number of OSI NCP's in the system configured on PPP network interfaces. |
| I32 usdPppSummaryPppNetworkIfAdminUp | 1.3.6.1.4.1.4874.2.2.11.1.7.29 | Integer32 | read-only | The total number of PPP network interfaces in the system that are administratively configured to up(1). |
| I32 usdPppSummaryPppNetworkIfAdminDown | 1.3.6.1.4.1.4874.2.2.11.1.7.30 | Integer32 | read-only | The total number of PPP network interfaces in the system that are administrateively configued to down(2). |
| I32 usdPppSummaryPppNetworkIfOperUp | 1.3.6.1.4.1.4874.2.2.11.1.7.31 | Integer32 | read-only | The total number of PPP network interfaces in the system with an operational state of up(1). |
| I32 usdPppSummaryPppNetworkIfOperDown | 1.3.6.1.4.1.4874.2.2.11.1.7.32 | Integer32 | read-only | The total number of PPP network interfaces in the system with an operational state of down(2). |
| I32 usdPppSummaryPppNetworkIfOperDormant | 1.3.6.1.4.1.4874.2.2.11.1.7.33 | Integer32 | read-only | The total number of PPP network interfaces in the system with an operational state of dormant(5). |
| I32 usdPppSummaryPppNetworkIfNotPresent | 1.3.6.1.4.1.4874.2.2.11.1.7.34 | Integer32 | read-only | The total number of PPP network interfaces in the system with an operational state of notPresent(6). |
| I32 usdPppSummaryPppNetworkIfLowerLayerDown | 1.3.6.1.4.1.4874.2.2.11.1.7.35 | Integer32 | read-only | The total number of PPP network interfaces in the system with an operational state of lowerLayerDown(7). |
| I32 usdPppSummaryPppNetworkIpNcpOpened | 1.3.6.1.4.1.4874.2.2.11.1.7.36 | Integer32 | read-only | The total number of PPP IP NCP's in the system with an operational state of opened. |
| I32 usdPppSummaryPppNetworkIpNcpClosed | 1.3.6.1.4.1.4874.2.2.11.1.7.37 | Integer32 | read-only | The total number of PPP IP NCP's in the system with an operational state of closed. |
| I32 usdPppSummaryPppNetworkOsiNcpOpened | 1.3.6.1.4.1.4874.2.2.11.1.7.38 | Integer32 | read-only | The total number of PPP OSI NCP's in the system with an operational state of opened. |
| I32 usdPppSummaryPppNetworkOsiNcpClosed | 1.3.6.1.4.1.4874.2.2.11.1.7.39 | Integer32 | read-only | The total number of PPP OSI NCP's in the system with an operational state of closed. |
| TIK usdPppSummaryPppNetworkIfLastChangeTime | 1.3.6.1.4.1.4874.2.2.11.1.7.40 | TimeTicks | read-only | The value of the sysUpTime at the time of the last PPP network interface creation or deletion in the system. If the number of PPP network interfaces has been unchanged since the last re-initialization of the system, then this object contains a zero value. |
| usdPppConformance | 1.3.6.1.4.1.4874.2.2.11.4 | |||
| usdPppCompliances | 1.3.6.1.4.1.4874.2.2.11.4.1 | |||
| usdPppCompliance | 1.3.6.1.4.1.4874.2.2.11.4.1.1 | Obsolete compliance statement for entities which implement the Unisphere PPP MIB. This statement became obsolete when additional objects were added to the MIB. | ||
| usdPppCompliance2 | 1.3.6.1.4.1.4874.2.2.11.4.1.2 | Obsolete compliance statement for entities which implement the Unisphere PPP MIB. This statement became obsolete when the usdPppMlPppGroup and usdPppSummaryGroup objects were added. | ||
| usdPppCompliance3 | 1.3.6.1.4.1.4874.2.2.11.4.1.3 | Obsolete compliance statement for entities which implement the Unisphere PPP MIB. This statement became obsolete when the usdPppLinkConfigStandardIfIndex object was added to the MIB. | ||
| usdPppCompliance4 | 1.3.6.1.4.1.4874.2.2.11.4.1.4 | Obsolete compliance statement for entities which implement the Unisphere PPP MIB. This statement became obsolete when the usdPppMlPppGroup, usdPppSummaryLinkGroup and usdPppSummaryNetworkGroup were moved from the list of mandatory groups. | ||
| usdPppCompliance5 | 1.3.6.1.4.1.4874.2.2.11.4.1.5 | Obsolete compliance statement for entities which implement the Unisphere PPP MIB. This statement became obsolete when new usdPppIpGroup, usdPppLcpGroup and usdPppMlPppGroup objects were added. | ||
| usdPppCompliance6 | 1.3.6.1.4.1.4874.2.2.11.4.1.6 | The compliance statement for entities which implement the Unisphere PPP MIB. | ||
| usdPppGroups | 1.3.6.1.4.1.4874.2.2.11.4.2 | |||
| usdPppLcpGroup | 1.3.6.1.4.1.4874.2.2.11.4.2.1 | Obsolete collection of objects providing management of link-layer functionality (LCP) of PPP interfaces in a Unisphere product. This group became obsolete when additional objects were added. | ||
| usdPppIpGroup | 1.3.6.1.4.1.4874.2.2.11.4.2.2 | Obsolete collection of objects providing management of IP network control protocol functionality (IPCP) of PPP interfaces in a Unisphere product. This group became obsolete when additional objects were added. | ||
| usdPppOsiGroup | 1.3.6.1.4.1.4874.2.2.11.4.2.3 | Obsolete collection of objects providing management of OSI network control protocol functionality (OSICP) of PPP interfaces in a Unisphere product. This group became obsolete when additional objects were added. | ||
| usdPppLcpGroup2 | 1.3.6.1.4.1.4874.2.2.11.4.2.4 | Obsolete collection of objects providing management of link-layer functionality (LCP) of PPP interfaces in a Unisphere product. This group became obsolete when the usdPppLinkConfigStandardIfIndex object was added. | ||
| usdPppIpGroup2 | 1.3.6.1.4.1.4874.2.2.11.4.2.5 | Obsolete collection of objects providing management of IP network control protocol functionality (IPCP) of PPP interfaces in a Unisphere product. This group became obsolete when additional objects were added. | ||
| usdPppOsiGroup2 | 1.3.6.1.4.1.4874.2.2.11.4.2.6 | A collection of objects providing management of OSI network control protocol functionality (OSICP) of PPP interfaces in a Unisphere product. | ||
| usdPppSessionGroup | 1.3.6.1.4.1.4874.2.2.11.4.2.7 | A collection of objects providing management of PPP session functionality of PPP interfaces in a Unisphere product. | ||
| usdPppMlPppGroup | 1.3.6.1.4.1.4874.2.2.11.4.2.8 | Obsolete collection of objects providing management of multi link PPP management support in a Unisphere product. This group became obsolete when additional objects were added. | ||
| usdPppSummaryGroup | 1.3.6.1.4.1.4874.2.2.11.4.2.9 | Obsolete collection of objects providing PPP interface summary information in a Unisphere product. This group became obsolete when it was divided into three groups so that the link and network object would not be manditory. | ||
| usdPppLcpGroup3 | 1.3.6.1.4.1.4874.2.2.11.4.2.10 | Obsolete collection of objects providing management of link-layer functionality (LCP) of PPP interfaces in a Unisphere product. This group became obsolete when additional objects were added. | ||
| usdPppSummaryBasicGroup | 1.3.6.1.4.1.4874.2.2.11.4.2.11 | A collection of objects providing PPP interface basic summary information in a Unisphere product. | ||
| usdPppSummaryLinkGroup | 1.3.6.1.4.1.4874.2.2.11.4.2.12 | A collection of objects providing PPP interface link summary information in a Unisphere product. | ||
| usdPppSummaryNetworkGroup | 1.3.6.1.4.1.4874.2.2.11.4.2.13 | A collection of objects providing PPP interface network summary information in a Unisphere product. | ||
| usdPppLcpGroup4 | 1.3.6.1.4.1.4874.2.2.11.4.2.14 | A collection of objects providing management of link-layer functionality (LCP) of PPP interfaces in a Unisphere product. | ||
| usdPppIpGroup3 | 1.3.6.1.4.1.4874.2.2.11.4.2.15 | A collection of objects providing management of IP network control protocol functionality (IPCP) of PPP interfaces in a Unisphere product. | ||
| usdPppMlPppGroup2 | 1.3.6.1.4.1.4874.2.2.11.4.2.16 | A collection of objects providing management of multi link PPP management support in a Unisphere product. |
RFC description
Manages Point-to-Point Protocol (PPP) connections on Unisphere routing platforms including authentication and link negotiation.
Start monitoring Unisphere Networks (Juniper E-series/ERX) routing switches (PPP link termination-reason/keepalive status) with a free 30-day trial of IPNetwork Monitor. Import MIBs, browse SNMP OIDs, create custom SNMP monitors, configure alerts, and monitor any SNMP-enabled network device from a single console.