JNX-PPP-MIB

File: JNX-PPP-MIB.mib (117539 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
IF-MIB IPV6-TC JUNIPER-SMI

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
Counter32 Counter64 IpAddress
TimeTicks Unsigned32 TEXTUAL-CONVENTION
TruthValue RowStatus MODULE-COMPLIANCE
OBJECT-GROUP ifIndex InterfaceIndex
InterfaceIndexOrZero Ipv6AddressIfIdentifier jnxPppMibRoot

Defined Types

JnxPppAuthentication  
Specifies the type(s) of PPP authentication used, if any: 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.
TEXTUAL-CONVENTION    
  INTEGER none(0), pap(1), chap(2), papChap(3), chapPap(4)  

JnxPppMlPppBundleName  
MLPPP Bundle name. The bundle name is a characteristic of a MLPPP network interface.
TEXTUAL-CONVENTION    
  OCTET STRING Size(1..60)  

JnxPppAuthentication2  
Specifies the type(s) of PPP authentication used, if any: none No authentication is negotiated. pap PAP negotiation. chap CHAP negotiation. eap EAP negotiation.
TEXTUAL-CONVENTION    
  INTEGER none(0), pap(1), chap(2), eap(3)  

JnxNibbleConfig  
A configuration variable comprised of nibbles i.e. 4 bits, such that a client can supply a list of 0 to 8 selections. The least significant nibble is the first value of the list, and the most significant nibble is the last value. The value in each field ranges from 0 to 15, however the first nibble with value 0 indicates the end of the list. Repetition of values is not allowed. Segregation of values in not allowed. Example valid encoding: 0x00000321 0x00083E12 Not a valid encoding: 0x00000121 will return an error 0x01002001 will return an error.
TEXTUAL-CONVENTION    
  INTEGER  

JnxPppLinkStatusEntry  
SEQUENCE    
  jnxPppLinkStatusTerminateReason INTEGER
  jnxPppLinkStatusTerminateNegFailOption INTEGER
  jnxPppLinkStatusInKeepaliveRequests Counter32
  jnxPppLinkStatusOutKeepaliveRequests Counter32
  jnxPppLinkStatusInKeepaliveReplies Counter32
  jnxPppLinkStatusOutKeepaliveReplies Counter32
  jnxPppLinkStatusKeepaliveFailures Counter32
  jnxPppLinkStatusLocalMagicNumber Integer32
  jnxPppLinkStatusRemoteMagicNumber Integer32
  jnxPppLinkStatusLocalAuthentication JnxPppAuthentication2
  jnxPppLinkStatusTunnelIfIndex InterfaceIndexOrZero
  jnxPppLinkStatuslcpRenegoTerminates Counter32
  jnxPppLinkStatusLocalMagicNumber1 Unsigned32
  jnxPppLinkStatusRemoteMagicNumber1 Unsigned32

JnxPppLinkConfigEntry  
SEQUENCE    
  jnxPppLinkConfigIfIndex InterfaceIndex
  jnxPppLinkConfigRowStatus RowStatus
  jnxPppLinkConfigLowerIfIndex InterfaceIndexOrZero
  jnxPppLinkConfigKeepalive Integer32
  jnxPppLinkConfigAuthentication JnxPppAuthentication
  jnxPppLinkConfigMaxAuthenRetries Integer32
  jnxPppLinkConfigStandardIfIndex InterfaceIndex
  jnxPppLinkConfigChapMinChallengeLength Integer32
  jnxPppLinkConfigChapMaxChallengeLength Integer32
  jnxPppLinkConfigPassiveMode INTEGER
  jnxPppLinkConfigAuthenticatorLogicalSystem OCTET STRING
  jnxPppLinkConfigAuthenticatorRoutingInstance OCTET STRING
  jnxPppLinkConfigAaaProfile OCTET STRING
  jnxPppLinkConfigAuthentication2 JnxNibbleConfig
  jnxPppLinkConfigIgnoreMagicNumberMismatch INTEGER
  jnxPppLinkConfigMaxLcpRenegotiation Integer32

JnxPppIpEntry  
SEQUENCE    
  jnxPppIpServiceStatus INTEGER
  jnxPppIpTerminateReason INTEGER
  jnxPppIpTerminateNegFailOption INTEGER
  jnxPppIpLocalIpAddress IpAddress
  jnxPppIpRemoteIpAddress IpAddress
  jnxPppIpRemotePrimaryDnsAddress IpAddress
  jnxPppIpRemoteSecondaryDnsAddress IpAddress
  jnxPppIpRemotePrimaryWinsAddress IpAddress
  jnxPppIpRemoteSecondaryWinsAddress IpAddress
  jnxPppIpNetworkStatusIpcpRenegoTerminates Counter32

JnxPppIpConfigEntry  
SEQUENCE    
  jnxPppIpConfigPeerDnsPriority INTEGER
  jnxPppIpConfigPeerWinsPriority INTEGER
  jnxPppIpConfigIpcpNetmask INTEGER
  jnxPppIpConfigInitiateIp INTEGER
  jnxPppIpConfigMaxIpcpRenegotiation Integer32
  jnxPppIpConfigPromptIpcpDnsOption INTEGER
  jnxPppIpConfigIpcpLockout INTEGER

JnxPppOsiEntry  
SEQUENCE    
  jnxPppOsiServiceStatus INTEGER
  jnxPppOsiOperStatus INTEGER
  jnxPppOsiTerminateReason INTEGER
  jnxPppOsiTerminateNegFailOption INTEGER
  jnxPppOsiLocalAlignNpdu INTEGER
  jnxPppOsiRemoteAlignNpdu INTEGER

JnxPppOsiConfigEntry  
SEQUENCE    
  jnxPppOsiConfigAdminStatus INTEGER

JnxPppSessionEntry  
SEQUENCE    
  jnxPppSessionGrant TruthValue
  jnxPppSessionTerminateReason INTEGER
  jnxPppSessionStartTime TimeTicks
  jnxPppSessionInOctets Counter32
  jnxPppSessionOutOctets Counter32
  jnxPppSessionInPackets Counter32
  jnxPppSessionOutPackets Counter32
  jnxPppSessionSessionTimeout Integer32
  jnxPppSessionInactivityTimeout Integer32
  jnxPppSessionAccountingInterval Integer32
  jnxPppSessionRemoteIpAddress IpAddress
  jnxPppSessionRemotePrimaryDnsAddress IpAddress
  jnxPppSessionRemoteSecondaryDnsAddress IpAddress
  jnxPppSessionRemotePrimaryWinsAddress IpAddress
  jnxPppSessionRemoteSecondaryWinsAddress IpAddress
  jnxPppSessionRemoteIpv6AddressIfIdentifier Ipv6AddressIfIdentifier
  jnxPppSessionInhibitIp INTEGER
  jnxPppSessionInhibitIpv6 INTEGER
  jnxPppSessionInOctets64 Counter64
  jnxPppSessionOutOctets64 Counter64
  jnxPppSessionInPackets64 Counter64
  jnxPppSessionOutPackets64 Counter64

JnxPppMlPppBundleEntry  
SEQUENCE    
  jnxPppMlPppBundleName JnxPppMlPppBundleName
  jnxPppMlPppBundleRowStatus RowStatus
  jnxPppMlPppBundleNetworkIfIndex InterfaceIndex

JnxPppMlPppLinkConfigEntry  
SEQUENCE    
  jnxPppMlPppLinkConfigIfIndex InterfaceIndex
  jnxPppMlPppLinkConfigLowerIfIndex InterfaceIndexOrZero
  jnxPppMlPppLinkConfigKeepalive Integer32
  jnxPppMlPppLinkConfigAuthentication JnxPppAuthentication
  jnxPppMlPppLinkConfigMaxAuthenRetries Integer32
  jnxPppMlPppLinkConfigRowStatus RowStatus
  jnxPppMlPppLinkConfigAaaProfile OCTET STRING
  jnxPppMlPppLinkConfigChapMinChallengeLength Integer32
  jnxPppMlPppLinkConfigChapMaxChallengeLength Integer32
  jnxPppMlPppLinkConfigPassiveMode INTEGER
  jnxPppMlPppLinkConfigAuthenticatorLogicalSystem OCTET STRING
  jnxPppMlPppLinkConfigAuthenticatorRoutingInstance OCTET STRING
  jnxPppMlPppLinkConfigFragmentation INTEGER
  jnxPppMlPppLinkConfigReassembly INTEGER
  jnxPppMlPppLinkConfigMaxReceiveReconstructedUnit Integer32
  jnxPppMlPppLinkConfigFragmentSize Integer32
  jnxPppMlPppLinkConfigHashLinkSelection INTEGER
  jnxPppMlPppLinkConfigAuthentication2 JnxNibbleConfig
  jnxPppMlPppLinkConfigIgnoreMagicNumberMismatch INTEGER
  jnxPppMlPppLinkConfigMultilinkMulticlass INTEGER
  jnxPppMlPppLinkConfigMultilinkMaxMultiClasses INTEGER

JnxPppMlPppNetworkConfigEntry  
SEQUENCE    
  jnxPppMlPppNetworkConfigIfIndex InterfaceIndex
  jnxPppMlPppNetworkConfigLowerIfIndex InterfaceIndex
  jnxPppMlPppNetworkBundleName JnxPppMlPppBundleName
  jnxPppMlPppNetworkRowStatus RowStatus

JnxPppMlPppLinkBindEntry  
SEQUENCE    
  jnxPppMlPppBindNetworkIfIndex InterfaceIndex
  jnxPppMlPppBindLinkIfIndex InterfaceIndex
  jnxPppMlPppBindRowStatus RowStatus

JnxPppIpv6Entry  
SEQUENCE    
  jnxPppIpv6ServiceStatus INTEGER
  jnxPppIpv6OperStatus INTEGER
  jnxPppIpv6TerminateReason INTEGER
  jnxPppIpv6TerminateNegFailOption INTEGER
  jnxPppIpv6LocalIpv6AddressIfIdentifier Ipv6AddressIfIdentifier
  jnxPppIpv6RemoteIpv6AddressIfIdentifier Ipv6AddressIfIdentifier
  jnxPppIpv6NetworkStatusIpv6cpRenegoTerminates Counter32

JnxPppIpv6ConfigEntry  
SEQUENCE    
  jnxPppIpv6ConfigAdminStatus INTEGER
  jnxPppIpv6ConfigInitiateIpv6 INTEGER
  jnxPppIpv6ConfigMaxIpv6cpRenegotiation Integer32

Defined Values

jnxPppMIB 1.3.6.1.4.1.2636.3.68.1
The Point-to-Point Protocol (PPP) MIB for the Juniper enterprise.
MODULE-IDENTITY    

jnxPPPObjects 1.3.6.1.4.1.2636.3.68.1.1
OBJECT IDENTIFIER    

jnxPppLcp 1.3.6.1.4.1.2636.3.68.1.1.1
OBJECT IDENTIFIER    

jnxPppSec 1.3.6.1.4.1.2636.3.68.1.1.2
OBJECT IDENTIFIER    

jnxPppIp 1.3.6.1.4.1.2636.3.68.1.1.3
OBJECT IDENTIFIER    

jnxPppOsi 1.3.6.1.4.1.2636.3.68.1.1.4
OBJECT IDENTIFIER    

jnxPppSession 1.3.6.1.4.1.2636.3.68.1.1.5
OBJECT IDENTIFIER    

jnxPppMlPpp 1.3.6.1.4.1.2636.3.68.1.1.6
OBJECT IDENTIFIER    

jnxPppSummary 1.3.6.1.4.1.2636.3.68.1.1.7
OBJECT IDENTIFIER    

jnxPppIpv6 1.3.6.1.4.1.2636.3.68.1.1.8
OBJECT IDENTIFIER    

jnxPppGlobalConfig 1.3.6.1.4.1.2636.3.68.1.1.9
OBJECT IDENTIFIER    

jnxPppLinkStatusTable 1.3.6.1.4.1.2636.3.68.1.1.1.1
This table contains entries for PPP interfaces present in the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    JnxPppLinkStatusEntry

jnxPppLinkStatusEntry 1.3.6.1.4.1.2636.3.68.1.1.1.1.1
Each entry describes the characteristics of a PPP interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  JnxPppLinkStatusEntry  

jnxPppLinkStatusTerminateReason 1.3.6.1.4.1.2636.3.68.1.1.1.1.1.1
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. 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.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER none(0), other(1), adminDisable(2), lowerLayerDown(3), noUpperInterface(4), authenticationFailure(5), peerTerminated(6), peerRenegotiated(7), maxRetriesExceeded(8), negotiationFailure(9), keepaliveFailure(10), sessionTimeout(11), inactivityTimeout(12), addressLeaseExpired(13), adminLogout(14), tunnelFailed(15), tunnelDisconnected(16), loopback(17)  

jnxPppLinkStatusTerminateNegFailOption 1.3.6.1.4.1.2636.3.68.1.1.1.1.1.2
Reports the PPP LCP option for which negotiation failed, when jnxPppLinkStatusTerminateReason has the value negotiationFailure.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER none(0), other(1), localMru(2), remoteMru(3), localMagicNumber(4), remoteMagicNumber(5), localAuthentication(6), localToRemoteProtocolCompression(7), localToRemoteACCompression(8)  

jnxPppLinkStatusInKeepaliveRequests 1.3.6.1.4.1.2636.3.68.1.1.1.1.1.3
Number of keepalive requests received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

jnxPppLinkStatusOutKeepaliveRequests 1.3.6.1.4.1.2636.3.68.1.1.1.1.1.4
Number of keepalive requests transmitted.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

jnxPppLinkStatusInKeepaliveReplies 1.3.6.1.4.1.2636.3.68.1.1.1.1.1.5
Number of keepalive replies received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

jnxPppLinkStatusOutKeepaliveReplies 1.3.6.1.4.1.2636.3.68.1.1.1.1.1.6
Number of keepalive replies transmitted.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

jnxPppLinkStatusKeepaliveFailures 1.3.6.1.4.1.2636.3.68.1.1.1.1.1.7
Number of keepalive failures detected.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

jnxPppLinkStatusLocalMagicNumber 1.3.6.1.4.1.2636.3.68.1.1.1.1.1.8
Magic number negotiated for the local side. This has been deprecated and replaced by jnxPppLinkStatusLocalMagicNumber1
Status: deprecated Access: read-only
OBJECT-TYPE    
  Integer32  

jnxPppLinkStatusRemoteMagicNumber 1.3.6.1.4.1.2636.3.68.1.1.1.1.1.9
Magic number negotiated for the remote side. This has been deprecated and replaced by jnxPppLinkStatusRemoteMagicNumber1
Status: deprecated Access: read-only
OBJECT-TYPE    
  Integer32  

jnxPppLinkStatusLocalAuthentication 1.3.6.1.4.1.2636.3.68.1.1.1.1.1.10
Authentication protocol negotiated for the local side.
Status: current Access: read-only
OBJECT-TYPE    
  JnxPppAuthentication2  

jnxPppLinkStatusTunnelIfIndex 1.3.6.1.4.1.2636.3.68.1.1.1.1.1.11
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 jnxIfTable for this tunnel interface.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndexOrZero  

jnxPppLinkStatuslcpRenegoTerminates 1.3.6.1.4.1.2636.3.68.1.1.1.1.1.12
Number of times lcp terminated due to peer exceeding max renegotiation attempts.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

jnxPppLinkStatusLocalMagicNumber1 1.3.6.1.4.1.2636.3.68.1.1.1.1.1.13
Magic number negotiated for the local side.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

jnxPppLinkStatusRemoteMagicNumber1 1.3.6.1.4.1.2636.3.68.1.1.1.1.1.14
Magic number negotiated for the remote side.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

jnxPppLinkConfigTable 1.3.6.1.4.1.2636.3.68.1.1.1.2
This table contains entries for PPP interfaces present in the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    JnxPppLinkConfigEntry

jnxPppLinkConfigEntry 1.3.6.1.4.1.2636.3.68.1.1.1.2.1
Each entry describes the characteristics of a PPP interface. Creating or deleting entries in this table causes corresponding entries for be created or deleted in ifTable,ifXTable,jnxIfTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  JnxPppLinkConfigEntry  

jnxPppLinkConfigIfIndex 1.3.6.1.4.1.2636.3.68.1.1.1.2.1.1
The ifIndex of the PPP interface. When creating entries in this table, suitable values for this object are determined by reading jnxPppNextIfIndex.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

jnxPppLinkConfigRowStatus 1.3.6.1.4.1.2636.3.68.1.1.1.2.1.2
Controls creation or deletion of entries in this table with READ-CREATE maximum access 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: jnxPppLinkConfigRowStatus jnxPppLinkConfigLowerIfIndex In addition, when creating an entry the following conditions must hold: A value for jnxPppLinkConfigIndex must have been determined previously, by reading jnxPppNextIfIndex.The interface identified by jnxPppLinkConfigLowerIfIndex must exist. A corresponding entry in Table or ifXTable or jnxIfTable is created or destroyed as a result of creating or destroying an entry in this table. The following values can be read from this object: active(1)
Status: current Access: read-only
OBJECT-TYPE    
  RowStatus  

jnxPppLinkConfigLowerIfIndex 1.3.6.1.4.1.2636.3.68.1.1.1.2.1.3
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.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndexOrZero  

jnxPppLinkConfigKeepalive 1.3.6.1.4.1.2636.3.68.1.1.1.2.1.4
Keepalive interval in seconds. A value of zero disables keepalive. Keepalive is performed using LCP Echo.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..64800  

jnxPppLinkConfigAuthentication 1.3.6.1.4.1.2636.3.68.1.1.1.2.1.5
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 if READ-CREATE maximum access is supported will result in a notWritable error and it will be implicitily set to the DEFVAL on row creation. Setting this object to none(0) will set jnxPppLinkConfigAuthenticatorRouting Instance object to an empty string. This object returns a null(0) value on the get operation. New object jnxPppLinkConfigAuthentication2 will reflect the configured values. Setting this object along with the jnxPppLinkConfigAuthentication2 object will return an inconsistentValue error.
Status: deprecated Access: read-only
OBJECT-TYPE    
  JnxPppAuthentication  

jnxPppLinkConfigMaxAuthenRetries 1.3.6.1.4.1.2636.3.68.1.1.1.2.1.6
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 if READ-CREATE maximum access is supported will result in a notWritable error and it will be implicitily set to the DEFVAL on row creation.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..7  

jnxPppLinkConfigStandardIfIndex 1.3.6.1.4.1.2636.3.68.1.1.1.2.1.7
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.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

jnxPppLinkConfigChapMinChallengeLength 1.3.6.1.4.1.2636.3.68.1.1.1.2.1.8
Minimum value of the CHAP authenticator challenge length value. This value is never greater than jnxPppLinkConfigChapMaxChallengeLength.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 8..63  

jnxPppLinkConfigChapMaxChallengeLength 1.3.6.1.4.1.2636.3.68.1.1.1.2.1.9
Maximum value of the CHAP authenticator challenge length value. This value is never less than jnxPppLinkConfigChapMinChallengeLength.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 8..63  

jnxPppLinkConfigPassiveMode 1.3.6.1.4.1.2636.3.68.1.1.1.2.1.10
When enabled, LCP state machine is forced into passive mode on lower layer UP message. It adds compatibility with slow and buggy clients.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

jnxPppLinkConfigAuthenticatorLogicalSystem 1.3.6.1.4.1.2636.3.68.1.1.1.2.1.11
The name of the logical system to be used for authentication on the PPP interface.With READ-CREATE maximum access , setting this object statically binds the authenticating logical system 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 a non-null string returns inconsistentValue error if jnxPppLinkConfigAuthentication object is none(0) or not configured.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

jnxPppLinkConfigAuthenticatorRoutingInstance 1.3.6.1.4.1.2636.3.68.1.1.1.2.1.12
The name of the routing instancebe used for authentication on the PPP interface. With READ-CREATE maximum access, setting this object statically binds the authenticating routing instance 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 a non-null string returns inconsistentValue error if jnxPppLinkConfigAuthentication object is none(0) or not configured.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

jnxPppLinkConfigAaaProfile 1.3.6.1.4.1.2636.3.68.1.1.1.2.1.13
The name of the AAA profile to be used for authentication on the PPP interface. With READ-CREATE maximum access, setting this object statically binds the AAA profile with the PPP interface. If this object is not explicitly set or it is set to null string, then this object is ignored. On a Set operation, if the value of this object is not null and does not correspond to an existing AAA profile, then an inconsistentValue error is returned.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

jnxPppLinkConfigAuthentication2 1.3.6.1.4.1.2636.3.68.1.1.1.2.1.14
A configuration variable comprised of nibbles i.e. 4 bits, such that a client can supply a list of 0 to 8 selections. The least significant nibble is the first value of the list, and the most significant nibble is the last value. The value in each field ranges from 0 to 15, however the first nibble with value 0 indicates the end of the list. Repetition of values is not allowed. Segregation of values is not allowed. Valid Values are: none - 0 pap - 1 chap - 2 eap - 3 Example valid encoding: 0x00000321 0x00000012 Not a valid encoding: 0x00000121 0x01002001 If authentication negotiation is not supported for this PPP interface and with READ-CREATE maximum access ,any attempt to explicitly set this object will result in a notWritable error and it will be implicitly set to the DEFVAL on row creation. Setting this object to null will set jnxPppLinkConfigAuthenticatorRoutingInstance object to an empty string. Setting this object along with the jnxPppLinkConfigAuthentication object will return an inconsistentValue error.
Status: current Access: read-only
OBJECT-TYPE    
  JnxNibbleConfig  

jnxPppLinkConfigIgnoreMagicNumberMismatch 1.3.6.1.4.1.2636.3.68.1.1.1.2.1.15
The ignore magic number mismatch option of the PPP interface determines the action to be taken, when the peer has not negotiated any value yet sent null or invalid magic number in the LCP echo packets. The two actions that can be configured are: 1) Ignore the mismatch and retain connection 2) Disallow the mismatch and terminate connection
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

