zxr10CopyProtocol
ZXR10-CONFIG-COPY-MIB ·
.1.3.6.1.4.1.3902.3.202.1.1.1.1.1.2
Object
The protocol to be used for any copy. Will default to FTP if not specified. If the copy operation occurs locally on the SNMP agent (e.g. runningConfigToStartupConfig), this object may be ignored by the implementation.
Context
- MIB
- ZXR10-CONFIG-COPY-MIB
- OID
.1.3.6.1.4.1.3902.3.202.1.1.1.1.1.2- Type
- column
- Access
- readwrite
- Status
- current
- Default
ftp- Parent
- zxr10CopyEntry
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'ZXR10-CONFIG-COPY-MIB' -M '/opt/observium/mibs/zte-ng:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZXR10-CONFIG-COPY-MIB::zxr10CopyProtocol'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ZXR10-CONFIG-COPY-MIB' -M '/opt/observium/mibs/zte-ng:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZXR10-CONFIG-COPY-MIB::zxr10CopyProtocol.<zxr10CopyIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ZXR10-CONFIG-COPY-MIB' -M '/opt/observium/mibs/zte-ng:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ZXR10-CONFIG-COPY-MIB::zxr10CopyProtocol'
Syntax
- Source
- ConfigCopyProtocol
- Base type
Enumeration
Type Description
The protocol file transfer protocol that should be used to copy the configuration file over the network. If the config file transfer is to occur locally on the SNMP agent, the method of transfer is left upto the implementation, and is not restricted to the protocols below.
Values & Constraints
Type Values
1 | tftp |
2 | ftp |