PDN-MPE-DEVICE-CONTROL-MIB: View SNMP OID List / Download MIB

VENDOR: PARADYNE


 Home MIB: PDN-MPE-DEVICE-CONTROL-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
 mpeDevControl 1.3.6.1.4.1.1795.2.24.12.10
This MIB Module allows a user to reset a device in the DSLAM, as well as perform various operations related to the storage and retrieval of firmware and configuration files on devices.
       mpeDevControlMIBObjects 1.3.6.1.4.1.1795.2.24.12.10.1
           mpeDevHwControl 1.3.6.1.4.1.1795.2.24.12.10.1.1
               mpeDevControlTable 1.3.6.1.4.1.1795.2.24.12.10.1.1.1 no-access
A table that contains generic information about Card Control.
                   mpeDevControlEntry 1.3.6.1.4.1.1795.2.24.12.10.1.1.1.1 no-access
A list of information for device Control.
                       mpeDevControlReset 1.3.6.1.4.1.1795.2.24.12.10.1.1.1.1.1 resetstates read-only
Writing the value reset (2) to this object initiates a Hardware power-on reset of the device. Writing the value resetToFactoryDefaults (3) causes the device to re-configure itself with factory defaults. Writing the value (4) causes the device to re-configure itself with a previously loaded active configuration. The value read from this object is noOp(1).
               mpeDevControlSelfTestTable 1.3.6.1.4.1.1795.2.24.12.10.1.1.2 no-access
A table containing information to control device specific Self-Test operations.
                   mpeDevControlSelfTestEntry 1.3.6.1.4.1.1795.2.24.12.10.1.1.2.1 no-access
A list of objects for performing Self-Test operations.
                       mpeDevControlExtendedSelfTest 1.3.6.1.4.1.1795.2.24.12.10.1.1.2.1.1 integer read-write
This object is used to start the extended Power-On Self-Test test. Writing the value enableExtendSelfTestAndReset(2) to this object resets the device and puts it into extended Power-On Self-Test mode. During device initialization, the extended Self-Test would be carried out first and then the device would carry out its normal boot operation. The value read from this object is noOp(1). Writing back the same value, noOp(1) will not start the test. Note that if extended Self-Test fails for some reason, after re-initialization, the value of this object will default to enableExtendSelfTestAndReset(2) again unless the manager explicitly chooses not to do so. Enumeration: 'enableExtendSelfTestAndReset': 2, 'noOp': 1.
           mpeDevFileXferConfig 1.3.6.1.4.1.1795.2.24.12.10.1.2
               mpeDevFileXferConfigTable 1.3.6.1.4.1.1795.2.24.12.10.1.2.1 no-access
The Paradyne FileXfer Client Config Table.
                   mpeDevFileXferConfigEntry 1.3.6.1.4.1.1795.2.24.12.10.1.2.1.1 no-access
Use of the File Tranfer MIB could be used with other MIBS in the following manner: a) Use another MIB/means to verify available space /make room for a file to be transfered to this device b) Use this MIB to download the file c) Use another MIB/means to select the file you want to make active if your selecting firmware for example. d) Use another MIB/means to reset the device. A management station wishing to initiate a file transfer needs to create an entry in this table. To do so, you must first identify the entPhysicalIndex of the device you intend to do the transfer with. You should then create the associated instance of the row status It must also, either in the same or in successive PDUs, create an instance of mpeDevFileXferFileName, mpeDevFileXferFileType, . mpeDevFileXferServerIpAddress, mpeDevFileXferOperation. It should also modify the default values for the other configuration objects if the defaults are not appropriate. Once the appropriate instance of all the configuration objects have been created, either by an explicit SNMP set request or by default, the row status should be set to active to initiate the request. Note that this entire procedure may be initiated via a single set request which specifies a row status of createAndGo as well as specifies valid values for the non-defaulted configuration objects. Once the MpeDevFileXferConfigEntry request has been created (i.e. the mpeDevFileXferRowStatus has been made active), the entry cannot be modified - the only operation possible after this is to delete the row. Once the request completes, the management station should retrieve the values of the status objects of interest, and should then delete the entry. In order to prevent old entries from clogging the table, entries could be aged out, but an entry will never be deleted within 5 minutes of completing.
                       mpeDevFileXferFileName 1.3.6.1.4.1.1795.2.24.12.10.1.2.1.1.1 displaystring read-only