jnxPppLinkConfigMaxLcpRenegotiation 1.3.6.1.4.1.2636.3.68.1.1.1.2.1.16
Maximum number of allowed lcp renegotiation attempts from peer.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..65535  

jnxPppNextIfIndex 1.3.6.1.4.1.2636.3.68.1.1.1.3
Coordinate ifIndex value allocation for entries in the jnxPppLinkConfigTable. 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.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndexOrZero  

jnxPppIpTable 1.3.6.1.4.1.2636.3.68.1.1.3.1
Table containing the IP parameters for the local PPP entity.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    JnxPppIpEntry

jnxPppIpEntry 1.3.6.1.4.1.2636.3.68.1.1.3.1.1
IPCP status information for a particular PPP link.
Status: current Access: not-accessible
OBJECT-TYPE    
  JnxPppIpEntry  

jnxPppIpServiceStatus 1.3.6.1.4.1.2636.3.68.1.1.3.1.1.1
Indicates whether IP protocol service is operating over this PPP link. Service is established on this link through means outside this MIB.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

jnxPppIpTerminateReason 1.3.6.1.4.1.2636.3.68.1.1.3.1.1.2
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 jnxPppIpTerminateNegFailOption.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER none(0), other(1), noService(2), admin(3), linkDown(4), peerTerminated(5), peerRenegotiated(6), maxRetriesExceeded(7), negotiationFailure(8)  

