etsysESwitchProtocolStatus

ENTERASYS-ESWITCH-MIB · .1.3.6.1.4.1.5624.1.2.10.1.4.2.1.7

Object

column r/w Enumeration
This object indicates the administrative status of this entry.
              
other(1) - This entry is currently in effect, but the conditions
    under which it will remain so differ from the ones described
    for the other enumeration values
              
invalid(2) - Writing this value to the object deletes the filter
    or VLAN constraint.  The agent may delete the SNMP table row
    or return an AdminStatus of 'invalid' at its discretion.
              
permanent(3) - This entry is currently in use and will remain so
    after the next reset of the bridge.
              
deleteOnReset(4) - This entry is currently in use and will remain
    so until the next reset of the bridge.

Context

MIB
ENTERASYS-ESWITCH-MIB
OID
.1.3.6.1.4.1.5624.1.2.10.1.4.2.1.7
Type
column
Access
readwrite
Status
current
Parent
etsysESwitchProtocolEntry
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 'ENTERASYS-ESWITCH-MIB' -M '/opt/observium/mibs/enterasys:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ENTERASYS-ESWITCH-MIB::etsysESwitchProtocolStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ENTERASYS-ESWITCH-MIB' -M '/opt/observium/mibs/enterasys:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ENTERASYS-ESWITCH-MIB::etsysESwitchProtocolStatus.<etsysESwitchProtocolReceivePort>.<etsysESwitchProtocolType>.<etsysESwitchProtocolIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ENTERASYS-ESWITCH-MIB' -M '/opt/observium/mibs/enterasys:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ENTERASYS-ESWITCH-MIB::etsysESwitchProtocolStatus'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1other
2invalid
3permanent
4deleteOnReset

Conformance

Member of
Compliance refinements
Write access is not required. An implementation does
not need to support all possible status types.