CTRON-SSR-CONFIG-MIB

File: CTRON-SSR-CONFIG-MIB.mib (9786 bytes)

Imported modules

SNMPv2-SMI CTRON-SSR-SMI-MIB SNMPv2-TC
SNMPv2-CONF

Imported symbols

OBJECT-TYPE MODULE-IDENTITY IpAddress
ssrMibs DisplayString TEXTUAL-CONVENTION
TruthValue MODULE-COMPLIANCE OBJECT-GROUP

Defined Types

SSRErrorCode  
A unique value, greater than zero defining the operation completion status.
TEXTUAL-CONVENTION    
  INTEGER noStatus(1), timeout(2), networkError(3), noSpace(4), invalidConfig(5), commandCompleted(6), internalError(7), tftpServerError(8)  

Defined Values

ssrConfigMIB 1.3.6.1.4.1.52.2501.1.230
This mib module defines an SNMP API to manage SmartSwitch Router configuration files and system images
MODULE-IDENTITY    

cfgGroup 1.3.6.1.4.1.52.2501.1.231
OBJECT IDENTIFIER    

cfgTransferOp 1.3.6.1.4.1.52.2501.1.231.1
Tranfer operation to be performed. Configuration files are ASCII NVT text files describing the operation of the shelf. Send operations use tftp to transfer a file from the manager to agent. Receive operations use tftp to transfer the file from the agent to the manager. Default value is no operation or noop.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER noop(1), sendConfigToAgent(2), receiveConfigFromAgent(3), receiveBootlogFromAgent(4)  

cfgManagerAddress 1.3.6.1.4.1.52.2501.1.231.2
The IPv4 address of the Manager to be used by the agent for for cfgTransferOp operations. Default value is 0.0.0.0. Address must be a unicast address that is reachable from the agent and no firewalls/acls preventing tftp datagrams from being transferred.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

cfgFileName 1.3.6.1.4.1.52.2501.1.231.3
The file name to be retrieved from the tftp server at host cfgManagerAddress or to be written to. Default value is blank. Length of filename string must not exceed 255 alpha-numeric characters, no spaces in filenames.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

cfgActivateTransfer 1.3.6.1.4.1.52.2501.1.231.4
Activate the file transfer operation with a value of True(1) or stop it with False(2). Poll cfgTransferStatus for current status. Default value is False. cfgFileName, cfgManagerAddress and cfgTransferOp must be valid prior to setting this object to True. This object is equivalent to the CLI command: copy tftp-server to startup if cfgRequestOp == sendConfig
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

cfgTransferStatus 1.3.6.1.4.1.52.2501.1.231.5
The current status of the transfer task. Default state is idle. sending indicates a file transfer (agent->mgr) in progress. receiving indicates sending a file from Manager to agent. transferComplete indicates a successful transfer. error indicates a failed transfer. See cfgLastError to diagnose why the transfer failed.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER idle(1), sending(2), receiving(3), transferComplete(4), error(5)  

cfgActivateFile 1.3.6.1.4.1.52.2501.1.231.6
Once a transfer to the SmartSwitchRouter is complete, Set this object to True to activate the new configuration. If activateConfigFile operation was successful, this object performs the CLI equivalent to these commands: negate all existing commands, copy scratchpad to active, copy scratchpad to startup
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

cfgLastError 1.3.6.1.4.1.52.2501.1.231.7
A reason code for the last transfer operation. Poll this value when doing sets against cfgMakeActive for config files obtain status.
Status: current Access: read-only
OBJECT-TYPE    
  SSRErrorCode  

cfgLastErrorReason 1.3.6.1.4.1.52.2501.1.231.8
A string representation of cfgLastError which may contain addtional details.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

cfgActiveImageVersion 1.3.6.1.4.1.52.2501.1.231.9
The Version string of the current image executing on this control module. This is the same description as the system show version command. example: 1.1.0.0
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

cfgActiveImageBootLocation 1.3.6.1.4.1.52.2501.1.231.10
The URL location string from whence the current image was loaded. example: slot0:boot/ssr8.tar.gz/
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

configConformance 1.3.6.1.4.1.52.2501.1.230.3
OBJECT IDENTIFIER    

configCompliances 1.3.6.1.4.1.52.2501.1.230.3.1
OBJECT IDENTIFIER    

configGroups 1.3.6.1.4.1.52.2501.1.230.3.2
OBJECT IDENTIFIER    

configCompliance 1.3.6.1.4.1.52.2501.1.230.3.1.1
The compliance statement for SNMP entities which implement the SmartSwitch Router Config Management MIB.
Status: obsolete Access: read-only
MODULE-COMPLIANCE    

configCompliance2 1.3.6.1.4.1.52.2501.1.230.3.1.2
The compliance statement for SNMP entities which implement the SmartSwitch Router Config Management MIB.
Status: current Access: read-only
MODULE-COMPLIANCE    

configGroup10 1.3.6.1.4.1.52.2501.1.230.3.2.1
The collection of objects which are used to represent version 1.0 file transfer operations in the SmartSwitch Router.
Status: deprecated Access: read-only
OBJECT-GROUP    

configGroup20 1.3.6.1.4.1.52.2501.1.230.3.2.2
The collection of objects which are used to represent version 2.0 configuration operations in the SmartSwitch Router version.
Status: current Access: read-only
OBJECT-GROUP