eltexIsisISAdjUsage
ELTEX-ISIS-MIB ·
.1.3.6.1.4.1.35265.55.1.3.1.1.8
Object
column Enumeration
How is the adjacency used? On a point-to-point link, this might be level1and2, but on a LAN, the usage will be level1 on the adjacency between peers at L1, and level2 for the adjacency between peers at L2.
Context
- MIB
- ELTEX-ISIS-MIB
- OID
.1.3.6.1.4.1.35265.55.1.3.1.1.8- Type
- column
- Access
- readonly
- Status
- current
- Parent
- eltexIsisISAdjEntry
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 'ELTEX-ISIS-MIB' -M '/opt/observium/mibs/eltex:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ELTEX-ISIS-MIB::eltexIsisISAdjUsage'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ELTEX-ISIS-MIB' -M '/opt/observium/mibs/eltex:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ELTEX-ISIS-MIB::eltexIsisISAdjUsage.<eltexIsisSysInstance>.<eltexIsisCircIfindex>.<eltexIsisISAdjIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ELTEX-ISIS-MIB' -M '/opt/observium/mibs/eltex:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ELTEX-ISIS-MIB::eltexIsisISAdjUsage'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | reserved |
1 | level1 |
2 | level2 |
3 | level1and2 |