Juniper-PPP-PROFILE-MIB
- Registered at
- 1.3.6.1.4.1.4874.2.2.45
- Last updated
- 2009-09-18 07:24
- Organization
- Juniper Networks, Inc.
- Revisions
- 2009-09-18 07:24, 2009-08-10 14:23, 2007-07-12 12:15, 2005-10-19 16:26, 2003-11-03 21:10, 2003-09-29 18:58, 2003-03-11 21:59, 2002-09-16 21:44, 2002-09-03 22:38, 2002-01-25 14:00, 2002-01-16 17:58, 2002-01-08 19:43, 2001-10-02 12:41
- Namespace
- juniper
- Source file
Juniper-PPP-PROFILE-MIB- Digest
sha256:cfefef61aa74f9800e315702b0c041ee81d6b4c289b4df0f7c81252c4779c939
Description
The Point-to-Point Protocol (PPP) Profile MIB for the Juniper Netowrks enterprise. This MIB provides configuration parameters that extend the tables found in the Juniper-PROFILE-MIB to support profiles for PPP interfaces.
Contact
Juniper Networks, Inc. Postal: 10 Technology Park Drive Westford, MA 01886-3146 USA Tel: +1 978 589 5800 Email: mib@Juniper.net
Imports
| From | Symbols |
|---|---|
| Juniper-MIBs | juniMibs |
| Juniper-PPP-MIB | JuniPppAuthentication |
| Juniper-TC | JuniEnable, JuniName, JuniNibbleConfig, JuniSetMap |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP |
| SNMPv2-SMI | Integer32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, Unsigned32, iso |
| SNMPv2-TC | DisplayString, TEXTUAL-CONVENTION |
Imported by
Nothing in this corpus imports this module.
Load order
Every file a consumer needs in order to load this module, dependencies first.
IANAifType-MIB IF-MIB IPV6-TC Juniper-MIBs Juniper-PPP-MIB Juniper-PPP-PROFILE-MIB Juniper-TC Juniper-UNI-SMI SNMPv2-CONF SNMPv2-MIB SNMPv2-SMI SNMPv2-TC
Textual conventions
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| JuniPppProfileMulticlassTcName TEXTUAL-CONVENTION Name of the Traffic class. The bundle name is a characteristic of a MLPPP Multiclass. | current |
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| juniPppProfileObjects OBJECT-IDENTITY | 1.3.6.1.4.1.4874.2.2.45.1 | |||
| juniPppProfile OBJECT-IDENTITY | 1.3.6.1.4.1.4874.2.2.45.1.1 | |||
| juniPppProfileTable OBJECT-TYPE This table contains profiles for configuring PPP interfaces. Entries in this table are created/deleted as a side-effect of corresponding operations to the juniProfileNameTable in the Juniper-PROFILE-MIB. | 1.3.6.1.4.1.4874.2.2.45.1.1.1 | not-accessible | current | |
| juniPppProfileEntry OBJECT-TYPE A profile describing configuration of a PPP interface. | 1.3.6.1.4.1.4874.2.2.45.1.1.1.1 | not-accessible | current | |
| juniPppProfileId OBJECT-TYPE The integer identifier associated with this profile. A value for this identifier is determined by locating or creating a profile name in the Juniper-PROFILE-MIB.juniProfileNameTable. | 1.3.6.1.4.1.4874.2.2.45.1.1.1.1.1 | Unsigned32 | not-accessible | current |
| juniPppProfileSetMap OBJECT-TYPE A bitmap representing which objects in this entry have been explicitly configured. See the definition of the JuniSetMap TEXTUAL-CONVENTION for details of use. The INDEX object(s) and this object are excluded from representation (i.e. their bits are never set). When a SET request does not explicitly configure JuniSetMap, bits in JuniSetMap are set as a side-effect of configuring other profile attributes in the same entry. If, however, a SET request explicitly configures JuniSetMap, the explicitly configured value overrides 1) any previous bit settings, and 2) any simultaneous 'side-effect' settings that would otherwise occur. Once set, bits can only be cleared by explicitly configuring JuniSetMap. | 1.3.6.1.4.1.4874.2.2.45.1.1.1.1.2 | JuniSetMap | read-write | current |
| juniPppProfileLcpMagicNumber OBJECT-TYPE If true(2) then the local node will attempt to perform Magic Number negotiation with the remote node. If false(1) then this negotiation is not performed. In any event, the local node will comply with any magic number negotiations attempted by the remote node, per the PPP specification. | 1.3.6.1.4.1.4874.2.2.45.1.1.1.1.3 | INTEGER {false(1), true(2)} | read-write | current |
| juniPppProfileLcpKeepalive OBJECT-TYPE Keepalive interval in seconds. A value of zero disables keepalive. Keepalive is performed using LCP Echo. | 1.3.6.1.4.1.4874.2.2.45.1.1.1.1.4 | Integer32 (0 | 30..64800) | read-write | current |
| juniPppProfileLcpAuthentication OBJECT-TYPE 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. Setting this object to none will set the juniPppProfileAuthenticatorVirtualRouter object to an empty string. This object returns a none value on the get operation. New object juniPppProfileLcpAuthentication2 will reflect the configured values. Setting this object along with the juniPppProfileLcpAuthentication2 object will return an inconsistentValue error. | 1.3.6.1.4.1.4874.2.2.45.1.1.1.1.5 | JuniPppAuthentication | read-write | deprecated |
| juniPppProfileIpPeerDnsPriority OBJECT-TYPE 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. | 1.3.6.1.4.1.4874.2.2.45.1.1.1.1.6 | JuniEnable | read-write | current |
| juniPppProfileIpPeerWinsPriority OBJECT-TYPE 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. | 1.3.6.1.4.1.4874.2.2.45.1.1.1.1.7 | JuniEnable | read-write | current |
| juniPppProfileLcpInitialMRU OBJECT-TYPE The initial Maximum Receive Unit (MRU) that the local PPP entity will advertise to the remote entity. If the value of this variable is 1 then the local PPP entity will advertise an MRU value determined by its underlying media interface. | 1.3.6.1.4.1.4874.2.2.45.1.1.1.1.8 | Integer32 (1 | 64..65535) | read-write | current |
| juniPppProfilePacketLog OBJECT-TYPE When enabled, allows packet logging on dynamic PPP interfaces. | 1.3.6.1.4.1.4874.2.2.45.1.1.1.1.9 | JuniEnable | read-write | current |
| juniPppProfileStateLog OBJECT-TYPE When enabled, allows state machine logging on dynamic PPP interfaces. | 1.3.6.1.4.1.4874.2.2.45.1.1.1.1.10 | JuniEnable | read-write | current |
| juniPppProfileChapMinChallengeLength OBJECT-TYPE Minimum value of the CHAP authenticator challenge length value. This value is never allowed to be set to a value greater than juniPppProfileChapMaxChallengeLength. | 1.3.6.1.4.1.4874.2.2.45.1.1.1.1.11 | Integer32 (8..63) | read-write | current |
| juniPppProfileChapMaxChallengeLength OBJECT-TYPE Maximum value of the CHAP authenticator challenge length value. This value is never allowed to be set to a value less than juniPppLinkConfigChapMinChallengeLength. | 1.3.6.1.4.1.4874.2.2.45.1.1.1.1.12 | Integer32 (8..63) | read-write | current |
| juniPppProfilePassiveMode OBJECT-TYPE When enabled, LCP state machine is forced into passive mode on lower layer UP message. It adds compatibility with slow and buggy clients. | 1.3.6.1.4.1.4874.2.2.45.1.1.1.1.13 | JuniEnable | read-write | current |
| juniPppProfileMlppp OBJECT-TYPE Enables the creation of dynamic multi-link PPP interfaces. | 1.3.6.1.4.1.4874.2.2.45.1.1.1.1.14 | JuniEnable | read-write | current |
| juniPppProfileIpcpNetmask OBJECT-TYPE Enables the negotiation of the IPCP option netmask (0x90) during IPCP negotiation. | 1.3.6.1.4.1.4874.2.2.45.1.1.1.1.15 | JuniEnable | read-write | current |
| juniPppProfileAuthenticatorVirtualRouter OBJECT-TYPE The name of the virtual router (Juniper-ROUTER-MIB.juniRouterName) 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 value error if juniPppProfileConfigAuthentication object is none or not configured. | 1.3.6.1.4.1.4874.2.2.45.1.1.1.1.16 | JuniName | read-write | current |
| juniPppProfileAaaProfile OBJECT-TYPE 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 existing AAA profile, then an inconsistentValue error is returned. | 1.3.6.1.4.1.4874.2.2.45.1.1.1.1.17 | JuniName | read-write | current |
| juniPppProfileInitiateIp OBJECT-TYPE If enabled, PPP interface will initiate negotiation of IPCP; if disabled, PPP interface will rely on remote PPP client to initiate negotiation of IPCP. | 1.3.6.1.4.1.4874.2.2.45.1.1.1.1.18 | JuniEnable | read-write | current |
| juniPppProfileInitiateIpv6 OBJECT-TYPE If enabled, PPP interface will initiate negotiation of IPv6CP; if disabled, PPP interface will rely on remote PPP client to initiate negotiation of IPv6CP. | 1.3.6.1.4.1.4874.2.2.45.1.1.1.1.19 | JuniEnable | read-write | current |
| juniPppProfileFragmentation OBJECT-TYPE Enables MLPPP fragmentation. | 1.3.6.1.4.1.4874.2.2.45.1.1.1.1.20 | JuniEnable | read-write | current |
| juniPppProfileReassembly OBJECT-TYPE Enables MLPPP reassembly. | 1.3.6.1.4.1.4874.2.2.45.1.1.1.1.21 | JuniEnable | read-write | current |
| juniPppProfileMaxReceiveReconstructedUnit OBJECT-TYPE The Maximum Received 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. | 1.3.6.1.4.1.4874.2.2.45.1.1.1.1.22 | Integer32 (1 | 64..65535) | read-write | current |
| juniPppProfileFragmentSize OBJECT-TYPE 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. | 1.3.6.1.4.1.4874.2.2.45.1.1.1.1.23 | Integer32 (1 | 128..65535) | read-write | current |
| juniPppProfileHashLinkSelection OBJECT-TYPE Enables MLPPP hash-based link selection for non-best-effort data. | 1.3.6.1.4.1.4874.2.2.45.1.1.1.1.24 | JuniEnable | read-write | current |
| juniPppProfileLcpAuthentication2 OBJECT-TYPE 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, 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 juniPppProfileAuthenticatorVirtualRouter object to an empty string. Setting this object along with the juniPppProfileLcpAuthentication object will return an inconsistentValue error. | 1.3.6.1.4.1.4874.2.2.45.1.1.1.1.25 | JuniNibbleConfig | read-write | current |
| juniPppProfileIgnoreMagicNumberMismatch OBJECT-TYPE 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 | 1.3.6.1.4.1.4874.2.2.45.1.1.1.1.26 | JuniEnable | read-write | current |
| juniPppProfileIpcpPromptDnsOption OBJECT-TYPE Control prompting of IPCP options to remote peer. | 1.3.6.1.4.1.4874.2.2.45.1.1.1.1.27 | JuniEnable | read-write | current |
| juniPppProfileIpcpLockout OBJECT-TYPE The lockout option for IPCP determines whether IPCP can be negotiated when the interface is already running IPV6CP. On enabling this option, the negotiation will be blocked after the IPV6CP service is up and waited for 10 seconds for peer IPCP initiation. The address is restored to the pool after the 10 second timeout. Disabling this option will re enable simultaneous NCP negotiations that are configured. | 1.3.6.1.4.1.4874.2.2.45.1.1.1.1.28 | JuniEnable | read-write | current |
| juniPppProfileMultilinkMulticlass OBJECT-TYPE Enables Multiclass Multilink PPP (MCML). Changing this object has an effect when the link is next restarted. | 1.3.6.1.4.1.4874.2.2.45.1.1.1.1.29 | JuniEnable | read-create | current |
| juniPppProfileMultilinkMaxMultiClasses OBJECT-TYPE Maximum number of MCML classes to be negotiated. Changing this object has an effect when the link is next restarted. | 1.3.6.1.4.1.4874.2.2.45.1.1.1.1.30 | INTEGER (0..8) | read-create | current |
| juniPppProfileMulticlassTraffiClassTable OBJECT-TYPE This table contains entries for MLPPP Multiclass to traffic class mapping of the profile present in the system. | 1.3.6.1.4.1.4874.2.2.45.1.1.2 | not-accessible | current | |
| juniPppProfileMulticlassTrafficClassEntry OBJECT-TYPE Each entry describes the MLPPP multiclass to traffic class mapping of profiles.Other characteristics like fragmentation and reassembly for a particular traffic class can be configured. | 1.3.6.1.4.1.4874.2.2.45.1.1.2.1 | not-accessible | current | |
| juniPppProfileMulticlassId OBJECT-TYPE The index of the profile. When creating entries in this table, suitable values for this object are determined by reading juniPppProfileId. | 1.3.6.1.4.1.4874.2.2.45.1.1.2.1.1 | Unsigned32 | not-accessible | current |
| juniPppProfileMulticlassIndex OBJECT-TYPE The multiclass index of a particular traffic class type. This can be configured only when MCMP is enabled in the profile. | 1.3.6.1.4.1.4874.2.2.45.1.1.2.1.2 | INTEGER | not-accessible | current |
| juniPppProfileMulticlassTcName OBJECT-TYPE The traffic class index mapped to the MCMP multiclass index. This can be configured only when MCMP is enabled in the profile. | 1.3.6.1.4.1.4874.2.2.45.1.1.2.1.3 | JuniPppProfileMulticlassTcName | read-write | current |
| juniPppProfileMulticlassFragmentation OBJECT-TYPE Enable or disable fragmentation for a particular multiclass. This can be configured only when MCMP is enaled in the profile. | 1.3.6.1.4.1.4874.2.2.45.1.1.2.1.4 | JuniEnable | read-write | current |
| juniPppProfileMulticlassReassembly OBJECT-TYPE Enable or disable rassembly for a particular multiclass. This can be configured only when MCMP is enaled in the profile. | 1.3.6.1.4.1.4874.2.2.45.1.1.2.1.5 | JuniEnable | read-write | current |
| juniPppProfileConformance OBJECT-IDENTITY | 1.3.6.1.4.1.4874.2.2.45.4 | |||
| juniPppProfileCompliances OBJECT-IDENTITY | 1.3.6.1.4.1.4874.2.2.45.4.1 | |||
| juniPppProfileGroups OBJECT-IDENTITY | 1.3.6.1.4.1.4874.2.2.45.4.2 |
Conformance
| Name | OID | Status |
|---|---|---|
| juniPppProfileCompliance MODULE-COMPLIANCE Obsolete compliance statement for entities which implement the Juniper PPP Profile MIB. This statement became obsolete when support was added for multi-link PPP interfaces. | 1.3.6.1.4.1.4874.2.2.45.4.1.1 | obsolete |
| juniPppProfileCompliance2 MODULE-COMPLIANCE Obsolete compliance statement for entities which implement the Juniper PPP Profile MIB. This statement became obsolete when support was added for negotiation of IPCP option netmask. | 1.3.6.1.4.1.4874.2.2.45.4.1.2 | obsolete |
| juniPppProfileCompliance3 MODULE-COMPLIANCE Obsolete compliance statement for entities which implement the Juniper PPP Profile MIB. This statement became obsolete when the juniPppProfileAuthenticatorVirtualRouter object was added. | 1.3.6.1.4.1.4874.2.2.45.4.1.3 | obsolete |
| juniPppProfileCompliance4 MODULE-COMPLIANCE Obsolete compliance statement for entities which implement the Juniper PPP Profile MIB. This statement became obsolete when the juniPppProfileAaaProfile object was added. | 1.3.6.1.4.1.4874.2.2.45.4.1.4 | obsolete |
| juniPppProfileCompliance5 MODULE-COMPLIANCE Obsolete compliance statement for entities which implement the Juniper PPP Profile MIB. This statement became obsolete when the juniPppProfileInitiateIp and juniPppProfileInitiateIpv6 objects were added. | 1.3.6.1.4.1.4874.2.2.45.4.1.5 | obsolete |
| juniPppProfileCompliance6 MODULE-COMPLIANCE Obsolete compliance statement for entities which implement the Juniper PPP Profile MIB. This statement became obsolete when fragmentation and reassembly support was added. | 1.3.6.1.4.1.4874.2.2.45.4.1.6 | obsolete |
| juniPppProfileCompliance7 MODULE-COMPLIANCE The compliance statement for entities which implement the Juniper PPP Profile MIB. This statement became obsolete when object juniPppProfileHashLinkSelection was added. | 1.3.6.1.4.1.4874.2.2.45.4.1.7 | obsolete |
| juniPppProfileCompliance8 MODULE-COMPLIANCE The compliance statement for entities which implement the Juniper PPP Profile MIB. This statement became obsolete when object juniPppProfileLcpAuthentication2 was added. | 1.3.6.1.4.1.4874.2.2.45.4.1.8 | obsolete |
| juniPppProfileCompliance9 MODULE-COMPLIANCE The compliance statement for entities which implement the Juniper PPP Profile MIB. This statement became obsolete when object juniPppProfileIpcpDnsOption and juniPppProfileIpcpLockout was added. | 1.3.6.1.4.1.4874.2.2.45.4.1.9 | obsolete |
| juniPppProfileCompliance10 MODULE-COMPLIANCE The compliance statement for entities which implement the Juniper PPP Profile MIB. | 1.3.6.1.4.1.4874.2.2.45.4.1.10 | current |
| juniPppProfileGroup OBJECT-GROUP Obsolete collection of objects providing management of profile functionality for PPP interfaces in a Juniper product. This group became obsolete when support was added for MLPPP. | 1.3.6.1.4.1.4874.2.2.45.4.2.1 | obsolete |
| juniPppProfileGroup2 OBJECT-GROUP Obsolete collection of objects providing management of profile functionality for PPP interfaces in a Juniper product. This group became obsolete when support was added for negotiation of IPCP option netmask. | 1.3.6.1.4.1.4874.2.2.45.4.2.2 | obsolete |
| juniPppProfileGroup3 OBJECT-GROUP Obsolete collection of objects providing management of profile functionality for PPP interfaces in a Juniper product. This group became obsolete when the juniPppProfileAuthenticatorVirtualRouter object was added. | 1.3.6.1.4.1.4874.2.2.45.4.2.3 | obsolete |
| juniPppProfileGroup4 OBJECT-GROUP Obsolete collection of objects providing management of profile functionality for PPP interfaces in a Juniper product. This group became obsolete when the juniPppProfileAaaProfile object was added. | 1.3.6.1.4.1.4874.2.2.45.4.2.4 | obsolete |
| juniPppProfileGroup5 OBJECT-GROUP Obsolete collection of objects providing management of profile functionality for PPP interfaces in a Juniper product. This group became obsolete when the juniPppProfileInitiateIp and juniPppProfileInitiateIpv6 objects were added. | 1.3.6.1.4.1.4874.2.2.45.4.2.5 | obsolete |
| juniPppProfileGroup6 OBJECT-GROUP Obsolete collection of objects providing management of profile functionality for PPP interfaces in a Juniper product. This group became obsolete when support was added for fragmentation and reassembly. | 1.3.6.1.4.1.4874.2.2.45.4.2.6 | obsolete |
| juniPppProfileGroup7 OBJECT-GROUP Obsolete collection of objects providing management of profile functionality for PPP interfaces in a Juniper product. This group became obsolete when support was added for mlppp hash-based link selection. | 1.3.6.1.4.1.4874.2.2.45.4.2.7 | obsolete |
| juniPppProfileGroup8 OBJECT-GROUP Obsolete collection of objects providing management of profile functionality for PPP interfaces in a Juniper product. This group became obsolete when juniPppProfileLcpAuthentication2 was added. | 1.3.6.1.4.1.4874.2.2.45.4.2.8 | obsolete |
| juniPppProfileGroup9 OBJECT-GROUP Obsolete collection of objects providing management of profile functionality for PPP interfaces in a Juniper product. This group became obsolete when juniPppProfileIgnoreMagicNumberMismatch was added | 1.3.6.1.4.1.4874.2.2.45.4.2.9 | obsolete |
| juniPppProfileGroup10 OBJECT-GROUP A collection of objects providing management of profile functionality for PPP interfaces in a Juniper product. This group became obsolete when juniPppProfileIpcpDnsOption and juniPppProfileIpcpLockout was added | 1.3.6.1.4.1.4874.2.2.45.4.2.10 | obsolete |
| juniPppProfileGroup11 OBJECT-GROUP Obsolete collection of objects providing management of profile functionality for PPP interfaces in a Juniper product. This was obsoleted when the support for multiclass MLPPP was added. | 1.3.6.1.4.1.4874.2.2.45.4.2.11 | current |
| juniPppProfileGroup12 OBJECT-GROUP A collection of objects providing management of profile functionality for PPP interfaces in a Juniper product. | 1.3.6.1.4.1.4874.2.2.45.4.2.12 | current |
| juniPppProfileMulticlassTrafficClassGroup1 OBJECT-GROUP A collection of object providing management of multiclass MLPPP multiclass to traffic class mapping functionality in the PPP profile in a Juniper product. | 1.3.6.1.4.1.4874.2.2.45.4.2.13 | current |