l3SatPeerConfChanged
RAD-L3SAT-MIB ·
.1.3.6.1.4.1.164.6.1.15.2.12.1.6
Object
column SNMPv2-TCTruthValue
Indication whether the configuration of the peer was changed after
the test was completed.
The configuration of the peer, in this context, includes the
following:
- The object l3SatPeerProfile.
- All the objects in l3SatPeerProfileTable of the associated profile.
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 peer.
Context
- MIB
- RAD-L3SAT-MIB
- OID
.1.3.6.1.4.1.164.6.1.15.2.12.1.6- Type
- column
- Access
- readonly
- Status
- current
- Parent
- l3SatPeerEntry
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-L3SAT-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RAD-L3SAT-MIB::l3SatPeerConfChanged'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RAD-L3SAT-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RAD-L3SAT-MIB::l3SatPeerConfChanged.<l3SatGeneratorName>.<l3SatPeerAddrType>.<l3SatPeerAddr>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RAD-L3SAT-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RAD-L3SAT-MIB::l3SatPeerConfChanged'
Syntax
- Source
- SNMPv2-TCTruthValue
- Base type
Enumeration
Type Description
Represents a boolean value.
Values & Constraints
Type Values
1 | true |
2 | false |