ERICSSON-ELN-CFG-MIB

File: ERICSSON-ELN-CFG-MIB.mib (16256 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
ERICSSON-ELN-SMI

Imported symbols

MODULE-IDENTITY OBJECT-TYPE mib-2
NOTIFICATION-TYPE IpAddress TEXTUAL-CONVENTION
DisplayString PhysAddress TruthValue
RowStatus DateAndTime TimeStamp
AutonomousType MODULE-COMPLIANCE OBJECT-GROUP
NOTIFICATION-GROUP eln

Defined Types

URLString  
A Uniform Resource Locator represented in accordance with RFCs 1738 and 2368, presented in the NVT ASCII charset defined in RFC 854.
TEXTUAL-CONVENTION    
  OCTET STRING Size(0..255)  

ElnSoftwareLoadedEntry  
SEQUENCE    
  elnSoftwareLoadedIndex INTEGER
  elnSoftwareLoadedVersion DisplayString

ElnConfigEntry  
SEQUENCE    
  elnConfigIndex INTEGER
  elnConfigName DisplayString

Defined Values

elnCfgMIB 1.3.6.1.4.1.193.109.3
This MIB module defines the parameters for Software handling in the ELN
MODULE-IDENTITY    

elnSoftwareGroup 1.3.6.1.4.1.193.109.3.1
OBJECT IDENTIFIER    

elnConfigGroup 1.3.6.1.4.1.193.109.3.2
OBJECT IDENTIFIER    

elnHostProcessorGroup 1.3.6.1.4.1.193.109.3.3
OBJECT IDENTIFIER    

elnResetGroup 1.3.6.1.4.1.193.109.3.4
OBJECT IDENTIFIER    

elnSoftwareCurrent 1.3.6.1.4.1.193.109.3.1.1
The version of the currently running software.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

elnSoftwareCurrentReleaseTime 1.3.6.1.4.1.193.109.3.1.2
The release time of the currently running software.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

elnSoftwarePermanent 1.3.6.1.4.1.193.109.3.1.3
The software version which is permanent, i.e. the one that is applied at reboot
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

elnSoftwareLoadedTable 1.3.6.1.4.1.193.109.3.1.4
A list of loaded software entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ElnSoftwareLoadedEntry

elnSoftwareLoadedEntry 1.3.6.1.4.1.193.109.3.1.4.1
An entry containing information applicable to loaded software.
Status: current Access: not-accessible
OBJECT-TYPE    
  ElnSoftwareLoadedEntry  

elnSoftwareLoadedIndex 1.3.6.1.4.1.193.109.3.1.4.1.1
The software loaded index.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

elnSoftwareLoadedVersion 1.3.6.1.4.1.193.109.3.1.4.1.2
The software version.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

elnSoftwareAction 1.3.6.1.4.1.193.109.3.1.5
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.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER loadRelease(1), startRelease(2), makePermanent(3), removeRelease(4)  

elnSoftwareActionVersion 1.3.6.1.4.1.193.109.3.1.6
The version of the software. Required for startRelease(2), makePermanent(3) and removeRelease(4).
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

elnSoftwareActionFile 1.3.6.1.4.1.193.109.3.1.7
THIS OBJECT IS DEPRECATED use elnSoftwareActionURL.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

elnSoftwareActionHost 1.3.6.1.4.1.193.109.3.1.8
THIS OBJECT IS DEPRECATED use elnSoftwareActionURL.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..255)  

elnSoftwareActionProtocol 1.3.6.1.4.1.193.109.3.1.9
THIS OBJECT IS DEPRECATED use elnSoftwareActionURL.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER ftp(1), tftp(2)  

elnSoftwareActionUser 1.3.6.1.4.1.193.109.3.1.10
THIS OBJECT IS DEPRECATED use elnSoftwareActionURL.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

elnSoftwareActionPassword 1.3.6.1.4.1.193.109.3.1.11
THIS OBJECT IS DEPRECATED use elnSoftwareActionURL.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

