enableSnmpV1
MX-SNMP-MIB ·
.0.900.1.200.200
Object
Enable SNMPv1
Specifies if a user can connect to the system by using SNMPv1.
Please note that a 'public' user might be granted (unsecure)
access by using v1 while an 'admin' user should rather be
granted a v3 access.
Context
- MIB
- MX-SNMP-MIB
- OID
.0.900.1.200.200- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- protocolGroup
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 'MX-SNMP-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MX-SNMP-MIB::enableSnmpV1.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'MX-SNMP-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'MX-SNMP-MIB::enableSnmpV1'
Syntax
- Source
- MX-TCMxEnableState
- Base type
Enumeration
Values & Constraints
Type Values
0 | disable |
1 | enable |