mwrFileXfrMode
MWR-ETHERNET-MIB ·
.1.3.6.1.4.1.7262.4.5.8.1.5.2.1.4
Object
column r/w
Enumeration
The file transfer mode specifying either a ftp or sftp request. The sftp mode is only supported when security is licensed/installed.
Context
- MIB
- MWR-ETHERNET-MIB
- OID
.1.3.6.1.4.1.7262.4.5.8.1.5.2.1.4- Type
- column
- Access
- readwrite
- Status
- current
- 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::mwrFileXfrMode'
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::mwrFileXfrMode.<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::mwrFileXfrMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | ftp |
2 | sftp |