agentCpuTrafficFilterMask
LANCOM-SWITCHING-MIB ·
.1.3.6.1.4.1.2356.16.1.1.1.10.4.1.2
Object
column r/w
OctetString
BitMask indicating which filter to configure for CPU Traffic Filter. Each filter corresponds to unique bit in the bitmask. Each byte stores 8 filter types. First filter is located in the most significant bit (MSB) of first byte (bytes starts from left to right). Relations between filters and bits are as follows: stp -> MSB of the first byte lacpdu -> MSB+1 arp -> MSB+2 udld -> MSB+3 lldp -> MSB+4 ip -> MSB+5 ospf -> MSB+6 bgp -> MSB+7 dhcp -> MSB+8 bcast -> MSB+9 mcast -> MSB+10 ucast -> MSB+11 srcip -> MSB+12 dstip -> MSB+13 srcmac -> MSB+14 dstmac -> MSB+15 custom -> MSB+16 srctcp -> MSB+17 dsttcp -> MSB+18 srcudp -> MSB+19 dstudp -> MSB+20 To remove any configured filter, specify the bitmask with corresponding bit set to zero.
Context
- MIB
- LANCOM-SWITCHING-MIB
- OID
.1.3.6.1.4.1.2356.16.1.1.1.10.4.1.2- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- agentCpuTrafficEntry
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 'LANCOM-SWITCHING-MIB' -M '/opt/observium/mibs/lancom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'LANCOM-SWITCHING-MIB::agentCpuTrafficFilterMask'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'LANCOM-SWITCHING-MIB' -M '/opt/observium/mibs/lancom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'LANCOM-SWITCHING-MIB::agentCpuTrafficFilterMask.<agentCpuTrafficDirection>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'LANCOM-SWITCHING-MIB' -M '/opt/observium/mibs/lancom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'LANCOM-SWITCHING-MIB::agentCpuTrafficFilterMask'
Syntax
OctetString
Values & Constraints
No enumerated values or constraints recorded.