USR-PPPML-MIB

File: USR-PPPML-MIB.mib (57429 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC USR-DEFINITIONS-MIB

Imported symbols

OBJECT-TYPE MODULE-IDENTITY IpAddress
Counter32 Integer32 DisplayString
common UsrConfigStatus UsrUserName
DisplayString

Defined Types

MacAddress  
OCTET STRING Size(6)    

IpxAddress  
IpAddress    

UsrPPPBundleEntry  
SEQUENCE    
  usrPPPBundleInstance Integer32
  usrPPPBundleOperStatus INTEGER
  usrPPPBundleUserProfile UsrUserName
  usrPPPBundleActiveLinks Integer32
  usrPPPBundleLocalMMRU Integer32
  usrPPPBundleRemoteMMRU Integer32
  usrPPPBundleLocalEndptClass INTEGER
  usrPPPBundleLocalEndptLength Integer32
  usrPPPBundleLocalEndptID OCTET STRING
  usrPPPBundleRemoteEndptClass INTEGER
  usrPPPBundleRemoteEndptLength Integer32
  usrPPPBundleRemoteEndptID OCTET STRING
  usrPPPBundleTxTotalPkts Counter32
  usrPPPBundleTxCompPkts Counter32
  usrPPPBundleTxNonCompPkts Counter32
  usrPPPBundleTxTotalOrigBytes Counter32
  usrPPPBundleTxTotalLineBytes Counter32
  usrPPPBundleRxBadHeaders Counter32
  usrPPPBundleRxTotalPkts Counter32
  usrPPPBundleRxCompPkts Counter32
  usrPPPBundleRxNonCompPkts Counter32
  usrPPPBundleRxTotalOrigBytes Counter32
  usrPPPBundleRxTotalLineBytes Counter32
  usrPPPBundleTxEncryptPkts Counter32
  usrPPPBundleTxNonEncryptPkts Counter32
  usrPPPBundleRxEncryptPkts Counter32
  usrPPPBundleRxNonEncryptPkts Counter32

UsrPPPIpEntry  
SEQUENCE    
  usrPPPIpOperStatus INTEGER
  usrPPPIpLocalToRemoteCompressionProtocol INTEGER
  usrPPPIpRemoteToLocalCompressionProtocol INTEGER
  usrPPPIpRemoteMaxSlotId Integer32
  usrPPPIpLocalMaxSlotId Integer32
  usrPPPIpLocalIpAddress IpAddress
  usrPPPIpRemoteIpAddress IpAddress

UsrPPPIpxEntry  
SEQUENCE    
  usrPPPIpxOperStatus INTEGER
  usrPPPIpxLocalIpxNetAddress IpxAddress
  usrPPPIpxRemoteIpxNetAddress IpxAddress
  usrPPPIpxLocalIpxNodeAddress MacAddress
  usrPPPIpxRemoteIpxNodeAddress MacAddress

UsrPPPAtEntry  
SEQUENCE    
  usrPPPAtOperStatus INTEGER
  usrPPPAtLocalAtNetAddress Integer32
  usrPPPAtRemoteAtNetAddress Integer32
  usrPPPAtLocalAtNodeAddress Integer32
  usrPPPAtRemoteAtNodeAddress Integer32

UsrPPPBridgeEntry  
SEQUENCE    
  usrPPPBridgeOperStatus INTEGER
  usrPPPBridgeLocalToRemoteTinygramCompression INTEGER
  usrPPPBridgeRemoteToLocalTinygramCompression INTEGER
  usrPPPBridgeLocalToRemoteLanId INTEGER
  usrPPPBridgeRemoteToLocalLanId INTEGER
  usrPPPBridgeMacType INTEGER

UsrPPPCompEntry  
SEQUENCE    
  usrPPPCompOperStatus INTEGER
  usrPPPCompAlgorithm INTEGER

UsrPPPEncryptEntry  
SEQUENCE    
  usrPPPEncryptOperStatus INTEGER
  usrPPPEncryptAlgorithm INTEGER

Defined Values

usrPPP 1.3.6.1.4.1.429.4.11
The commWorks enterprise defined MIB objects for PPP multilink.
MODULE-IDENTITY    

usrPPPBase 1.3.6.1.4.1.429.4.11.1
OBJECT IDENTIFIER    

usrPPPMl 1.3.6.1.4.1.429.4.11.2
OBJECT IDENTIFIER    

usrPPPBaseRxAuth 1.3.6.1.4.1.429.4.11.1.1
Indicates whether PPP requires dial-in users to authenticate strictly via PAP, CHAP, EAP-MD5, with any, none, encrypted only (CHAP, EAP-MD5, MS-CHAP), or RADIUS-EAP-Proxy.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(1), pap(2), chap(3), any(4), eapMD5(5), msChap(6), encryptedOnly(7), radiusEapProxy(8), anyExceptMsChap(9), mschapv2(10)  

usrPPPBaseCfgFileName 1.3.6.1.4.1.429.4.11.1.2
The name of a ConfigFile to read/write permanent database records. If the value of this object is an empty string, then the PPP process uses the default name `@file://PppFile.cfg'.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

usrPPPBaseCFMSaveStatus 1.3.6.1.4.1.429.4.11.1.3
Setting the value of this object to `save' causes the values of the PPP Base Group entries to be written out to the current PPP config file. While the new config file is being written, the PPP process will set the value of this flag set to `saving''. Any attempts to set the value while it is not `normal' (i.e. the file is currently being written to the config file) while result in a badValue error being returned. Setting the value to `normal' will result in no action.
Status: current Access: read-write
OBJECT-TYPE    
  UsrConfigStatus  

usrPPPBaseTraceInterfaceIndex 1.3.6.1.4.1.429.4.11.1.4
Sets the interface index for which the PPP frames will be decoded and displayed according to PPP Trace facility loglevel. When this value is set to 0 none of the interfaces is selected
Status: obsolete Access: read-write
OBJECT-TYPE    
  Integer32 0..2147483647  

usrPPPBaseOffloading 1.3.6.1.4.1.429.4.11.1.5
Indicates whether PPP framing can be offloaded to the modem card, if modem card is capable of doing it.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER yes(2), no(1)  

usrPPPBaseCCPModemType 1.3.6.1.4.1.429.4.11.1.6
Indicates the types of call, for which CCP compression will be enabled in the Gateway card PPP module. Possible values are none(0x1) or all (0x10) or subset of digital(0x2), compressed analog(0x4), uncompressed analog (0x08) and pppoe (0x20). Default value is digital and uncompressed analog.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

usrPPPBaseNBNSPrimary 1.3.6.1.4.1.429.4.11.1.7
Global config for NBNS primary server address. In the absence of user specific NBNS address, this will be send in IPCP negotiation
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

usrPPPBaseNBNSSecondary 1.3.6.1.4.1.429.4.11.1.8
Global config for NBNS primary server address. In the absence of user specific NBNS address, this will be send in IPCP negotiation
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

usrPPPBaseSystemDNSUsage 1.3.6.1.4.1.429.4.11.1.9
In the absence of user configured DNS addresses, PPP will take DNS addresses from the system DNS table. Source of the DNS table can be controlled by this switch, system-dns or ppp-dns or none. If this value set to none, none of these DNS table used
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER system(0), ppp(1), none(2)  

usrPPPBasePPPDNSPrimary 1.3.6.1.4.1.429.4.11.1.10
Global config for PPP DNS primary server address. In the absence of user specific DNS address, this will be send in IPCP negotiation
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

usrPPPBasePPPDNSSecondary 1.3.6.1.4.1.429.4.11.1.11
Global config for PPP DNS secondary server address. In the absence of user specific DNS address, this will be send in IPCP negotiation
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

usrPPPBaseSessionStartMessage 1.3.6.1.4.1.429.4.11.1.12
This is the session start display message
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

usrPPPBaseAuthPreference 1.3.6.1.4.1.429.4.11.1.13
If PPP receive authentication is configured for ANY or, ENCRYPTED_ANY this setting can be used to set the first authentication attempted
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER default(1), pap(2), chap(3), mschap(4), eap(5), radiuseapproxy(6)  

usrPPPBaseAcctForImatureDisc 1.3.6.1.4.1.429.4.11.1.14
Indicates whether to send Acct Records to premature disconnect. NOTE: obsolete, This MIB is not supported any more
Status: obsolete Access: read-write
OBJECT-TYPE    
  INTEGER yes(2), no(1)  

usrPPPBundleTable 1.3.6.1.4.1.429.4.11.2.1
Table containing the Bundle parameters and statistics for the local PPP entity.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UsrPPPBundleEntry

usrPPPBundleEntry 1.3.6.1.4.1.429.4.11.2.1.1
Status information for the PPP bundle.
Status: current Access: not-accessible
OBJECT-TYPE    
  UsrPPPBundleEntry  

usrPPPBundleInstance 1.3.6.1.4.1.429.4.11.2.1.1.1
The unique identifier of the instance of PPP bundle to which this entry corresponds.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

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

usrPPPBundleUserProfile 1.3.6.1.4.1.429.4.11.2.1.1.3
The name of the User Profile that is being used to contain the characteristics for this session. The value of this object is meaningful only when the link has reached the open state (usrPPPBundleOperStatus is up).
Status: current Access: read-only
OBJECT-TYPE    
  UsrUserName  


usrPPPBundleLocalMMRU 1.3.6.1.4.1.429.4.11.2.1.1.5
The current value of the MMRU for the local PPP Entity. This value is the MMRU that the remote entity is using when sending packets to the local PPP entity. The value of this object is meaningful only when the link has reached the open state (usrPPPBundleOperStatus is up).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..2147483647  

usrPPPBundleRemoteMMRU 1.3.6.1.4.1.429.4.11.2.1.1.6
The current value of the MMRU for the remote PPP Entity. This value is the MMRU that the local entity is using when sending packets to the remote PPP entity. The value of this object is meaningful only when the link has reached the open state (usrPPPBundleOperStatus is up).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..2147483647  

usrPPPBundleLocalEndptClass 1.3.6.1.4.1.429.4.11.2.1.1.7
The current value of the local Endpoint Descriminator Class. This value indicates the type of address being used as the identifier. The value of this object is meaningful only when the link has reached the open state (usrPPPBundleOperStatus is up).
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER nullClass(1), locallyAssignedAddress(2), ipAddress(3), ieeeMacAddress(4), pppMagicNumberBlock(5), networkDirNumber(6)  

usrPPPBundleLocalEndptLength 1.3.6.1.4.1.429.4.11.2.1.1.8
The maximum length of the local Endpoint Descriminator Address. The value of this object is meaningful only when the link has reached the open state (usrPPPBundleOperStatus is up).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..20  

usrPPPBundleLocalEndptID 1.3.6.1.4.1.429.4.11.2.1.1.9
The value of the local Endpoint Descriminator Address. The value of this object is meaningful only when the link has reached the open state (usrPPPBundleOperStatus is up).
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(20)  

usrPPPBundleRemoteEndptClass 1.3.6.1.4.1.429.4.11.2.1.1.10
The current value of the remote Endpoint Descriminator Class. This value indicates the type of address being used as the identifier. The value of this object is meaningful only when the link has reached the open state (usrPPPBundleOperStatus is up).
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER nullClass(1), locallyAssignedAddress(2), ipAddress(3), ieeeMacAddress(4), pppMagicNumberBlock(5), networkDirNumber(6)  

usrPPPBundleRemoteEndptLength 1.3.6.1.4.1.429.4.11.2.1.1.11
The maximum length of the remote Endpoint Descriminator Address. The value of this object is meaningful only when the link has reached the open state (usrPPPBundleOperStatus is up).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..20  

usrPPPBundleRemoteEndptID 1.3.6.1.4.1.429.4.11.2.1.1.12
The value of the remote Endpoint Descriminator Address. The value of this object is meaningful only when the link has reached the open state (usrPPPBundleOperStatus is up).
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(20)  

usrPPPBundleTxTotalPkts 1.3.6.1.4.1.429.4.11.2.1.1.13
The total number of packets received from an upper layer application for transmission over this bundle. The value of this object is meaningful only when the link has reached the open state (usrPPPBundleOperStatus is up).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usrPPPBundleTxCompPkts 1.3.6.1.4.1.429.4.11.2.1.1.14
The total number of packets received from an upper layer application for transmission over this bundle that were compressed by the PPP application before handing the packet (or fragments) down to the lower layer application. The value of this object is meaningful only when the link has reached the open state (usrPPPBundleOperStatus is up). Note that this counter only represents packets that were compressed over the BUNDLE (not links). If compression occurred after the packet was fragmented (multilink), those counters can be found at the link level.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usrPPPBundleTxNonCompPkts 1.3.6.1.4.1.429.4.11.2.1.1.15
The total number of packets received from an upper layer application for transmission over this bundle that were NOT compressed by the PPP application before handing the packet (or fragments) down to the lower layer application. The value of this object is meaningful only when the link has reached the open state (usrPPPBundleOperStatus is up). Note that this counter only represents packets that were candidates for compression over the BUNDLE (not links). If link compression was enabled (multilink), the non- compressed packet counters can be found at the link level.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usrPPPBundleTxTotalOrigBytes 1.3.6.1.4.1.429.4.11.2.1.1.16
The total number of bytes received from an upper layer application for transmission over this bundle. This counter represents all data handed down to the PPP application BEFORE compression takes place. The value of this object is meaningful only when the link has reached the open state (usrPPPBundleOperStatus is up).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usrPPPBundleTxTotalLineBytes 1.3.6.1.4.1.429.4.11.2.1.1.17
The total number of bytes that sent to a lower layer application for transmission over this bundle. This counter represents all data to be handed down to the lower layer application AFTER compression takes place. The value of this object is meaningful only when the link has reached the open state (usrPPPBundleOperStatus is up).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usrPPPBundleRxBadHeaders 1.3.6.1.4.1.429.4.11.2.1.1.18
The number of packets received with an incorrect PPP Header (Address, Control, or PID Field).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usrPPPBundleRxTotalPkts 1.3.6.1.4.1.429.4.11.2.1.1.19
The total number of packets received from a lower layer application over this bundle. The value of this object is meaningful only when the link has reached the open state (usrPPPBundleOperStatus is up).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usrPPPBundleRxCompPkts 1.3.6.1.4.1.429.4.11.2.1.1.20
The total number of packets received from a lower layer application over this bundle that were decompressed by the PPP application before handing the packet to the upper layer application. The value of this object is meaningful only when the link has reached the open state (usrPPPBundleOperStatus is up). Note that this counter only represents packets that were decompressed over the BUNDLE (not links). If decompression occurred before the packet was reassembled (multilink), those counters can be found at the link level.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usrPPPBundleRxNonCompPkts 1.3.6.1.4.1.429.4.11.2.1.1.21
The total number of packets received from a lower layer application over this bundle that were NOT decompressed by the PPP application before handing the packet to the upper layer application. The value of this object is meaningful only when the link has reached the open state (usrPPPBundleOperStatus is up). Note that this counter only represents packets that were candidates for decompression over the BUNDLE (not links). If link (de)compression was enabled (multilink), the non- compressed frame counters can be found at the link level.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usrPPPBundleRxTotalOrigBytes 1.3.6.1.4.1.429.4.11.2.1.1.22
The total number of bytes that are to be handed up to an upper layer application over this bundle. This counter represents all data to be handed up AFTER decompression and reassembly takes place. The value of this object is meaningful only when the link has reached the open state (usrPPPBundleOperStatus is up).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usrPPPBundleRxTotalLineBytes 1.3.6.1.4.1.429.4.11.2.1.1.23
The total number of bytes received from a lower layer application over this bundle. This counter represents all data received BEFORE decompression or reassembly takes place. The value of this object is meaningful only when the link has reached the open state (usrPPPBundleOperStatus is up).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usrPPPBundleTxEncryptPkts 1.3.6.1.4.1.429.4.11.2.1.1.24
The total number of packets received from an upper layer application for transmission over this bundle that were encrypted by the PPP application before handing the packet (or fragments) down to the lower layer application. The value of this object is meaningful only when the link has reached the open state (usrPPPBundleOperStatus is up). Note that this counter only represents packets that were encrypted over the BUNDLE (not links). If encryption occurred after the packet was fragmented (multilink), those counters can be found at the link level.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usrPPPBundleTxNonEncryptPkts 1.3.6.1.4.1.429.4.11.2.1.1.25
The total number of packets received from an upper layer application for transmission over this bundle that were NOT encrypted by the PPP application before handing the packet (or fragments) down to the lower layer application. The value of this object is meaningful only when the link has reached the open state (usrPPPBundleOperStatus is up). Note that this counter only represents packets that were candidates for encryption over the BUNDLE (not links). If link encryption was enabled (multilink), the non- encrypted packet counters can be found at the link level.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usrPPPBundleRxEncryptPkts 1.3.6.1.4.1.429.4.11.2.1.1.26
The total number of packets received from a lower layer application over this bundle that were decrypted by the PPP application before handing the packet to the upper layer application. The value of this object is meaningful only when the link has reached the open state (usrPPPBundleOperStatus is up). Note that this counter only represents packets that were decrypted over the BUNDLE (not links). If decryption occurred before the packet was reassembled (multilink), those counters can be found at the link level.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usrPPPBundleRxNonEncryptPkts 1.3.6.1.4.1.429.4.11.2.1.1.27
The total number of packets received from a lower layer application over this bundle that were NOT decrypted by the PPP application before handing the packet to the upper layer application. The value of this object is meaningful only when the link has reached the open state (usrPPPBundleOperStatus is up). Note that this counter only represents packets that were candidates for decryption over the BUNDLE (not links). If link decryption was enabled (multilink), the non- encrypted frame counters can be found at the link level.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usrPPPIpTable 1.3.6.1.4.1.429.4.11.2.2
Table containing the IP parameters and statistics for the local PPP entity.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UsrPPPIpEntry

usrPPPIpEntry 1.3.6.1.4.1.429.4.11.2.2.1
IPCP status information for the PPP bundle.
Status: current Access: not-accessible
OBJECT-TYPE    
  UsrPPPIpEntry  

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

usrPPPIpLocalToRemoteCompressionProtocol 1.3.6.1.4.1.429.4.11.2.2.1.2
The IP compression protocol that the local PPP-IP entity uses when sending packets to the remote PPP-IP entity. The value of this object is meaningful only when the link has reached the open state (usrPPPIpOperStatus is opened).
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER none(1), vj-tcp(2)  

usrPPPIpRemoteToLocalCompressionProtocol 1.3.6.1.4.1.429.4.11.2.2.1.3
The IP compression protocol that the remote PPP-IP entity uses when sending packets to the local PPP-IP entity. The value of this object is meaningful only when the link has reached the open state (usrPPPIpOperStatus is opened).
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER none(1), vj-tcp(2)  

usrPPPIpRemoteMaxSlotId 1.3.6.1.4.1.429.4.11.2.2.1.4
The Max-Slot-Id parameter that the remote node has advertised and that is in use on the link. If vj-tcp header compression is not in use on the link then the value of this object shall be 0. The value of this object is meaningful only when the link has reached the open state (usrPPPIpOperStatus is opened).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..255  

usrPPPIpLocalMaxSlotId 1.3.6.1.4.1.429.4.11.2.2.1.5
The Max-Slot-Id parameter that the local node has advertised and that is in use on the link. If vj-tcp header compression is not in use on the link then the value of this object shall be 0. The value of this object is meaningful only when the link has reached the open state (usrPPPIpOperStatus is opened).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..255  

usrPPPIpLocalIpAddress 1.3.6.1.4.1.429.4.11.2.2.1.6
The IP Address that the local node was either configured for or assigned by the remote node. The value of this object is meaningful only when the link has reached the open state (usrPPPIpOperStatus is opened).
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

usrPPPIpRemoteIpAddress 1.3.6.1.4.1.429.4.11.2.2.1.7
The IP Address that the remote node supplied to the local node during link negotiation. The value of this object is meaningful only when the link has reached the open state (usrPPPIpOperStatus is opened).
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

usrPPPIpxTable 1.3.6.1.4.1.429.4.11.2.3
Table containing the IPX parameters and statistics for the local PPP entity.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UsrPPPIpxEntry

usrPPPIpxEntry 1.3.6.1.4.1.429.4.11.2.3.1
IPXCP status information for the PPP bundle.
Status: current Access: not-accessible
OBJECT-TYPE    
  UsrPPPIpxEntry  

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

usrPPPIpxLocalIpxNetAddress 1.3.6.1.4.1.429.4.11.2.3.1.2
The IPX Network Address that the local node was either configured for or assigned by the remote node. The value of this object is meaningful only when the link has reached the open state (usrPPPIpxOperStatus is opened).
Status: current Access: read-only
OBJECT-TYPE    
  IpxAddress  

usrPPPIpxRemoteIpxNetAddress 1.3.6.1.4.1.429.4.11.2.3.1.3
The IPX Network Address that the remote node supplied to the local node during link negotiation. The value of this object is meaningful only when the link has reached the open state (usrPPPIpxOperStatus is opened).
Status: current Access: read-only
OBJECT-TYPE    
  IpxAddress  

usrPPPIpxLocalIpxNodeAddress 1.3.6.1.4.1.429.4.11.2.3.1.4
The IPX Node Address that the local node was either configured for or assigned by the remote node. The value of this object is meaningful only when the link has reached the open state (usrPPPIpxOperStatus is opened).
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

usrPPPIpxRemoteIpxNodeAddress 1.3.6.1.4.1.429.4.11.2.3.1.5
The IPX Node Address that the remote node supplied to the local node during link negotiation. The value of this object is meaningful only when the link has reached the open state (usrPPPIpxOperStatus is opened).
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

usrPPPAtTable 1.3.6.1.4.1.429.4.11.2.4
Table containing the AppleTalk parameters and statistics for the local PPP entity.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UsrPPPAtEntry

usrPPPAtEntry 1.3.6.1.4.1.429.4.11.2.4.1
ATCP status information for the PPP bundle.
Status: current Access: not-accessible
OBJECT-TYPE    
  UsrPPPAtEntry  

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

usrPPPAtLocalAtNetAddress 1.3.6.1.4.1.429.4.11.2.4.1.2
The AppleTalk Network Address that the local node was either configured for or assigned by the remote node. The value of this object is meaningful only when the link has reached the open state (usrPPPAtOperStatus is opened).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

usrPPPAtRemoteAtNetAddress 1.3.6.1.4.1.429.4.11.2.4.1.3
The AppleTalk Network Address that the remote node supplied to the local node during link negotiation. The value of this object is meaningful only when the link has reached the open state (usrPPPAtOperStatus is opened).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

usrPPPAtLocalAtNodeAddress 1.3.6.1.4.1.429.4.11.2.4.1.4
The AppleTalk Node Address that the local node was either configured for or assigned by the remote node. The value of this object is meaningful only when the link has reached the open state (usrPPPAtOperStatus is opened).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

usrPPPAtRemoteAtNodeAddress 1.3.6.1.4.1.429.4.11.2.4.1.5
The AppleTalk Node Address that the remote node supplied to the local node during link negotiation. The value of this object is meaningful only when the link has reached the open state (usrPPPAtOperStatus is opened).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

usrPPPBridgeTable 1.3.6.1.4.1.429.4.11.2.5
Table containing the parameters and statistics for the local PPP entity that are related to the operation of Bridging over the PPP.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UsrPPPBridgeEntry

usrPPPBridgeEntry 1.3.6.1.4.1.429.4.11.2.5.1
Bridging information for a particular PPP link.
Status: current Access: not-accessible
OBJECT-TYPE    
  UsrPPPBridgeEntry  

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

usrPPPBridgeLocalToRemoteTinygramCompression 1.3.6.1.4.1.429.4.11.2.5.1.2
Indicates whether the local node will perform Tinygram Compression when sending packets to the remote entity. If false then the local entity will not perform Tinygram Compression. If true then the local entity will perform Tinygram Compression. The value of this object is meaningful only when the link has reached the open state (usrPPPBridgeOperStatus is opened).
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER true(1), false(2)  

usrPPPBridgeRemoteToLocalTinygramCompression 1.3.6.1.4.1.429.4.11.2.5.1.3
If false then the remote entity is not expected to perform Tinygram Compression. If true then the remote entity is expected to perform Tinygram Compression. The value of this object is meaningful only when the link has reached the open state (usrPPPBridgeOperStatus is opened).
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER true(1), false(2)  

usrPPPBridgeLocalToRemoteLanId 1.3.6.1.4.1.429.4.11.2.5.1.4
Indicates whether the local node will include the LAN Identification field in transmitted packets or not. If false then the local node will not transmit this field, true means that the field will be transmitted. The value of this object is meaningful only when the link has reached the open state (usrPPPBridgeOperStatus is opened).
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER true(1), false(2)  

usrPPPBridgeRemoteToLocalLanId 1.3.6.1.4.1.429.4.11.2.5.1.5
Indicates whether the remote node has indicated that it will include the LAN Identification field in transmitted packets or not. If false then the field will not be transmitted, if true then the field will be transmitted. The value of this object is meaningful only when the link has reached the open state (usrPPPBridgeOperStatus is opened).
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER true(1), false(2)  

usrPPPBridgeMacType 1.3.6.1.4.1.429.4.11.2.5.1.6
Indicates which MAC framing type the local node will accept and process properly. The value of this object is meaningful only when the link has reached the open state (usrPPPBridgeOperStatus is opened).
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER ieee8023-ethernet(1), ieee8025(3)  

usrPPPCompTable 1.3.6.1.4.1.429.4.11.2.6
Table containing the Compression parameters and statistics for the local PPP entity.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UsrPPPCompEntry

usrPPPCompEntry 1.3.6.1.4.1.429.4.11.2.6.1
CCP status information for the PPP bundle.
Status: current Access: not-accessible
OBJECT-TYPE    
  UsrPPPCompEntry  

usrPPPCompOperStatus 1.3.6.1.4.1.429.4.11.2.6.1.1
The operational status of the Compression control protocol. If the value of this object is up then the finite state machine for the Compression control protocol has reached the Opened state.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER opened(1), not-opened(2), paused(3)  

usrPPPCompAlgorithm 1.3.6.1.4.1.429.4.11.2.6.1.2
The compression protocol that the local PPP entity uses when sending packets to the remote PPP entity. The value of this object is meaningful only when the link has reached the open state (usrPPPCompOperStatus is opened).
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER none(1), microsoft(2), ascend(3), stac(4), auto(5), deflate(6)  

usrPPPEncryptTable 1.3.6.1.4.1.429.4.11.2.7
Table containing the Encryption parameters and statistics for the local PPP entity.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UsrPPPEncryptEntry

usrPPPEncryptEntry 1.3.6.1.4.1.429.4.11.2.7.1
CCP (encryption) status information for the PPP bundle.
Status: current Access: not-accessible
OBJECT-TYPE    
  UsrPPPEncryptEntry  

usrPPPEncryptOperStatus 1.3.6.1.4.1.429.4.11.2.7.1.1
The operational status of the Compression control protocol when used to negotiate MPPE encryption. If the value of this object is up then the finite state machine for the Compression control protocol has reached the Opened state and MPPE has been negotiated.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER opened(1), not-opened(2)  

usrPPPEncryptAlgorithm 1.3.6.1.4.1.429.4.11.2.7.1.2
The encryption protocol that the local PPP entity uses when sending packets to the remote PPP entity. The value of this object is meaningful only when the link has reached the open state (usrPPPEncryptOperStatus is opened).
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER none(1), microsoft40bit(2), microsoft128bit(3), strongest(4), try(5)  

usrPPPBaseProtFieldComp 1.3.6.1.4.1.429.4.11.1.15
Indicates whether PPP Protocol field compression is enabled/disabled.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(0)  

usrPPPBaseAddrFieldComp 1.3.6.1.4.1.429.4.11.1.16
Indicates whether PPP Address field compression is enabled/disabled.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(0)  

usrPPPBaseBacpBap 1.3.6.1.4.1.429.4.11.1.17
Indicates whether PPP Bacp and Bap enabled/disabled.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(0)  

usrPPPBaseBapPhone 1.3.6.1.4.1.429.4.11.1.18
The hunt_group phone number to be sent in BAP call-response
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..240)  

usrPPPBaseMPPP 1.3.6.1.4.1.429.4.11.1.19
Indicates whether PPP Mutlilink is Enabled/Disabled
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(0)  

usrPPPBaseReceiveACCM 1.3.6.1.4.1.429.4.11.1.20
Indicates whether PPP receive ACCM is Enabled/Disabled
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(0)  

usrPPPBaseNegCallback 1.3.6.1.4.1.429.4.11.1.21
Indicates whether PPP CBCP enabled/disabled.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(0)  

usrPPPSystemMRU 1.3.6.1.4.1.429.4.11.1.22
The current value of the MRU for the local PPP Entity. This value is the MRU that the remote entity is using when sending packets to the local PPP entity.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 128..1518  

usrPPPBaseRADIUSChallengeInPAP 1.3.6.1.4.1.429.4.11.1.23
Special processing of RADIUS Challenge, if the authentication is PAP
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(0)  

usrPPPBasePapRetries 1.3.6.1.4.1.429.4.11.1.24
Indicates the retry limit for PAP protocol. Number of times PAP request shall be re-transmitted before timing out
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..10  

usrPPPBaseRestartTimeout 1.3.6.1.4.1.429.4.11.1.34
The Restart timer is used to time transmissions of Configure-Request and Terminate-Request packets. Expiration of the Restart timer causes a Timeout event, and retransmission of the corresponding Congigure-Request or Terminate-Request packet
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..10  

usrPPPBaseMaxConfigure 1.3.6.1.4.1.429.4.11.1.35
Max-Configure indicates the number of Configure-Request packets sent without receiving a valid Configure-Ack, Configure-Nak or Configure-Reject before assuming that the peer is unable to repsond
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..20  

usrPPPBaseDormLCPTerm 1.3.6.1.4.1.429.4.11.1.36
A toggle switch which determines whether to send out LCP TERM REQ when a call is dormant
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

usrPPPBaseLCPDelay 1.3.6.1.4.1.429.4.11.1.37
Indicates the amount of time the PDSN should wait before sending out an LCP Configure-Request
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..3000  

usrPPPBaseLCPTermOnDereg 1.3.6.1.4.1.429.4.11.1.40
Indicates whether the PDSN should transmit an LCP Term_Req on receipt of a deregistration req from the PCF
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

usrPPPBaseNoAuthSIP 1.3.6.1.4.1.429.4.11.1.43
Indicates whether the PDSN should allow Simple IP (SIP) calls that reject authentication during LCP. disabled means that the PDSN will tear down the call if the mobile node rejects authentication for a simple IP call. enabled means that the PDSN will accept simple ip calls from mobiles that reject authentication during LCP.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)