soipConfigBufferClear
FEC-SOIP-MIB ·
.0.58.1.1.18
Object
column r/w
Enumeration
Trigger clearing of buffers. Variable falls back to no-action after clearing the buffers. no-action(1) -- clear nothing, normal operation serial-rx(2) -- clear serial Rx buffer serial-tx(3) -- clear serial Tx buffer serial-rx-tx(4) -- clear serial Rx and Tx buffer
Context
- MIB
- FEC-SOIP-MIB
- OID
.0.58.1.1.18- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- soipConfigEntry
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 'FEC-SOIP-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FEC-SOIP-MIB::soipConfigBufferClear'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'FEC-SOIP-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FEC-SOIP-MIB::soipConfigBufferClear.<soipConfigIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'FEC-SOIP-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'FEC-SOIP-MIB::soipConfigBufferClear'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | no-action |
2 | serial-rx |
3 | serial-tx |
4 | serial-rx-tx |