extremeMlagPortRemoteLinkStatus
EXTREME-MLAG-MIB ·
.1.3.6.1.4.1.1916.1.41.1.2.1.5
Object
column Enumeration
Remote MLAG Port Status, which can be Up(1) - One or more links are active on the remote switch or Down(2)- No links are active on the remote switch or N/A(3) - The peer has not communicated link state for this MLAG group. It reflects the status of entire LAG when LAG is used in conjunction with MLAG.
Context
- MIB
- EXTREME-MLAG-MIB
- OID
.1.3.6.1.4.1.1916.1.41.1.2.1.5- Type
- column
- Access
- readonly
- Status
- current
- Parent
- extremeMlagPortEntry
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-MLAG-MIB' -M '/opt/observium/mibs/extreme:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'EXTREME-MLAG-MIB::extremeMlagPortRemoteLinkStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'EXTREME-MLAG-MIB' -M '/opt/observium/mibs/extreme:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'EXTREME-MLAG-MIB::extremeMlagPortRemoteLinkStatus.<extremeMlagPortLocalPortIfIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'EXTREME-MLAG-MIB' -M '/opt/observium/mibs/extreme:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'EXTREME-MLAG-MIB::extremeMlagPortRemoteLinkStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | up |
2 | down |
3 | notAvailable |