ituSatGeneratorConfChanged
RAD-TEST-MIB ·
.1.3.6.1.4.1.164.6.1.15.2.2.1.8
Object
column SNMPv2-TCTruthValue
Indication whether the configuration of the test was changed after
the test was completed.
If the configuration was changed then threshold values should not be
shown in a detailed report (there is no tracking whether the exact
change within a profile was of a threshold or not).
The configuration of the test, in this context, includes the
following:
- The object ituSatGeneratorProfile.
- All the objects in ituSatProfileTable & ituSatProfilePbitTable
of the associated profile.
- The corresponding rows in ituSatGeneratorPolicerTable.
The initial value is false(2). The value is changed to true(1) upon
modification of the above objects after a test was completed. The
value is changed back to false(2) upon re-activation of the test.
Context
- MIB
- RAD-TEST-MIB
- OID
.1.3.6.1.4.1.164.6.1.15.2.2.1.8- Type
- column
- Access
- readonly
- Status
- current
- Parent
- ituSatGeneratorEntry
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 'RAD-TEST-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RAD-TEST-MIB::ituSatGeneratorConfChanged'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RAD-TEST-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RAD-TEST-MIB::ituSatGeneratorConfChanged.<ituSatGeneratorIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RAD-TEST-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RAD-TEST-MIB::ituSatGeneratorConfChanged'
Syntax
- Source
- SNMPv2-TCTruthValue
- Base type
Enumeration
Type Description
Represents a boolean value.
Values & Constraints
Type Values
1 | true |
2 | false |