fwlIfICMPType
FIREWALL-MIB ·
aricent variant
·
.1.3.6.1.4.1.2076.16.2.6.1.6
Object
column r/w
Enumeration
The ICMP type to be checked against the packet. If the ICMP Type matches with the packet, then the packet will be dropped. The default value is 'noICMPType' (255). It means that ICMP Type is not configured and need not be checked. Generally the value zero is given as default. But here zero is an ICMP Type value. Hence 255 is given as the default value.
Context
- MIB
- FIREWALL-MIB
- OID
.1.3.6.1.4.1.2076.16.2.6.1.6- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- fwlDefnIfEntry
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::fwlIfICMPType'
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::fwlIfICMPType.<fwlIfIfIndex>'
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::fwlIfICMPType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | echoReply |
3 | destinationUnreachable |
4 | sourceQuench |
5 | redirect |
8 | echoRequest |
11 | timeExceeded |
12 | prameterProblem |
13 | timestampRequest |
14 | timestampReply |
15 | informationRequest |
16 | informationReply |
17 | addressMaskRequest |
18 | addressMaskReply |
255 | noICMPType |