fwlFilterProtocol
FIREWALL-MIB ·
aricent variant
·
.1.3.6.1.4.1.2076.16.2.3.1.4
Object
The type of protocol to be checked against the packet. The default value is 'any' (255). If the value is 'any' (255), it means that the protocol type can be anything and it will not be checked to decide the action.
Context
- MIB
- FIREWALL-MIB
- OID
.1.3.6.1.4.1.2076.16.2.3.1.4- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- fwlDefnFilterEntry
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 'FIREWALL-MIB' -M '/opt/observium/mibs/aricent:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FIREWALL-MIB::fwlFilterProtocol'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'FIREWALL-MIB' -M '/opt/observium/mibs/aricent:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FIREWALL-MIB::fwlFilterProtocol.<fwlFilterFilterName>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'FIREWALL-MIB' -M '/opt/observium/mibs/aricent:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'FIREWALL-MIB::fwlFilterProtocol'
Syntax
- Source
- ProtocolType
- Base type
Enumeration
Values & Constraints
Type Values
1 | icmp |
2 | igmp |
3 | ggp |
4 | ip |
6 | tcp |
8 | egp |
9 | igp |
11 | nvp |
17 | udp |
28 | irtp |
35 | idpr |
46 | rsvp |
48 | mhrp |
88 | igrp |
89 | ospfigp |
255 | any |