CISCOSB-CLI-MIB

File: CISCOSB-CLI-MIB.mib (11487 bytes)

Imported modules

CISCOSB-MIB SNMPv2-SMI SNMPv2-TC

Imported symbols

switch001 OBJECT-TYPE MODULE-IDENTITY
Unsigned32 TruthValue DisplayString
RowStatus

Defined Types

RlCLIremoteCLIcommandsEntry  
SEQUENCE    
  rlCLIremoteCLIcommandIndex Unsigned32 1..4294967295
  rlCLIremoteCLIcommandPartNumber Unsigned32 1..4294967295
  rlCLIremoteCLIcommandPart OCTET STRING
  rlCLIremoteCLIcommandStatus RowStatus
  rlCLIremoteCLIactivationStatus INTEGER

RlCLIremoteCLIoutputsEntry  
SEQUENCE    
  rlCLIremoteCLIoutputRowIndex Unsigned32 1..4294967295
  rlCLIremoteCLIoutputRowPartNumber Unsigned32 1..4294967295
  rlCLIremoteCLIoutputRowPart OCTET STRING
  rlCLIremoteCLIoutputRowStatus RowStatus
  rlCLIremoteCLIoutputCommandNumber INTEGER

Defined Values

rlCli 1.3.6.1.4.1.9.6.1.101.52
Remote CLI branch has been added.
MODULE-IDENTITY    

rlCliMibVersion 1.3.6.1.4.1.9.6.1.101.52.1
MIB's version, the current version is 3.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

rlCliPassword 1.3.6.1.4.1.9.6.1.101.52.2
CLI Password
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..20)  

rlCliTimer 1.3.6.1.4.1.9.6.1.101.52.3
CLI Timer
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 5..3600  

rlCliFileEnable 1.3.6.1.4.1.9.6.1.101.52.4
CLI File Enable/Disable
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

rlCliFileEnableAfterReset 1.3.6.1.4.1.9.6.1.101.52.5
CLI File Enable/Disable After Reset
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

rlCLIremoteCLIsupport 1.3.6.1.4.1.9.6.1.101.52.6
OBJECT IDENTIFIER    

rlCLIremoteCLIcommand 1.3.6.1.4.1.9.6.1.101.52.6.1
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.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER takeRemoteCLI(1), releaseRemoteCLI(2), applySentCLI(3), deleteCommandsCLI(4), setEchoModeCLI(5), unsetEchoModeCLI(6)  

rlCLIremoteCLIexecutionState 1.3.6.1.4.1.9.6.1.101.52.6.2
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.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER free(1), notActive(2), inProcess(3), outputAvailable(4), waitingForOutputRetrieval(5), done(6)  

rlCLIremoteCLIexecutionCommandIndex 1.3.6.1.4.1.9.6.1.101.52.6.3
Index of command, which is currently in execution. 0 if none.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

rlCLIremoteCLImode 1.3.6.1.4.1.9.6.1.101.52.6.4
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.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER deleteCLIOutputOnGet(1), keepCLIOutputOnGet(2)  

rlCLIremoteCLIcommandsTable 1.3.6.1.4.1.9.6.1.101.52.6.5
A list of CLI commands to execute.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RlCLIremoteCLIcommandsEntry

rlCLIremoteCLIcommandsEntry 1.3.6.1.4.1.9.6.1.101.52.6.5.1
An entry containing a part of a CLI command.
Status: current Access: not-accessible
OBJECT-TYPE    
  RlCLIremoteCLIcommandsEntry  

rlCLIremoteCLIcommandIndex 1.3.6.1.4.1.9.6.1.101.52.6.5.1.1
The index of the command. The commands will be executed in order of their indexes.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..4294967295  

rlCLIremoteCLIcommandPartNumber 1.3.6.1.4.1.9.6.1.101.52.6.5.1.2
The part of the command. Long commands will be divided in several parts, which will be concatenated before execution.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..4294967295  

rlCLIremoteCLIcommandPart 1.3.6.1.4.1.9.6.1.101.52.6.5.1.3
The text of the command part.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING  

rlCLIremoteCLIcommandStatus 1.3.6.1.4.1.9.6.1.101.52.6.5.1.4
The status of this entry.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

rlCLIremoteCLIactivationStatus 1.3.6.1.4.1.9.6.1.101.52.6.5.1.5
Activation status of the command. Any value greater than 0 indicates that the command has been activated and failed
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

rlCLIremoteCLIoutputsTable 1.3.6.1.4.1.9.6.1.101.52.6.6
A list of CLI output rows.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RlCLIremoteCLIoutputsEntry

rlCLIremoteCLIoutputsEntry 1.3.6.1.4.1.9.6.1.101.52.6.6.1
An entry containing a part of a CLI output row.
Status: current Access: not-accessible
OBJECT-TYPE    
  RlCLIremoteCLIoutputsEntry  

rlCLIremoteCLIoutputRowIndex 1.3.6.1.4.1.9.6.1.101.52.6.6.1.1
The index of the output row.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..4294967295  

rlCLIremoteCLIoutputRowPartNumber 1.3.6.1.4.1.9.6.1.101.52.6.6.1.2
The part of the output row.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..4294967295  

rlCLIremoteCLIoutputRowPart 1.3.6.1.4.1.9.6.1.101.52.6.6.1.3
The text of the output row part.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

rlCLIremoteCLIoutputRowStatus 1.3.6.1.4.1.9.6.1.101.52.6.6.1.4
The status of the command part. Only destroy will be accepted as value for SET.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

rlCLIremoteCLIoutputCommandNumber 1.3.6.1.4.1.9.6.1.101.52.6.6.1.5
The command index of the command whose activation generated thist output row.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

rlCLIremoteCLIinstance 1.3.6.1.4.1.9.6.1.101.52.6.7
The remote CLI instance. A value of 0xFFFFFFFF indicates that no instance corresponding to the client was found.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER