TIARA-NETWORKS-CONFIG-MGMT-MIB

File: TIARA-NETWORKS-CONFIG-MGMT-MIB.mib (14587 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC RFC-1215
TIARA-NETWORKS-SMI

Imported symbols

OBJECT-TYPE IpAddress TimeTicks
MODULE-IDENTITY Integer32 DisplayString
TEXTUAL-CONVENTION TruthValue TRAP-TYPE
tiaraMgmt

Defined Types

CfgNetOperEntry  
SEQUENCE    
  cfgNetOperRandomNumber Integer32
  cfgNetOperCommand INTEGER
  cfgNetOperAddress IpAddress
  cfgNetOperFileName DisplayString
  cfgNetOperStatus INTEGER

CfgFlashOperEntry  
SEQUENCE    
  cfgFlashOperRandomNumber Integer32
  cfgFlashOperCommand INTEGER
  cfgFlashOperFileName DisplayString
  cfgFlashOperStatus INTEGER

CfgMedium  
The source or destination of a configuration change, save, or copy. commandSource The source of the command. current Live operational data from RAM. flash Local flash. network Network host.
TEXTUAL-CONVENTION    
  INTEGER commandSource(1), current(2), flash(3), erase-flash(4), network(5)  

CfgEventEntry  
SEQUENCE    
  cfgEventIndex INTEGER
  cfgEventTime TimeTicks
  cfgEventConfigProtocol INTEGER
  cfgEventConfigSrc CfgMedium
  cfgEventConfigDst CfgMedium
  cfgEventLoginType INTEGER
  cfgEventTerminalUser DisplayString
  cfgEventConfigSrcAddress IpAddress
  cfgEventFileName DisplayString

Defined Values

tiaraConfigMgmtMib 1.3.6.1.4.1.3174.2.4
Configuration management MIB. This MIB represents a model of configuration data that exists in various locations: current In use by the running system. local Saved locally in NVRAM or flash. remote Saved to some server on the network. The purpose of this MIB is to track changes and saves of the current configuration.
MODULE-IDENTITY    

cfgOperations 1.3.6.1.4.1.3174.2.4.1
OBJECT IDENTIFIER    

cfgMgmtEvents 1.3.6.1.4.1.3174.2.4.2
OBJECT IDENTIFIER    

cfgNotificationEnables 1.3.6.1.4.1.3174.2.4.3
OBJECT IDENTIFIER    

cfgMgmtNotifications 1.3.6.1.4.1.3174.2.4.4
OBJECT IDENTIFIER    

cfgNetOperTable 1.3.6.1.4.1.3174.2.4.1.1
A table of configuration from network operation entries. Each entry represents a separate operation to configure the system from a file located on a server on the network. The management station should create an entry with a random number as an index to perform the operation. The management station should then retrieve the entry with the same random number as an index and examine the value of the cfgNetOperStatus variable to get the status of the operation.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CfgNetOperEntry

cfgNetOperEntry 1.3.6.1.4.1.3174.2.4.1.1.1
Entry to initiate an operation. Each entry consists of a command and required parameters. Once the operation completes, the management station should retrieve the value of the status object and delete the entry from the table.
Status: current Access: not-accessible
OBJECT-TYPE    
  CfgNetOperEntry  

cfgNetOperRandomNumber 1.3.6.1.4.1.3174.2.4.1.1.1.1
Object specifying a unique entry in the table. A management station wishing to initiate a configuration operation should use a pseudo-random value for this object when creating a cfgNetOperEntry.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

cfgNetOperCommand 1.3.6.1.4.1.3174.2.4.1.1.1.2
The commands to be executed configure from the network or save the configuration to the network. Command Remarks. config Configure from network. save Save configuration to network.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER config(1), save(2)  

cfgNetOperAddress 1.3.6.1.4.1.3174.2.4.1.1.1.3
The Internet address of the server.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

cfgNetOperFileName 1.3.6.1.4.1.3174.2.4.1.1.1.4
The destination or source file name on the network server.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..64)  

cfgNetOperStatus 1.3.6.1.4.1.3174.2.4.1.1.1.5
Represents the status of the operation. If the operation has not started or an operation is not being performed, then the value of this object would be idle(0).
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER idle(0), inProgress(1), operationSuccess(2), networkError(3), fileAccessError(4), serverAccessError(5), fileOpenError(6), notEnoughMemory(7), unknownFailure(8)  

cfgFlashOperTable 1.3.6.1.4.1.3174.2.4.1.2
A table of config/save from/to flash operation entries. Each entry represents a separate operation to configure the system from a file located on a local flash-file system. The management station should create an entry with a random number as an index to perform the operation. The management station should then retrive the entry with the same random number as an index and examine the value of the cfgFlashOperStatus variable to get the status of the operation.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CfgFlashOperEntry

