ePortStateLinkIntegTest
ASANTE-AH1012-MIB ·
.1.3.6.1.4.1.298.1.3.4.1.1.1.5
Object
column mandatory
r/w
Enumeration
Set can enable or disabled link integrity test. Get will say if link integrity test is enabled (2) or disabled (3).
Context
- MIB
- ASANTE-AH1012-MIB
- OID
.1.3.6.1.4.1.298.1.3.4.1.1.1.5- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- ePortStateCtrlEntry
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 'ASANTE-AH1012-MIB' -M '/opt/observium/mibs/asante:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ASANTE-AH1012-MIB::ePortStateLinkIntegTest'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ASANTE-AH1012-MIB' -M '/opt/observium/mibs/asante:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ASANTE-AH1012-MIB::ePortStateLinkIntegTest.<ePortStateGrpIndex>.<ePortStatePortIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ASANTE-AH1012-MIB' -M '/opt/observium/mibs/asante:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ASANTE-AH1012-MIB::ePortStateLinkIntegTest'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | others |
2 | linkTestEnable |
3 | linkTestDisable |