CONFIG-MGMT-MIB

File: CONFIG-MGMT-MIB.mib (11662 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC NT-ENTERPRISE-DATA-MIB
SNMPv2-CONF

Imported symbols

OBJECT-TYPE IpAddress TimeTicks
MODULE-IDENTITY Integer32 NOTIFICATION-TYPE
DisplayString TEXTUAL-CONVENTION TruthValue
ntEnterpriseDataTasmanMgmt NOTIFICATION-GROUP

Defined Types

NnCfgNetOperEntry  
SEQUENCE    
  nncfgNetOperRandomNumber Integer32
  nncfgNetOperCommand INTEGER
  nncfgNetOperAddress IpAddress
  nncfgNetOperFileName DisplayString
  nncfgNetOperStatus 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)  

NnCfgEventEntry  
SEQUENCE    
  nncfgEventIndex INTEGER
  nncfgEventTime TimeTicks
  nncfgEventConfigProtocol INTEGER
  nncfgEventConfigSrc CfgMedium
  nncfgEventConfigDst CfgMedium
  nncfgEventLoginType INTEGER
  nncfgEventTerminalUser DisplayString
  nncfgEventConfigSrcAddress IpAddress
  nncfgEventFileName DisplayString

Defined Values

nnconfigMgmtMib 1.3.6.1.4.1.562.73.1.1.1.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    

nncfgOperations 1.3.6.1.4.1.562.73.1.1.1.4.1
OBJECT IDENTIFIER    

nncfgMgmtEvents 1.3.6.1.4.1.562.73.1.1.1.4.2
OBJECT IDENTIFIER    

nncfgNotificationEnables 1.3.6.1.4.1.562.73.1.1.1.4.3
OBJECT IDENTIFIER    

nncfgMgmtNotifications 1.3.6.1.4.1.562.73.1.1.1.4.4
OBJECT IDENTIFIER    

nncfgMgmtTraps 1.3.6.1.4.1.562.73.1.1.1.4.4.0
OBJECT IDENTIFIER    

nncfgNetOperTable 1.3.6.1.4.1.562.73.1.1.1.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  
    NnCfgNetOperEntry

nncfgNetOperEntry 1.3.6.1.4.1.562.73.1.1.1.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    
  NnCfgNetOperEntry  

nncfgNetOperRandomNumber 1.3.6.1.4.1.562.73.1.1.1.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  

nncfgNetOperCommand 1.3.6.1.4.1.562.73.1.1.1.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)  

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

nncfgNetOperFileName 1.3.6.1.4.1.562.73.1.1.1.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)  

nncfgNetOperStatus 1.3.6.1.4.1.562.73.1.1.1.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)  

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

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

nncfgMaxEvents 1.3.6.1.4.1.562.73.1.1.1.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  

nncfgEventTable 1.3.6.1.4.1.562.73.1.1.1.4.2.4
A table of configuration history events.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    NnCfgEventEntry

nncfgEventEntry 1.3.6.1.4.1.562.73.1.1.1.4.2.4.1
Entry holding information about a configuration event.
Status: current Access: not-accessible
OBJECT-TYPE    
  NnCfgEventEntry  

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

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

nncfgEventConfigProtocol 1.3.6.1.4.1.562.73.1.1.1.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)  

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

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

nncfgEventLoginType 1.3.6.1.4.1.562.73.1.1.1.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)  

nncfgEventTerminalUser 1.3.6.1.4.1.562.73.1.1.1.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)  

nncfgEventConfigSrcAddress 1.3.6.1.4.1.562.73.1.1.1.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  

nncfgEventFileName 1.3.6.1.4.1.562.73.1.1.1.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)  

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

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

nncfgEventChangeNotification 1.3.6.1.4.1.562.73.1.1.1.4.4.0.1
Send the configuration change event via either trap or info request PDU
Status: current Access: read-write
NOTIFICATION-TYPE    

nncfgEventSaveNotification 1.3.6.1.4.1.562.73.1.1.1.4.4.0.2
Send the configuration save event via either trap or info request PDU
Status: current Access: read-write
NOTIFICATION-TYPE    

nnconfigMgmtNotificationGroup 1.3.6.1.4.1.562.73.1.1.1.4.5
ConfigMgmt Notifications
Status: current Access: read-write
NOTIFICATION-GROUP