jnxPppIpTerminateNegFailOption 1.3.6.1.4.1.2636.3.68.1.1.3.1.1.3
Reports the PPP IPCP option for which negotiation failed, when jnxPppIpTerminateReason has the value 'negotiationFailure'.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER none(0), other(1), localIpAddress(2), remoteIpAddress(3), remotePrimaryDnsAddress(4), remoteSecondaryDnsAddress(5), remotePrimaryWinsAddress(6), remoteSecondaryWinsAddress(7), localIpAddressMask(8), remoteIpAddressMask(9)  

jnxPppIpLocalIpAddress 1.3.6.1.4.1.2636.3.68.1.1.3.1.1.4
IP Address used by the local side.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

jnxPppIpRemoteIpAddress 1.3.6.1.4.1.2636.3.68.1.1.3.1.1.5
IP Address used by the remote side.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

jnxPppIpRemotePrimaryDnsAddress 1.3.6.1.4.1.2636.3.68.1.1.3.1.1.6
Primary DNS server used by the remote side.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

jnxPppIpRemoteSecondaryDnsAddress 1.3.6.1.4.1.2636.3.68.1.1.3.1.1.7
Secondary DNS server used by the remote side.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

jnxPppIpRemotePrimaryWinsAddress 1.3.6.1.4.1.2636.3.68.1.1.3.1.1.8
Primary WINS server used by the remote side.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

jnxPppIpRemoteSecondaryWinsAddress 1.3.6.1.4.1.2636.3.68.1.1.3.1.1.9
Secondary WINS server used by the remote side.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

jnxPppIpNetworkStatusIpcpRenegoTerminates 1.3.6.1.4.1.2636.3.68.1.1.3.1.1.10
Number of times ipcp terminated due to peer exceeding max renegotiation attempts.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

jnxPppIpConfigTable 1.3.6.1.4.1.2636.3.68.1.1.3.2
Table containing the IP parameters for the local PPP entity.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    JnxPppIpConfigEntry

jnxPppIpConfigEntry 1.3.6.1.4.1.2636.3.68.1.1.3.2.1
IPCP configuration information for a particular PPP link.
Status: current Access: not-accessible
OBJECT-TYPE    
  JnxPppIpConfigEntry  

jnxPppIpConfigPeerDnsPriority 1.3.6.1.4.1.2636.3.68.1.1.3.2.1.1
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.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

jnxPppIpConfigPeerWinsPriority 1.3.6.1.4.1.2636.3.68.1.1.3.2.1.2
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.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

jnxPppIpConfigIpcpNetmask 1.3.6.1.4.1.2636.3.68.1.1.3.2.1.3
Enables the negotiation of the IPCP option netmask (0x90) during IPCP negotiation.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

jnxPppIpConfigInitiateIp 1.3.6.1.4.1.2636.3.68.1.1.3.2.1.4
Enables the initiation of negotiation of the IPCP.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

jnxPppIpConfigMaxIpcpRenegotiation 1.3.6.1.4.1.2636.3.68.1.1.3.2.1.5
Maximum number of allowed ipcp renegotiation attempts from peer.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..65535  

jnxPppIpConfigPromptIpcpDnsOption 1.3.6.1.4.1.2636.3.68.1.1.3.2.1.6
Control prompting of IPCP DNS option to remote peer.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

jnxPppIpConfigIpcpLockout 1.3.6.1.4.1.2636.3.68.1.1.3.2.1.7
Enables IPCP lockout. It determines whether this NCP can be negotiated when the interface is already running a different NCP. On enabling this option, the IPCP negotiation will be blocked after a different NCP service is up and waited for 10 seconds for IPCP initiation from peer.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

jnxPppOsiTable 1.3.6.1.4.1.2636.3.68.1.1.4.1
Table containing the OSI parameters for the local PPP entity.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    JnxPppOsiEntry

jnxPppOsiEntry 1.3.6.1.4.1.2636.3.68.1.1.4.1.1
OSICP status information for a particular PPP link.
Status: current Access: not-accessible
OBJECT-TYPE    
  JnxPppOsiEntry  

jnxPppOsiServiceStatus 1.3.6.1.4.1.2636.3.68.1.1.4.1.1.1
Indicates whether OSI protocol service is operating over this PPP link. Service is established on this link through means outside this MIB.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

jnxPppOsiOperStatus 1.3.6.1.4.1.2636.3.68.1.1.4.1.1.2
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.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER opened(1), notOpened(2)  

jnxPppOsiTerminateReason 1.3.6.1.4.1.2636.3.68.1.1.4.1.1.3
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 jnxPppOsiTerminateNegFailOption.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER none(0), other(1), noService(2), admin(3), linkDown(4), peerTerminated(5), peerRenegotiated(6), maxRetriesExceeded(7), negotiationFailure(8)  

jnxPppOsiTerminateNegFailOption 1.3.6.1.4.1.2636.3.68.1.1.4.1.1.4
Reports the PPP OSICP option for which negotiation failed, when jnxPppOsiTerminateReason has the value 'negotiationFailure'.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER none(0), other(1), localAlignNpdu(2), remoteAlignNpdu(3)  

jnxPppOsiLocalAlignNpdu 1.3.6.1.4.1.2636.3.68.1.1.4.1.1.5
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.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER none(0), oneModulo4(1), twoModulo4(2), threeModulo4(3), fourModulo4(4), even(254), odd(255)  

jnxPppOsiRemoteAlignNpdu 1.3.6.1.4.1.2636.3.68.1.1.4.1.1.6
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.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER none(0), oneModulo4(1), twoModulo4(2), threeModulo4(3), fourModulo4(4), even(254), odd(255)  

jnxPppOsiConfigTable 1.3.6.1.4.1.2636.3.68.1.1.4.2
Table containing configuration variables for the OSICP for the local PPP entity.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    JnxPppOsiConfigEntry

jnxPppOsiConfigEntry 1.3.6.1.4.1.2636.3.68.1.1.4.2.1
OSICP information for a particular PPP link.
Status: current Access: not-accessible
OBJECT-TYPE    
  JnxPppOsiConfigEntry  

jnxPppOsiConfigAdminStatus 1.3.6.1.4.1.2636.3.68.1.1.4.2.1.1
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.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER open(1), close(2)  

jnxPppSessionTable 1.3.6.1.4.1.2636.3.68.1.1.5.1
This table contains entries for PPP interfaces present in the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    JnxPppSessionEntry

jnxPppSessionEntry 1.3.6.1.4.1.2636.3.68.1.1.5.1.1
Each entry describes the characteristics of a PPP interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  JnxPppSessionEntry  

jnxPppSessionGrant 1.3.6.1.4.1.2636.3.68.1.1.5.1.1.1
Indicates whether a session has been granted via the authentication mechanism.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

jnxPppSessionTerminateReason 1.3.6.1.4.1.2636.3.68.1.1.5.1.1.2
The reason the session was terminated.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER none(0), unknown(1), userRequest(2), keepaliveFailure(3), sessionTimeout(4), inactivityTimeout(5), adminDisable(6), lowerLayerDown(7), noUpperInterface(8), deny(9), noHardware(10), noResources(11), noInterface(12), challengeTimeout(13), requestTimeout(14), authenticatorTimeout(15), addressLeaseExpired(16), adminLogout(17), tunnelFailed(18)  

jnxPppSessionStartTime 1.3.6.1.4.1.2636.3.68.1.1.5.1.1.3
The value of sysUpTime when this session last became active.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

jnxPppSessionInOctets 1.3.6.1.4.1.2636.3.68.1.1.5.1.1.4
Number of octets received since this session last became active, as denoted by jnxPppSessionStartTime. This has been deprecated and replaced by jnxPppSessionInOctets64
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

jnxPppSessionOutOctets 1.3.6.1.4.1.2636.3.68.1.1.5.1.1.5
Number of octets sent since this session last became active, as denoted by jnxPppSessionStartTime. This has been deprecated and replaced by jnxPppSessionOutOctets64
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

jnxPppSessionInPackets 1.3.6.1.4.1.2636.3.68.1.1.5.1.1.6
Number of packets received since this session last became active, as denoted by jnxPppSessionStartTime. This has been deprecated and replaced by jnxPppSessionInPackets64
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

jnxPppSessionOutPackets 1.3.6.1.4.1.2636.3.68.1.1.5.1.1.7
Number of packets sent since this session last became active, as denoted by jnxPppSessionStartTime. This has been deprecated and replaced by jnxPppSessionOutPackets64
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

jnxPppSessionSessionTimeout 1.3.6.1.4.1.2636.3.68.1.1.5.1.1.8
Maximum duration for the session, after which the session terminates automatically.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..2147483647  

jnxPppSessionInactivityTimeout 1.3.6.1.4.1.2636.3.68.1.1.5.1.1.9
Maximum inactivity duration for the session, after which the session terminates automatically.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..2147483647  

jnxPppSessionAccountingInterval 1.3.6.1.4.1.2636.3.68.1.1.5.1.1.10
Interval that must elapse between generation of accounting records for this session.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..2147483647  

jnxPppSessionRemoteIpAddress 1.3.6.1.4.1.2636.3.68.1.1.5.1.1.11
Remote IP address, obtained from the authentication service, to be used during IPCP negotiation with the remote side.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

jnxPppSessionRemotePrimaryDnsAddress 1.3.6.1.4.1.2636.3.68.1.1.5.1.1.12
Remote primary DNS IP address, obtained from the authentication service, to be used during IPCP negotiation with the remote side.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

jnxPppSessionRemoteSecondaryDnsAddress 1.3.6.1.4.1.2636.3.68.1.1.5.1.1.13
Remote secondary DNS IP address, obtained from the authentication service, to be used during IPCP negotiation with the remote side.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

jnxPppSessionRemotePrimaryWinsAddress 1.3.6.1.4.1.2636.3.68.1.1.5.1.1.14
Remote primary WINS IP address, obtained from the authentication service, to be used during IPCP negotiation with the remote side.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

jnxPppSessionRemoteSecondaryWinsAddress 1.3.6.1.4.1.2636.3.68.1.1.5.1.1.15
Remote secondary WINS IP address, obtained from the authentication service, to be used during IPCP negotiation with the remote side.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

jnxPppSessionRemoteIpv6AddressIfIdentifier 1.3.6.1.4.1.2636.3.68.1.1.5.1.1.16
IPV6 Address Interface Identifier obtained from the authentication service, to be used during IPCP negotiation with the remote side.
Status: current Access: read-only
OBJECT-TYPE    
  Ipv6AddressIfIdentifier  

jnxPppSessionInhibitIp 1.3.6.1.4.1.2636.3.68.1.1.5.1.1.17
Indicates whether a session has had its IP service inhibited by the authentication mechanism.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

jnxPppSessionInhibitIpv6 1.3.6.1.4.1.2636.3.68.1.1.5.1.1.18
Indicates whether a session has had its IPv6 service inhibited by the authentication mechanism.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

jnxPppSessionInOctets64 1.3.6.1.4.1.2636.3.68.1.1.5.1.1.19
Number of octets received since this session last became active, as denoted by jnxPppSessionStartTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

jnxPppSessionOutOctets64 1.3.6.1.4.1.2636.3.68.1.1.5.1.1.20
Number of octets sent since this session last became active, as denoted by jnxPppSessionStartTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

jnxPppSessionInPackets64 1.3.6.1.4.1.2636.3.68.1.1.5.1.1.21
Number of packets received since this session last became active, as denoted by jnxPppSessionStartTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

jnxPppSessionOutPackets64 1.3.6.1.4.1.2636.3.68.1.1.5.1.1.22
Number of packets sent since this session last became active, as denoted by jnxPppSessionStartTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

