ZHONE-COM-PPP-MIB: View SNMP OID List / Download MIB

VENDOR: ZHONE TECHNOLOGIES


 Home MIB: ZHONE-COM-PPP-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
     pppInterfaceTable 1.3.6.1.4.1.5504.4.5.1 no-access
This 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.
         pppInterfaceEntry 1.3.6.1.4.1.5504.4.5.1.1 no-access
There 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.
             pppIfLowerIfIndex 1.3.6.1.4.1.5504.4.5.1.1.1 interfaceindex read-only
The 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.
             pppIfVpi 1.3.6.1.4.1.5504.4.5.1.1.2 atmvpidentifier read-only
If 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.
             pppIfVci 1.3.6.1.4.1.5504.4.5.1.1.3 atmvcidentifier read-only
If 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.
             pppIfCallMode 1.3.6.1.4.1.5504.4.5.1.1.4 integer read-only
Indicates where the PPP call is initiated. noCall: No call is initiated inCall: Call is intiated remotely. outCall: Call is intiated locally. Enumeration: 'outCall': 3, 'noCall': 1, 'inCall': 2.
             pppIfFrameType 1.3.6.1.4.1.5504.4.5.1.1.5 integer read-only
The 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. Enumeration: 'atmVc': 4, 'none': 1, 'frameRelay': 2, 'atmLLC': 3.
             pppIfNumChannels 1.3.6.1.4.1.5504.4.5.1.1.6 integer32 read-only
The maximum number of channels allowed on this interface. Currently, only one channel is supported.
             pppIfRowStatus 1.3.6.1.4.1.5504.4.5.1.1.7 zhonerowstatus read-only
Zhone convention to support row creation and deletion. pppIfLgId is required to create or destroy a row in this table.
     pppLCPExtensionsTable 1.3.6.1.4.1.5504.4.5.2 no-access
This 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.
         pppLCPExtensionsEntry 1.3.6.1.4.1.5504.4.5.2.1 no-access
There 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.
             lcpExtReceiveAuthEnable 1.3.6.1.4.1.5504.4.5.2.1.1 enableflag read-only
Enable or disable incoming authentication.
             lcpExtReceiveAuthProtocol 1.3.6.1.4.1.5504.4.5.2.1.2 zhoneauthenticationprotocol read-only
The preferred protocol used for incoming authentication. If lcpExtReceiveAuthEnable is enabled, the authentication protocol will be negotiated with the peer.
             lcpExtSendAuthEnable 1.3.6.1.4.1.5504.4.5.2.1.3 enableflag read-only
Enable or disable outgoing authentication.
             lcpExtSendAuthProtocol 1.3.6.1.4.1.5504.4.5.2.1.4 zhoneauthenticationprotocol read-only
The protocol used with lcpExtSendAuthIdentity to look up the outgoing authentication information.
             lcpExtSendAuthIdentity 1.3.6.1.4.1.5504.4.5.2.1.5 octet string read-only
The identity (PAP peer ID or CHAP name) used with lcpExtSendAuthProtocol to look up the outgoing authentication information. Default value is the empty string.
             lcpExtQualityProtocol 1.3.6.1.4.1.5504.4.5.2.1.6 integer read-only
The Quality Protocol used. Currently, the only valid quality protocl is LQR. Quality protocol must be enabled using pppLqrConfigStatus in RFC1471. Enumeration: 'lqr': 1.
             lcpExtMagicNumber 1.3.6.1.4.1.5504.4.5.2.1.7 unsigned32 read-only
The 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.
             lcpExtMaxPad 1.3.6.1.4.1.5504.4.5.2.1.8 integer32 read-only
The 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.
             lcpExtCallbackEnable 1.3.6.1.4.1.5504.4.5.2.1.9 enableflag read-only
Enable or disable Callback negotiation.
             lcpExtCallbackType 1.3.6.1.4.1.5504.4.5.2.1.10 integer read-only
The 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. Enumeration: 'byAuth': 1, 'byName': 5, 'byE164': 4, 'byIdentifier': 3, 'byDialStr': 2.
             lcpExtCallbackDialString 1.3.6.1.4.1.5504.4.5.2.1.11 octet string read-only
The 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.
             lcpExtRestartTimer 1.3.6.1.4.1.5504.4.5.2.1.12 integer32 read-only
Number of seconds before retransmission of an LCP packet.
             lcpExtMaxConfigRetries 1.3.6.1.4.1.5504.4.5.2.1.13 integer32 read-only
Number of LCP configuration retries without response before the link is brought down.
             lcpExtMaxTerminateRetries 1.3.6.1.4.1.5504.4.5.2.1.14 integer32 read-only
Number of LCP termination retries without response before the link is brought down.
             lcpExtMaxFailureRetries 1.3.6.1.4.1.5504.4.5.2.1.15 integer32 read-only
