MIB Viewer

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-MIBssrMibs
SNMPv2-CONFMODULE-COMPLIANCE OBJECT-GROUP
SNMPv2-SMIIpAddress MODULE-IDENTITY OBJECT-TYPE
SNMPv2-TCDisplayString TEXTUAL-CONVENTION TruthValue
OIDNameAccessStatusDescription
1.3.6.1.4.1.52.2501.1.230IdentityssrConfigMIBThis 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.3NodeconfigConformance
1.3.6.1.4.1.52.2501.1.230.3.1NodeconfigCompliances
1.3.6.1.4.1.52.2501.1.230.3.1.1ComplianceconfigComplianceobsoleteThe 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.2ComplianceconfigCompliance2currentThe compliance statement for SNMP entities which implement the SmartSwitch Router Config Management MIB.
1.3.6.1.4.1.52.2501.1.230.3.2NodeconfigGroups
1.3.6.1.4.1.52.2501.1.230.3.2.1GroupconfigGroup10deprecatedThe 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.2GroupconfigGroup20currentThe 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.231NodecfgGroup
1.3.6.1.4.1.52.2501.1.231.1ScalarcfgTransferOpread-writecurrentTranfer 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.2ScalarcfgManagerAddressread-writecurrentThe 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.3ScalarcfgFileNameread-writecurrentThe 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.4ScalarcfgActivateTransferread-writecurrentActivate 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.5ScalarcfgTransferStatusread-onlycurrentThe 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.6ScalarcfgActivateFileread-writecurrentOnce 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.7ScalarcfgLastErrorread-onlycurrentA 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.8ScalarcfgLastErrorReasonread-onlycurrentA string representation of cfgLastError which may contain addtional details.
1.3.6.1.4.1.52.2501.1.231.9ScalarcfgActiveImageVersionread-onlycurrentThe 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.10ScalarcfgActiveImageBootLocationread-onlycurrentThe URL location string from whence the current image was loaded. example: slot0:boot/ssr8.tar.gz/
Type Definitions
NameSyntaxStatusDescription
SSRErrorCodeINTEGER { noStatus(1), timeout(2), networkError(3), noSpace(4), invalidConfig(5), commandCompleted(6), internalError(7), tftpServerError(8) }currentA unique value, greater than zero defining the operation completion status.