devSecuritySNMPMgrAccess
PDN-SECURITY-MIB ·
.1.3.6.1.4.1.1795.2.24.2.8.9
Object
scalar mandatory
r/w
Enumeration
This object is used to either enable or disable SNMP access to the system. When disabled the first check on any incoming PDU is based on the UPD type of the datagram. If it is an SNMP manager trying to access SNMP agent on the system the access will be denied.
Context
- MIB
- PDN-SECURITY-MIB
- OID
.1.3.6.1.4.1.1795.2.24.2.8.9- 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::devSecuritySNMPMgrAccess.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::devSecuritySNMPMgrAccess'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | disable |
2 | enable |