Number of times a Configuration Nak is sent before a Configuration Rej is sent.
             lcpExtMRUEnable 1.3.6.1.4.1.5504.4.5.2.1.16 enableflag read-only
Enable or disable MRU negotiation.
             lcpExtACCMEnable 1.3.6.1.4.1.5504.4.5.2.1.17 enableflag read-only
Enable or disable Asynchronous Control Character Map negotiation.
             lcpExtPFCEnable 1.3.6.1.4.1.5504.4.5.2.1.18 enableflag read-only
Enable or disable Protocol Field Compression negotiation.
             lcpExtACFCEnable 1.3.6.1.4.1.5504.4.5.2.1.19 enableflag read-only
Enable or disable Address and Control Field Compression negotiation.
             lcpExtFCSAltEnable 1.3.6.1.4.1.5504.4.5.2.1.20 enableflag read-only
Enable or disable FCS Alternative negotiation. The negotiated FCS values take effect only during Authentication and Network-Layer Protocol phases.
             lcpExtSDPEnable 1.3.6.1.4.1.5504.4.5.2.1.21 enableflag read-only
Enable or disable Self-Describing Padding negotiation.
             lcpExtNumModeEnable 1.3.6.1.4.1.5504.4.5.2.1.22 enableflag read-only
Enable or disable Numbered Mode negotiation.
     pppNCPExtensionsTable 1.3.6.1.4.1.5504.4.5.3 no-access
This 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.
         pppNCPExtensionsEntry 1.3.6.1.4.1.5504.4.5.3.1 no-access
A 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.
             ncpExtVJCompMaxSlotID 1.3.6.1.4.1.5504.4.5.3.1.1 integer32 read-write
The maximum slot ID for Van Jacobson Header Compression.
             ncpExtVJCompSlotID 1.3.6.1.4.1.5504.4.5.3.1.2 enableflag read-write
Indicates 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.
             ncpExtIpAddrOptionEnable 1.3.6.1.4.1.5504.4.5.3.1.3 enableflag read-write
Enable or disable IP Address Negotiation.
             ncpExtRestartTimer 1.3.6.1.4.1.5504.4.5.3.1.4 integer32 read-write
Number of seconds before retransmission of an IP packet.
             ncpExtMaxConfigRetries 1.3.6.1.4.1.5504.4.5.3.1.5 integer32 read-write
Number of IP configuration retries without response before the session is brought down.
             ncpExtMaxTerminateRetries 1.3.6.1.4.1.5504.4.5.3.1.6 integer32 read-write
Number of IP termination retries without response before the session is brought down.
             ncpExtFailureRetries 1.3.6.1.4.1.5504.4.5.3.1.7 integer32 read-write
Number of times a Configuration Nak is sent before a Configuration Rej is sent
     pppNextAuthId 1.3.6.1.4.1.5504.4.5.4 integer32 read-only
A 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.
     pppAuthenticationTable 1.3.6.1.4.1.5504.4.5.5 no-access
This table contains provisioning for incoming and/or outgoing PPP authentication.
         pppAuthenticationEntry 1.3.6.1.4.1.5504.4.5.5.1 no-access
An 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.
             pppAuthSubId 1.3.6.1.4.1.5504.4.5.5.1.1 integer32 no-access
The 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.
             pppAuthId 1.3.6.1.4.1.5504.4.5.5.1.2 integer32 no-access
A unique number used to identify this authentication entry.
             pppAuthIpIfIndex 1.3.6.1.4.1.5504.4.5.5.1.3 interfaceindexorzero read-only
The 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.
             pppAuthLgId 1.3.6.1.4.1.5504.4.5.5.1.4 interfaceindexorzero read-only
The 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.
             pppAuthProtocol 1.3.6.1.4.1.5504.4.5.5.1.5 bits read-only
The 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. Bits: 'pap': 0, 'chap': 1.
             pppAuthPAPPeerID 1.3.6.1.4.1.5504.4.5.5.1.6 octet string read-only
The username used if we are authenticating with the PAP protocol. Default value is the empty string.
             pppAuthPAPPassword 1.3.6.1.4.1.5504.4.5.5.1.7 octet string read-only
The 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.
             pppAuthCHAPName 1.3.6.1.4.1.5504.4.5.5.1.8 octet string read-only
The username used if we are authenticating with the CHAP protocol. Default value is the empty string.
             pppAuthCHAPSecret 1.3.6.1.4.1.5504.4.5.5.1.9 octet string read-only
The 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.
             pppAuthStatus 1.3.6.1.4.1.5504.4.5.5.1.10 integer read-only
Setting 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. Enumeration: 'valid': 1, 'invalid': 2.
             pppAuthRowStatus 1.3.6.1.4.1.5504.4.5.5.1.12 zhonerowstatus read-only
This 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.
 comPpp 1.3.6.1.4.1.5504.6.69
Point-to-Point Protocol (PPP) MIB IP Software Minneapolis, MN