transferAction
NMS-FILE-MGMT-MIB ·
.1.3.6.1.4.1.3320.9.185.1.1.1.8
Object
column r/w
Enumeration
?ý??̶?Ӧ???ļ????䶯?? noOperation(1) - ??ʾû???κδ????????????Ĭ?????ú???????????ɺ?ָ?ֵ put(2) - ?ϴ??ļ???pc get(3) - ?????ļ????豸 halt(4) - ֹͣ?ļ?????
Context
- MIB
- NMS-FILE-MGMT-MIB
- OID
.1.3.6.1.4.1.3320.9.185.1.1.1.8- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- fileTransferEntry
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 'NMS-FILE-MGMT-MIB' -M '/opt/observium/mibs/bdcom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NMS-FILE-MGMT-MIB::transferAction'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'NMS-FILE-MGMT-MIB' -M '/opt/observium/mibs/bdcom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NMS-FILE-MGMT-MIB::transferAction.<fileTransferIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'NMS-FILE-MGMT-MIB' -M '/opt/observium/mibs/bdcom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'NMS-FILE-MGMT-MIB::transferAction'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | noOperation |
2 | put |
3 | get |
4 | halt |