MIB Viewer

fwlIfICMPType

OBJECT-TYPE
1.3.6.1.4.1.10876.101.1.16.2.6.1.6
Access
read-create
Status
current
Sub-identifiers
0
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.
INTEGER { echoReply(0), destinationUnreachable(3), sourceQuench(4), redirect(5), echoRequest(8), timeExceeded(11), prameterProblem(12), timestampRequest(13), timestampReply(14), informationRequest(15), informationReply(16), addressMaskRequest(17), addressMaskReply (18), noICMPType(255) }