jnxPppMlPppBundleTable 1.3.6.1.4.1.2636.3.68.1.1.6.1
This table contains entries for MLPPP bundles present in the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    JnxPppMlPppBundleEntry

jnxPppMlPppBundleEntry 1.3.6.1.4.1.2636.3.68.1.1.6.1.1
Each entry describes the characteristics of a MLPPP bundle.
Status: current Access: not-accessible
OBJECT-TYPE    
  JnxPppMlPppBundleEntry  

jnxPppMlPppBundleName 1.3.6.1.4.1.2636.3.68.1.1.6.1.1.1
The administrative name of the MLPPP bundle associated with this MLPPP network interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  JnxPppMlPppBundleName  

jnxPppMlPppBundleRowStatus 1.3.6.1.4.1.2636.3.68.1.1.6.1.1.2
The rowStatus for this entry. The following sets are supported with read-create maximum access: createAndGo(4), destroy(6) The following values can be read from this object: active(1)
Status: current Access: read-only
OBJECT-TYPE    
  RowStatus  

jnxPppMlPppBundleNetworkIfIndex 1.3.6.1.4.1.2636.3.68.1.1.6.1.1.3
The ifIndex of this MLPPP network interface. It is a valid ifIndex even if there is no corresponding network interface instance in the jnxPppMlPppLinkConfigTable.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

jnxPppMlPppNextLinkIfIndex 1.3.6.1.4.1.2636.3.68.1.1.6.2
Coordinate ifIndex value allocation for entries in jnxPppMlPppLinkConfigTable. 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.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndexOrZero  

jnxPppMlPppLinkConfigTable 1.3.6.1.4.1.2636.3.68.1.1.6.3
This table contains entries for MLPPP interfaces present in the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    JnxPppMlPppLinkConfigEntry

jnxPppMlPppLinkConfigEntry 1.3.6.1.4.1.2636.3.68.1.1.6.3.1
Each entry describes the characteristics of MLPPP interface. With read-create maximum access,creating/deleting entries in this table causes corresponding entries for be created/deleted in ifTable/ifXTable/jnxIfTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  JnxPppMlPppLinkConfigEntry  

jnxPppMlPppLinkConfigIfIndex 1.3.6.1.4.1.2636.3.68.1.1.6.3.1.1
The ifIndex of the MLPPP interface. When creating entries in this table, suitable values for this object are determined by reading jnxPppMlPppNextLinkIfIndex.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

jnxPppMlPppLinkConfigLowerIfIndex 1.3.6.1.4.1.2636.3.68.1.1.6.3.1.2
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.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndexOrZero  

jnxPppMlPppLinkConfigKeepalive 1.3.6.1.4.1.2636.3.68.1.1.6.3.1.4
Keepalive interval in seconds. A value of zero disables keepalive. Keepalive is performed using LCP Echo.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0 | 10..64800  

jnxPppMlPppLinkConfigAuthentication 1.3.6.1.4.1.2636.3.68.1.1.6.3.1.5
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 MLPPP 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. This object returns a none (0) value on the get operation. New object jnxPppMlPppLinkConfigAuthentication2 will reflect the configured values. Setting this object along with the jnxPppMlPppLinkConfigAuthentication2 object will return an inconsistentValue error.
Status: deprecated Access: read-only
OBJECT-TYPE    
  JnxPppAuthentication  

jnxPppMlPppLinkConfigMaxAuthenRetries 1.3.6.1.4.1.2636.3.68.1.1.6.3.1.6
The number of authentication retries permitted, in addition to a failed initial attempt. If all retries fail, the link is reset.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..7  

jnxPppMlPppLinkConfigRowStatus 1.3.6.1.4.1.2636.3.68.1.1.6.3.1.7
Controls creation/deletion of entries in this table with read-carete maximum access,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: jnxPppMlPppLinkConfigRowStatus jnxPppMlPppLinkConfigLowerIfIndex In addition, when creating an entry the following conditions must hold: A value for jnxPppMlPppLinkConfigIndex must have been determined previously, by reading jnxPppMlPppNextIfIndex. The interface identified by jnxPppMlPppLinkConfigLowerIfIndex must exist. A corresponding entry in ifTable/ifXTable/jnxIfTable is created/destroyed as a result of creating/destroying an entry in this table. The following values can be read from this object: active(1)
Status: current Access: read-only
OBJECT-TYPE    
  RowStatus  

jnxPppMlPppLinkConfigAaaProfile 1.3.6.1.4.1.2636.3.68.1.1.6.3.1.8
The name of the AAA profile to be used for authentication on the PPP interface.Setting this object statically binds the AAA profile with the PPP interface. If this object is not explicitly set or it is set to null string, then this object is ignored. On a Set operation, if the value of this object is not null and does not correspond to an existin AAA profile, then an inconsistentValue error is returned.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

jnxPppMlPppLinkConfigChapMinChallengeLength 1.3.6.1.4.1.2636.3.68.1.1.6.3.1.9
Minimum value of the CHAP authenticator challenge length value. This value is never allowed to be set to a value greater than jnxPppMlPppLinkConfigChapMaxChallengeLength.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 8..63  

jnxPppMlPppLinkConfigChapMaxChallengeLength 1.3.6.1.4.1.2636.3.68.1.1.6.3.1.10
Maximum value of the CHAP authenticator challenge length value.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 8..63  

jnxPppMlPppLinkConfigPassiveMode 1.3.6.1.4.1.2636.3.68.1.1.6.3.1.11
When enabled, LCP state machine is forced into passive mode on lower layer UP message. It adds compatibility with slow and buggy clients.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

jnxPppMlPppLinkConfigAuthenticatorLogicalSystem 1.3.6.1.4.1.2636.3.68.1.1.6.3.1.12
The name of the Logical System (Jnxper-ROUTER-MIB.jnxRouterName) to be used for authentication on the PPP interface. Setting this object statically binds the authenticating virtual router with the link interface. With read-create maximum access, 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.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

jnxPppMlPppLinkConfigAuthenticatorRoutingInstance 1.3.6.1.4.1.2636.3.68.1.1.6.3.1.13
The name of the Routing Instance (Jnxper-ROUTER-MIB.jnxRouterName) to be used for authentication on the PPP interface. Setting this object statically binds the authenticating virtual router with the link interface. With read-create maximum access, 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.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

jnxPppMlPppLinkConfigFragmentation 1.3.6.1.4.1.2636.3.68.1.1.6.3.1.14
Enables MLPPP fragmentation.With read-create maximum access, changing this object has an effect when the link is next restarted.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

jnxPppMlPppLinkConfigReassembly 1.3.6.1.4.1.2636.3.68.1.1.6.3.1.15
Enables MLPPP reassembly. With read-create maximum access, changing this object has an effect when the link is next restarted.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

jnxPppMlPppLinkConfigMaxReceiveReconstructedUnit 1.3.6.1.4.1.2636.3.68.1.1.6.3.1.16
The Maximum Receive Reconstructed Unit (MRRU) that the local PPP entity will advertise to the remote entity. If the value of this variable is 1, then the MRRU is set to the local MRU value. With read-create maximum access, changing this object has an effect when the link is next restarted.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1 | 64..65535  

jnxPppMlPppLinkConfigFragmentSize 1.3.6.1.4.1.2636.3.68.1.1.6.3.1.17
The size of fragments transmitted by the local PPP entity. If the value of this variable is 1, then the fragment size is set to the link's MTU value. With read-create maximum access, changing this object has an effect when the link is next restarted.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1 | 128..65535  

jnxPppMlPppLinkConfigHashLinkSelection 1.3.6.1.4.1.2636.3.68.1.1.6.3.1.18
Enables MLPPP hash-based link selection for non-best-effort traffic. With read-create maximum access,changing this object has an effect when the link is next restarted.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

jnxPppMlPppLinkConfigAuthentication2 1.3.6.1.4.1.2636.3.68.1.1.6.3.1.19
A configuration variable comprised of nibbles i.e. 4 bits, such that a client can supply a list of 0 to 8 selections. The least significant nibble is the first value of the list, and the most significant nibble is the last value. The value in each field ranges from 0 to 15, however the first nibble with value 0 indicates the end of the list. Repetition of values is not allowed. Segregation of values is not allowed. Valid Values are: none - 0 pap - 1 chap - 2 eap - 3 Example valid encoding: 0x00000321 0x00000012 Not a valid encoding: 0x00000121 0x01002001 If authentication negotiation is not supported for this PPP interface and With read-create maximum access, then any attempt to explicitly set this object will result in a notWritable error and it will be implicitly set to the DEFVAL on row creation. Setting this object to null will set jnxPppMlPppLinkConfigAuthenticatorVirtualRouter object to an empty string.Setting this object along with the jnxPppMlPppLinkConfigAuthentication object will return an i nconsistentValue error.
Status: current Access: read-only
OBJECT-TYPE    
  JnxNibbleConfig  

