mwrFileXfrClientDirection
MWR-ETHERNET-MIB ·
.1.3.6.1.4.1.7262.4.5.8.1.5.2.1.7
Object
column r/w
Enumeration
The behavior of the FTP or SFTP Client:
1 - import, i.e. download data file
2 - export, i.e. upload data file.
The only supported option for omni and tcf is import since these files are used only in upgrade case. Also the supported option for pm, eventlog and perfLog is export option. The rest can be imported or exported.
Context
- MIB
- MWR-ETHERNET-MIB
- OID
.1.3.6.1.4.1.7262.4.5.8.1.5.2.1.7- Type
- column
- Access
- readwrite
- Status
- current
- Default
export- Parent
- mwrFileXfrEntry
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 'MWR-ETHERNET-MIB' -M '/opt/observium/mibs/dragonwave:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MWR-ETHERNET-MIB::mwrFileXfrClientDirection'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'MWR-ETHERNET-MIB' -M '/opt/observium/mibs/dragonwave:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MWR-ETHERNET-MIB::mwrFileXfrClientDirection.<mwrFileXfrSeqID>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'MWR-ETHERNET-MIB' -M '/opt/observium/mibs/dragonwave:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'MWR-ETHERNET-MIB::mwrFileXfrClientDirection'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | import |
2 | export |