Unisphere-Data-PPP-PROFILE-MIB

File: Unisphere-Data-PPP-PROFILE-MIB.mib (17808 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF Unisphere-Data-MIBs
Unisphere-Data-TC Unisphere-Data-PPP-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
Unsigned32 MODULE-COMPLIANCE OBJECT-GROUP
usDataMibs UsdEnable UsdSetMap
UsdName UsdPppAuthentication

Defined Types

UsdPppProfileEntry  
SEQUENCE    
  usdPppProfileId Unsigned32
  usdPppProfileSetMap UsdSetMap
  usdPppProfileLcpMagicNumber INTEGER
  usdPppProfileLcpKeepalive Integer32
  usdPppProfileLcpAuthentication UsdPppAuthentication
  usdPppProfileIpPeerDnsPriority UsdEnable
  usdPppProfileIpPeerWinsPriority UsdEnable
  usdPppProfileLcpInitialMRU INTEGER
  usdPppProfilePacketLog UsdEnable
  usdPppProfileStateLog UsdEnable
  usdPppProfileChapMinChallengeLength INTEGER
  usdPppProfileChapMaxChallengeLength INTEGER
  usdPppProfilePassiveMode UsdEnable
  usdPppProfileMlppp UsdEnable
  usdPppProfileIpcpNetmask UsdEnable
  usdPppProfileAuthenticatorVirtualRouter UsdName

Defined Values

usdPppProfileMIB 1.3.6.1.4.1.4874.2.2.45
The Point-to-Point Protocol (PPP) Profile MIB for the Unisphere Netowrks enterprise. This MIB provides configuration parameters that extend the tables found in the Unisphere-Data-PROFILE-MIB to support profiles for PPP interfaces.
MODULE-IDENTITY    

usdPppProfileObjects 1.3.6.1.4.1.4874.2.2.45.1
OBJECT IDENTIFIER    

usdPppProfile 1.3.6.1.4.1.4874.2.2.45.1.1
OBJECT IDENTIFIER    

usdPppProfileTable 1.3.6.1.4.1.4874.2.2.45.1.1.1
This table contains profiles for configuring PPP interfaces. Entries in this table are created/deleted as a side-effect of corresponding operations to the usdProfileNameTable in the Unisphere-Data-PROFILE-MIB.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UsdPppProfileEntry

usdPppProfileEntry 1.3.6.1.4.1.4874.2.2.45.1.1.1.1
A profile describing configuration of a PPP interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  UsdPppProfileEntry  

usdPppProfileId 1.3.6.1.4.1.4874.2.2.45.1.1.1.1.1
The integer identifier associated with this profile. A value for this identifier is determined by locating or creating a profile name in the Unisphere-Data-PROFILE-MIB.usdProfileNameTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

usdPppProfileSetMap 1.3.6.1.4.1.4874.2.2.45.1.1.1.1.2
A bitmap representing which objects in this entry have been explicitly configured. See the definition of the UsdSetMap 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 UsdSetMap, bits in UsdSetMap are set as a side-effect of configuring other profile attributes in the same entry. If, however, a SET request explicitly configures UsdSetMap, 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 UsdSetMap.
Status: current Access: read-write
OBJECT-TYPE    
  UsdSetMap  

usdPppProfileLcpMagicNumber 1.3.6.1.4.1.4874.2.2.45.1.1.1.1.3
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.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER false(1), true(2)  

usdPppProfileLcpKeepalive 1.3.6.1.4.1.4874.2.2.45.1.1.1.1.4
Keepalive interval in seconds. A value of zero disables keepalive. Keepalive is performed using LCP Echo.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0 | 30..300  

usdPppProfileLcpAuthentication 1.3.6.1.4.1.4874.2.2.45.1.1.1.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. Setting this object to none will set usdPppProfileAuthenticatorVirtualRouter object to an empty string.
Status: current Access: read-write
OBJECT-TYPE    
  UsdPppAuthentication  

usdPppProfileIpPeerDnsPriority 1.3.6.1.4.1.4874.2.2.45.1.1.1.1.6
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-write
OBJECT-TYPE    
  UsdEnable  

usdPppProfileIpPeerWinsPriority 1.3.6.1.4.1.4874.2.2.45.1.1.1.1.7
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-write
OBJECT-TYPE    
  UsdEnable  

usdPppProfileLcpInitialMRU 1.3.6.1.4.1.4874.2.2.45.1.1.1.1.8
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.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1 | 64..65535  

usdPppProfilePacketLog 1.3.6.1.4.1.4874.2.2.45.1.1.1.1.9
When enabled, allows packet logging on dynamic PPP interfaces.
Status: current Access: read-write
OBJECT-TYPE    
  UsdEnable  

usdPppProfileStateLog 1.3.6.1.4.1.4874.2.2.45.1.1.1.1.10
When enabled, allows state machine logging on dynamic PPP interfaces.
Status: current Access: read-write
OBJECT-TYPE    
  UsdEnable  

usdPppProfileChapMinChallengeLength 1.3.6.1.4.1.4874.2.2.45.1.1.1.1.11
Minimum value of the CHAP authenticator challenge length value. This value is never allowed to be set to a value greater than usdPppProfileChapMaxChallengeLength.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 8..63  

usdPppProfileChapMaxChallengeLength 1.3.6.1.4.1.4874.2.2.45.1.1.1.1.12
Maximum value of the CHAP authenticator challenge length value. This value is never allowed to be set to a value less than usdPppLinkConfigChapMinChallengeLength.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 8..63  

usdPppProfilePassiveMode 1.3.6.1.4.1.4874.2.2.45.1.1.1.1.13
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-write
OBJECT-TYPE    
  UsdEnable  

usdPppProfileMlppp 1.3.6.1.4.1.4874.2.2.45.1.1.1.1.14
Enables the creation of dynamic multi-link PPP interfaces.
Status: current Access: read-write
OBJECT-TYPE    
  UsdEnable  

usdPppProfileIpcpNetmask 1.3.6.1.4.1.4874.2.2.45.1.1.1.1.15
Enables the negotiation of the IPCP option netmask (0x90) during IPCP negotiation.
Status: current Access: read-write
OBJECT-TYPE    
  UsdEnable  

usdPppProfileAuthenticatorVirtualRouter 1.3.6.1.4.1.4874.2.2.45.1.1.1.1.16
The name of the virtual router (Unisphere-Data-ROUTER-MIB.usdRouterName) to be used for authentication on the PPP interface. Setting this object statically binds the authenticating virtual router with the PPP interface. If this object is not explicitly set or it is set to null string, then this object is ignored and the virtual router used for authentication is determined by other means. On a Set operation, if the value of this object is not null and does not correspond to an existing virtual router, then an inconsistentValue error is returned. Setting this object to non null string returns inconsistentValue value error if usdPppProfileConfigAuthentication object is none or not configured.
Status: current Access: read-write
OBJECT-TYPE    
  UsdName  

usdPppProfileConformance 1.3.6.1.4.1.4874.2.2.45.4
OBJECT IDENTIFIER    

usdPppProfileCompliances 1.3.6.1.4.1.4874.2.2.45.4.1
OBJECT IDENTIFIER    

usdPppProfileGroups 1.3.6.1.4.1.4874.2.2.45.4.2
OBJECT IDENTIFIER    

usdPppProfileCompliance 1.3.6.1.4.1.4874.2.2.45.4.1.1
Obsolete compliance statement for entities which implement the Unisphere PPP Profile MIB. This statement became obsolete when support was added for multi-link PPP interfaces.
Status: obsolete Access: read-write
MODULE-COMPLIANCE    

usdPppProfileCompliance2 1.3.6.1.4.1.4874.2.2.45.4.1.2
Obsolete compliance statement for entities which implement the Unisphere PPP Profile MIB. This statement became obsolete when support was added for negotiation of IPCP option netmask.
Status: obsolete Access: read-write
MODULE-COMPLIANCE    

usdPppProfileCompliance3 1.3.6.1.4.1.4874.2.2.45.4.1.3
Obsolete compliance statement for entities which implement the Unisphere PPP Profile MIB. This statement became obsolete when the usdPppProfileAuthenticatorVirtualRouter object was added.
Status: obsolete Access: read-write
MODULE-COMPLIANCE    

usdPppProfileCompliance4 1.3.6.1.4.1.4874.2.2.45.4.1.4
The compliance statement for entities which implement the Unisphere PPP Profile MIB.
Status: current Access: read-write
MODULE-COMPLIANCE    

usdPppProfileGroup 1.3.6.1.4.1.4874.2.2.45.4.2.1
Obsolete collection of objects providing management of profile functionality for PPP interfaces in a Unisphere product. This group became obsolete when support was added for MLPPP.
Status: obsolete Access: read-write
OBJECT-GROUP    

usdPppProfileGroup2 1.3.6.1.4.1.4874.2.2.45.4.2.2
Obsolete collection of objects providing management of profile functionality for PPP interfaces in a Unisphere product. This group became obsolete when support was added for negotiation of IPCP option netmask.
Status: obsolete Access: read-write
OBJECT-GROUP    

usdPppProfileGroup3 1.3.6.1.4.1.4874.2.2.45.4.2.3
Obsolete collection of objects providing management of profile functionality for PPP interfaces in a Unisphere product. This group became obsolete when the usdPppProfileAuthenticatorVirtualRouter object was added.
Status: obsolete Access: read-write
OBJECT-GROUP    

usdPppProfileGroup4 1.3.6.1.4.1.4874.2.2.45.4.2.4
A collection of objects providing management of profile functionality for PPP interfaces in a Unisphere product.
Status: current Access: read-write
OBJECT-GROUP