ipPolicyRuleIcmpTypeCode
POLICY-MIB ·
.1.3.6.1.4.1.81.36.2.1.23
Object
column
r/w
Enumeration
The ICMP type and code to which this rule relates.
If protocol is not ICMP this values should not be used.
Field format:
- 19 bits filed.
- MSB (bit 18) stand for not-supported.
- Bit 17 stands for any ICMP type.
- Bit 16 stands for any ICMP code.
- Bits 8-15 stand for ICMP type.
- Bits 0-7 stand for ICMP code.
For example:
- not-supported(262144) = 0x40000
- any(196608) = 0x30000
- ICMP type unreachable(66304), code any = 0x10300
- ICMP type & code host-unreachable(769) = 0x301
Context
- MIB
- POLICY-MIB
- OID
.1.3.6.1.4.1.81.36.2.1.23- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- ipPolicyRuleEntry
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | echo-reply |
768 | netwrok-unreachable |
769 | host-unreachable |
770 | protocol-unreachable |
771 | port-unreachable |
772 | fragmentation-needed-but-df-bit-set |
773 | source-route-failed |
774 | destination-network-unknown |
775 | destination-host-unknown |
777 | destination-network-admin-prohibited |
779 | network-unreachable-for-tos |
780 | host-unreachable-for-tos |
781 | communication-admin-prohibited-filtering |
782 | host-precedence-violation |
783 | precedence-cutoff-in-effect |
1024 | source-quench |
1280 | redirect-for-network |
1283 | redirect-for-type-of-service-and-host |
2048 | echo-request |
2304 | router-advertisement |
2817 | time-to-live-equals-0-during-reassembly |
3072 | bad-ip-header |
3073 | required-option-missing |
3328 | timestamp-requested |
3584 | timestamp-reply |
4352 | address-mask-request |
4608 | address-mask-reply |
7680 | traceroute-outbound-packet-successfully-fw |
7681 | traceroute-no-route-for-outbound-packet |
9472 | domain-name-request |
9728 | domain-name-reply |
9984 | skip-algorithm-discovery-protocol |
66304 | unreachable |
66816 | redirect |
68352 | time-exceeded |
68608 | parameters-problem |
73216 | traceroute |
73472 | conversion-errors |
73728 | mobile-host-redirect |
73984 | ipv6-where-are-you |
74240 | ipv6-I-am-here |
74496 | mobile-registration-request |
74752 | mobile-registration-reply |
75776 | security-failure |
196608 | any |
262144 | not-supported |