genOpIndex

LOAD-MIB · .1.3.6.1.4.1.1751.2.53.1.2.1.2

Object

column Enumeration
Index to identify the operation supported by this row entry. 
Each operation type that is supported by this module should be 
represented by a unique row in this MIB Table.  A walk of this 
MIB table should reveal all the operations that are supported by 
the device.          
              
Note: genOpServerIP is used for IPv4 addresses only. 
genOpServerInetAddressType/genOpServerInetAddress are used for IPv4/IPv6 
addresses. 
              
The operations supported are:
              
uploadConfig -- 
    The 'genOpDestIndex' should be set to 0 (to indicate destination
        of server).
    The 'genOpServerIP' should be set to the server to which the
        config will be saved.
    The 'genOpProtocolType' should be set to the IP protocol used
        to transport the file.
    The 'genOpSourceIndex' should be set to the 'genAppFileId'
        of the config file you are uploading.
    The 'genOpFileName' should be set to the name and path of the
               config file on the TFTP server.
              
downloadConfig --
    The 'genOpDestIndex' should be set to the 'genAppFileId' of
        the config file you are downloading to (if one does not
        exist, you'll need to RowCreate it in the 'genAppFileTable').
    The 'genOpServerIP' should be set to the server from which the
        config will be copied.
    The 'genOpProtocolType' should be set to the IP protocol used
        to transport the file.
    The 'genOpSourceIndex' should be set to 0 (to indicate source
        of server).
    The 'genOpFileName' should be set to the name and path of the
               config file on the TFTP server.
              
report --
              
uploadSoftware -- 
    The 'genOpDestIndex' should be set to 0 (to indicate destination
         of server).
    The 'genOpServerIP' should be set to the server to which the
        config file will be saved.
    The 'genOpProtocolType' should be set to the IP protocol used
         to transport the file.
    The 'genOpSourceIndex' should be set to the 'genAppFileId' of
               the software file you are uploading.
    The 'genOpFileName' should be set to the name and path of the
               image file on the TFTP server.
              
downloadSoftware --
    The 'genOpDestIndex' should be set to the 'genAppFileId' of
               the software file you are downloading to (if one does not
               exist, you'll need to RowCreate it in the 'genAppFileTable').
    The 'genOpServerIP' should be set to the server from which the
               config file will be copied.
    The 'genOpProtocolType' should be set to the IP protocol used
               to transport the file.
    The 'genOpSourceIndex' should be set to 0 (to indicate source
               of server).
    The 'genOpFileName' should be set to the name and path of the
               image file on the TFTP server.
              
localConfigFileCopy -- (using a 'genOpType' of 'localPeerTransport')
    The 'genOpDestIndex' should be set to the 'genAppFileId' of the
        config file you are copying to (if one does not exist
        you'll need to RowCreate it in the 'genAppFileTable').
    The 'genOpSourceIndex' should be set to the 'genAppFileId'
               of the config file you are copying from.
    The 'genOpServerIP' should be set to NULL.
    The 'genOpProtocolType' should be set to 'localPeerTransport'.
    The 'genOpFileName' should be set to NULL.
              
localSWFileCopy -- (using a 'genOpType' of 'localPeerTransport')
    The 'genOpDestIndex' should be set to the 'genAppFileId' of
               the software file you are copying to (if one does not
        exist you'll need to RowCreate it in the 'genAppFileTable').
    The 'genOpSourceIndex' should be set to the 'genAppFileId' of
               the software file you are copying from.
    The 'genOpServerIP' should be set to NULL.
    The 'genOpProtocolType' should be set to 'localPeerTransport'.
    The 'genOpFileName' should be set to NULL.
              
localConfigFileCopy -- (using a 'genOpType' of 'localServerTransport')
    The 'genOpDestIndex' should be set to the 'genAppFileId' of the
        config file you are copying to (if one does not exist you'll
        need to RowCreate it in the 'genAppFileTable') or ZERO (0)
        if copying to a localServer.
    The 'genOpSourceIndex' should be set to the 'genAppFileId' of
        the config file you are copying from or ZERO (0) if
        copying from a localServer.
    The 'genOpServerIP' should be set to the address of the local
         server.
    The 'genOpProtocolType' should be set to 'localServerTransport'.
              
localSWFileCopy -- (using a 'genOpType' of 'localServerTransport')
    The 'genOpDestIndex' should be set to the 'genAppFileId' of the
               software file you are copying to (if one does not exist
        you'll need to RowCreate it in the 'genAppFileTable').
    The 'genOpSourceIndex' should be set to the 'genAppFileId'
        of the software file you are copying from.
    The 'genOpServerIP' should be set to the address of the local
        server.
    The 'genOpProtocolType' should be set to 'localServerTransport'.
              
uploadLogfile --
    The 'genOpDestIndex' should be set to 0 (to indicate destination
               of server).
    The 'genOpSourceIndex' should be set to the 'genAppFileId' of
        the log file you are copying from.
    The 'genOpServerIP' should be set to the server to which the
        config will be saved.
    The 'genOpProtocolType' should be set to the IP protocol used
        to transport the file.
    The 'genOpFileName' should be set to the name and path of the
               log file on the TFTP server.
              
eraseFile --
    The 'genOpDestIndex' Is not applicable for this command.
    The 'genOpSourceIndex' should be set to the 'genAppFileId'
        of the file you wish to erase.
    The 'genOpServerIP' should be set to 0.
    The 'genOpProtocolType' should be set to 0.	
    The 'genOpFileName' should be set to NULL.
              
show -- 
    Reporting information to the CLI.
syncStandbyAgent(11) -- copy configuration AND software image files
           to the (non-active) standby agent in a P550/P880.
    The 'genOpDestIndex' should be set to 1
    The 'genOpSourceIndex' should be set to 1
    The 'genOpServerIP' should be set to NULL.
    The 'genOpProtocolType' should be set to 'localPeerTransport'.
    The 'genOpFileName' should be set to NULL.                     
                  
downloadAuthFile (12) --  copy Services Logins authentication file to the
                          device. 
    The 'genOpDestIndex' should be set to the 'genAppFileId' of
        the auth file you are downloading to (if one does not
        exist, you'll need to RowCreate it in the 'genAppFileTable').
    The 'genOpServerIP' should be set to the server from which the
        config will be copied.
    The 'genOpProtocolType' should be set to the IP protocol used
        to transport the file.
    The 'genOpSourceIndex' should be set to 0 (to indicate source
        of server).
    The 'genOpFileName' should be set to the name and path of the
               config file on the TFTP/ftp/scp server.
              
downloadLicFile (13) - --  copy SLicense file to the device. 
              
    The 'genOpDestIndex' should be set to the 'genAppFileId' of
        the auth file you are downloading to (if one does not
        exist, you'll need to RowCreate it in the 'genAppFileTable').
    The 'genOpServerIP' should be set to the server from which the
        config will be copied.
    The 'genOpProtocolType' should be set to the IP protocol used
        to transport the file.
    The 'genOpSourceIndex' should be set to 0 (to indicate source
        of server).
    The 'genOpFileName' should be set to the name and path of the
               config file on the TFTP/ftp/scp server. 
                             
downloadPhoneScriptFile (14) - copy IP phone configuration file 
(or other endpoints configuration files) to the 
device TFTP Server directory. IP Phone configuration file includes 
Setting File and Upgrade Script. Non Volatile Storage.
              
    The 'genOpDestIndex' should be set to the 'genAppFileId' of
        the phone configuration file you are downloading to (if one does not
        exist, you'll need to RowCreate it in the 'genAppFileTable').
    The 'genOpServerIP' should be set to the server from which the
        config will be copied.
    The 'genOpProtocolType' should be set to the IP protocol used
        to transport the file.
    The 'genOpSourceIndex' should be set to 0 (to indicate source
        of server).
    The 'genOpFileName' should be set to the name and path of the
               config file on the TFTP/ftp/scp server. 
                             
uploadPhoneScriptFile(15) - copy IP phone configuration file 
	(or other endpoints configuration files) from the device 
	TFTP Server directory to remote server.
IP Phone configuration file	includes Setting File and Upgrade Script.
    The 'genOpDestIndex' should be set to 0 (to indicate destination
        of server).
    The 'genOpServerIP' should be set to the server to which the
        config will be saved.
    The 'genOpProtocolType' should be set to the IP protocol used
        to transport the file.
    The 'genOpSourceIndex' should be set to the 'genAppFileId'
        of the config file you are uploading.
    The 'genOpFileName' should be set to the name and path of the
               config file on the TFTP/ftp/scp server.
              
downloadPhoneImageFile(16) - copy IP phone images file (or other endpoints images files)
	to the device TFTP Server Directory. Volatile Storage. 
    The 'genOpDestIndex' should be set to the 'genAppFileId' of
               the software file you are downloading to (if one does not
               exist, you'll need to RowCreate it in the 'genAppFileTable').
    The 'genOpServerIP' should be set to the server from which the
               config file will be copied.
    The 'genOpProtocolType' should be set to the IP protocol used
               to transport the file.
    The 'genOpSourceIndex' should be set to 0 (to indicate source
               of server).
    The 'genOpFileName' should be set to the name and path of the
               image file on the TFTP/ftp server.
              
uploadDhcpBindingFile(17) - copy DHCP Binding File from the device to remote server.  
The binding file includes information of IP , MAC couples and leased time. 
Non Volatile Storage.
The 'genOpDestIndex' should be set to 0 (to indicate destination
        of server).
    The 'genOpServerIP' should be set to the server to which the
        config will be saved.
    The 'genOpProtocolType' should be set to the IP protocol used
        to transport the file.
    The 'genOpSourceIndex' should be set to the 'genAppFileId'
        of the config file you are uploading.
    The 'genOpFileName' should be set to the name and path of the
               config file on the TFTP/ftp/scp server.
                             
uploadAuthFile(22) - copy authentication File from the device to remote server.  
The 'genOpDestIndex' should be set to 0 (to indicate destination
        of server).
    The 'genOpServerIP' should be set to the server to which the
        config will be saved.
    The 'genOpProtocolType' should be set to the IP protocol used
        to transport the file.
    The 'genOpSourceIndex' should be set to the 'genAppFileId'
        of the config file you are uploading.
    The 'genOpFileName' should be set to the name and path of the
               config file on the TFTP/ftp/scp server.
              
              
uploadLicFile(23) - copy License File from the device to remote server.  
The 'genOpDestIndex' should be set to 0 (to indicate destination
        of server).
    The 'genOpServerIP' should be set to the server to which the
        config will be saved.
    The 'genOpProtocolType' should be set to the IP protocol used
        to transport the file.
    The 'genOpSourceIndex' should be set to the 'genAppFileId'
        of the config file you are uploading.
    The 'genOpFileName' should be set to the name and path of the
               config file on the TFTP/ftp/scp server.
              
              
uploadSyslogFile(24) - copy Syslog File from the device to remote server.  
The 'genOpDestIndex' should be set to 0 (to indicate destination
        of server).
    The 'genOpServerIP' should be set to the server to which the
        config will be saved.
    The 'genOpProtocolType' should be set to the IP protocol used
        to transport the file.
    The 'genOpSourceIndex' should be set to the 'genAppFileId'
        of the config file you are uploading.
    The 'genOpFileName' should be set to the name and path of the
               config file on the TFTP/ftp/scp server.
              
              
uploadCDRFile(25) - copy CDR File from the device to remote server.  
The 'genOpDestIndex' should be set to 0 (to indicate destination
        of server).
    The 'genOpServerIP' should be set to the server to which the
        config will be saved.
    The 'genOpProtocolType' should be set to the IP protocol used
        to transport the file.
    The 'genOpSourceIndex' should be set to the 'genAppFileId'
        of the config file you are uploading.
    The 'genOpFileName' should be set to the name and path of the
               config file on the TFTP/ftp/scp server.

Context

MIB
LOAD-MIB
OID
.1.3.6.1.4.1.1751.2.53.1.2.1.2
Type
column
Access
readonly
Status
current
Parent
genOpEntry
Table
genOpTable
Siblings
23

Syntax

Enumeration

Values & Constraints

Enumerated Values
1uploadConfig
2downloadConfig
3report
4uploadSoftware
5downloadSoftware
6localConfigFileCopy
7localSWFileCopy
8uploadLogfile
9eraseFile
10show
11syncStandbyAgent
12downloadAuthFile
13downloadLicFile
14downloadPhoneScriptFile
15uploadPhoneScriptFile
16downloadPhoneImageFile
17uploadDhcpBindingFile
18uploadAnnouncements
19downloadAnnouncements
20renameAnnouncement
21eraseAnnouncement
22uploadAuthFile
23uploadLicFile
24uploadSyslogFile
25uploadCDRFile
28backupConfig
29restore

Related Objects

Sibling Objects