loginFailureAccessApp
PDN-DSLAM-SYSTEM-MIB ·
.1.3.6.1.4.1.1795.2.24.2.24.1.1.2.1.1
Object
column Enumeration
This object describes the access application used by the end user to access the device. This can be done through console, using telnet or using ftp.
Context
- MIB
- PDN-DSLAM-SYSTEM-MIB
- OID
.1.3.6.1.4.1.1795.2.24.2.24.1.1.2.1.1- Type
- column
- Access
- readonly
- Status
- current
- Parent
- loginFailureCountTableEntry
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 'PDN-DSLAM-SYSTEM-MIB' -M '/opt/observium/mibs/paradyne:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'PDN-DSLAM-SYSTEM-MIB::loginFailureAccessApp'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'PDN-DSLAM-SYSTEM-MIB' -M '/opt/observium/mibs/paradyne:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'PDN-DSLAM-SYSTEM-MIB::loginFailureAccessApp.<loginFailureAccessApp>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'PDN-DSLAM-SYSTEM-MIB' -M '/opt/observium/mibs/paradyne:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'PDN-DSLAM-SYSTEM-MIB::loginFailureAccessApp'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | console |
2 | telnet |
3 | ftp |