authenticationLoginFive
FIBERSTORE-MIB ·
.1.3.6.1.4.1.52642.1.49.2.1.7
Object
column r/w
Enumeration
The fifth login type, disable(0),enable(1),line(2),none(3),radius(4),local(5),tacacs-plus(6).
Context
- MIB
- FIBERSTORE-MIB
- OID
.1.3.6.1.4.1.52642.1.49.2.1.7- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- authenticationLoginEntry
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'FIBERSTORE-MIB' -M '/opt/observium/mibs/fscom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FIBERSTORE-MIB::authenticationLoginFive'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'FIBERSTORE-MIB' -M '/opt/observium/mibs/fscom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FIBERSTORE-MIB::authenticationLoginFive.<authenticationLoginIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'FIBERSTORE-MIB' -M '/opt/observium/mibs/fscom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'FIBERSTORE-MIB::authenticationLoginFive'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | disable |
1 | enable |
2 | line |
3 | none |
4 | radius |
5 | local |
6 | tacacs-plus |