TIARA-NETWORKS-CONFIG-MGMT-MIB: View SNMP OID List / Download MIB

VENDOR: TASMAN NETWORKS


 Home MIB: TIARA-NETWORKS-CONFIG-MGMT-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 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.
     cfgOperations 1.3.6.1.4.1.3174.2.4.1
         cfgNetOperTable 1.3.6.1.4.1.3174.2.4.1.1 no-access
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.
             cfgNetOperEntry 1.3.6.1.4.1.3174.2.4.1.1.1 no-access
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.
                 cfgNetOperRandomNumber 1.3.6.1.4.1.3174.2.4.1.1.1.1 integer32 no-access
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.
                 cfgNetOperCommand 1.3.6.1.4.1.3174.2.4.1.1.1.2 integer read-write
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. Enumeration: 'save': 2, 'config': 1.
                 cfgNetOperAddress 1.3.6.1.4.1.3174.2.4.1.1.1.3 ipaddress read-write
The Internet address of the server.
                 cfgNetOperFileName 1.3.6.1.4.1.3174.2.4.1.1.1.4 displaystring read-write
The destination or source file name on the network server.
                 cfgNetOperStatus 1.3.6.1.4.1.3174.2.4.1.1.1.5 integer read-only
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). Enumeration: 'operationSuccess': 2, 'serverAccessError': 5, 'networkError': 3, 'fileOpenError': 6, 'idle': 0, 'notEnoughMemory': 7, 'unknownFailure': 8, 'inProgress': 1, 'fileAccessError': 4.
         cfgFlashOperTable 1.3.6.1.4.1.3174.2.4.1.2 no-access
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.
             cfgFlashOperEntry 1.3.6.1.4.1.3174.2.4.1.2.1 no-access
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.
                 cfgFlashOperRandomNumber 1.3.6.1.4.1.3174.2.4.1.2.1.1 integer32 no-access
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.
                 cfgFlashOperCommand 1.3.6.1.4.1.3174.2.4.1.2.1.2 integer read-write
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. Enumeration: 'config': 3, 'save': 1, 'erase': 2.
                 cfgFlashOperFileName 1.3.6.1.4.1.3174.2.4.1.2.1.3 displaystring read-write
The destination or source file name on the network server.
                 cfgFlashOperStatus 1.3.6.1.4.1.3174.2.4.1.2.1.4 integer read-only
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). Enumeration: 'operationSuccess': 2, 'serverAccessError': 5, 'networkError': 3, 'fileOpenError': 6, 'idle': 0, 'notEnoughMemory': 7, 'unknownFailure': 8, 'inProgress': 1, 'fileAccessError': 4.
     cfgMgmtEvents 1.3.6.1.4.1.3174.2.4.2
         cfgCurrentLastChanged 1.3.6.1.4.1.3174.2.4.2.1 timeticks read-only
The last time the current configuration was changed.
         cfgCurrentLastSaved 1.3.6.1.4.1.3174.2.4.2.2 timeticks read-only
The last time the current configuration was saved.
         cfgMaxEvents 1.3.6.1.4.1.3174.2.4.2.3 integer read-only
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.
         cfgEventTable 1.3.6.1.4.1.3174.2.4.2.4 no-access
A table of configuration history events.
             cfgEventEntry 1.3.6.1.4.1.3174.2.4.2.4.1 no-access
Entry holding information about a configuration event.
                 cfgEventIndex 1.3.6.1.4.1.3174.2.4.2.4.1.1 integer no-access
Index in the history event table.
                 cfgEventTime 1.3.6.1.4.1.3174.2.4.2.4.1.2 timeticks read-only
The time when the configuration occurred.
                 cfgEventConfigProtocol 1.3.6.1.4.1.3174.2.4.2.4.1.3 integer read-only
The source of the command that resulted in the event. Enumeration: 'http': 3, 'commandLine': 1, 'snmp': 2.
                 cfgEventConfigSrc 1.3.6.1.4.1.3174.2.4.2.4.1.4 cfgmedium read-only
The configuration data source for the event.
                 cfgEventConfigDst 1.3.6.1.4.1.3174.2.4.2.4.1.5 cfgmedium read-only
The configuration data destination for the event.
                 cfgEventLoginType 1.3.6.1.4.1.3174.2.4.2.4.1.6 integer read-only
Configuration via telnet or rlogin, etc. Enumeration: 'dial': 5, 'console': 2, 'rlogin': 4, 'unknown': 1, 'telnet': 3, 'other': 6.
                 cfgEventTerminalUser 1.3.6.1.4.1.3174.2.4.2.4.1.7 displaystring read-only
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.
                 cfgEventConfigSrcAddress 1.3.6.1.4.1.3174.2.4.2.4.1.8 ipaddress read-only
The Internet address of the connected system. The value is 0.0.0.0 if not available or not applicable.
                 cfgEventFileName 1.3.6.1.4.1.3174.2.4.2.4.1.9 displaystring read-only
If the system is set for configuration via a network, then this object represents the file name on some server.
     cfgNotificationEnables 1.3.6.1.4.1.3174.2.4.3
         cfgEnableChangeNotification 1.3.6.1.4.1.3174.2.4.3.1 truthvalue read-write
Indicates whether the system produces the cfgChangeNotification. The default is yes.
         cfgEnableSaveNotification 1.3.6.1.4.1.3174.2.4.3.2 truthvalue read-write
Indicates whether the system produces the cfgSaveNotification. The default is yes.
     cfgMgmtNotifications 1.3.6.1.4.1.3174.2.4.4
           cfgEventChangeNotification 1.3.6.1.4.1.3174.2.4.40.1
Send the configuration change event via either trap or info request PDU
           cfgEventSaveNotification 1.3.6.1.4.1.3174.2.4.40.2
Send the configuration save event via either trap or info request PDU