ipPolicyControlCopyOperation
POLICY-MIB ·
avaya variant
·
.1.3.6.1.4.1.81.36.3.1.11
Object
column r/w
Enumeration
Copy operation and status of the copy operation. idle(1)- R/O - Last Copy operation finished OK. copy(2)- R/W - Activate the copy operation with the relevant source/destination list indexes.
Context
- MIB
- POLICY-MIB
- OID
.1.3.6.1.4.1.81.36.3.1.11- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- ipPolicyControlEntry
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 'POLICY-MIB' -M '/opt/observium/mibs/avaya:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'POLICY-MIB::ipPolicyControlCopyOperation'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'POLICY-MIB' -M '/opt/observium/mibs/avaya:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'POLICY-MIB::ipPolicyControlCopyOperation.<ipPolicyControlSlot>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'POLICY-MIB' -M '/opt/observium/mibs/avaya:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'POLICY-MIB::ipPolicyControlCopyOperation'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | idle |
2 | copy |