mute
ETHERNET-MIB ·
.1.3.6.1.4.1.25651.1.2.3.2.1.4.1.4
Object
Ethernet can be muted, when there is a system/ethernet alarm. When MHS is enabled, the ethernet mute is termed as 'Auto', setting a value as 2, when MHS disabled, the value is restored
Context
- MIB
- ETHERNET-MIB
- OID
.1.3.6.1.4.1.25651.1.2.3.2.1.4.1.4- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- ethernetInterface
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 'ETHERNET-MIB' -M '/opt/observium/mibs/exalt:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ETHERNET-MIB::mute'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ETHERNET-MIB' -M '/opt/observium/mibs/exalt:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ETHERNET-MIB::mute.<index>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ETHERNET-MIB' -M '/opt/observium/mibs/exalt:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ETHERNET-MIB::mute'
Syntax
- Source
- ExaltCommEnableStatusT
- Base type
Enumeration
Values & Constraints
Type Values
0 | disable |
1 | enable |