Home/Catalog/TIARA-NETWORKS-CONFIG-MGMT-MIB

TIARA-NETWORKS-CONFIG-MGMT-MIB

AI MIB Summary

The TIARA-NETWORKS-CONFIG-MGMT-MIB enables network administrators to monitor and manage the configuration state of TIARA hardware by tracking the synchronization, versioning, and persistence of current, locally saved (NVRAM/flash), and remotely stored configuration files. This module specifically facilitates the auditing of configuration changes and the execution of save operations across the running system and external network repositories.

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.
Main OID:
tiaraConfigMgmtMib.1.3.6.1.4.1.3174.2.4
36
Objects
Active
Status
4
Dependencies

Imported Objects

Objects

36 total
Object Name
tiaraConfigMgmtMibConfiguration 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
.1.3.6.1.4.1.3174.2.4
cfgOperations
OBJECT IDENTIFIER
.1.3.6.1.4.1.3174.2.4.1
cfgNetOperTableA 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.
SEQUENCE OF CfgNetOperEntry
.1.3.6.1.4.1.3174.2.4.1.1
cfgNetOperEntryEntry 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.
CfgNetOperEntry
.1.3.6.1.4.1.3174.2.4.1.1.1
cfgNetOperRandomNumberObject 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.
Integer32
.1.3.6.1.4.1.3174.2.4.1.1.1.1
cfgNetOperCommandThe 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.rw
Enumeration
.1.3.6.1.4.1.3174.2.4.1.1.1.2
cfgNetOperAddressThe Internet address of the server.rw
IpAddress
.1.3.6.1.4.1.3174.2.4.1.1.1.3
cfgNetOperFileNameThe destination or source file name on the network server.rw
DisplayString
.1.3.6.1.4.1.3174.2.4.1.1.1.4
cfgNetOperStatusRepresents 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).ro
Enumeration
.1.3.6.1.4.1.3174.2.4.1.1.1.5
cfgFlashOperTableA 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.
SEQUENCE OF CfgFlashOperEntry
.1.3.6.1.4.1.3174.2.4.1.2
cfgFlashOperEntryEntry 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.
CfgFlashOperEntry
.1.3.6.1.4.1.3174.2.4.1.2.1
cfgFlashOperRandomNumberObject 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.
Integer32
.1.3.6.1.4.1.3174.2.4.1.2.1.1
cfgFlashOperCommandThe 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.rw
Enumeration
.1.3.6.1.4.1.3174.2.4.1.2.1.2
cfgFlashOperFileNameThe destination or source file name on the network server.rw
DisplayString
.1.3.6.1.4.1.3174.2.4.1.2.1.3
cfgFlashOperStatusThe 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).ro
Enumeration
.1.3.6.1.4.1.3174.2.4.1.2.1.4
cfgMgmtEvents
OBJECT IDENTIFIER
.1.3.6.1.4.1.3174.2.4.2
cfgCurrentLastChangedThe last time the current configuration was changed.ro
TimeTicks (SNMPv2-SMI)
.1.3.6.1.4.1.3174.2.4.2.1
cfgCurrentLastSavedThe last time the current configuration was saved.ro
TimeTicks (SNMPv2-SMI)
.1.3.6.1.4.1.3174.2.4.2.2
cfgMaxEventsThe 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.ro
INTEGER
.1.3.6.1.4.1.3174.2.4.2.3
cfgEventTableA table of configuration history events.
SEQUENCE OF CfgEventEntry
.1.3.6.1.4.1.3174.2.4.2.4
cfgEventEntryEntry holding information about a configuration event.
CfgEventEntry
.1.3.6.1.4.1.3174.2.4.2.4.1
cfgEventIndexIndex in the history event table.
INTEGER
.1.3.6.1.4.1.3174.2.4.2.4.1.1
cfgEventTimeThe time when the configuration occurred.ro
TimeTicks (SNMPv2-SMI)
.1.3.6.1.4.1.3174.2.4.2.4.1.2
cfgEventConfigProtocolThe source of the command that resulted in the event.ro
Enumeration
.1.3.6.1.4.1.3174.2.4.2.4.1.3
cfgEventConfigSrcThe configuration data source for the event.ro
CfgMedium
.1.3.6.1.4.1.3174.2.4.2.4.1.4
cfgEventConfigDstThe configuration data destination for the event.ro
CfgMedium
.1.3.6.1.4.1.3174.2.4.2.4.1.5
cfgEventLoginTypeConfiguration via telnet or rlogin, etc.ro
Enumeration
.1.3.6.1.4.1.3174.2.4.2.4.1.6
cfgEventTerminalUserThis 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.ro
DisplayString
.1.3.6.1.4.1.3174.2.4.2.4.1.7
cfgEventConfigSrcAddressThe Internet address of the connected system. The value is 0.0.0.0 if not available or not applicable.ro
IpAddress
.1.3.6.1.4.1.3174.2.4.2.4.1.8
cfgEventFileNameIf the system is set for configuration via a network, then this object represents the file name on some server.ro
DisplayString
.1.3.6.1.4.1.3174.2.4.2.4.1.9
cfgNotificationEnables
OBJECT IDENTIFIER
.1.3.6.1.4.1.3174.2.4.3
cfgEnableChangeNotificationIndicates whether the system produces the cfgChangeNotification. The default is yes.rw
TruthValue (SNMPv2-TC)
.1.3.6.1.4.1.3174.2.4.3.1
cfgEnableSaveNotificationIndicates whether the system produces the cfgSaveNotification. The default is yes.rw
TruthValue (SNMPv2-TC)
.1.3.6.1.4.1.3174.2.4.3.2
cfgMgmtNotifications
OBJECT IDENTIFIER
.1.3.6.1.4.1.3174.2.4.4
cfgEventChangeNotificationSend the configuration change event via either trap or info request PDU
NOTIFICATION-TYPE
.1.3.6.1.4.1.3174.2.4.4.0.1
cfgEventSaveNotificationSend the configuration save event via either trap or info request PDU
NOTIFICATION-TYPE
.1.3.6.1.4.1.3174.2.4.4.0.2
TIARA-NETWORKS-CONFIG-MGMT-MIB - SNMP MIB Reference | MIBs Explorer