pdnMpdExtSecurityModeConfig
PDN-MPD-EXT-MIB ·
.1.3.6.1.4.1.1795.2.24.2.44.1.1.1
Object
This object is used to configure the level of SNMP
access that the agent supports. That is, which
combinations of Model Processing can be dispatched
and what security levels are supported for those models.
An agent can choose to support more than a single
combination of modes, (e.g., SNMPv1 and SNMPv2 with
noAuthNoPriv) or choose to support a single option
(e.g., a very secured agent with only SNMPv3 with
authentication and privacy enabled.). Even some of
these combinations may not be supported at all.
Setting this object to a valid value will cause
the entries associated with those Models and
SecurityLevels being changed to become active/inactive
in tables processed by the SNMPv3 Framework.
Context
- MIB
- PDN-MPD-EXT-MIB
- OID
.1.3.6.1.4.1.1795.2.24.2.44.1.1.1- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- pdnMpdExtMIBObjects
- Groups
- 1
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-MPD-EXT-MIB' -M '/opt/observium/mibs/paradyne:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'PDN-MPD-EXT-MIB::pdnMpdExtSecurityModeConfig.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'PDN-MPD-EXT-MIB' -M '/opt/observium/mibs/paradyne:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'PDN-MPD-EXT-MIB::pdnMpdExtSecurityModeConfig'
Syntax
- Source
- PdnMpdExtSecurityMode
- Base type
Bits
Values & Constraints
Type Values
0 | none |
1 | snmpv1NoAuthNoPriv |
2 | snmpv2cNoAuthNoPriv |
3 | snmpv3NoAuthNoPriv |
4 | snmpv3AuthNoPriv |
5 | snmpv3AuthPriv |
Conformance
Member of
Compliance refinements
pdnMpdExtCompliance
readonly
Write access is not required.