ME1200-ICFG-MIB: View SNMP OID List / Download MIB

VENDOR: CISCO


 Home MIB: ME1200-ICFG-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
 me1200IcfgMIB 1.3.6.1.4.1.9.9.815.1.101
This is a private version of ICFG
         me1200IcfgMIBObjects 1.3.6.1.4.1.9.9.815.1.101.1
             me1200IcfgStatus 1.3.6.1.4.1.9.9.815.1.101.1.3
                 me1200IcfgStatusFileStatistics 1.3.6.1.4.1.9.9.815.1.101.1.3.1
                     me1200IcfgStatusFileStatisticsNumberOfFiles 1.3.6.1.4.1.9.9.815.1.101.1.3.1.1 unsigned32 read-only
Number of files in flash.
                     me1200IcfgStatusFileStatisticsTotalBytes 1.3.6.1.4.1.9.9.815.1.101.1.3.1.2 unsigned32 read-only
Total number of bytes used by all files in flash.
                 me1200IcfgStatusFileTable 1.3.6.1.4.1.9.9.815.1.101.1.3.2 no-access
This is a table of status of files in flash.
                     me1200IcfgStatusFileEntry 1.3.6.1.4.1.9.9.815.1.101.1.3.2.1 no-access
Each entry has a set of file status.
                         me1200IcfgStatusFileFileNo 1.3.6.1.4.1.9.9.815.1.101.1.3.2.1.1 integer32 no-access
The number of File. The number starts from 1.
                         me1200IcfgStatusFileFileName 1.3.6.1.4.1.9.9.815.1.101.1.3.2.1.2 me1200displaystring read-only
File name.
                         me1200IcfgStatusFileBytes 1.3.6.1.4.1.9.9.815.1.101.1.3.2.1.3 unsigned32 read-only
Number of bytes of the file.
                         me1200IcfgStatusFileModifiedTime 1.3.6.1.4.1.9.9.815.1.101.1.3.2.1.4 me1200displaystring read-only
Last modified time of the file.
                         me1200IcfgStatusFileAttribute 1.3.6.1.4.1.9.9.815.1.101.1.3.2.1.5 me1200displaystring read-only
File attribute in the linux format of drwxrwxrwx. 'd' is directory or not, the permission of rwx is for owner, group and other, respectively.
                 me1200IcfgStatusCopyConfig 1.3.6.1.4.1.9.9.815.1.101.1.3.3
                     me1200IcfgStatusCopyConfigStatus 1.3.6.1.4.1.9.9.815.1.101.1.3.3.1 me1200configstatus read-only
The status indicates the status of current copy operation. none(0) means no copy operation. success(1) means copy operation is successful. inProgress(2) means current copy operation is in progress. errOtherInProcessing(3) means copy operation is failed due to other in processing. errNoSuchFile(4) means copy operation is failed due to file not existing. errSameSrcDst(5) means copy operation is failed due to the source and destination are the same. errPermissionDenied(6) means copy operation is failed due to the destination is not permitted to modify. errLoadSrc(7) means copy operation is failed due to the error to load source file. errSaveDst(8) means copy operation is failed due to the error to save or commit destination.
             me1200IcfgControl 1.3.6.1.4.1.9.9.815.1.101.1.4
                 me1200IcfgControlGlobals 1.3.6.1.4.1.9.9.815.1.101.1.4.1
                     me1200IcfgControlGlobalsReloadDefault 1.3.6.1.4.1.9.9.815.1.101.1.4.1.1 me1200reloaddefault read-write
Reset system to default. none(0) is to do nothing. default(1) is to reset the whole system to default. defaultKeepIp(2) is to reset system to default, but keep IP address of VLAN 1.
                     me1200IcfgControlGlobalsDeleteFile 1.3.6.1.4.1.9.9.815.1.101.1.4.1.2 me1200displaystring read-write
Delete file in flash. The format is flash:filename. Where 'default-config' is read-only and not allowed to be deleted.
                 me1200IcfgControlCopyConfig 1.3.6.1.4.1.9.9.815.1.101.1.4.2
                     me1200IcfgControlCopyConfigCopy 1.3.6.1.4.1.9.9.815.1.101.1.4.2.1 truthvalue read-write
Action to do copy or not. true(1) is to do the copy operation. false(2) is to do nothing
                     me1200IcfgControlCopyConfigSourceConfigType 1.3.6.1.4.1.9.9.815.1.101.1.4.2.2 me1200configtype read-write
Source configuration type. none(0) means no configuration file. runningConfig(1) means running configuration. startupConfig(2) means startup configuration file in flash. configFile(3) is the configuration file specified in SourceConfigFile.
                     me1200IcfgControlCopyConfigSourceConfigFile 1.3.6.1.4.1.9.9.815.1.101.1.4.2.3 me1200displaystring read-write
Source configuration file. If the configuration file is in flash then the format is flash:'filename'. If the configuration file is from tftp then the format is tftp://server[:port]/path-to-file.
                     me1200IcfgControlCopyConfigDestinationConfigType 1.3.6.1.4.1.9.9.815.1.101.1.4.2.4 me1200configtype read-write
Source configuration type. none(0) means no configuration file. runningConfig(1) means running configuration. startupConfig(2) means startup configuration file in flash. configFile(3) is the configuration file specified in DestinationConfigFile.
                     me1200IcfgControlCopyConfigDestinationConfigFile 1.3.6.1.4.1.9.9.815.1.101.1.4.2.5 me1200displaystring read-write
Destination configuration file. If the configuration file is in flash then the format is flash:filename. If the configuration file is from tftp then the format is tftp://server[:port]/filename_with_path. Where 'default-config' is read-only and not allowed to be deleted.
                     me1200IcfgControlCopyConfigMerge 1.3.6.1.4.1.9.9.815.1.101.1.4.2.6 truthvalue read-write
This flag works only if DestinationConfigType is runningConfig(1). true(1) is to merge the source configuration into the current running configuration. false(2) is to replace the current running configuration with the source configuration.
         me1200IcfgMIBConformance 1.3.6.1.4.1.9.9.815.1.101.2
             me1200IcfgMIBCompliances 1.3.6.1.4.1.9.9.815.1.101.2.1
                 me1200IcfgMIBCompliance 1.3.6.1.4.1.9.9.815.1.101.2.1.1
The compliance statement for the implementation.
             me1200IcfgMIBGroups 1.3.6.1.4.1.9.9.815.1.101.2.2
                 me1200IcfgStatusFileStatisticsInfoGroup 1.3.6.1.4.1.9.9.815.1.101.2.2.1
A collection of objects suitable for bulk operations.
                 me1200IcfgStatusFileTableInfoGroup 1.3.6.1.4.1.9.9.815.1.101.2.2.2
A collection of objects suitable for bulk operations.
                 me1200IcfgStatusCopyConfigInfoGroup 1.3.6.1.4.1.9.9.815.1.101.2.2.3
A collection of objects suitable for bulk operations.
                 me1200IcfgControlGlobalsInfoGroup 1.3.6.1.4.1.9.9.815.1.101.2.2.4
A collection of objects suitable for bulk operations.
                 me1200IcfgControlCopyConfigInfoGroup 1.3.6.1.4.1.9.9.815.1.101.2.2.5
A collection of objects suitable for bulk operations.