NETI-CONFIG-MIB

File: NETI-CONFIG-MIB.mib (7733 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC NETI-COMMON-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Gauge32
RowStatus DisplayString DateAndTime
TruthValue netiExperimentalGeneric

Defined Types

ConfigLocalEntry  
SEQUENCE    
  configLocalIndex INTEGER
  configLocalName DisplayString
  configLocalDescription DisplayString
  configLocalCreatedTime DateAndTime
  configLocalSize INTEGER
  configLocalAdminStatus INTEGER
  configLocalRowStatus RowStatus

Defined Values

netiConfigMIB 1.3.6.1.4.1.2928.6.2.7
tbd: Describe the configuration model
MODULE-IDENTITY    

netiConfigMIBObjects 1.3.6.1.4.1.2928.6.2.7.1
OBJECT IDENTIFIER    

configStatusGroup 1.3.6.1.4.1.2928.6.2.7.1.1
OBJECT IDENTIFIER    

configLocalGroup 1.3.6.1.4.1.2928.6.2.7.1.2
OBJECT IDENTIFIER    

configBackupGroup 1.3.6.1.4.1.2928.6.2.7.1.3
OBJECT IDENTIFIER    

configStatusIsCurrentUnsaved 1.3.6.1.4.1.2928.6.2.7.1.1.1
Set to true if the current configuration in the node contains unsaved data.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

configStatusCurrentLastChangedTime 1.3.6.1.4.1.2928.6.2.7.1.1.2
The date and time when the current configuration was last changed.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

configLocalTableLastChangedTime 1.3.6.1.4.1.2928.6.2.7.1.2.2
The date and time when the configuration table was last changed.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

configLocalTableNrOfConfigs 1.3.6.1.4.1.2928.6.2.7.1.2.3
The number of configurations currently in the configuration table.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

configLocalTable 1.3.6.1.4.1.2928.6.2.7.1.2.4
Table of configuration files stored in the node.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ConfigLocalEntry

configLocalEntry 1.3.6.1.4.1.2928.6.2.7.1.2.4.1
Each entry describes one configuration file.
Status: current Access: not-accessible
OBJECT-TYPE    
  ConfigLocalEntry  

configLocalIndex 1.3.6.1.4.1.2928.6.2.7.1.2.4.1.1
Index in the config table.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 1..2147483647  

configLocalName 1.3.6.1.4.1.2928.6.2.7.1.2.4.1.2
The name of the configuration file.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString  

configLocalDescription 1.3.6.1.4.1.2928.6.2.7.1.2.4.1.3
A textual description of the configuration.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString  

configLocalCreatedTime 1.3.6.1.4.1.2928.6.2.7.1.2.4.1.4
The date and time when the configuration was created.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

configLocalSize 1.3.6.1.4.1.2928.6.2.7.1.2.4.1.5
The size in bytes of the configuration filed.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..2147483647  

configLocalAdminStatus 1.3.6.1.4.1.2928.6.2.7.1.2.4.1.6
Set to enabled if this is the configuration to be loaded at boot time.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

configLocalRowStatus 1.3.6.1.4.1.2928.6.2.7.1.2.4.1.7
Note that local configurations are created by doing a backup, see the backup group.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

configBackupOperation 1.3.6.1.4.1.2928.6.2.7.1.3.1
The backup operations supported: idle Resets the function. writeCurrentToLocal Writes the current config to local storage. Uses configBackupName and configBackupDescription.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER idle(1), writeCurrentToLocal(2)  

configBackupStatus 1.3.6.1.4.1.2928.6.2.7.1.3.2
The status of the backup function: idle The function is idle. inProgress A backup operation is in progress. failed The operation has failed. ready The operation is finished and has succeeded.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER idle(1), inProgress(2), failed(3), ready(4)  

configBackupName 1.3.6.1.4.1.2928.6.2.7.1.3.3
The name of the configuration file. Defaults to a string containing the date and time.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

configBackupDescription 1.3.6.1.4.1.2928.6.2.7.1.3.4
The description for the new configuration file. Defaults to the empty string.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString