CTRON-SSR-CONFIG-MIB
20 objects
This mib module defines an SNMP API to manage SmartSwitch Router configuration files and system images
Imported Objects
| CTRON-SSR-SMI-MIB | ssrMibs |
| SNMPv2-CONF | MODULE-COMPLIANCE OBJECT-GROUP |
| SNMPv2-SMI | IpAddress MODULE-IDENTITY OBJECT-TYPE |
| SNMPv2-TC | DisplayString TEXTUAL-CONVENTION TruthValue |
| OID | Name | Access | Status | Description |
|---|---|---|---|---|
| 1.3.6.1.4.1.52.2501.1.230 | IdentityssrConfigMIB | This mib module defines an SNMP API to manage SmartSwitch Router configuration files and system images | ||
| 1.3.6.1.4.1.52.2501.1.230.3 | NodeconfigConformance | |||
| 1.3.6.1.4.1.52.2501.1.230.3.1 | NodeconfigCompliances | |||
| 1.3.6.1.4.1.52.2501.1.230.3.1.1 | ComplianceconfigCompliance | obsolete | The compliance statement for SNMP entities which implement the SmartSwitch Router Config Management MIB. | |
| 1.3.6.1.4.1.52.2501.1.230.3.1.2 | ComplianceconfigCompliance2 | current | The compliance statement for SNMP entities which implement the SmartSwitch Router Config Management MIB. | |
| 1.3.6.1.4.1.52.2501.1.230.3.2 | NodeconfigGroups | |||
| 1.3.6.1.4.1.52.2501.1.230.3.2.1 | GroupconfigGroup10 | deprecated | The collection of objects which are used to represent version 1.0 file transfer operations in the SmartSwitch Router. | |
| 1.3.6.1.4.1.52.2501.1.230.3.2.2 | GroupconfigGroup20 | current | The collection of objects which are used to represent version 2.0 configuration operations in the SmartSwitch Router version. | |
| 1.3.6.1.4.1.52.2501.1.231 | NodecfgGroup | |||
| 1.3.6.1.4.1.52.2501.1.231.1 | ScalarcfgTransferOp | read-write | current | 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 f… |
| 1.3.6.1.4.1.52.2501.1.231.2 | ScalarcfgManagerAddress | read-write | current | 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 r… |
| 1.3.6.1.4.1.52.2501.1.231.3 | ScalarcfgFileName | read-write | current | 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 ex… |
| 1.3.6.1.4.1.52.2501.1.231.4 | ScalarcfgActivateTransfer | read-write | current | 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. cfgFi… |
| 1.3.6.1.4.1.52.2501.1.231.5 | ScalarcfgTransferStatus | read-only | current | 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 … |
| 1.3.6.1.4.1.52.2501.1.231.6 | ScalarcfgActivateFile | read-write | current | Once a transfer to the SmartSwitchRouter is complete, Set this object to True to activate the new configuration. If activateConfigFile operation was successful… |
| 1.3.6.1.4.1.52.2501.1.231.7 | ScalarcfgLastError | read-only | current | A reason code for the last transfer operation. Poll this value when doing sets against cfgMakeActive for config files obtain status. |
| 1.3.6.1.4.1.52.2501.1.231.8 | ScalarcfgLastErrorReason | read-only | current | A string representation of cfgLastError which may contain addtional details. |
| 1.3.6.1.4.1.52.2501.1.231.9 | ScalarcfgActiveImageVersion | read-only | current | 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 |
| 1.3.6.1.4.1.52.2501.1.231.10 | ScalarcfgActiveImageBootLocation | read-only | current | The URL location string from whence the current image was loaded. example: slot0:boot/ssr8.tar.gz/ |
Type Definitions
| Name | Syntax | Status | Description |
|---|---|---|---|
| SSRErrorCode | INTEGER { noStatus(1), timeout(2), networkError(3), noSpace(4), invalidConfig(5), commandCompleted(6), internalError(7), tftpServerError(8) } | current | A unique value, greater than zero defining the operation completion status. |