devSecurityMgrValidation
PDN-SECURITY-MIB ·
.1.3.6.1.4.1.1795.2.24.2.8.1
Object
scalar mandatory
r/w
Enumeration
This object is used to either enable or disable SNMP IP validation. When enabled the first check on any incoming PDU is based on the IP address of the datagram. If the IP address is configured in the devSecurityMgrTable then the community name is checked. If the community name is correct then the lowest access level between the the Table and the community name is taken.
Context
- MIB
- PDN-SECURITY-MIB
- OID
.1.3.6.1.4.1.1795.2.24.2.8.1- Type
- scalar
- Access
- readwrite
- Status
- mandatory
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 'PDN-SECURITY-MIB' -M '/opt/observium/mibs/paradyne:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'PDN-SECURITY-MIB::devSecurityMgrValidation.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'PDN-SECURITY-MIB' -M '/opt/observium/mibs/paradyne:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'PDN-SECURITY-MIB::devSecurityMgrValidation'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | disable |
2 | enable |