This object contains the name of the filetransfer file.
                       mpeDevFileXferCopyProtocol 1.3.6.1.4.1.1795.2.24.12.10.1.2.1.1.2 integer read-only
The transfer protocol that should be used to copy the file across the network. If the file transfer is to occur locally on the SNMP agent, the method of transfer is left upto the implementation, and is not restricted to the protocols below. Enumeration: 'ftp': 2, 'tftp': 1.
                       mpeDevFileXferFileType 1.3.6.1.4.1.1795.2.24.12.10.1.2.1.1.3 integer read-only
Specifies the type of file your want to transfer. Enumeration: 'firmware': 1, 'config': 2.
                       mpeDevFileXferServerIpAddress 1.3.6.1.4.1.1795.2.24.12.10.1.2.1.1.4 ipaddress read-only
This object contains the file transfer server's IP address.
                       mpeDevFileXferUserName 1.3.6.1.4.1.1795.2.24.12.10.1.2.1.1.5 displaystring read-only
This object contains the username if a username is needed to login to the server.
                       mpeDevFileXferUserPassword 1.3.6.1.4.1.1795.2.24.12.10.1.2.1.1.6 displaystring read-only
This object contains the password if a password is needed to login to the server. This object will return null on a read operation.
                       mpeDevFileXferOperation 1.3.6.1.4.1.1795.2.24.12.10.1.2.1.1.7 integer read-only
This object contains the operation the file transfer wants to perform. Enumeration: 'put': 2, 'get': 1.
                       mpeDevFileXferPktsSent 1.3.6.1.4.1.1795.2.24.12.10.1.2.1.1.8 counter32 read-only
This object contains the the number of packets sent to the server at the time of interrogation.
                       mpeDevFileXferPktsRecv 1.3.6.1.4.1.1795.2.24.12.10.1.2.1.1.9 counter32 read-only
This object contains the the number of packets received from the server at the time of interrogation.
                       mpeDevFileXferOctetsSent 1.3.6.1.4.1.1795.2.24.12.10.1.2.1.1.10 counter32 read-only
This object contains the the number of octets sent to the server at the time of interrogation.
                       mpeDevFileXferOctetsRecv 1.3.6.1.4.1.1795.2.24.12.10.1.2.1.1.11 counter32 read-only
This object contains the the number of octets received from the server at the time of interrogation.
                       mpeDevFileXferOwnerString 1.3.6.1.4.1.1795.2.24.12.10.1.2.1.1.12 octet string read-only
The entity which currently has the 'ownership' required to invoke the operation on this index.
                       mpeDevFileXferStatus 1.3.6.1.4.1.1795.2.24.12.10.1.2.1.1.13 integer read-only
This object contains the status of the file transfer. Enumeration: 'failure': 3, 'none': 1, 'inprogress': 4, 'success': 2.
                       mpeDevFileXferErrorStatus 1.3.6.1.4.1.1795.2.24.12.10.1.2.1.1.14 integer32 read-only
This object contains the reason code of the failure determined in mpeDevFileXferStatus. The reason code are specific to the file transfer protocol. Please refer to the file transfer protocols respective RFC for clarification of the error code value meanings. TFTP Error Codes from rfc 1350 FTP Error Codes from rfc 959
                       mpeDevFileXferSendEvent 1.3.6.1.4.1.1795.2.24.12.10.1.2.1.1.15 integer read-only
This object indicates whether or not to send the mpeDevFileXferEvent event trap . Enumeration: 'active': 1, 'inactive': 2.
                       mpeDevFileXferRowStatus 1.3.6.1.4.1.1795.2.24.12.10.1.2.1.1.16 rowstatus read-only
This object is used to create a new row or delete an existing row in this table.
                       mpeDevFileXferXferTime 1.3.6.1.4.1.1795.2.24.12.10.1.2.1.1.17 timeticks read-only
This object indicates the elapsed time (in hundredths of a second) of the file transfer.
                       mpeDevFileXferFileFormat 1.3.6.1.4.1.1795.2.24.12.10.1.2.1.1.18 integer read-only
This object contains the file representation type. A file representation type of ascii implies an ASCII, non-print text file. A file representation type of binary implies an binary image file. The default file representation type is binary(2). Enumeration: 'binary': 2, 'ascii': 1.
           mpeDevFirmwareControl 1.3.6.1.4.1.1795.2.24.12.10.1.3
               mpeDevFirmwareControlTable 1.3.6.1.4.1.1795.2.24.12.10.1.3.1 no-access
