MIB Viewer

fwlIfICMPCode

OBJECT-TYPE
1.3.6.1.4.1.10876.101.1.16.2.6.1.7
Access
read-create
Status
deprecated
Sub-identifiers
0
**************** THIS OBJECT IS DEPRECATED **************** The ICMP Code to be checked against the packet. If the packet matches with the ICMP Code, then the packet will be dropped. The default value is 'noICMPCode'(255). It means that ICMP code is not configured and need not be checked. Generally the value zero will be given as default. But here, zero is an ICMP Code value. Hence 255 is given as the default value.
INTEGER { networkUnreachable(0), hostUnreachable(1), protocolUnreachable(2), portUnreachable(3), fragmentNeed(4), sourceRouteFail(5), destNetworkUnknown(6), destHostUnknown(7), srcHostIsolated(8), destNetworkAdminProhibited(9), destHostAdminProhibited(10), networkUnreachableTOS(11), hostUnreachableTOS(12), noICMPCode(255) }