CTRON-SSR-CONFIG-MIB: View SNMP OID List / Download MIB
VENDOR: ENTERASYS NETWORKS INC.
Home | MIB: CTRON-SSR-CONFIG-MIB | |||
---|---|---|---|---|
Download as: |
Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
|
|||
Object Name | OID | Type | Access | Info |
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 |
||
configConformance | 1.3.6.1.4.1.52.2501.1.230.3 | |||
configCompliances | 1.3.6.1.4.1.52.2501.1.230.3.1 | |||
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. |
||
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. |
||
configGroups | 1.3.6.1.4.1.52.2501.1.230.3.2 | |||
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. |
||
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. |
||
cfgGroup | 1.3.6.1.4.1.52.2501.1.231 | |||
cfgTransferOp | 1.3.6.1.4.1.52.2501.1.231.1 | integer | read-write |
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. Enumeration: 'receiveBootlogFromAgent': 4, 'noop': 1, 'receiveConfigFromAgent': 3, 'sendConfigToAgent': 2. |
cfgManagerAddress | 1.3.6.1.4.1.52.2501.1.231.2 | ipaddress | read-write |
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. |
cfgFileName | 1.3.6.1.4.1.52.2501.1.231.3 | displaystring | read-write |
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. |
cfgActivateTransfer | 1.3.6.1.4.1.52.2501.1.231.4 | truthvalue | read-write |
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 |
cfgTransferStatus | 1.3.6.1.4.1.52.2501.1.231.5 | integer | read-only |
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. Enumeration: 'transferComplete': 4, 'sending': 2, 'idle': 1, 'receiving': 3, 'error': 5. |
cfgActivateFile | 1.3.6.1.4.1.52.2501.1.231.6 | truthvalue | read-write |
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 |
cfgLastError | 1.3.6.1.4.1.52.2501.1.231.7 | ssrerrorcode | read-only |
A reason code for the last transfer operation. Poll this value when doing sets against cfgMakeActive for config files obtain status. |
cfgLastErrorReason | 1.3.6.1.4.1.52.2501.1.231.8 | displaystring | read-only |
A string representation of cfgLastError which may contain addtional details. |
cfgActiveImageVersion | 1.3.6.1.4.1.52.2501.1.231.9 | displaystring | read-only |
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 |
cfgActiveImageBootLocation | 1.3.6.1.4.1.52.2501.1.231.10 | displaystring | read-only |
The URL location string from whence the current image was loaded. example: slot0:boot/ssr8.tar.gz/ |