elnSoftwareActionStatus 1.3.6.1.4.1.193.109.3.1.12
The status of the current 'loadRelease' or 'removeRelease' software action.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER loadReleaseInProgress(1), loadReleaseSuccess(2), loadReleaseHostNotFound(3), loadReleaseLoginIncorrect(4), loadReleaseNoSuchDirectory(5), loadReleaseNoSuchFile(6), loadReleaseErroneousUrl(7), loadReleaseError(8), removeReleaseInProgress(9), removeReleaseSuccess(10), removeReleaseError(11)  

elnSoftwareActionURL 1.3.6.1.4.1.193.109.3.1.13
The location of the file to be downloaded, e.g. 'ftp://user:password@host/file', 'tftp://host/file'. Required for the loadRelease(1) action.
Status: current Access: read-write
OBJECT-TYPE    
  URLString  

elnSoftwareActionMaxTime 1.3.6.1.4.1.193.109.3.1.14
The maximum time (in seconds), for the loadRelease(1) action. This is an optional parameter, a default time is used otherwise.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

elnSoftwareLoadReleaseProgress 1.3.6.1.4.1.193.109.3.1.15
The progress in percent of the current 'loadRelease' software action.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..100  

elnConfigPermanent 1.3.6.1.4.1.193.109.3.2.1
The version of the permanent configuration.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

elnConfigTable 1.3.6.1.4.1.193.109.3.2.2
A list of configuration entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ElnConfigEntry

elnConfigEntry 1.3.6.1.4.1.193.109.3.2.2.1
An entry containing information applicable to a specific configuration.
Status: current Access: not-accessible
OBJECT-TYPE    
  ElnConfigEntry  

elnConfigIndex 1.3.6.1.4.1.193.109.3.2.2.1.1
The configuration index.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

elnConfigName 1.3.6.1.4.1.193.109.3.2.2.1.2
The configuration name.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

elnConfigAction 1.3.6.1.4.1.193.109.3.2.3
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.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER save(1), restore(2), remove(3), makePermanent(4), removePermanent(5), copyAllToVersion(6), copyFromRemote(7), copyFromRemoteToVersion(8), copyToRemote(9), copyToRemoteFromVersion(10)  

elnConfigActionName 1.3.6.1.4.1.193.109.3.2.4
This is used by the action when refering to the name of a local Configuration. This corresponds to elnConfigName in elnConfigTable.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

elnConfigActionVersion 1.3.6.1.4.1.193.109.3.2.5
This is used by the action when refering to a Release. This corresponds to elnSoftwareLoadedVersion in elnSoftwareLoadedTable.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

elnConfigActionURL 1.3.6.1.4.1.193.109.3.2.6
This is used by the action when refering to a URL. e.g. 'ftp://user:password@host/file', 'tftp://host/file'.
Status: current Access: read-write
OBJECT-TYPE    
  URLString  

elnConfigActionStatus 1.3.6.1.4.1.193.109.3.2.7
The status of the current copy action.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER copyInProgress(1), copySuccess(2), copyHostNotFound(3), copyLoginIncorrect(4), copyNoSuchDirectory(5), copyNoSuchFile(6), copyErroneousUrl(7), copyError(8)  

elnConfigCurrent 1.3.6.1.4.1.193.109.3.2.8
The version of the currently used configuration.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

elnHostIpAddress 1.3.6.1.4.1.193.109.3.3.1
The IP Address for the Host.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

elnHostNetmask 1.3.6.1.4.1.193.109.3.3.2
The IP Netmask for the Host.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

elnHostGateway 1.3.6.1.4.1.193.109.3.3.3
The IP Address for the Gateway.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

elnHostDnsDomain 1.3.6.1.4.1.193.109.3.3.4
The IP Address for the primary DNS.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

elnHostPrimaryDns 1.3.6.1.4.1.193.109.3.3.5
The IP Address for the primary DNS.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

elnHostSecondaryDns 1.3.6.1.4.1.193.109.3.3.6
The IP Address for the secondary DNS.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

elnHostCommit 1.3.6.1.4.1.193.109.3.3.10
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.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

elnResetAction 1.3.6.1.4.1.193.109.3.4.1
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.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER resetAll(1), resetAllExceptManagementVlan(2)