ethIfgExpectChannel
NETI-ETH-MIB ·
.1.3.6.1.4.1.2928.2.2.1.3.10.1.11
Object
Controls whether a channel is expected to be terminated on
this ETS TTPs for the member interfaces or not. This value
can only be set if the mode (ethEtsMode) is multicast.
true(1). A channel is expected to terminate. If a channel
is not terminating, then this is regarded as an anomaly.
false(2). A channel is not expected to terminate. Absence
of a terminating channel is considered to be correct.
This value of this object is inherited from the
ethEtsSnkExpectChannel of the first interface added as a
member. Writing to this object updates the value of
ethEtsSnkExpectChannel of all the member interfaces.
Context
- MIB
- NETI-ETH-MIB
- OID
.1.3.6.1.4.1.2928.2.2.1.3.10.1.11- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- ethIfgEntry
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 'NETI-ETH-MIB' -M '/opt/observium/mibs/netinsight:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NETI-ETH-MIB::ethIfgExpectChannel'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'NETI-ETH-MIB' -M '/opt/observium/mibs/netinsight:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NETI-ETH-MIB::ethIfgExpectChannel.<ethDevIndex>.<ethIfIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'NETI-ETH-MIB' -M '/opt/observium/mibs/netinsight:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'NETI-ETH-MIB::ethIfgExpectChannel'
Syntax
- Source
- SNMPv2-TCTruthValue
- Base type
Enumeration
Type Description
Represents a boolean value.
Values & Constraints
Type Values
1 | true |
2 | false |