xdsl2LineCmndConfBpscRequests
VDSL2-LINE-MIB ·
.1.3.6.1.2.1.10.251.1.1.1.1.9
Object
column SNMPv2-SMICounter32
Measurement request counter.
This counter is incremented by one every time a request for a
bits-per-subcarrier measurement is made. A measurement request
is made by modifying the xdsl2LineCmndConfBpsc object from
idle(1) to the value measure(2).
The measurement results may be very large and will not fit
into a single PDU; hence, multiple SNMP GET requests may be
required to fetch the measurement results.
Because the measurement results cannot be fetched atomically,
it is possible for a second manager to start a new measurement
before a first manager has fetched all of its results.
An SNMP manager can use this object to ensure that the
measurement results retrieved using one or more GET requests
all belong to the measurement initiated by that manager.
The following steps are suggested in order for the SNMP
manager to initiate the bits-per-subcarrier measurement:
1. Wait for xdsl2LineCmndConfBpsc value to be idle(1).
2. Perform an SNMP GET for xdsl2LineCmndConfBpscRequests.
3. Wait a short delay (4 -> 8 seconds).
4. Perform an SNMP SET on xdsl2LineCmndConfBpsc with
the value measure(2).
5. If step 4 returns an error, then go to step 1.
6. Wait for xdsl2LineCmndConfBpsc value to be idle(1).
7. Fetch measurement results using one or more GET PDUs.
8. Perform an SNMP GET for xdsl2LineCmndConfBpscRequests.
9. Compute the difference between the two values of
xdsl2LineCmndConfBpscRequests. If the value is one,
then the results are valid, else go to step 1.
Context
- MIB
- VDSL2-LINE-MIB
- OID
.1.3.6.1.2.1.10.251.1.1.1.1.9- Type
- column
- Access
- readonly
- Status
- current
- Parent
- xdsl2LineEntry
- 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 'VDSL2-LINE-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'VDSL2-LINE-MIB::xdsl2LineCmndConfBpscRequests'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'VDSL2-LINE-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'VDSL2-LINE-MIB::xdsl2LineCmndConfBpscRequests.<ifIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'VDSL2-LINE-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'VDSL2-LINE-MIB::xdsl2LineCmndConfBpscRequests'
Syntax
- Source
- SNMPv2-SMICounter32
- Base type
Unsigned32
Values & Constraints
Type Constraints
range: 0..4294967295
Conformance
Member of