vlanPortOperStatus

CISCO-STACK-MIB · .1.3.6.1.4.1.9.5.1.9.3.1.11

Object

column Enumeration
An indication of the current VLAN status of the
port.
A status of inactive(1) indicates that a dynamic
port does not yet have a VLAN assigned or that a
static or dynamic port has been assigned a VLAN
that is not currently active. A status of
active(2) indicates that the currently assigned
VLAN is active. A status of shutdown(3) indicates
that the port has been shutdown as a result of a
VMPS response on a dynamic port.
A status of vlanActiveFault(4) only applies to
tokenring ports and indicates that the port is
operationally disabled because the TR-CRF VLAN of
which the port is a member has active ports on
another device and only ports on that remote
device may participate in that TR-CRF VLAN.

Context

MIB
CISCO-STACK-MIB
OID
.1.3.6.1.4.1.9.5.1.9.3.1.11
Type
column
Access
readonly
Status
current
Parent
vlanPortEntry
Groups
2

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 'CISCO-STACK-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-STACK-MIB::vlanPortOperStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-STACK-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-STACK-MIB::vlanPortOperStatus.<vlanPortModule>.<vlanPort>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-STACK-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-STACK-MIB::vlanPortOperStatus'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1inactive
2active
3shutdown
4vlanActiveFault

Conformance