A list of the current Firmware Releases and their associated status. Each Firmware Release will be indexed by a number from 1 to N. The user will be able to view the Firmware Release String and Operational Status of the release (valid or invalid) and activate a valid Firmware Release by changing the Administration Status to active.
                   mpeDevFirmwareControlEntry 1.3.6.1.4.1.1795.2.24.12.10.1.3.1.1 no-access
The Device Firmware Release entry.
                       mpeDevFirmwareControlIndex 1.3.6.1.4.1.1795.2.24.12.10.1.3.1.1.1 integer32 read-only
This object is used to index the Firmware table (range 1 to N).
                       mpeDevFirmwareControlRelease 1.3.6.1.4.1.1795.2.24.12.10.1.3.1.1.2 displaystring read-only
This object indicates the Software Release for this Firmware. If the Software Firmware is Operational Status is invalid, the Software Revision Number will be blank.
                       mpeDevFirmwareControlOperStatus 1.3.6.1.4.1.1795.2.24.12.10.1.3.1.1.3 integer read-only
This object indicates whether or not the indexed Firmware entry contains a valid(1) or invalid(2) Firmware. Enumeration: 'unknown': 3, 'valid': 1, 'invalid': 2.
                       mpeDevFirmwareControlAdminStatus 1.3.6.1.4.1.1795.2.24.12.10.1.3.1.1.4 integer read-only
This object indicates whether or not the indexed Firmware entry is active(1) or inactive(2). Writing active(1) will activate that software release and cause the unit to reset (response may timeout). Writing active(1) to a Firmware entry whose mpeDevFirmwareControlOperStatus is invalid will return BAD VALUE. Writing inactive(2) will always return BAD VALUE. Enumeration: 'active': 1, 'inactive': 2.
           mpeDevTestControl 1.3.6.1.4.1.1795.2.24.12.10.1.4
               mpeDevControlTestTable 1.3.6.1.4.1.1795.2.24.12.10.1.4.3 no-access
A table that contains configuration information to perform device specific tests.
                   mpeDevControlTestEntry 1.3.6.1.4.1.1795.2.24.12.10.1.4.3.1 no-access
A list of configuration information for device specific tests.
                       mpeDevControlTestType 1.3.6.1.4.1.1795.2.24.12.10.1.4.3.1.1 integer read-write
This object is used to specify the type of the test to start. Enumeration: 'lampTest': 1.
                       mpeDevControlTestStatus 1.3.6.1.4.1.1795.2.24.12.10.1.4.3.1.2 integer read-only
The test status on the device. This object indicates whether the indexed test is currently active(1) or inactive(2). Enumeration: 'active': 1, 'inactive': 2.
                       mpeDevControlTestCmd 1.3.6.1.4.1.1795.2.24.12.10.1.4.3.1.3 integer read-write
Used to start or stop the indexed test. When read, the value returned will be the next logical command. Enumeration: 'start': 1, 'stop': 2.
       mpeDevControlMIBTraps 1.3.6.1.4.1.1795.2.24.12.10.2
           mpeDevControlMIBTrapsV2 1.3.6.1.4.1.1795.2.24.12.10.2.0
The traps for the device control MIB.
               mpeDevFileXferEvent 1.3.6.1.4.1.1795.2.24.12.10.2.0.1
This trap is to communicate a couple of things about the completion of a file transfer. mpeDevFileXferStatus - Did it complete successfully or not. mpeDevFileXferErrorStatus - If not, what was the error code. mpeDevFileXferOperation - What operation was performed?. mpeDevFileXferFileType - Was it a firmware xfer or config? mpeDevFileXferFileName - The name of the file transfered.
       mpeDevControlMIBGroups 1.3.6.1.4.1.1795.2.24.12.10.3
           mpeDevHwControlGroup 1.3.6.1.4.1.1795.2.24.12.10.3.1
Objects necessary to implement minimal hardware control
           mpeDevFileXferConfigGroup 1.3.6.1.4.1.1795.2.24.12.10.3.2
Object group used to implement file transfer functionality
           mpeDevFirmwareControlGroup 1.3.6.1.4.1.1795.2.24.12.10.3.3
Object group used to manage firmware releases on devices
           mpeDevTestControlGroup 1.3.6.1.4.1.1795.2.24.12.10.3.4
Objects necessary to implement device specific tests
           mpeDevFileXferEventGroup 1.3.6.1.4.1.1795.2.24.12.10.3.5
Notifications associated with mpeDevFileXferConfigGroup