CONFIG-COPY-MIB

        This MIB facilitates writing of configuration files
of an SNMP Agent running ZTE's ROS in the following 
ways: to and from the net, copying running 
configurations to startup configurations and 
vice-versa, and copying a configuration
(running or startup) to and from the local file system.
    
Source file
CONFIG-COPY-MIB
Last revised
Identity
configCopyMIB
Base OID
1.3.6.1.4.1.3902.3.202.1
Imported Objects
SNMPv2-CONF MODULE-COMPLIANCE (no object page) NOTIFICATION-GROUP (no object page) OBJECT-GROUP (no object page)
SNMPv2-SMI IpAddress MODULE-IDENTITY (no object page) NOTIFICATION-TYPE (no object page) OBJECT-TYPE (no object page) Unsigned32
SNMPv2-TC DisplayString RowStatus TEXTUAL-CONVENTION (no object page) TimeStamp TruthValue
ZXR10-SMI mgmt
Net-SNMP examples using the zte MIB directory Show commands

These commands use the standard Observium installation path and load the selected MIB variant before the RFC and Net-SNMP directories.

Translate the module identity
/usr/bin/snmptranslate -Pud -Ir -On -m 'CONFIG-COPY-MIB' -M '/opt/observium/mibs/zte:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CONFIG-COPY-MIB::configCopyMIB'
Walk the MIB subtree
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'CONFIG-COPY-MIB' -M '/opt/observium/mibs/zte:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CONFIG-COPY-MIB::configCopyMIB'
How SNMP, Net-SNMP, MIB paths, and variants work
Objects (22)
.1.3.6.1.4.1.3902.3.202.1
.1.3.6.1.4.1.3902.3.202.1.1
.1.3.6.1.4.1.3902.3.202.1.1.1
.1.3.6.1.4.1.3902.3.202.1.1.1.1
.1.3.6.1.4.1.3902.3.202.1.1.1.1.1
Unsigned32
.1.3.6.1.4.1.3902.3.202.1.1.1.1.1.1
.1.3.6.1.4.1.3902.3.202.1.1.1.1.1.10
.1.3.6.1.4.1.3902.3.202.1.1.1.1.1.11
.1.3.6.1.4.1.3902.3.202.1.1.1.1.1.12
.1.3.6.1.4.1.3902.3.202.1.1.1.1.1.13
.1.3.6.1.4.1.3902.3.202.1.1.1.1.1.14
.1.3.6.1.4.1.3902.3.202.1.1.1.1.1.15
.1.3.6.1.4.1.3902.3.202.1.1.1.1.1.2
.1.3.6.1.4.1.3902.3.202.1.1.1.1.1.3
.1.3.6.1.4.1.3902.3.202.1.1.1.1.1.4
.1.3.6.1.4.1.3902.3.202.1.1.1.1.1.5
OctetString
.1.3.6.1.4.1.3902.3.202.1.1.1.1.1.6
OctetString
.1.3.6.1.4.1.3902.3.202.1.1.1.1.1.7
OctetString
.1.3.6.1.4.1.3902.3.202.1.1.1.1.1.8
OctetString
.1.3.6.1.4.1.3902.3.202.1.1.1.1.1.9
.1.3.6.1.4.1.3902.3.202.1.2
.1.3.6.1.4.1.3902.3.202.1.2.1
Dependencies (4) 4 direct Show tree and compile order Hide dependency details

Each imported module is resolved in the importing module's source directory first, then through the normal default-variant rules.

Dependency tree
Dependency-first compile order
  1. SNMPv2-SMIrfc
  2. SNMPv2-CONFrfc
  3. SNMPv2-TCrfc
  4. ZXR10-SMIzte
  5. CONFIG-COPY-MIBzteselected
Type Definitions (4)
Enumeration
unknown(1)
badFileName(2)
timeout(3)
noMem(4)
noConfig(5)
unsupportedProtocol(6)
someConfigApplyFailed(7)
Enumeration
tftp(1)
ftp(2)
Enumeration
waiting(1)
running(2)
successful(3)
failed(4)
Enumeration
networkFile(1)
localFile(2)
startupConfig(3)
runningConfig(4)
Notifications / Traps (1)
NameOIDDescription
.1.3.6.1.4.1.3902.3.202.1.2.1.1
A copyCompletion trap is sent at the completion
of a config-copy request. The copyFailCause is not
instantiated, and hence not included in a trap, when
the copyState is success.