G6-CLI-MIB

File: G6-CLI-MIB.mib (15567 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC MICROSENS-G6-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
Unsigned32 Counter32 enterprises
NOTIFICATION-TYPE DisplayString MacAddress
g6

Defined Types

FavoritesEntry  
SEQUENCE    
  favoritesIndex INTEGER
  favoritesCommandLine DisplayString

ScriptStatusEntry  
SEQUENCE    
  scriptStatusIndex INTEGER
  scriptStatusLastScriptName DisplayString
  scriptStatusExecutedFiles Unsigned32
  scriptStatusExecutedCommands Unsigned32
  scriptStatusCommandErrors Unsigned32

CompareStatusEntry  
SEQUENCE    
  compareStatusIndex INTEGER
  compareStatusLastDotstring DisplayString
  compareStatusMatched INTEGER
  compareStatusItemsCompared Unsigned32
  compareStatusItemsDifferent Unsigned32

ScriptMonitorEntry  
SEQUENCE    
  scriptMonitorIndex INTEGER
  scriptMonitorState INTEGER
  scriptMonitorScriptName DisplayString
  scriptMonitorLaunchedBy DisplayString
  scriptMonitorCliInstance Unsigned32
  scriptMonitorLaunchTimeStamp Counter32
  scriptMonitorRunTime Counter32
  scriptMonitorCurrentFile DisplayString
  scriptMonitorCurrentSubroutine DisplayString
  scriptMonitorLinesExecuted Unsigned32
  scriptMonitorCurrentLineNumber Unsigned32
  scriptMonitorScriptErrors Unsigned32

InstancesEntry  
SEQUENCE    
  instancesIndex INTEGER
  instancesUserName DisplayString
  instancesCommandLine DisplayString
  instancesProcessId Unsigned32
  instancesLaunchTimeStamp Counter32

Defined Values

management 1.3.6.1.4.1.3181.10.6.3
Microsens private MIB for Generation 6 Ethernet Switches
MODULE-IDENTITY    

cli 1.3.6.1.4.1.3181.10.6.3.62
OBJECT IDENTIFIER    

cliEnableTelnet 1.3.6.1.4.1.3181.10.6.3.62.1
Enable TELNET for CLI access. Note: Disable TELNET and enable only SSH when only secure access is desired.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disabled(0), enabled(1)  

cliEnableSsh 1.3.6.1.4.1.3181.10.6.3.62.2
Enable SSH for CLI access. Note: When disabled also the SFTP file transfer server is disabled.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disabled(0), enabled(1)  

cliPromptSource 1.3.6.1.4.1.3181.10.6.3.62.3
Decides which prompt is shown.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER hostname(0), deviceLocation(1), userName(2), userDefined(3)  

cliWelcomeMessage 1.3.6.1.4.1.3181.10.6.3.62.4
This welcome message is displayed prior to the login prompt.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

cliUserPrompt 1.3.6.1.4.1.3181.10.6.3.62.5
User definable prompt string.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

cliColors 1.3.6.1.4.1.3181.10.6.3.62.6
Color enhances readability but may not work with every terminal. Disable function when funny character appear.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disabled(0), enabled(1)  

cliScriptMode 1.3.6.1.4.1.3181.10.6.3.62.7
When set the output will include the the full command which permits to pipe the output into a script file.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disabled(0), enabled(1)  

cliAutoTextExpansion 1.3.6.1.4.1.3181.10.6.3.62.8
When enabled typing characters will automatically be expanded on the command line for quicker access. This may conflict with batch file processing.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disabled(0), enabled(1)  

cliDontAskQuestions 1.3.6.1.4.1.3181.10.6.3.62.9
When enabled security questions are avoided for experienced operators.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disabled(0), enabled(1)  

cliInactivityTimeout 1.3.6.1.4.1.3181.10.6.3.62.10
An unattended CLI terminal logs off automatically after specified seconds. Use 0 to disable timeout.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..65535  

cliMicroscriptTracing 1.3.6.1.4.1.3181.10.6.3.62.11
When enabled the program flow of each running microscript or app is traced. The resulting trace files are accessible under ftp folder script_logs. This feature may be used to debug scripts and should otherwise be disabled.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disabled(0), enabled(1)  

cliNamedStatusSelection 1.3.6.1.4.1.3181.10.6.3.62.12
When enabled dynamic status tables can comfortably be referenced by name. Otherwise a numerical index is used.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disabled(0), enabled(1)  

cliLiveHelp 1.3.6.1.4.1.3181.10.6.3.62.13
When enabled a help text is automatically displayed while browsing through the CLI commands.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disabled(0), enabled(1)  

favoritesTable 1.3.6.1.4.1.3181.10.6.3.62.14
This table may be for a customized the favorites display. The commands are displayed in the entered order using the Favorites command.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    FavoritesEntry

favoritesEntry 1.3.6.1.4.1.3181.10.6.3.62.14.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  FavoritesEntry  

favoritesIndex 1.3.6.1.4.1.3181.10.6.3.62.14.1.1
Automatically generated
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 0..15  

favoritesCommandLine 1.3.6.1.4.1.3181.10.6.3.62.14.1.2
Enter full command as it would be typed on the CLI console. This may also include calling scripts using runscriptfile = file syntax.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

cliLastInstance 1.3.6.1.4.1.3181.10.6.3.62.100
Number of times a CLI was started. Note: this value wraps at 255.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..255  

scriptStatusTable 1.3.6.1.4.1.3181.10.6.3.62.101
Statistics about script file execution. Note that multiple CLI instances or command line invokations add up in the same statistics.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ScriptStatusEntry

scriptStatusEntry 1.3.6.1.4.1.3181.10.6.3.62.101.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  ScriptStatusEntry  

scriptStatusIndex 1.3.6.1.4.1.3181.10.6.3.62.101.1.1
Automatically generated
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 0  

scriptStatusLastScriptName 1.3.6.1.4.1.3181.10.6.3.62.101.1.2
Name of last CLI script executed.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

scriptStatusExecutedFiles 1.3.6.1.4.1.3181.10.6.3.62.101.1.3
Counts each time a CLI script is executed.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

scriptStatusExecutedCommands 1.3.6.1.4.1.3181.10.6.3.62.101.1.4
Counts each command executed within the current/last script file. The value is reset each time a script starts executing.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

scriptStatusCommandErrors 1.3.6.1.4.1.3181.10.6.3.62.101.1.5
Counts each executed command within the current/last script file that returned an error code. The value is reset each time a script starts executing.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

compareStatusTable 1.3.6.1.4.1.3181.10.6.3.62.102
Displays status results of the % operator to compare parameter or status to a set value.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CompareStatusEntry

compareStatusEntry 1.3.6.1.4.1.3181.10.6.3.62.102.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  CompareStatusEntry  

compareStatusIndex 1.3.6.1.4.1.3181.10.6.3.62.102.1.1
Automatically generated
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 0  

compareStatusLastDotstring 1.3.6.1.4.1.3181.10.6.3.62.102.1.2
Copy of last dot_string tested.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

compareStatusMatched 1.3.6.1.4.1.3181.10.6.3.62.102.1.3
Displays True when the last comparision matched.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER false(0), true(1)  

compareStatusItemsCompared 1.3.6.1.4.1.3181.10.6.3.62.102.1.4
Counts the number of items tested. May be more than 1 when wildcards are used.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

compareStatusItemsDifferent 1.3.6.1.4.1.3181.10.6.3.62.102.1.5
Counts the number of items the were different. May be more than 0 when wildcards are used.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

scriptMonitorTable 1.3.6.1.4.1.3181.10.6.3.62.103
Displays status results of the % operator to compare parameter or status to a set value.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ScriptMonitorEntry

scriptMonitorEntry 1.3.6.1.4.1.3181.10.6.3.62.103.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  ScriptMonitorEntry  

scriptMonitorIndex 1.3.6.1.4.1.3181.10.6.3.62.103.1.1
Automatically generated
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 0..15  

scriptMonitorState 1.3.6.1.4.1.3181.10.6.3.62.103.1.2
Indicates if this record displays a currently running script or a history entry of a previously running script which has ended by now.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER unused(0), history(1), running(2)  

scriptMonitorScriptName 1.3.6.1.4.1.3181.10.6.3.62.103.1.3
Name of the script
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

scriptMonitorLaunchedBy 1.3.6.1.4.1.3181.10.6.3.62.103.1.4
Name of event or or other means of starting
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

scriptMonitorCliInstance 1.3.6.1.4.1.3181.10.6.3.62.103.1.5
Index identifying the executing cli instance
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

scriptMonitorLaunchTimeStamp 1.3.6.1.4.1.3181.10.6.3.62.103.1.6
Indicates the time when this record was created and the time this script was started.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

scriptMonitorRunTime 1.3.6.1.4.1.3181.10.6.3.62.103.1.7
Indicates how long the script has been executing. For history entries indicates the last run time taken.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

scriptMonitorCurrentFile 1.3.6.1.4.1.3181.10.6.3.62.103.1.8
Indicates the currently executed script file.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

scriptMonitorCurrentSubroutine 1.3.6.1.4.1.3181.10.6.3.62.103.1.9
Indicates the currently executed subroutine.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

scriptMonitorLinesExecuted 1.3.6.1.4.1.3181.10.6.3.62.103.1.10
Counts how many script lines were executed.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

scriptMonitorCurrentLineNumber 1.3.6.1.4.1.3181.10.6.3.62.103.1.11
This gives a snapshot of the currently executed line of code.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

scriptMonitorScriptErrors 1.3.6.1.4.1.3181.10.6.3.62.103.1.12
In real time counts errors during script execution.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

instancesTable 1.3.6.1.4.1.3181.10.6.3.62.104
This table indicates how many CLI are currently running and for which operator and reason.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    InstancesEntry

instancesEntry 1.3.6.1.4.1.3181.10.6.3.62.104.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  InstancesEntry  

instancesIndex 1.3.6.1.4.1.3181.10.6.3.62.104.1.1
Automatically generated
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 0..255  

instancesUserName 1.3.6.1.4.1.3181.10.6.3.62.104.1.2
User that is logged in.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

instancesCommandLine 1.3.6.1.4.1.3181.10.6.3.62.104.1.3
Displays optional command line parameter or script names that are executed by this cli instance.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

instancesProcessId 1.3.6.1.4.1.3181.10.6.3.62.104.1.4
Indicates the process id for debugging purposes. 0 is no process.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

instancesLaunchTimeStamp 1.3.6.1.4.1.3181.10.6.3.62.104.1.5
Indicates the time when this cli was started.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32