pfCopyStatus
PACKETFRONT-COPY-MIB ·
.1.3.6.1.4.1.9303.3.2.2.1.4
Object
column r/w
Enumeration
The status of a filehandle
notused - Get: The filehandle has not been used during the last 24 hours
Set: Not possible
start - Get: Not possible
Set: Start filetransfer
stop - Get: Not possible
Set: Stop filetransfer in progress
destroy - Get: Not possible
Set: Remove source and destination entries for filehandle
init - Get: Filtransfer started
Set: Not possible
inprogress - Get: Filetransfer in progress
Set: Not possible
failed - Get: A failure occured during last filetransfer
Set: Not possible
finished - Get: The file was successfully transferred and stored
Set: not possible
Context
- MIB
- PACKETFRONT-COPY-MIB
- OID
.1.3.6.1.4.1.9303.3.2.2.1.4- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- pfCopyEntry
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 'PACKETFRONT-COPY-MIB' -M '/opt/observium/mibs/packetfront:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'PACKETFRONT-COPY-MIB::pfCopyStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'PACKETFRONT-COPY-MIB' -M '/opt/observium/mibs/packetfront:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'PACKETFRONT-COPY-MIB::pfCopyStatus.<pfCopyIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'PACKETFRONT-COPY-MIB' -M '/opt/observium/mibs/packetfront:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'PACKETFRONT-COPY-MIB::pfCopyStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | notused |
1 | start |
2 | stop |
3 | destroy |
4 | init |
5 | inprogress |
6 | failed |
7 | finished |