ZHONE-COM-PPP-MIB
AI MIB Summary
The ZHONE-COM-PPP-MIB module enables monitoring and management of Point-to-Point Protocol (PPP) session states, interface statistics, and link parameters on Zhone Technologies DSL access multiplexers and related broadband network equipment. It provides specific counters for PPP negotiation failures, session establishment rates, and data transfer volumes to facilitate troubleshooting of DSL subscriber connectivity and link stability.
Point-to-Point Protocol (PPP) MIB IP Software Minneapolis, MN
Main OID:
comPpp.1.3.6.1.4.1.5504.6.69
57
Objects
Active
Status
6
Dependencies
Imported Objects
Objects
57 total| Object Name |
|---|
pppInterfaceTableThis table is used to configure attributes of a PPP interface that are not currently covered by the standard MIBs. This table is indexed by the ifIndex of the PPP interface. IANA iftype ppp is #23. SEQUENCE OF PppInterfaceEntry .1.3.6.1.4.1.5504.4.5.1 |
pppInterfaceEntryThere is an entry in this table for every provisioned PPP interface. Rows are created by setting pppIfRowStatus to createAndGo(4). Rows are removed by setting pppIfRowStatus to destroy(6). When a row is created or deleted in this table, a row is also created or deleted in the pppLCPExtensionsTable in this MIB module and the pppLinkConfigTable and pppLqrConfigTable in RFC 1471. An entry will also be created/destroyed in the ifTable (RFC2233). The pppIfLowerIfIndex is required for row creation. PppInterfaceEntry .1.3.6.1.4.1.5504.4.5.1.1 |
pppIfLowerIfIndexThe ifIndex of the lower layer interface to which this PPP interface should be bound. Since PPP interfaces are always statically bound, this value can never be zero. Upon setting this field, the ifStack will be modified to reflect the appropriate binding. This object is required for row creation.rw InterfaceIndex (IF-MIB) .1.3.6.1.4.1.5504.4.5.1.1.1 |
pppIfVpiIf this IP interface is on an ATM VC, the ATM VPI is specified here. If the IP interface is not an ATM VC, this field is ignored. The VPI value for a VPL or VCL. The value VPI=0 is only allowed for a VCL. For ATM UNIs supporting VPCs the VPI value ranges from 0 to 255. The VPI value 0 is supported for ATM UNIs conforming to the ATM Forum UNI 4.0 Annex 8 (Virtual UNIs) specification. For ATM UNIs supporting VCCs the VPI value ranges from 0 to 255. For ATM NNIs the VPI value ranges from 0 to 4095. The maximum VPI value cannot exceed the value allowable by atmInterfaceMaxActiveVpiBits defined in ATM-MIB.rw AtmVpIdentifier (ATM-TC-MIB) .1.3.6.1.4.1.5504.4.5.1.1.2 |
pppIfVciIf this PPP interface is on an ATM VC, the ATM VCI is specified here. If the PPP interface is not an ATM VC, this field is ignored. The maximum VCI value cannot exceed the value allowable by atmInterfaceMaxActiveVciBits defined in ATM-MIB.rw AtmVcIdentifier (ATM-TC-MIB) .1.3.6.1.4.1.5504.4.5.1.1.3 |
pppIfCallModeIndicates where the PPP call is initiated. noCall: No call is initiated inCall: Call is intiated remotely. outCall: Call is intiated locally.rw Enumeration .1.3.6.1.4.1.5504.4.5.1.1.4 |
pppIfFrameTypeThe type of framing used if the link type is ATM or Frame Relay. If link type is atm, pppIfFrameType must be atmLLC or atmVc. If link type is frameRelay, pppIfFrameType must be frameRelay. If link type is any other value, pppIfFrameType must be none. Currently, only atmLLC and atmVC are supported.rw Enumeration .1.3.6.1.4.1.5504.4.5.1.1.5 |
pppIfNumChannelsThe maximum number of channels allowed on this interface. Currently, only one channel is supported.rw Integer32 .1.3.6.1.4.1.5504.4.5.1.1.6 |
pppIfRowStatusZhone convention to support row creation and deletion. pppIfLgId is required to create or destroy a row in this table.rw ZhoneRowStatus (Zhone-TC) .1.3.6.1.4.1.5504.4.5.1.1.7 |
pppLCPExtensionsTableThis table is used to configure attributes not found in the pppLinkConfigTable defined in RFC 1471. This table is indexed by the ifIndex of the PPP interface to which these LCP attributes apply. SEQUENCE OF PppLCPExtensionsEntry .1.3.6.1.4.1.5504.4.5.2 |
pppLCPExtensionsEntryThere is an entry in this table for every provisioned PPP interface. Rows in this table are created or deleted when a row in the pppInterfaceTable is created or deleted using pppIfRowStatus. Therefore, objects in this table cannot be set in the same SNMP PDU as the objects used to create a row in the pppInterfaceTable. PppLCPExtensionsEntry .1.3.6.1.4.1.5504.4.5.2.1 |
lcpExtReceiveAuthEnableEnable or disable incoming authentication.rw EnableFlag .1.3.6.1.4.1.5504.4.5.2.1.1 |
lcpExtReceiveAuthProtocolThe preferred protocol used for incoming authentication. If lcpExtReceiveAuthEnable is enabled, the authentication protocol will be negotiated with the peer.rw ZhoneAuthenticationProtocol .1.3.6.1.4.1.5504.4.5.2.1.2 |
lcpExtSendAuthEnableEnable or disable outgoing authentication.rw EnableFlag .1.3.6.1.4.1.5504.4.5.2.1.3 |
lcpExtSendAuthProtocolThe protocol used with lcpExtSendAuthIdentity to look up the outgoing authentication information.rw ZhoneAuthenticationProtocol .1.3.6.1.4.1.5504.4.5.2.1.4 |
lcpExtSendAuthIdentityThe identity (PAP peer ID or CHAP name) used with lcpExtSendAuthProtocol to look up the outgoing authentication information. Default value is the empty string.rw OCTET STRING .1.3.6.1.4.1.5504.4.5.2.1.5 |
lcpExtQualityProtocolThe Quality Protocol used. Currently, the only valid quality protocl is LQR. Quality protocol must be enabled using pppLqrConfigStatus in RFC1471.rw Enumeration .1.3.6.1.4.1.5504.4.5.2.1.6 |
lcpExtMagicNumberThe number used in Magic Number negotiation. Magic number negotiation must be enabled using pppLinkConfigMagicNumber in RFC1471. When set to zero, a random number will be used for the magic number. This allows us to better prevent having two devices with the same magic number.rw Unsigned32 .1.3.6.1.4.1.5504.4.5.2.1.7 |
lcpExtMaxPadThe number of padded bytes at the end of data. This is used for Self-Describing Padding, a method for placing unambiguous padding octets at the end of the PPP Information field in order to cause messages to fall on a natural boundary.rw Integer32 .1.3.6.1.4.1.5504.4.5.2.1.8 |
lcpExtCallbackEnableEnable or disable Callback negotiation.rw EnableFlag .1.3.6.1.4.1.5504.4.5.2.1.9 |
lcpExtCallbackTypeThe method of determining the location to callback. byAuth: Location is determined by authorization information. byDialString: Location is determined by a dialing string. byIdentifier: Location is determined by a location ID. byE164: Location is determined by an E.164 number. byName: Location is determined by a distinguished name. These objects only apply when callback negotiation is enabled using lcpExtCallbackEnable.rw Enumeration .1.3.6.1.4.1.5504.4.5.2.1.10 |
lcpExtCallbackDialStringThe dialing string used for a callback. The format of this string is determined by lcpExtCallbackType. This object only applies when callback negotiation is enabled using lcpExtCallbackEnable. Default value is the empty string.rw OCTET STRING .1.3.6.1.4.1.5504.4.5.2.1.11 |
lcpExtRestartTimerNumber of seconds before retransmission of an LCP packet.rw Integer32 .1.3.6.1.4.1.5504.4.5.2.1.12 |
lcpExtMaxConfigRetriesNumber of LCP configuration retries without response before the link is brought down.rw Integer32 .1.3.6.1.4.1.5504.4.5.2.1.13 |
lcpExtMaxTerminateRetriesNumber of LCP termination retries without response before the link is brought down.rw Integer32 .1.3.6.1.4.1.5504.4.5.2.1.14 |
lcpExtMaxFailureRetriesNumber of times a Configuration Nak is sent before a Configuration Rej is sent.rw Integer32 .1.3.6.1.4.1.5504.4.5.2.1.15 |
lcpExtMRUEnableEnable or disable MRU negotiation.rw EnableFlag .1.3.6.1.4.1.5504.4.5.2.1.16 |
lcpExtACCMEnableEnable or disable Asynchronous Control Character Map negotiation.rw EnableFlag .1.3.6.1.4.1.5504.4.5.2.1.17 |
lcpExtPFCEnableEnable or disable Protocol Field Compression negotiation.rw EnableFlag .1.3.6.1.4.1.5504.4.5.2.1.18 |
lcpExtACFCEnableEnable or disable Address and Control Field Compression negotiation.rw EnableFlag .1.3.6.1.4.1.5504.4.5.2.1.19 |
lcpExtFCSAltEnableEnable or disable FCS Alternative negotiation. The negotiated FCS values take effect only during Authentication and Network-Layer Protocol phases.rw EnableFlag .1.3.6.1.4.1.5504.4.5.2.1.20 |
lcpExtSDPEnableEnable or disable Self-Describing Padding negotiation.rw EnableFlag .1.3.6.1.4.1.5504.4.5.2.1.21 |
lcpExtNumModeEnableEnable or disable Numbered Mode negotiation.rw EnableFlag .1.3.6.1.4.1.5504.4.5.2.1.22 |
pppNCPExtensionsTableThis table is used to configure attributes not found in the pppIpConfigTable defined in RFC 1473. This table is indexed by the ifIndex of the network (IP) interface to which these NCP attributes apply. SEQUENCE OF PppNCPExtensionsEntry .1.3.6.1.4.1.5504.4.5.3 |
pppNCPExtensionsEntryA row must be created in this table when an IP over PPP interface is provisioned. Rows are created by setting ipIfPppEnabled in the ipInterfaceTable to 'true'. Rows are deleted by setting ipIfPppEnabled in the ipInterfaceTable to 'false'. Creating or deleting a row in this table will do the same in the pppIpConfigTable in rfc1473.mib. PppNCPExtensionsEntry .1.3.6.1.4.1.5504.4.5.3.1 |
ncpExtVJCompMaxSlotIDThe maximum slot ID for Van Jacobson Header Compression.rw Integer32 .1.3.6.1.4.1.5504.4.5.3.1.1 |
ncpExtVJCompSlotIDIndicates whether the slot identifier field may be compressed: disabled: The slot identifier must not be compressed. All compressed TCP packets must set the C bit in every change mask, and must include the slot identifier. enabled: The slot identifier may be compressed.rw EnableFlag .1.3.6.1.4.1.5504.4.5.3.1.2 |
ncpExtIpAddrOptionEnableEnable or disable IP Address Negotiation.rw EnableFlag .1.3.6.1.4.1.5504.4.5.3.1.3 |
ncpExtRestartTimerNumber of seconds before retransmission of an IP packet.rw Integer32 .1.3.6.1.4.1.5504.4.5.3.1.4 |
ncpExtMaxConfigRetriesNumber of IP configuration retries without response before the session is brought down.rw Integer32 .1.3.6.1.4.1.5504.4.5.3.1.5 |
ncpExtMaxTerminateRetriesNumber of IP termination retries without response before the session is brought down.rw Integer32 .1.3.6.1.4.1.5504.4.5.3.1.6 |
ncpExtFailureRetriesNumber of times a Configuration Nak is sent before a Configuration Rej is sentrw Integer32 .1.3.6.1.4.1.5504.4.5.3.1.7 |
pppNextAuthIdA GET of this object will return the next available pppAuthId to be used when creating an entry in the pppAuthenticationTable. A GET-NEXT of this object will return the last number given out.ro Integer32 .1.3.6.1.4.1.5504.4.5.4 |
pppAuthenticationTableThis table contains provisioning for incoming and/or outgoing PPP authentication. SEQUENCE OF PppAuthenticationEntry .1.3.6.1.4.1.5504.4.5.5 |
pppAuthenticationEntryAn entry exists in the pppAuthenticationTable for each set of data used for PPP authentication. A set of PPP authentication data can be used for incoming authentication, outgoing authentication or both. A row can be created/deleted using pppAuthRowStatus. The next available pppAuthId value can be obtained using pppNextAuthId. PppAuthenticationEntry .1.3.6.1.4.1.5504.4.5.5.1 |
pppAuthSubIdThe unique identifier of the subscriber associated with this authentication entry. A single subscriber may have multiple authenticated users. If this entry is only used for outgoing authentication, there may not be an associated subscriber. Therefore, the subId may be zero. Integer32 .1.3.6.1.4.1.5504.4.5.5.1.1 |
pppAuthIdA unique number used to identify this authentication entry. Integer32 .1.3.6.1.4.1.5504.4.5.5.1.2 |
pppAuthIpIfIndexThe ifIndex of the IP record associated with this set of PPP authentication data. If this entry is to be used for incoming authentication, this object must be set to a non-zero value.rw InterfaceIndexOrZero (IF-MIB) .1.3.6.1.4.1.5504.4.5.5.1.3 |
pppAuthLgIdThe unique identifier of the line group on which this authentication data is allowed to be used. If the value is zero, this authentication data can be used on any line group.rw InterfaceIndexOrZero (IF-MIB) .1.3.6.1.4.1.5504.4.5.5.1.4 |
pppAuthProtocolThe protocol used for authentication: PAP - Password Authentication Protocol CHAP - Challenge Handshake Authentication Protocol A bit is set for each authentication protocol that is enabled. All protocols are disabled by default.rw Bits .1.3.6.1.4.1.5504.4.5.5.1.5 |
pppAuthPAPPeerIDThe username used if we are authenticating with the PAP protocol. Default value is the empty string.rw OCTET STRING .1.3.6.1.4.1.5504.4.5.5.1.6 |
pppAuthPAPPasswordThe password used if we are authenticating with the PAP protocol. Default value is the empty string. For security, an empty string will be returned on a GET.rw OCTET STRING .1.3.6.1.4.1.5504.4.5.5.1.7 |
pppAuthCHAPNameThe username used if we are authenticating with the CHAP protocol. Default value is the empty string.rw OCTET STRING .1.3.6.1.4.1.5504.4.5.5.1.8 |
pppAuthCHAPSecretThe password used if we are authenticating with the CHAP protocol. Default value is the empty string. For security, an empty string will be returned on a GET.rw OCTET STRING .1.3.6.1.4.1.5504.4.5.5.1.9 |
pppAuthStatusSetting this object to 'invalid' causes the information for that entry to become invalidated. Calls using the authentication information from an invalidated entry will not be accepted or initiated. This allows an entry to be temporarily disabled without deleting it from the table.rw Enumeration .1.3.6.1.4.1.5504.4.5.5.1.10 |
pppAuthRowStatusThis object is used to create or delete an entry in the table. Setting this object to 'createAndGo' will cause an entry to be created. Setting this object to 'destroy' will cause an entry to be deleted. Objects required for creating an entry are specified in the pppAuthenticationEntry description.rw ZhoneRowStatus (Zhone-TC) .1.3.6.1.4.1.5504.4.5.5.1.12 |
comPppPoint-to-Point Protocol (PPP) MIB IP Software Minneapolis, MN MODULE-IDENTITY .1.3.6.1.4.1.5504.6.69 |