snmpAgtSecurityLevel
ALCATEL-IND1-SNMP-AGENT-MIB ·
.1.3.6.1.4.1.6486.800.1.2.1.1.1.1.1.1
Object
Level of security required for SNMP get or SET. noSec: no security; all the PDU with a known user id are accepted authSet: authentication required for set; all GET are accepted, but not authenticated SET are rejected. authAll: authentication required for SET and GET; not authenticated SET and GET are rejected. privSet: authentication required for GET and encryption required for SET. privAll: encryption required for SET and GET. trapOnly: no SNMP GET or SET are accepted.
Context
- MIB
- ALCATEL-IND1-SNMP-AGENT-MIB
- OID
.1.3.6.1.4.1.6486.800.1.2.1.1.1.1.1.1- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- snmpAgtConfig
- 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 'ALCATEL-IND1-SNMP-AGENT-MIB' -M '/opt/observium/mibs/alcatel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ALCATEL-IND1-SNMP-AGENT-MIB::snmpAgtSecurityLevel.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ALCATEL-IND1-SNMP-AGENT-MIB' -M '/opt/observium/mibs/alcatel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ALCATEL-IND1-SNMP-AGENT-MIB::snmpAgtSecurityLevel'
Syntax
- Source
- SnmpAgtSecurityLevel
- Base type
Enumeration
Values & Constraints
Type Values
1 | noSec |
2 | authSet |
3 | authAll |
4 | privSet |
5 | privAll |
6 | trapOnly |
Conformance
Member of