All MIBs › RADLAN-CLI-MIB
Organization: Radlan - a MARVELL company. Marvell Semiconductor, Inc.
Last Updated: 2010-05-25
Category: System Management, Vendor: RADLAN/Cisco SB
Description:
Manages command-line interface access parameters and privilege levels on Marvell switches.
Imported Objects
From RADLAN-MIB
| rnd | OBJECT-IDENTITY |
From SNMPv2-SMI
| MODULE-IDENTITY | |
| OBJECT-TYPE | |
| Unsigned32 |
From SNMPv2-TC
| DisplayString | |
| RowStatus | |
| TruthValue |
What Is RADLAN-CLI-MIB?
RADLAN-CLI-MIB is a vendor-specific MIB from RADLAN (now part of Marvell) used on Marvell-based switch platforms to manage command-line interface access and remote CLI execution over SNMP. It exposes configuration objects such as the CLI password, session timer, and file-enable settings, plus a remote CLI execution mechanism (rlCLIremoteCLIcommand, rlCLIremoteCLIexecutionState, rlCLIremoteCLImode) and a table of queued commands (rlCLIremoteCLIcommandsTable/Entry). Its monitoring role is largely software/service-status oriented: it lets an operator check CLI access configuration and, notably, track the execution state of commands submitted remotely via SNMP, effectively a job/command-queue status mechanism. It is a vendor-proprietary module specific to the RADLAN/Marvell switch software stack and has no strong dependency on other standard MIBs. It is typically deployed on Marvell-based managed Ethernet switches where CLI access needs to be configured or automated via SNMP. Network engineers evaluating or troubleshooting this functionality can download the RADLAN-CLI-MIB file directly to load it into their MIB browser.
IPNetwork Monitor allows you to monitor SNMP objects defined in RADLAN-CLI-MIB. Use the built-in SNMP Monitoring Browser to explore available variables, view their current values and descriptions, and select the objects you want to monitor. You can then create SNMP monitors, configure thresholds, and receive alerts when monitored values change.
What Can Be Monitored
- CLI session timeout
- CLI file-enable state
- remote CLI command execution state
- remote CLI command mode
- queued remote CLI commands
Supported Devices
- Marvell (formerly RADLAN) managed Ethernet switches
Monitoring Examples
An administrator or automation tool would write a command string to rlCLIremoteCLIcommand and then poll rlCLIremoteCLIexecutionState to determine whether that remotely-submitted CLI command has completed, is still running, or failed. Walking rlCLIremoteCLIcommandsTable via rlCLIremoteCLIcommandIndex shows the queue of submitted commands, useful for confirming a batch of configuration commands executed in order.
OIDs
| OID symbolic | OID numeric | Type | Access | Description |
|---|---|---|---|---|
| rlCli | 1.3.6.1.4.1.89.52 | Remote CLI branch has been added. | ||
| INT rlCliMibVersion | 1.3.6.1.4.1.89.52.1 | INTEGER | read-only | MIB's version, the current version is 3. |
| STR rlCliPassword | 1.3.6.1.4.1.89.52.2 | DisplayString | read-write | CLI Password |
| INT rlCliTimer | 1.3.6.1.4.1.89.52.3 | INTEGER | read-write | CLI Timer |
| T/F rlCliFileEnable | 1.3.6.1.4.1.89.52.4 | TruthValue | read-only | CLI File Enable/Disable |
| T/F 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 | |||
| INT 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. |
| INT 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. |
| U32 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. |
| INT 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. |
| rlCLIremoteCLIcommandsTable | 1.3.6.1.4.1.89.52.6.5 | not-accessible | A list of CLI commands to execute. | |
| rlCLIremoteCLIcommandsEntry | 1.3.6.1.4.1.89.52.6.5.1 | not-accessible | An entry containing a part of a CLI command. | |
| U32 rlCLIremoteCLIcommandIndex | 1.3.6.1.4.1.89.52.6.5.1.1 | Unsigned32 | not-accessible | The index of the command. The commands will be executed in order of their indexes. |
| U32 rlCLIremoteCLIcommandPartNumber | 1.3.6.1.4.1.89.52.6.5.1.2 | Unsigned32 | not-accessible | The part of the command. Long commands will be divided in several parts, which will be concatenated before execution. |
| OCT rlCLIremoteCLIcommandPart | 1.3.6.1.4.1.89.52.6.5.1.3 | OCTET STRING | read-create | The text of the command part. |
| ROW rlCLIremoteCLIcommandStatus | 1.3.6.1.4.1.89.52.6.5.1.4 | RowStatus | read-create | The status of this entry. |
| INT 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 | not-accessible | A list of CLI output rows. | |
| rlCLIremoteCLIoutputsEntry | 1.3.6.1.4.1.89.52.6.6.1 | not-accessible | An entry containing a part of a CLI output row. | |
| U32 rlCLIremoteCLIoutputRowIndex | 1.3.6.1.4.1.89.52.6.6.1.1 | Unsigned32 | not-accessible | The index of the output row. |
| U32 rlCLIremoteCLIoutputRowPartNumber | 1.3.6.1.4.1.89.52.6.6.1.2 | Unsigned32 | not-accessible | The part of the output row. |
| OCT rlCLIremoteCLIoutputRowPart | 1.3.6.1.4.1.89.52.6.6.1.3 | OCTET STRING | read-only | The text of the output row part. |
| ROW 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. |
| INT 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. |
| INT 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. |
RFC description
Provides remote CLI management for Radlan/Marvell network switches. Configures CLI password, timeout, and remote command execution settings.
Start monitoring Marvell (formerly RADLAN) managed Ethernet switches (remote CLI execution via SNMP) with a free 30-day trial of IPNetwork Monitor. Import MIBs, browse SNMP OIDs, create custom SNMP monitors, configure alerts, and monitor any SNMP-enabled network device from a single console.