clsTransferStart
CISCO-LWAPP-SYS-MIB ·
.1.3.6.1.4.1.9.9.618.1.1.8.1.1.12
Object
column r/w
Enumeration
This object specifies whether the file transfer operation is initiated in active or standby. A value of none indicates that, no operation begins. A value of initiate indicates that, transfer of file begins on active. A value of initiatePeer indicates that, file transfer operation begins on standby.
Context
- MIB
- CISCO-LWAPP-SYS-MIB
- OID
.1.3.6.1.4.1.9.9.618.1.1.8.1.1.12- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- clsTransferConfigEntry
- Groups
- 1
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 'CISCO-LWAPP-SYS-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-LWAPP-SYS-MIB::clsTransferStart'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-LWAPP-SYS-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-LWAPP-SYS-MIB::clsTransferStart.<clsTransferType>.<clsTransferMode>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-LWAPP-SYS-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-LWAPP-SYS-MIB::clsTransferStart'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | none |
2 | initiate |
3 | initiatePeer |