jnxPppMlPppLinkConfigIgnoreMagicNumberMismatch 1.3.6.1.4.1.2636.3.68.1.1.6.3.1.20
The ignore magic number mismatch option of the PPP interface determines the action to be taken, when the peer has not negotiated any value yet sent null or invalid magic number in the LCP echo packets. The two actions that can be configured are: 1) Ignore the mismatch and retain connection 2) Disallow the mismatch and terminate connection
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

jnxPppMlPppLinkConfigMultilinkMulticlass 1.3.6.1.4.1.2636.3.68.1.1.6.3.1.21
Enables Multiclass Multilink PPP (MCML). With read-create maximum access,changing this object has an effect when the link is next restarted.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

jnxPppMlPppLinkConfigMultilinkMaxMultiClasses 1.3.6.1.4.1.2636.3.68.1.1.6.3.1.22
Maximum number of MCML classes to be negotiated.With read-create maximum access,changing this object has an effect when the link is next restarted.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..8  

jnxPppMlPppNextNetworkIfIndex 1.3.6.1.4.1.2636.3.68.1.1.6.4
Coordinate ifIndex value allocation for entries in jnxPppMlPppNetworkConfigTable. 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.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndexOrZero  

jnxPppMlPppNetworkConfigTable 1.3.6.1.4.1.2636.3.68.1.1.6.5
This table contains entries for MLPPP network interfaces present in the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    JnxPppMlPppNetworkConfigEntry

jnxPppMlPppNetworkConfigEntry 1.3.6.1.4.1.2636.3.68.1.1.6.5.1
Each entry describes the characteristics of MLPPP interface. With read-create maximum access,creating/deleting entries in this table causes corresponding entries for be created/deleted in ifTable/ifXTable/jnxIfTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  JnxPppMlPppNetworkConfigEntry  

jnxPppMlPppNetworkConfigIfIndex 1.3.6.1.4.1.2636.3.68.1.1.6.5.1.1
The ifIndex of the MLPPP network interface. When creating entries in this table, suitable values for this object are determined by reading jnxPppMlPppNextNetworkIfIndex.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

jnxPppMlPppNetworkConfigLowerIfIndex 1.3.6.1.4.1.2636.3.68.1.1.6.5.1.2
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 jnxPppMlPppLinkConfigTable. On gets, the value of this object is the lexicographically least PPP link interface in a potential bundle of PPP link interfaces.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

jnxPppMlPppNetworkBundleName 1.3.6.1.4.1.2636.3.68.1.1.6.5.1.3
The MLPPP bundle name administratively assigned.
Status: current Access: read-only
OBJECT-TYPE    
  JnxPppMlPppBundleName  

jnxPppMlPppNetworkRowStatus 1.3.6.1.4.1.2636.3.68.1.1.6.5.1.4
Controls creation/deletion of entries in this table with read-create maximum access , 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: jnxPppMlPppNetworkConfigLowerIfIndex jnxPppMlPppNetworkBundleName jnxPppMlPppNetworkConfigRowStatus In addition, when creating an entry the following conditions must hold: A value for jnxPppMlPppNetworkConfigIndex must have been determined previously, by reading jnxPppMlPppNextNetworkIfIndex. The interface identified by jnxPppMlPppNetworkConfigLowerIfInde must exist by a creation request to the jnxPppMlPppLinkConfigTable. The bundleName specified in jnxPppMlPppNetworkBundleName must have been created first in the jnxPppMlPppBundleTable. A corresponding entry in ifTable/ifXTable/jnxIfTable is created/destroyed as a result of creating/destroying an entry in this table. The following values can be read from this object: active(1)
Status: current Access: read-only
OBJECT-TYPE    
  RowStatus  

jnxPppMlPppLinkBindTable 1.3.6.1.4.1.2636.3.68.1.1.6.6
This table contains entries for MLPPP Link interface to MLPPP network interfaces bindings.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    JnxPppMlPppLinkBindEntry

jnxPppMlPppLinkBindEntry 1.3.6.1.4.1.2636.3.68.1.1.6.6.1
Each entry describes the MLPPP link interface to MLPPP network interface bindings.
Status: current Access: not-accessible
OBJECT-TYPE    
  JnxPppMlPppLinkBindEntry  

jnxPppMlPppBindNetworkIfIndex 1.3.6.1.4.1.2636.3.68.1.1.6.6.1.1
The ifIndex of the MLPPP network interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

jnxPppMlPppBindLinkIfIndex 1.3.6.1.4.1.2636.3.68.1.1.6.6.1.2
The ifIndex of a MLPPP link interface bound by the MLPPP network interface defined by jnxPppMlPppBindNetworkIfIndex.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

jnxPppMlPppBindRowStatus 1.3.6.1.4.1.2636.3.68.1.1.6.6.1.3
Controls creation/deletion of entries in this table with read-create maximum access, 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: jnxPppMlPppBindRowStatus In addition, when creating an entry the following conditions must hold: The interfaces identified by jnxPppMlPppBindNetworkIfIndex and jnxPppMlPppBindLinkIfIndex must be created in the jnxPppMlPppNetworkConfigTable and jnxPppMlPppLinkConfigTable respectively. A MLPPP bundle must be associated with the jnxPppMlPppNetworkIfIndex and exist in the jnxPppMibPppBundleTable. A corresponding entry in ifStackTable is created/destroyed as a result of creating/destroying an entry in this table. The following values can be read from this object: active(1)
Status: current Access: read-only
OBJECT-TYPE    
  RowStatus  

jnxPppSummaryPppInterfaceCount 1.3.6.1.4.1.2636.3.68.1.1.7.1
The total number of PPP interfaces configured in the system.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

jnxPppSummaryPppIpNCPs 1.3.6.1.4.1.2636.3.68.1.1.7.2
The total number IP NCPs configured in the system.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

jnxPppSummaryPppOsiNCPs 1.3.6.1.4.1.2636.3.68.1.1.7.3
The total number of OSI NCPs configured in the system.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

jnxPppSummaryPppIfAdminUp 1.3.6.1.4.1.2636.3.68.1.1.7.4
The total number of PPP interfaces in the system that are administratively configured to up(1).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

jnxPppSummaryPppIfAdminDown 1.3.6.1.4.1.2636.3.68.1.1.7.5
The total number of PPP interfaces in the system that are administrateively configued to down(2).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

jnxPppSummaryPppIfOperUp 1.3.6.1.4.1.2636.3.68.1.1.7.7
The total number of PPP interfaces in the system with an operational state of up(1).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

jnxPppSummaryPppIfOperDown 1.3.6.1.4.1.2636.3.68.1.1.7.8
The total number of PPP interfaces in the system with an operational state of down(2).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

jnxPppSummaryPppIfOperDormant 1.3.6.1.4.1.2636.3.68.1.1.7.9
The total number of PPP interfaces in the system with an operational state of dormant(5).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

jnxPppSummaryPppIfNotPresent 1.3.6.1.4.1.2636.3.68.1.1.7.10
The total number of PPP interfaces in the system with an operational state of notPresent(6).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

jnxPppSummaryPppIfLowerLayerDown 1.3.6.1.4.1.2636.3.68.1.1.7.11
The total number of PPP interfaces in the system with an operational state of lowerLayerDown(7).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

jnxPppSummaryPppIpNcpOpened 1.3.6.1.4.1.2636.3.68.1.1.7.12
The total number of PPP IP NCPs in the system with an operational state of opened(1).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

jnxPppSummaryPppIpNcpClosed 1.3.6.1.4.1.2636.3.68.1.1.7.13
The total number of PPP IP NCPs in the system with an operational state of not-opened(2).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

jnxPppSummaryPppOsiNcpOpened 1.3.6.1.4.1.2636.3.68.1.1.7.14
The total number of PPP OSI NCPs in the system with an operational state of opened.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

jnxPppSummaryPppOsiNcpClosed 1.3.6.1.4.1.2636.3.68.1.1.7.15
The total number of PPP OSI NCPs in the system with an operational state of closed.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

jnxPppSummaryPppIfLastChangeTime 1.3.6.1.4.1.2636.3.68.1.1.7.16
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.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

jnxPppSummaryPppLinkInterfaceCount 1.3.6.1.4.1.2636.3.68.1.1.7.17
The total number of PPP Link interfaces configured in the system.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

jnxPppSummaryPppLinkIfAdminUp 1.3.6.1.4.1.2636.3.68.1.1.7.18
The total number of PPP Link interfaces in the system that are administratively configured to up(1).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

jnxPppSummaryPppLinkIfAdminDown 1.3.6.1.4.1.2636.3.68.1.1.7.19
The total number of PPP Link interfaces in the system that are administrateively configued to down(2).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

jnxPppSummaryPppLinkIfOperUp 1.3.6.1.4.1.2636.3.68.1.1.7.20
The total number of PPP Link interfaces in the system with an operational state of up(1).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