cfgFlashOperEntry 1.3.6.1.4.1.3174.2.4.1.2.1
Entry to initiate an operation. Each entry consists of a command and required parameters. Once the operation completes, the management station should retrieve the value of the status object and delete the entry from the table.
Status: current Access: not-accessible
OBJECT-TYPE    
  CfgFlashOperEntry  

cfgFlashOperRandomNumber 1.3.6.1.4.1.3174.2.4.1.2.1.1
Object specifying a unique entry in the table. A management station wishing to initiate a configuration operation should use a pseudo-random value for this object when creating a cfgFlashOperEntry.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

cfgFlashOperCommand 1.3.6.1.4.1.3174.2.4.1.2.1.2
The commands to be executed configure from the network or save the configuration to the network. Command Remarks. config Config from network. save Save the configuration to the network.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER save(1), erase(2), config(3)  

cfgFlashOperFileName 1.3.6.1.4.1.3174.2.4.1.2.1.3
The destination or source file name on the network server.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..64)  

cfgFlashOperStatus 1.3.6.1.4.1.3174.2.4.1.2.1.4
The status of the operation. If the operation has not started or an operation is not being performed, then the value of this object would be idle(0).
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER idle(0), inProgress(1), operationSuccess(2), networkError(3), fileAccessError(4), serverAccessError(5), fileOpenError(6), notEnoughMemory(7), unknownFailure(8)  

cfgCurrentLastChanged 1.3.6.1.4.1.3174.2.4.2.1
The last time the current configuration was changed.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

cfgCurrentLastSaved 1.3.6.1.4.1.3174.2.4.2.2
The last time the current configuration was saved.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

cfgMaxEvents 1.3.6.1.4.1.3174.2.4.2.3
The maximum number of entries that can be held in the cfgEventTable. The system stores the 20 most recent history events in a circular style. These events are also saved to flash. Up to the last 10 entries can be saved if space is available in flash.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..20  

cfgEventTable 1.3.6.1.4.1.3174.2.4.2.4
A table of configuration history events.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CfgEventEntry

cfgEventEntry 1.3.6.1.4.1.3174.2.4.2.4.1
Entry holding information about a configuration event.
Status: current Access: not-accessible
OBJECT-TYPE    
  CfgEventEntry  

cfgEventIndex 1.3.6.1.4.1.3174.2.4.2.4.1.1
Index in the history event table.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 0..19  

cfgEventTime 1.3.6.1.4.1.3174.2.4.2.4.1.2
The time when the configuration occurred.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

cfgEventConfigProtocol 1.3.6.1.4.1.3174.2.4.2.4.1.3
The source of the command that resulted in the event.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER commandLine(1), snmp(2), http(3)  

cfgEventConfigSrc 1.3.6.1.4.1.3174.2.4.2.4.1.4
The configuration data source for the event.
Status: current Access: read-only
OBJECT-TYPE    
  CfgMedium  

cfgEventConfigDst 1.3.6.1.4.1.3174.2.4.2.4.1.5
The configuration data destination for the event.
Status: current Access: read-only
OBJECT-TYPE    
  CfgMedium  

cfgEventLoginType 1.3.6.1.4.1.3174.2.4.2.4.1.6
Configuration via telnet or rlogin, etc.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER unknown(1), console(2), telnet(3), rlogin(4), dial(5), other(6)  

cfgEventTerminalUser 1.3.6.1.4.1.3174.2.4.2.4.1.7
This object represents the logged in user name if configuration is via the CLI. It represents the community name if configuration is via SNMP. Otherwise, the object string length is zero if not available or not applicable.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..15)  

cfgEventConfigSrcAddress 1.3.6.1.4.1.3174.2.4.2.4.1.8
The Internet address of the connected system. The value is 0.0.0.0 if not available or not applicable.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

cfgEventFileName 1.3.6.1.4.1.3174.2.4.2.4.1.9
If the system is set for configuration via a network, then this object represents the file name on some server.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..64)  

cfgEnableChangeNotification 1.3.6.1.4.1.3174.2.4.3.1
Indicates whether the system produces the cfgChangeNotification. The default is yes.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

cfgEnableSaveNotification 1.3.6.1.4.1.3174.2.4.3.2
Indicates whether the system produces the cfgSaveNotification. The default is yes.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

cfgEventChangeNotification 1
Send the configuration change event via either trap or info request PDU
TRAP-TYPE    

cfgEventSaveNotification 2
Send the configuration save event via either trap or info request PDU
TRAP-TYPE