LINKSYS-CLI-MIB
AI MIB Summary
The LINKSYS-CLI-MIB enables remote command-line interface (CLI) session management and execution on Linksys network devices via SNMP, allowing administrators to retrieve CLI output and execute commands programmatically. This module facilitates automated configuration verification, device troubleshooting, and script-driven operational workflows by exposing the remote CLI branch within the SNMP management framework.
Remote CLI branch has been added.
Main OID:
rlCli.1.3.6.1.4.1.89.52
27
Objects
Active
Status
3
Dependencies
Imported Objects
Objects
27 total| Object Name |
|---|
rlCliRemote CLI branch has been added. MODULE-IDENTITY .1.3.6.1.4.1.89.52 |
LINKSYS-MIBRemote CLI branch has been added. Unknown .1.3.6.1.4.1.89.52 |
rlCliMibVersionMIB's version, the current version is 3.ro INTEGER .1.3.6.1.4.1.89.52.1 |
rlCliPasswordCLI Passwordrw DisplayString .1.3.6.1.4.1.89.52.2 |
rlCliTimerCLI Timerrw INTEGER .1.3.6.1.4.1.89.52.3 |
rlCliFileEnableCLI File Enable/Disablero TruthValue (SNMPv2-TC) .1.3.6.1.4.1.89.52.4 |
rlCliFileEnableAfterResetCLI File Enable/Disable After Resetrw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.89.52.5 |
rlCLIremoteCLIsupport OBJECT IDENTIFIER .1.3.6.1.4.1.89.52.6 |
rlCLIremoteCLIcommandCommands 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.rw Enumeration .1.3.6.1.4.1.89.52.6.1 |
rlCLIremoteCLIexecutionStateThe 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.ro Enumeration .1.3.6.1.4.1.89.52.6.2 |
rlCLIremoteCLIexecutionCommandIndexIndex of command, which is currently in execution. 0 if none.ro Unsigned32 .1.3.6.1.4.1.89.52.6.3 |
rlCLIremoteCLImodeOperation 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.rw Enumeration .1.3.6.1.4.1.89.52.6.4 |
rlCLIremoteCLIcommandsTableA list of CLI commands to execute. SEQUENCE OF RlCLIremoteCLIcommandsEntry .1.3.6.1.4.1.89.52.6.5 |
rlCLIremoteCLIcommandsEntryAn entry containing a part of a CLI command. RlCLIremoteCLIcommandsEntry .1.3.6.1.4.1.89.52.6.5.1 |
rlCLIremoteCLIcommandIndexThe index of the command. The commands will be executed
in order of their indexes. Unsigned32 .1.3.6.1.4.1.89.52.6.5.1.1 |
rlCLIremoteCLIcommandPartNumberThe part of the command. Long commands will be divided in
several parts, which will be concatenated before execution. Unsigned32 .1.3.6.1.4.1.89.52.6.5.1.2 |
rlCLIremoteCLIcommandPartThe text of the command part.rw OCTET STRING .1.3.6.1.4.1.89.52.6.5.1.3 |
rlCLIremoteCLIcommandStatusThe status of this entry.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.89.52.6.5.1.4 |
rlCLIremoteCLIactivationStatusActivation status of the command. Any value greater than 0
indicates that the command has been activated and failedro INTEGER .1.3.6.1.4.1.89.52.6.5.1.5 |
rlCLIremoteCLIoutputsTableA list of CLI output rows. SEQUENCE OF RlCLIremoteCLIoutputsEntry .1.3.6.1.4.1.89.52.6.6 |
rlCLIremoteCLIoutputsEntryAn entry containing a part of a CLI output row. RlCLIremoteCLIoutputsEntry .1.3.6.1.4.1.89.52.6.6.1 |
rlCLIremoteCLIoutputRowIndexThe index of the output row. Unsigned32 .1.3.6.1.4.1.89.52.6.6.1.1 |
rlCLIremoteCLIoutputRowPartNumberThe part of the output row. Unsigned32 .1.3.6.1.4.1.89.52.6.6.1.2 |
rlCLIremoteCLIoutputRowPartThe text of the output row part.ro OCTET STRING .1.3.6.1.4.1.89.52.6.6.1.3 |
rlCLIremoteCLIoutputRowStatusThe status of the command part. Only destroy will be accepted
as value for SET.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.89.52.6.6.1.4 |
rlCLIremoteCLIoutputCommandNumberThe command index of the command whose activation generated thist output row.ro INTEGER .1.3.6.1.4.1.89.52.6.6.1.5 |
rlCLIremoteCLIinstanceThe remote CLI instance. A value of 0xFFFFFFFF indicates that no instance
corresponding to the client was found.ro INTEGER .1.3.6.1.4.1.89.52.6.7 |