ERICSSON-ELN-CFG-MIB: View SNMP OID List / Download MIB
VENDOR: ERICSSON AB
Home | MIB: ERICSSON-ELN-CFG-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 |
elnCfgMIB | 1.3.6.1.4.1.193.109.3 |
This MIB module defines the parameters for Software handling in the ELN |
||
elnSoftwareGroup | 1.3.6.1.4.1.193.109.3.1 | |||
elnSoftwareCurrent | 1.3.6.1.4.1.193.109.3.1.1 | displaystring | read-only |
The version of the currently running software. |
elnSoftwareCurrentReleaseTime | 1.3.6.1.4.1.193.109.3.1.2 | dateandtime | read-only |
The release time of the currently running software. |
elnSoftwarePermanent | 1.3.6.1.4.1.193.109.3.1.3 | displaystring | read-write |
The software version which is permanent, i.e. the one that is applied at reboot |
elnSoftwareLoadedTable | 1.3.6.1.4.1.193.109.3.1.4 | no-access |
A list of loaded software entries. |
|
1.3.6.1.4.1.193.109.3.1.4.1 | no-access |
An entry containing information applicable to loaded software. |
||
elnSoftwareLoadedIndex | 1.3.6.1.4.1.193.109.3.1.4.1.1 | integer | read-only |
The software loaded index. |
elnSoftwareLoadedVersion | 1.3.6.1.4.1.193.109.3.1.4.1.2 | displaystring | read-only |
The software version. |
elnSoftwareAction | 1.3.6.1.4.1.193.109.3.1.5 | integer | read-write |
loadRelease(1) downloads a release specified by a URL (or File, Host, Protocol, User, Password) startRelease(2) makes the node restart with a named Version makePermanent(3) makes the named Version permanent, i.e. the default release used at reboot removeRelease(4) removes a Version (must not be running) The results of the loadRelease(1) and removeRelease(4) actions are availabe in the elnSoftwareActionStatus object, all other results are directly returned. The parameters for the action must be set before or in the same SNMP-SET as the action. Enumeration: 'loadRelease': 1, 'removeRelease': 4, 'makePermanent': 3, 'startRelease': 2. |
elnSoftwareActionVersion | 1.3.6.1.4.1.193.109.3.1.6 | displaystring | read-write |
The version of the software. Required for startRelease(2), makePermanent(3) and removeRelease(4). |
elnSoftwareActionFile | 1.3.6.1.4.1.193.109.3.1.7 | displaystring | read-write |
THIS OBJECT IS DEPRECATED use elnSoftwareActionURL. |
elnSoftwareActionHost | 1.3.6.1.4.1.193.109.3.1.8 | octet string | read-write |
THIS OBJECT IS DEPRECATED use elnSoftwareActionURL. |
elnSoftwareActionProtocol | 1.3.6.1.4.1.193.109.3.1.9 | integer | read-write |
THIS OBJECT IS DEPRECATED use elnSoftwareActionURL. Enumeration: 'ftp': 1, 'tftp': 2. |
elnSoftwareActionUser | 1.3.6.1.4.1.193.109.3.1.10 | displaystring | read-write |
THIS OBJECT IS DEPRECATED use elnSoftwareActionURL. |
elnSoftwareActionPassword | 1.3.6.1.4.1.193.109.3.1.11 | displaystring | read-write |
THIS OBJECT IS DEPRECATED use elnSoftwareActionURL. |
elnSoftwareActionStatus | 1.3.6.1.4.1.193.109.3.1.12 | integer | read-only |
The status of the current 'loadRelease' or 'removeRelease' software action. Enumeration: 'removeReleaseSuccess': 10, 'loadReleaseError': 8, 'removeReleaseInProgress': 9, 'loadReleaseErroneousUrl': 7, 'loadReleaseSuccess': 2, 'loadReleaseHostNotFound': 3, 'removeReleaseError': 11, 'loadReleaseInProgress': 1, 'loadReleaseNoSuchFile': 6, 'loadReleaseNoSuchDirectory': 5, 'loadReleaseLoginIncorrect': 4. |
elnSoftwareActionURL | 1.3.6.1.4.1.193.109.3.1.13 | urlstring | read-write |
The location of the file to be downloaded, e.g. 'ftp://user:password@host/file', 'tftp://host/file'. Required for the loadRelease(1) action. |
elnSoftwareActionMaxTime | 1.3.6.1.4.1.193.109.3.1.14 | integer | read-write |
The maximum time (in seconds), for the loadRelease(1) action. This is an optional parameter, a default time is used otherwise. |
elnSoftwareLoadReleaseProgress | 1.3.6.1.4.1.193.109.3.1.15 | integer | read-only |
The progress in percent of the current 'loadRelease' software action. |
elnConfigGroup | 1.3.6.1.4.1.193.109.3.2 | |||
elnConfigPermanent | 1.3.6.1.4.1.193.109.3.2.1 | displaystring | read-only |
The version of the permanent configuration. |
elnConfigTable | 1.3.6.1.4.1.193.109.3.2.2 | no-access |
A list of configuration entries. |
|
1.3.6.1.4.1.193.109.3.2.2.1 | no-access |
An entry containing information applicable to a specific configuration. |
||
elnConfigIndex | 1.3.6.1.4.1.193.109.3.2.2.1.1 | integer | read-only |
The configuration index. |
elnConfigName | 1.3.6.1.4.1.193.109.3.2.2.1.2 | displaystring | read-only |
The configuration name. |
elnConfigAction | 1.3.6.1.4.1.193.109.3.2.3 | integer | read-write |
save(1) saves the current configuration as Name restore(2) applies the named configuration, (all previous configurations are removed first) remove(3) deletes the named configuration (if it is permanent it can not be removed) makePermanent(4) makes the named configuration permanent (the one that is applied at reboot) removePermanent(5) the permanent configuration is made non-permanent copyAllToVersion(6) copies all configurations from the current release to a named release copyFromRemote(7) copies one configuration from a URL to the current release and a local name copyFromRemoteToVersion(8) copies one configuration from a URL to a release and local name copyToRemote(9) copies one configuration from the current relase and local name to a URL copyToRemoteFromVersion(10) copies one configuration from a release and local name to a URL The results from the copy(7..10) actions is availabe from elnConfigActionStatus, all other results are directly returned. The parameters for the action must be set before or in the same SNMP-SET as the action. Enumeration: 'restore': 2, 'copyToRemote': 9, 'copyFromRemote': 7, 'copyFromRemoteToVersion': 8, 'removePermanent': 5, 'remove': 3, 'copyToRemoteFromVersion': 10, 'makePermanent': 4, 'save': 1, 'copyAllToVersion': 6. |
elnConfigActionName | 1.3.6.1.4.1.193.109.3.2.4 | displaystring | read-write |
This is used by the action when refering to the name of a local Configuration. This corresponds to elnConfigName in elnConfigTable. |
elnConfigActionVersion | 1.3.6.1.4.1.193.109.3.2.5 | displaystring | read-write |
This is used by the action when refering to a Release. This corresponds to elnSoftwareLoadedVersion in elnSoftwareLoadedTable. |
elnConfigActionURL | 1.3.6.1.4.1.193.109.3.2.6 | urlstring | read-write |
This is used by the action when refering to a URL. e.g. 'ftp://user:password@host/file', 'tftp://host/file'. |
elnConfigActionStatus | 1.3.6.1.4.1.193.109.3.2.7 | integer | read-only |
The status of the current copy action. Enumeration: 'copyError': 8, 'copyInProgress': 1, 'copyNoSuchFile': 6, 'copyHostNotFound': 3, 'copyNoSuchDirectory': 5, 'copyLoginIncorrect': 4, 'copySuccess': 2, 'copyErroneousUrl': 7. |
elnConfigCurrent | 1.3.6.1.4.1.193.109.3.2.8 | displaystring | read-only |
The version of the currently used configuration. |
elnHostProcessorGroup | 1.3.6.1.4.1.193.109.3.3 | |||
elnHostIpAddress | 1.3.6.1.4.1.193.109.3.3.1 | ipaddress | read-write |
The IP Address for the Host. |
elnHostNetmask | 1.3.6.1.4.1.193.109.3.3.2 | ipaddress | read-write |
The IP Netmask for the Host. |
elnHostGateway | 1.3.6.1.4.1.193.109.3.3.3 | ipaddress | read-write |
The IP Address for the Gateway. |
elnHostDnsDomain | 1.3.6.1.4.1.193.109.3.3.4 | displaystring | read-write |
The IP Address for the primary DNS. |
elnHostPrimaryDns | 1.3.6.1.4.1.193.109.3.3.5 | ipaddress | read-write |
The IP Address for the primary DNS. |
elnHostSecondaryDns | 1.3.6.1.4.1.193.109.3.3.6 | ipaddress | read-write |
The IP Address for the secondary DNS. |
elnHostCommit | 1.3.6.1.4.1.193.109.3.3.10 | truthvalue | read-write |
The values for Ip Address, Netmask and Gateway have been set, validated and accepted. But the values must be commited by setting this parameter to 'true' before they are applied on the host. |
elnResetGroup | 1.3.6.1.4.1.193.109.3.4 | |||
elnResetAction | 1.3.6.1.4.1.193.109.3.4.1 | integer | read-write |
resetAll(1) resets all resources (to default values), resetAllExceptManagementVlan(2) resets all resources except management vlan, i.e. host_port, cpu, management vlan and ports connected to management vlan. Enumeration: 'resetAll': 1, 'resetAllExceptManagementVlan': 2. |