copyFileDirection

RAD-CopyFile-MIB · .1.3.6.1.4.1.164.6.2.12.18.1.1.20

Object

column r/w Enumeration
The object defines the copy file direction.
networkToDevice (1) - copy from device to network
deviceToNetwork (2) - copy from network to device
deviceLocally   (3) - copy locally within device
The default value is 'deviceLocally (3)'.

Context

MIB
RAD-CopyFile-MIB
OID
.1.3.6.1.4.1.164.6.2.12.18.1.1.20
Type
column
Access
readwrite
Status
current
Parent
copyFileEntry

Walk 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 'RAD-CopyFile-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RAD-CopyFile-MIB::copyFileDirection'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RAD-CopyFile-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RAD-CopyFile-MIB::copyFileDirection.<copyFileIdx>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RAD-CopyFile-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RAD-CopyFile-MIB::copyFileDirection'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1networkToDevice
2deviceToNetwork
3deviceLocally