systemSNMPaccess
INFRATEC-RMS-MIB ·
.1.3.6.1.4.1.1909.10.1.5
Object
scalar mandatory
Enumeration
systemSNMPaccess displays the current access right for SNMP access. If 1, variables only can be read, if 2, full SNMP access with SET operaions is allowed. This variable corresponds with the option SNMP Access in the SNMP Configuration Menu and can only be mani- pulated via telnet or terminal.
Context
- MIB
- INFRATEC-RMS-MIB
- OID
.1.3.6.1.4.1.1909.10.1.5- Type
- scalar
- Access
- readonly
- Status
- mandatory
- Parent
- rmssystem
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 'INFRATEC-RMS-MIB' -M '/opt/observium/mibs/infratec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'INFRATEC-RMS-MIB::systemSNMPaccess.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'INFRATEC-RMS-MIB' -M '/opt/observium/mibs/infratec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'INFRATEC-RMS-MIB::systemSNMPaccess'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | readonly |
2 | readwrite |