ME1200-ICFG-MIB
AI MIB Summary
The ME1200-ICFG-MIB provides vendor-specific SNMP access to the internal configuration state of Cisco ME1200 series Metro Ethernet switches, enabling the monitoring of interface configuration parameters, VLAN assignments, and port-level operational settings. This private MIB extension facilitates granular management of the device's internal configuration database (ICFG) for troubleshooting connectivity issues and verifying provisioning consistency across the metro edge network.
This is a private version of ICFG
Main OID:
me1200IcfgMIB.1.3.6.1.4.1.9.9.815.1.101
29
Objects
Active
Status
5
Dependencies
Imported Objects
Objects
29 total| Object Name |
|---|
me1200IcfgMIBThis is a private version of ICFG MODULE-IDENTITY .1.3.6.1.4.1.9.9.815.1.101 |
me1200IcfgMIBObjects OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.815.1.101.1 |
me1200IcfgStatus OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.815.1.101.1.3 |
me1200IcfgStatusFileStatistics OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.815.1.101.1.3.1 |
me1200IcfgStatusFileStatisticsNumberOfFilesNumber of files in flash.ro Unsigned32 .1.3.6.1.4.1.9.9.815.1.101.1.3.1.1 |
me1200IcfgStatusFileStatisticsTotalBytesTotal number of bytes used by all files in flash.ro Unsigned32 .1.3.6.1.4.1.9.9.815.1.101.1.3.1.2 |
me1200IcfgStatusFileTableThis is a table of status of files in flash. SEQUENCE OF ME1200IcfgStatusFileEntry .1.3.6.1.4.1.9.9.815.1.101.1.3.2 |
me1200IcfgStatusFileEntryEach entry has a set of file status. ME1200IcfgStatusFileEntry .1.3.6.1.4.1.9.9.815.1.101.1.3.2.1 |
me1200IcfgStatusFileFileNoThe number of File. The number starts from 1. Integer32 .1.3.6.1.4.1.9.9.815.1.101.1.3.2.1.1 |
me1200IcfgStatusFileFileNameFile name.ro ME1200DisplayString .1.3.6.1.4.1.9.9.815.1.101.1.3.2.1.2 |
me1200IcfgStatusFileBytesNumber of bytes of the file.ro Unsigned32 .1.3.6.1.4.1.9.9.815.1.101.1.3.2.1.3 |
me1200IcfgStatusFileModifiedTimeLast modified time of the file.ro ME1200DisplayString .1.3.6.1.4.1.9.9.815.1.101.1.3.2.1.4 |
me1200IcfgStatusFileAttributeFile attribute in the linux format of drwxrwxrwx. 'd' is directory or
not, the permission of rwx is for owner, group and other, respectively.ro ME1200DisplayString .1.3.6.1.4.1.9.9.815.1.101.1.3.2.1.5 |
me1200IcfgStatusCopyConfig OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.815.1.101.1.3.3 |
me1200IcfgStatusCopyConfigStatusThe 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.ro ME1200ConfigStatus .1.3.6.1.4.1.9.9.815.1.101.1.3.3.1 |
me1200IcfgControl OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.815.1.101.1.4 |
me1200IcfgControlGlobals OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.815.1.101.1.4.1 |
me1200IcfgControlGlobalsReloadDefaultReset 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.rw ME1200ReloadDefault .1.3.6.1.4.1.9.9.815.1.101.1.4.1.1 |
me1200IcfgControlGlobalsDeleteFileDelete file in flash. The format is flash:filename. Where
'default-config' is read-only and not allowed to be deleted.rw ME1200DisplayString .1.3.6.1.4.1.9.9.815.1.101.1.4.1.2 |
me1200IcfgControlCopyConfig OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.815.1.101.1.4.2 |
me1200IcfgControlCopyConfigCopyAction to do copy or not. true(1) is to do the copy operation. false(2)
is to do nothingrw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.9.9.815.1.101.1.4.2.1 |
me1200IcfgControlCopyConfigSourceConfigTypeSource 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.rw ME1200ConfigType .1.3.6.1.4.1.9.9.815.1.101.1.4.2.2 |
me1200IcfgControlCopyConfigSourceConfigFileSource 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.rw ME1200DisplayString .1.3.6.1.4.1.9.9.815.1.101.1.4.2.3 |
me1200IcfgControlCopyConfigDestinationConfigTypeSource 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.rw ME1200ConfigType .1.3.6.1.4.1.9.9.815.1.101.1.4.2.4 |
me1200IcfgControlCopyConfigDestinationConfigFileDestination 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.rw ME1200DisplayString .1.3.6.1.4.1.9.9.815.1.101.1.4.2.5 |
me1200IcfgControlCopyConfigMergeThis 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.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.9.9.815.1.101.1.4.2.6 |
me1200IcfgMIBConformance OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.815.1.101.2 |
me1200IcfgMIBCompliances OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.815.1.101.2.1 |
me1200IcfgMIBGroups OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.815.1.101.2.2 |