extremeEapsSharedPortNbrStatus
EXTREME-EAPS-MIB ·
.1.3.6.1.4.1.1916.1.18.5.1.6
Object
column EapsSharedPortNeighborStatus
This indicates the status of reachabilty to the neighbor on the other end of the Shared-segment. If the neighbor on the other end is reachable with matching link-id and different modes, then the status is NeighborUp. If the neighbor is not reachable, this status is NeighborDown. If the neighbor is reachable, but with the same mode, then this status is set to Error.
Context
- MIB
- EXTREME-EAPS-MIB
- OID
.1.3.6.1.4.1.1916.1.18.5.1.6- Type
- column
- Access
- readonly
- Status
- current
- Parent
- extremeEapsSharedPortEntry
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 'EXTREME-EAPS-MIB' -M '/opt/observium/mibs/extreme:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'EXTREME-EAPS-MIB::extremeEapsSharedPortNbrStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'EXTREME-EAPS-MIB' -M '/opt/observium/mibs/extreme:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'EXTREME-EAPS-MIB::extremeEapsSharedPortNbrStatus.<extremeEapsSharedPortIfIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'EXTREME-EAPS-MIB' -M '/opt/observium/mibs/extreme:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'EXTREME-EAPS-MIB::extremeEapsSharedPortNbrStatus'
Syntax
- Source
- EapsSharedPortNeighborStatus
- Base type
Enumeration
Values & Constraints
Type Values
0 | neighborDown |
1 | neighborUp |
2 | neighborError |