jnxPppSummaryPppLinkIfOperDown 1.3.6.1.4.1.2636.3.68.1.1.7.21
The total number of PPP Link interfaces in the system with an operational state of down(2).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

jnxPppSummaryPppLinkIfOperDormant 1.3.6.1.4.1.2636.3.68.1.1.7.22
The total number of PPP Link interfaces in the system with an operational state of dormant(5).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

jnxPppSummaryPppLinkIfNotPresent 1.3.6.1.4.1.2636.3.68.1.1.7.23
The total number of PPP link interfaces in the system with an operational state of notPresent(6).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

jnxPppSummaryPppLinkIfLowerLayerDown 1.3.6.1.4.1.2636.3.68.1.1.7.24
The total number of PPP Link interfaces in the system with an operational state of lowerLayerDown(7).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

jnxPppSummaryPppLinkIfLastChangeTime 1.3.6.1.4.1.2636.3.68.1.1.7.25
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.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

jnxPppSummaryPppNetworkInterfaceCount 1.3.6.1.4.1.2636.3.68.1.1.7.26
The total number of PPP network interfaces configured in the system.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

jnxPppSummaryPppNetworkIpNCPs 1.3.6.1.4.1.2636.3.68.1.1.7.27
The total number IP NCPs in the system configured on PPP network interfaces.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

jnxPppSummaryPppNetworkOsiNCPs 1.3.6.1.4.1.2636.3.68.1.1.7.28
The total number of OSI NCPs in the system configured on PPP network interfaces.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

jnxPppSummaryPppNetworkIfAdminUp 1.3.6.1.4.1.2636.3.68.1.1.7.29
The total number of PPP network interfaces in the system that are administratively configured to up(1).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

jnxPppSummaryPppNetworkIfAdminDown 1.3.6.1.4.1.2636.3.68.1.1.7.30
The total number of PPP network interfaces in the system that are administrateively configued to down(2).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

jnxPppSummaryPppNetworkIfOperUp 1.3.6.1.4.1.2636.3.68.1.1.7.31
The total number of PPP network interfaces in the system with an operational state of up(1).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

jnxPppSummaryPppNetworkIfOperDown 1.3.6.1.4.1.2636.3.68.1.1.7.32
The total number of PPP network interfaces in the system with an operational state of down(2).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

jnxPppSummaryPppNetworkIfOperDormant 1.3.6.1.4.1.2636.3.68.1.1.7.33
The total number of PPP network interfaces in the system with an operational state of dormant(5).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

jnxPppSummaryPppNetworkIfNotPresent 1.3.6.1.4.1.2636.3.68.1.1.7.34
The total number of PPP network interfaces in the system with an operational state of notPresent(6).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

jnxPppSummaryPppNetworkIfLowerLayerDown 1.3.6.1.4.1.2636.3.68.1.1.7.35
The total number of PPP network interfaces in the system with an operational state of lowerLayerDown(7).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

jnxPppSummaryPppNetworkIpNcpOpened 1.3.6.1.4.1.2636.3.68.1.1.7.36
The total number of PPP IP NCPs in the system with an operational state of opened(1).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

jnxPppSummaryPppNetworkIpNcpClosed 1.3.6.1.4.1.2636.3.68.1.1.7.37
The total number of PPP IP NCPs in the system with an operational state of not-opened(2).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

jnxPppSummaryPppNetworkOsiNcpOpened 1.3.6.1.4.1.2636.3.68.1.1.7.38
The total number of PPP OSI NCPs in the system with an operational state of opened.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

jnxPppSummaryPppNetworkOsiNcpClosed 1.3.6.1.4.1.2636.3.68.1.1.7.39
The total number of PPP OSI NCPs in the system with an operational state of closed.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

jnxPppSummaryPppNetworkIfLastChangeTime 1.3.6.1.4.1.2636.3.68.1.1.7.40
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.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

jnxPppSummaryPppIpv6NCPs 1.3.6.1.4.1.2636.3.68.1.1.7.41
The total number IPv6 NCPs configured in the system.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

jnxPppSummaryPppIpv6NcpOpened 1.3.6.1.4.1.2636.3.68.1.1.7.42
The total number of PPP IPv6 NCPs in the system with an operational state of opened(1).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

jnxPppSummaryPppIpv6NcpClosed 1.3.6.1.4.1.2636.3.68.1.1.7.43
The total number of PPP IPv6 NCPs in the system with an operational state of not-opened(2).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

jnxPppSummaryPppNetworkIpv6NCPs 1.3.6.1.4.1.2636.3.68.1.1.7.44
The total number IPv6 NCPs configured in the system.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

jnxPppSummaryPppNetworkIpv6NcpOpened 1.3.6.1.4.1.2636.3.68.1.1.7.45
The total number of PPP IPv6 NCPs in the system with an operational state of opened(1).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

jnxPppSummaryPppNetworkIpv6NcpClosed 1.3.6.1.4.1.2636.3.68.1.1.7.46
The total number of PPP IPv6 NCPs in the system with an operational state of not-opened(2).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

jnxPppSummaryPppStaticInterfaceCount 1.3.6.1.4.1.2636.3.68.1.1.7.47
The total number of static PPP interfaces configured in the system.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

jnxPppSummaryPppMplsNCPs 1.3.6.1.4.1.2636.3.68.1.1.7.48
The total number MPLS NCPs configured in the system.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

jnxPppSummaryPppIpAdminOpen 1.3.6.1.4.1.2636.3.68.1.1.7.49
The total number of IP NCPs in the system that are administratively configured to open(1).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

jnxPppSummaryPppIpAdminClose 1.3.6.1.4.1.2636.3.68.1.1.7.50
The total number of IP NCPs in the system that are administratively configured to close(2).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

jnxPppSummaryPppIpv6AdminOpen 1.3.6.1.4.1.2636.3.68.1.1.7.51
The total number of IPV6 NCPs in the system that are administratively configured to open(1).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

jnxPppSummaryPppIpv6AdminClose 1.3.6.1.4.1.2636.3.68.1.1.7.52
The total number of IPV6 NCPs in the system that are administratively configured to close(2).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

jnxPppSummaryPppOsiAdminOpen 1.3.6.1.4.1.2636.3.68.1.1.7.53
The total number of OSI NCPs in the system that are administratively configured to open(1).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

jnxPppSummaryPppOsiAdminClose 1.3.6.1.4.1.2636.3.68.1.1.7.54
The total number of OSI NCPs in the system that are administratively configured to close(2).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

jnxPppSummaryPppMplsAdminOpen 1.3.6.1.4.1.2636.3.68.1.1.7.55
The total number of MPLS NCPs in the system that are administratively configured to open(1).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

jnxPppSummaryPppMplsAdminClose 1.3.6.1.4.1.2636.3.68.1.1.7.56
The total number of MPLS NCPs in the system that are administratively configured to close(2).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

jnxPppSummaryPppIpNcpNotPresent 1.3.6.1.4.1.2636.3.68.1.1.7.57
The total number of PPP IP NCPs in the system with an operational state of notPresent(3).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

jnxPppSummaryPppIpNcpNoResources 1.3.6.1.4.1.2636.3.68.1.1.7.58
The total number of PPP IP NCPs in the system with an operational state of noResources(4).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

jnxPppSummaryPppIpv6NcpNotPresent 1.3.6.1.4.1.2636.3.68.1.1.7.59
The total number of PPP IPV6 NCPs in the system with an operational state of notPresent(3).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

jnxPppSummaryPppIpv6NcpNoResources 1.3.6.1.4.1.2636.3.68.1.1.7.60
The total number of PPP IPV6 NCPs in the system with an operational state of noResources(4).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

jnxPppSummaryPppOsiNcpNotPresent 1.3.6.1.4.1.2636.3.68.1.1.7.61
The total number of PPP OSI NCPs in the system with an operational state of notPresent(3).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

jnxPppSummaryPppOsiNcpNoResources 1.3.6.1.4.1.2636.3.68.1.1.7.62
The total number of PPP OSI NCPs in the system with an operational state of noResources(4).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

jnxPppSummaryPppMplsNcpOpened 1.3.6.1.4.1.2636.3.68.1.1.7.63
The total number of PPP MPLS NCPs in the system with an operational state of opened(1).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

jnxPppSummaryPppMplsNcpClosed 1.3.6.1.4.1.2636.3.68.1.1.7.64
The total number of PPP MPLS NCPs in the system with an operational state of not-opened(2).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

jnxPppSummaryPppMplsNcpNotPresent 1.3.6.1.4.1.2636.3.68.1.1.7.65
The total number of PPP MPLS NCPs in the system with an operational state of notPresent(3).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

jnxPppSummaryPppMplsNcpNoResources 1.3.6.1.4.1.2636.3.68.1.1.7.66
The total number of PPP MPLS NCPs in the system with an operational state of noResources(4).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

