etsysESwitchEtherTypeStatus

ENTERASYS-ESWITCH-MIB · .1.3.6.1.4.1.5624.1.2.10.1.4.1.1.3

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 invalidates the entry.  The agent
    may (but is not required to) delete the row.
              
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.1.1.3
Type
column
Access
readwrite
Status
current
Parent
etsysESwitchEtherTypeEntry
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::etsysESwitchEtherTypeStatus'
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::etsysESwitchEtherTypeStatus.<etsysESwitchEtherTypeIndex>'
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::etsysESwitchEtherTypeStatus'

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.