agentppCfgSecSrcAddrValidation
AGENTPP-CONFIG-MIB ·
.1.3.6.1.4.1.4976.3.3.1.2.1
Object
scalar r/w
Enumeration
Specifies whether SNMPv1/v2c source address
validation via the snmpTargetAddrExtTable and
the snmpCommunityTable is enabled or disabled.
If the value of this object is notAvailable(3), then at
least one of the necessary MIB modules are not
implemented for this agent instance and an attempt
to set this object's value to enabled(1) or disabled(2)
will result in a wrongValue error.
Context
- MIB
- AGENTPP-CONFIG-MIB
- OID
.1.3.6.1.4.1.4976.3.3.1.2.1- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- agentppCfgSecurity
- Groups
- 2
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'AGENTPP-CONFIG-MIB' -M '/opt/observium/mibs/agentpp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'AGENTPP-CONFIG-MIB::agentppCfgSecSrcAddrValidation.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'AGENTPP-CONFIG-MIB' -M '/opt/observium/mibs/agentpp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'AGENTPP-CONFIG-MIB::agentppCfgSecSrcAddrValidation'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | enabled |
2 | disabled |
3 | notAvailable |