jnxPppSummaryPppLinkStaticInterfaceCount 1.3.6.1.4.1.2636.3.68.1.1.7.67
The total number of static PPP Link interfaces configured in the system.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

jnxPppSummaryPppNetworkStaticInterfaceCount 1.3.6.1.4.1.2636.3.68.1.1.7.68
The total number of static PPP network interfaces configured in the system.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

jnxPppSummaryPppNetworkMplsNCPs 1.3.6.1.4.1.2636.3.68.1.1.7.69
The total number of MPLS NCPs in the system configured on PPP network interfaces.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

jnxPppSummaryPppNetworkIpAdminOpen 1.3.6.1.4.1.2636.3.68.1.1.7.70
The total number of IP NCPs in the system configured on PPP network interfaces that are administratively configured to open(1).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

jnxPppSummaryPppNetworkIpAdminClose 1.3.6.1.4.1.2636.3.68.1.1.7.71
The total number of IP NCPs in the system configured on PPP network interfaces that are administratively configured to close(2).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

jnxPppSummaryPppNetworkIpv6AdminOpen 1.3.6.1.4.1.2636.3.68.1.1.7.72
The total number of IPV6 NCPs in the system configured on PPP network interfaces that are administratively configured to open(1).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

jnxPppSummaryPppNetworkIpv6AdminClose 1.3.6.1.4.1.2636.3.68.1.1.7.73
The total number of IPV6 NCPs in the system configured on PPP network interfaces that are administratively configured to close(2).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

jnxPppSummaryPppNetworkOsiAdminOpen 1.3.6.1.4.1.2636.3.68.1.1.7.74
The total number of OSI NCPs in the system configured on PPP network interfaces that are administratively configured to open(1).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

jnxPppSummaryPppNetworkOsiAdminClose 1.3.6.1.4.1.2636.3.68.1.1.7.75
The total number of OSI NCPs in the system configured on PPP network interfaces that are administratively configured to close(2).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

jnxPppSummaryPppNetworkMplsAdminOpen 1.3.6.1.4.1.2636.3.68.1.1.7.76
The total number of MPLS NCPs in the system configured on PPP network interfaces that are administratively configured to open(1).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

jnxPppSummaryPppNetworkMplsAdminClose 1.3.6.1.4.1.2636.3.68.1.1.7.77
The total number of MPLS NCPs in the system configured on PPP network interfaces that are administratively configured to close(2).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

jnxPppSummaryPppNetworkIpNcpNotPresent 1.3.6.1.4.1.2636.3.68.1.1.7.78
The total number of IP NCPs in the system configured on PPP network interfaces with an operational state of notPresent(3).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

jnxPppSummaryPppNetworkIpNcpNoResources 1.3.6.1.4.1.2636.3.68.1.1.7.79
The total number of IP NCPs in the system configured on PPP network interfaces with an operational state of noResources(4).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

jnxPppSummaryPppNetworkIpv6NcpNotPresent 1.3.6.1.4.1.2636.3.68.1.1.7.80
The total number of IPV6 NCPs in the system configured on PPP network interfaces with an operational state of notPresent(3).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

jnxPppSummaryPppNetworkIpv6NcpNoResources 1.3.6.1.4.1.2636.3.68.1.1.7.81
The total number of IPV6 NCPs in the system configured on PPP network interfaces with an operational state of noResources(4).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

jnxPppSummaryPppNetworkOsiNcpNotPresent 1.3.6.1.4.1.2636.3.68.1.1.7.82
The total number of OSI NCPs in the system configured on PPP network interfaces with an operational state of notPresent(3).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

jnxPppSummaryPppNetworkOsiNcpNoResources 1.3.6.1.4.1.2636.3.68.1.1.7.83
The total number of OSI NCPs in the system configured on PPP network interfaces with an operational state of noResources(4).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

jnxPppSummaryPppNetworkMplsNcpOpened 1.3.6.1.4.1.2636.3.68.1.1.7.84
The total number of MPLS NCPs in the system configured on PPP network interfaces with an operational state of opened(1).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

jnxPppSummaryPppNetworkMplsNcpClosed 1.3.6.1.4.1.2636.3.68.1.1.7.85
The total number of MPLS NCPs in the system configured on PPP network interfaces with an operational state of not-opened(2).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

jnxPppSummaryPppNetworkMplsNcpNotPresent 1.3.6.1.4.1.2636.3.68.1.1.7.86
The total number of MPLS NCPs in the system configured on PPP network interfaces with an operational state of notPresent(3).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

jnxPppSummaryPppNetworkMplsNcpNoResources 1.3.6.1.4.1.2636.3.68.1.1.7.87
The total number of MPLS NCPs in the system configured on PPP network interfaces with an operational state of noResources(4).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

jnxPppIpv6Table 1.3.6.1.4.1.2636.3.68.1.1.8.1
Table containing the IPv6 parameters for the local PPP entity.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    JnxPppIpv6Entry

jnxPppIpv6Entry 1.3.6.1.4.1.2636.3.68.1.1.8.1.1
IPV6CP status information for a particular PPP link.
Status: current Access: not-accessible
OBJECT-TYPE    
  JnxPppIpv6Entry  

jnxPppIpv6ServiceStatus 1.3.6.1.4.1.2636.3.68.1.1.8.1.1.1
Indicates whether IPv6 protocol service is operating over this PPP link. Service is established on this link through means outside this MIB.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

jnxPppIpv6OperStatus 1.3.6.1.4.1.2636.3.68.1.1.8.1.1.2
The operational status of the IPv6 network protocol. If the value of this object is up then the finite state machine for the IPv6 network protocol has reached the Opened state.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER opened(1), notOpened(2)  

jnxPppIpv6TerminateReason 1.3.6.1.4.1.2636.3.68.1.1.8.1.1.3
Reason the IPV6CP link was terminated: none None. other Not specified. noService No IPv6 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 IPV6CP option. See jnxPppIpv6TerminateNegFailOption.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER none(0), other(1), noService(2), admin(3), linkDown(4), peerTerminated(5), peerRenegotiated(6), maxRetriesExceeded(7), negotiationFailure(8)  

jnxPppIpv6TerminateNegFailOption 1.3.6.1.4.1.2636.3.68.1.1.8.1.1.4
Reports the PPP IPV6CP option for which negotiation failed, when jnxPppIpv6TerminateReason has the value 'negotiationFailure'.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER none(0), other(1), localIpv6AddressIfIdentifier(2), remoteIpv6AddressIfIdentifier(3)  

jnxPppIpv6LocalIpv6AddressIfIdentifier 1.3.6.1.4.1.2636.3.68.1.1.8.1.1.5
IPv6 Address Interface Identifier used by the local side.
Status: current Access: read-only
OBJECT-TYPE    
  Ipv6AddressIfIdentifier  

jnxPppIpv6RemoteIpv6AddressIfIdentifier 1.3.6.1.4.1.2636.3.68.1.1.8.1.1.6
IPv6 Address Interface Identifier used by the remote side.
Status: current Access: read-only
OBJECT-TYPE    
  Ipv6AddressIfIdentifier  

jnxPppIpv6NetworkStatusIpv6cpRenegoTerminates 1.3.6.1.4.1.2636.3.68.1.1.8.1.1.7
Number of times ipv6cp terminated due to peer exceeding max renegotiation attempts.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

jnxPppIpv6ConfigTable 1.3.6.1.4.1.2636.3.68.1.1.8.2
Table containing the IPv6 parameters for the local PPP entity.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    JnxPppIpv6ConfigEntry

jnxPppIpv6ConfigEntry 1.3.6.1.4.1.2636.3.68.1.1.8.2.1
IPV6CP configuration information for a particular PPP link.
Status: current Access: not-accessible
OBJECT-TYPE    
  JnxPppIpv6ConfigEntry  

jnxPppIpv6ConfigAdminStatus 1.3.6.1.4.1.2636.3.68.1.1.8.2.1.1
The immediate desired status of the IPv6 network protocol. Setting this object to open will inject an administrative open event into the IPv6 network protocol's finite state machine. Setting this object to close will inject an administrative close event into the IPv6 network protocol's finite state machine.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER open(1), close(2)  

jnxPppIpv6ConfigInitiateIpv6 1.3.6.1.4.1.2636.3.68.1.1.8.2.1.2
Enables the initiation of negotiation of the IPv6CP.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

jnxPppIpv6ConfigMaxIpv6cpRenegotiation 1.3.6.1.4.1.2636.3.68.1.1.8.2.1.3
Maximum number of allowed ipv6cp renegotiation attempts from peer.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..65535  

jnxPppPeerIpAddressOptional 1.3.6.1.4.1.2636.3.68.1.1.9.1
This option is used to ignore the conflicts between ppp client's requested IP address and radius/local pool returned address in server during IPNCP negotiation. Enabling this will ensure the IPNCP negotiation to succeed even though the client does not include IP address option in the IPNCP configure request.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER enable(1), disable(2)