Dell-CLI-MIB
- Registered at
- 1.3.6.1.4.1.89.52
- Last updated
- 2010-05-25 00:00
- Organization
- Dell
- Revisions
- 2010-05-25 00:00, 2007-01-02 00:00
- Namespace
- dell
- Source file
Dell-CLI-MIB- Digest
sha256:5302dbe0215987e19465cd5ede35533bb0ffad66916bbf86a9fb69bb64b358fc
Description
Remote CLI branch has been added.
Contact
www.dell.com
Imports
| From | Symbols |
|---|---|
| Dell-MIB | rnd |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP |
| SNMPv2-SMI | MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, Unsigned32, iso |
| SNMPv2-TC | DisplayString, RowStatus, TEXTUAL-CONVENTION, TruthValue |
Imported by
Nothing in this corpus imports this module.
Load order
Every file a consumer needs in order to load this module, dependencies first.
Dell-CLI-MIB Dell-MIB SNMPv2-CONF SNMPv2-SMI SNMPv2-TC
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| rlCliMibVersion OBJECT-TYPE MIB's version, the current version is 3. | 1.3.6.1.4.1.89.52.1 | INTEGER | read-only | current |
| rlCliPassword OBJECT-TYPE CLI Password | 1.3.6.1.4.1.89.52.2 | DisplayString (SIZE(0..20)) | read-write | current |
| rlCliTimer OBJECT-TYPE CLI Timer | 1.3.6.1.4.1.89.52.3 | INTEGER (5..3600) | read-write | current |
| rlCliFileEnable OBJECT-TYPE CLI File Enable/Disable | 1.3.6.1.4.1.89.52.4 | TruthValue | read-only | current |
| rlCliFileEnableAfterReset OBJECT-TYPE CLI File Enable/Disable After Reset | 1.3.6.1.4.1.89.52.5 | TruthValue | read-write | current |
| rlCLIremoteCLIsupport OBJECT-IDENTITY | 1.3.6.1.4.1.89.52.6 | |||
| rlCLIremoteCLIcommand OBJECT-TYPE 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. | 1.3.6.1.4.1.89.52.6.1 | INTEGER {takeRemoteCLI(1), releaseRemoteCLI(2), applySentCLI(3), deleteCommandsCLI(4), setEchoModeCLI(5), unsetEchoModeCLI(6)} | read-write | current |
| rlCLIremoteCLIexecutionState OBJECT-TYPE 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. | 1.3.6.1.4.1.89.52.6.2 | INTEGER {free(1), notActive(2), inProcess(3), outputAvailable(4), waitingForOutputRetrieval(5), done(6)} | read-only | current |
| rlCLIremoteCLIexecutionCommandIndex OBJECT-TYPE Index of command, which is currently in execution. 0 if none. | 1.3.6.1.4.1.89.52.6.3 | Unsigned32 | read-only | current |
| rlCLIremoteCLImode OBJECT-TYPE 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. | 1.3.6.1.4.1.89.52.6.4 | INTEGER {deleteCLIOutputOnGet(1), keepCLIOutputOnGet(2)} | read-write | current |
| rlCLIremoteCLIcommandsTable OBJECT-TYPE A list of CLI commands to execute. | 1.3.6.1.4.1.89.52.6.5 | not-accessible | current | |
| rlCLIremoteCLIcommandsEntry OBJECT-TYPE An entry containing a part of a CLI command. | 1.3.6.1.4.1.89.52.6.5.1 | not-accessible | current | |
| rlCLIremoteCLIcommandIndex OBJECT-TYPE The index of the command. The commands will be executed in order of their indexes. | 1.3.6.1.4.1.89.52.6.5.1.1 | Unsigned32 (1..4294967295) | not-accessible | current |
| rlCLIremoteCLIcommandPartNumber OBJECT-TYPE The part of the command. Long commands will be divided in several parts, which will be concatenated before execution. | 1.3.6.1.4.1.89.52.6.5.1.2 | Unsigned32 (1..4294967295) | not-accessible | current |
| rlCLIremoteCLIcommandPart OBJECT-TYPE The text of the command part. | 1.3.6.1.4.1.89.52.6.5.1.3 | OCTET STRING | read-create | current |
| rlCLIremoteCLIcommandStatus OBJECT-TYPE The status of this entry. | 1.3.6.1.4.1.89.52.6.5.1.4 | RowStatus | read-create | current |
| rlCLIremoteCLIactivationStatus OBJECT-TYPE Activation status of the command. Any value greater than 0 indicates that the command has been activated and failed | 1.3.6.1.4.1.89.52.6.5.1.5 | INTEGER | read-only | current |
| rlCLIremoteCLIoutputsTable OBJECT-TYPE A list of CLI output rows. | 1.3.6.1.4.1.89.52.6.6 | not-accessible | current | |
| rlCLIremoteCLIoutputsEntry OBJECT-TYPE An entry containing a part of a CLI output row. | 1.3.6.1.4.1.89.52.6.6.1 | not-accessible | current | |
| rlCLIremoteCLIoutputRowIndex OBJECT-TYPE The index of the output row. | 1.3.6.1.4.1.89.52.6.6.1.1 | Unsigned32 (1..4294967295) | not-accessible | current |
| rlCLIremoteCLIoutputRowPartNumber OBJECT-TYPE The part of the output row. | 1.3.6.1.4.1.89.52.6.6.1.2 | Unsigned32 (1..4294967295) | not-accessible | current |
| rlCLIremoteCLIoutputRowPart OBJECT-TYPE The text of the output row part. | 1.3.6.1.4.1.89.52.6.6.1.3 | OCTET STRING | read-only | current |
| rlCLIremoteCLIoutputRowStatus OBJECT-TYPE The status of the command part. Only destroy will be accepted as value for SET. | 1.3.6.1.4.1.89.52.6.6.1.4 | RowStatus | read-write | current |
| rlCLIremoteCLIoutputCommandNumber OBJECT-TYPE The command index of the command whose activation generated thist output row. | 1.3.6.1.4.1.89.52.6.6.1.5 | INTEGER | read-only | current |
| rlCLIremoteCLIinstance OBJECT-TYPE The remote CLI instance. A value of 0xFFFFFFFF indicates that no instance corresponding to the client was found. | 1.3.6.1.4.1.89.52.6.7 | INTEGER | read-only | current |