aniBsuRfSigQStatsResetCounter
BSUSTATS-MIB ·
.1.3.6.1.4.1.4325.3.3.4.1.9
Object
This provids an option to reset all the signal quality statistics
counters for a particular wireless port.
Setting this object to true(1) resets the counters to 0.
Setting the object to false(2) is not allowed.
If a Get request is sent, the value false(2) will be returned.
Context
- MIB
- BSUSTATS-MIB
- OID
.1.3.6.1.4.1.4325.3.3.4.1.9- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- aniBsuRfSigQStatsEntry
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 'BSUSTATS-MIB' -M '/opt/observium/mibs/aperto:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BSUSTATS-MIB::aniBsuRfSigQStatsResetCounter'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'BSUSTATS-MIB' -M '/opt/observium/mibs/aperto:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BSUSTATS-MIB::aniBsuRfSigQStatsResetCounter.<index>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'BSUSTATS-MIB' -M '/opt/observium/mibs/aperto:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'BSUSTATS-MIB::aniBsuRfSigQStatsResetCounter'
Syntax
- Source
- SNMPv2-TCTruthValue
- Base type
Enumeration
Type Description
Represents a boolean value.
Values & Constraints
Type Values
1 | true |
2 | false |