s3EnetThreshStatus
SYNOPTICS-ETHERNET-MIB ·
.1.3.6.1.4.1.45.1.3.2.8.1.1.2
Object
column mandatory
r/w
Enumeration
The status of the threshold.
The possible values for a write are:
addActive(1)...If the entry does not exist, the
entry is created as long as
the other necessary objects
are in the SNMP SET request.
If the entry does exist
and is inactive, it is
activated.
delDead(2).....Causes the entry to be deleted
from the table. It could take
5 seconds after delDead(2) is
written to actually delete the
entry due to task scheduling.
The possible values for a read are:
addActive(1)...This threshold entry is active.
delDead(2).....This threshold entry is inactive
and will be deleted in 5
seconds or less.
Context
- MIB
- SYNOPTICS-ETHERNET-MIB
- OID
.1.3.6.1.4.1.45.1.3.2.8.1.1.2- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- s3EnetThreshEntry
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 'SYNOPTICS-ETHERNET-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SYNOPTICS-ETHERNET-MIB::s3EnetThreshStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'SYNOPTICS-ETHERNET-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SYNOPTICS-ETHERNET-MIB::s3EnetThreshStatus.<s3EnetThreshIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'SYNOPTICS-ETHERNET-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'SYNOPTICS-ETHERNET-MIB::s3EnetThreshStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | addActive |
2 | delDead |