channelAcceptType
RFC1271-MIB ·
.1.3.6.1.2.1.16.7.2.1.3
Object
column mandatory
r/w
Enumeration
This object controls the action of the filters
associated with this channel. If this object is equal
to acceptMatched(1), packets will be accepted to this
channel if they are accepted by both the packet data
and packet status matches of an associated filter. If
this object is equal to acceptFailed(2), packets will
be accepted to this channel only if they fail either
the packet data match or the packet status match of
each of the associated filters.
This object may not be modified if the associated
channelStatus object is equal to valid(1).
Context
- MIB
- RFC1271-MIB
- OID
.1.3.6.1.2.1.16.7.2.1.3- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- channelEntry
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 'RFC1271-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RFC1271-MIB::channelAcceptType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RFC1271-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RFC1271-MIB::channelAcceptType.<channelIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RFC1271-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RFC1271-MIB::channelAcceptType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | acceptMatched |
2 | acceptFailed |