Dell-VRTX-CLI-MIB: View SNMP OID List / Download MIB

VENDOR: RND


 Home MIB: Dell-VRTX-CLI-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
 rlCli 1.3.6.1.4.1.89.52
Remote CLI branch has been added.
       rlCliMibVersion 1.3.6.1.4.1.89.52.1 integer read-only
MIB's version, the current version is 3.
       rlCliPassword 1.3.6.1.4.1.89.52.2 displaystring read-write
CLI Password
       rlCliTimer 1.3.6.1.4.1.89.52.3 integer read-write
CLI Timer
       rlCliFileEnable 1.3.6.1.4.1.89.52.4 truthvalue read-only
CLI File Enable/Disable
       rlCliFileEnableAfterReset 1.3.6.1.4.1.89.52.5 truthvalue read-write
CLI File Enable/Disable After Reset
       rlCLIremoteCLIsupport 1.3.6.1.4.1.89.52.6
           rlCLIremoteCLIcommand 1.3.6.1.4.1.89.52.6.1 integer read-write
Commands that can be given for execution of CLI from remote: takeRemoteCLI: take resources of remote CLI activation releaseRemoteCLI: free resources of remote CLI activation applySentCLI: apply the CLI commands that are currently in rlCLIremoteCLIcommandsTable. deleteCommandsCLI: delete all the CLI commands that are currently in rlCLIremoteCLIcommandsTable. setEchoModeCLI: entered commands will appear before its output in rlCLIremoteCLIoutputsTable. unsetEchoModeCLI: entered commands will not appear in rlCLIremoteCLIoutputsTable. Enumeration: 'applySentCLI': 3, 'deleteCommandsCLI': 4, 'takeRemoteCLI': 1, 'releaseRemoteCLI': 2, 'setEchoModeCLI': 5, 'unsetEchoModeCLI': 6.
           rlCLIremoteCLIexecutionState 1.3.6.1.4.1.89.52.6.2 integer read-only
The execution state of remote CLI: notActive: no 'applySentCLI' command has been given. This is the default state. The remote CLI reverts to this state each time when the 1st entry is added to rlCLIremoteCLIcommandsTable. inProcess: Executing commands - no output available outputAvailable: Some output is already available, although the commands execution may not be finished yet. waitingForOutputRetrieval: The rlCLIremoteCLIoutputsTable is full and remote CLI is waiting for the manager to retrieve the output. done: All the commands in rlCLIremoteCLIcommandsTable have been executed. Enumeration: 'inProcess': 3, 'free': 1, 'waitingForOutputRetrieval': 5, 'done': 6, 'notActive': 2, 'outputAvailable': 4.
           rlCLIremoteCLIexecutionCommandIndex 1.3.6.1.4.1.89.52.6.3 unsigned32 read-only
Index of command, which is currently in execution. 0 if none.
           rlCLIremoteCLImode 1.3.6.1.4.1.89.52.6.4 integer read-write
Operation mode of remote CLI: deleteCLIOutputOnGet: output row will be deleted after GET. Recommended for reliable management channels. keepCLIOutputOnGet: output row will be kept after GET, will be deleted only explicitly by remote CLI client or upon release of remote CLI resources. Recommended for non-reliable management channels. Enumeration: 'deleteCLIOutputOnGet': 1, 'keepCLIOutputOnGet': 2.
           rlCLIremoteCLIcommandsTable 1.3.6.1.4.1.89.52.6.5 no-access
A list of CLI commands to execute.
               rlCLIremoteCLIcommandsEntry 1.3.6.1.4.1.89.52.6.5.1 no-access
An entry containing a part of a CLI command.
                   rlCLIremoteCLIcommandIndex 1.3.6.1.4.1.89.52.6.5.1.1 unsigned32 no-access
The index of the command. The commands will be executed in order of their indexes.
                   rlCLIremoteCLIcommandPartNumber 1.3.6.1.4.1.89.52.6.5.1.2 unsigned32 no-access
The part of the command. Long commands will be divided in several parts, which will be concatenated before execution.
                   rlCLIremoteCLIcommandPart 1.3.6.1.4.1.89.52.6.5.1.3 octet string read-only
The text of the command part.
                   rlCLIremoteCLIcommandStatus 1.3.6.1.4.1.89.52.6.5.1.4 rowstatus read-only
The status of this entry.
                   rlCLIremoteCLIactivationStatus 1.3.6.1.4.1.89.52.6.5.1.5 integer read-only
Activation status of the command. Any value greater than 0 indicates that the command has been activated and failed
           rlCLIremoteCLIoutputsTable 1.3.6.1.4.1.89.52.6.6 no-access
A list of CLI output rows.
               rlCLIremoteCLIoutputsEntry 1.3.6.1.4.1.89.52.6.6.1 no-access
An entry containing a part of a CLI output row.
                   rlCLIremoteCLIoutputRowIndex 1.3.6.1.4.1.89.52.6.6.1.1 unsigned32 no-access
The index of the output row.
                   rlCLIremoteCLIoutputRowPartNumber 1.3.6.1.4.1.89.52.6.6.1.2 unsigned32 no-access
The part of the output row.
                   rlCLIremoteCLIoutputRowPart 1.3.6.1.4.1.89.52.6.6.1.3 octet string read-only
The text of the output row part.
                   rlCLIremoteCLIoutputRowStatus 1.3.6.1.4.1.89.52.6.6.1.4 rowstatus read-write
The status of the command part. Only destroy will be accepted as value for SET.
                   rlCLIremoteCLIoutputCommandNumber 1.3.6.1.4.1.89.52.6.6.1.5 integer read-only
The command index of the command whose activation generated thist output row.
           rlCLIremoteCLIinstance 1.3.6.1.4.1.89.52.6.7 integer read-only
The remote CLI instance. A value of 0xFFFFFFFF indicates that no instance corresponding to the client was found.