CONFIG-MGMT-MIB: View SNMP OID List / Download MIB
VENDOR: NORTHERN TELECOM
Home | MIB: 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).
|
|||
Object Name | OID | Type | Access | Info |
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. |
||
nncfgOperations | 1.3.6.1.4.1.562.73.1.1.1.4.1 | |||
nncfgNetOperTable | 1.3.6.1.4.1.562.73.1.1.1.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. |
|
1.3.6.1.4.1.562.73.1.1.1.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. |
||
nncfgNetOperRandomNumber | 1.3.6.1.4.1.562.73.1.1.1.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. |
nncfgNetOperCommand | 1.3.6.1.4.1.562.73.1.1.1.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. |
nncfgNetOperAddress | 1.3.6.1.4.1.562.73.1.1.1.4.1.1.1.3 | ipaddress | read-write |
The Internet address of the server. |
nncfgNetOperFileName | 1.3.6.1.4.1.562.73.1.1.1.4.1.1.1.4 | displaystring | read-write |
The destination or source file name on the network server. |
nncfgNetOperStatus | 1.3.6.1.4.1.562.73.1.1.1.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. |
nncfgMgmtEvents | 1.3.6.1.4.1.562.73.1.1.1.4.2 | |||
nncfgCurrentLastChanged | 1.3.6.1.4.1.562.73.1.1.1.4.2.1 | timeticks | read-only |
The last time the current configuration was changed. |
nncfgCurrentLastSaved | 1.3.6.1.4.1.562.73.1.1.1.4.2.2 | timeticks | read-only |
The last time the current configuration was saved. |
nncfgMaxEvents | 1.3.6.1.4.1.562.73.1.1.1.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. |
nncfgEventTable | 1.3.6.1.4.1.562.73.1.1.1.4.2.4 | no-access |
A table of configuration history events. |
|
1.3.6.1.4.1.562.73.1.1.1.4.2.4.1 | no-access |
Entry holding information about a configuration event. |
||
nncfgEventIndex | 1.3.6.1.4.1.562.73.1.1.1.4.2.4.1.1 | integer | no-access |
Index in the history event table. |
nncfgEventTime | 1.3.6.1.4.1.562.73.1.1.1.4.2.4.1.2 | timeticks | read-only |
The time when the configuration occurred. |
nncfgEventConfigProtocol | 1.3.6.1.4.1.562.73.1.1.1.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. |
nncfgEventConfigSrc | 1.3.6.1.4.1.562.73.1.1.1.4.2.4.1.4 | cfgmedium | read-only |
The configuration data source for the event. |
nncfgEventConfigDst | 1.3.6.1.4.1.562.73.1.1.1.4.2.4.1.5 | cfgmedium | read-only |
The configuration data destination for the event. |
nncfgEventLoginType | 1.3.6.1.4.1.562.73.1.1.1.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. |
nncfgEventTerminalUser | 1.3.6.1.4.1.562.73.1.1.1.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. |
nncfgEventConfigSrcAddress | 1.3.6.1.4.1.562.73.1.1.1.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. |
nncfgEventFileName | 1.3.6.1.4.1.562.73.1.1.1.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. |
nncfgNotificationEnables | 1.3.6.1.4.1.562.73.1.1.1.4.3 | |||
nncfgEnableChangeNotification | 1.3.6.1.4.1.562.73.1.1.1.4.3.1 | truthvalue | read-write |
Indicates whether the system produces the cfgChangeNotification. The default is yes. |
nncfgEnableSaveNotification | 1.3.6.1.4.1.562.73.1.1.1.4.3.2 | truthvalue | read-write |
Indicates whether the system produces the cfgSaveNotification. The default is yes. |
nncfgMgmtNotifications | 1.3.6.1.4.1.562.73.1.1.1.4.4 | |||
nncfgMgmtTraps | 1.3.6.1.4.1.562.73.1.1.1.4.4.0 | |||
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 |
||
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 |
||
nnconfigMgmtNotificationGroup | 1.3.6.1.4.1.562.73.1.1.1.4.5 |
ConfigMgmt Notifications |