trapLoginMode
ECS3610-MIB ·
.1.3.6.1.4.1.259.10.1.6.1.14.2.19
Object
scalar Enumeration
This variable is for trap var binding, indicated the login mode. console(1), telnet(2), web(3).
Context
- MIB
- ECS3610-MIB
- OID
.1.3.6.1.4.1.259.10.1.6.1.14.2.19- Type
- scalar
- Access
- notifyonly
- Status
- current
- Parent
- trapVar
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 'ECS3610-MIB' -M '/opt/observium/mibs/edgecore:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ECS3610-MIB::trapLoginMode.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ECS3610-MIB' -M '/opt/observium/mibs/edgecore:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ECS3610-MIB::trapLoginMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | console |
2 | telnet |
3 | web |