f10VLTPeerStatus

F10-VIRTUAL-LINK-TRUNK-MIB · .1.3.6.1.4.1.6027.3.17.1.1.1.6

Object

column Enumeration
This object represents the status of the VLT Peer i.e whether
it is active, or in disabled/errored state.
notEstablished     - set if ICL Link is either in notEstablished 
                     status or error status.
peerUp             - set if ICL Link is up.
peerDown           - set if both ICL link and Backup link are down
linkDown           - set if ICL link down and Backup link is up.

Context

MIB
F10-VIRTUAL-LINK-TRUNK-MIB
OID
.1.3.6.1.4.1.6027.3.17.1.1.1.6
Type
column
Access
readonly
Status
current
Parent
f10VirtualLinkTrunkTableEntry
Groups
1

Walk 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 'F10-VIRTUAL-LINK-TRUNK-MIB' -M '/opt/observium/mibs/force10:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'F10-VIRTUAL-LINK-TRUNK-MIB::f10VLTPeerStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'F10-VIRTUAL-LINK-TRUNK-MIB' -M '/opt/observium/mibs/force10:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'F10-VIRTUAL-LINK-TRUNK-MIB::f10VLTPeerStatus.<f10VLTDomainId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'F10-VIRTUAL-LINK-TRUNK-MIB' -M '/opt/observium/mibs/force10:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'F10-VIRTUAL-LINK-TRUNK-MIB::f10VLTPeerStatus'

Syntax

Enumeration

Values & Constraints

Enumerated Values
0notEstablished
1peerUp
2peerDown
3linkDown

Conformance