MIB Viewer

ipIcmpDestUnreachHostTcp

OBJECT-TYPE
1.3.6.1.4.1.272.4.5.32.6
Access
read-write
Status
current
Sub-identifiers
0
Set ICMP (Dest Unreachable/Host) behavior for TCP packets. tcp-rst : If a TCP packet can not be delivered/forwarded to destination (e.g. no matching route exists, interface down/blocked), the TCP-Connection is terminated by sending a TCP-RST message (a TCP packet with RST-bit set in TCP-header) back to the originator of the packet. This is the default behavior of the system. The TCP RST message is send INSTEAD of an ICMP 'Destination-Unreachable/Host' message. If ipIcmpDestUnreachHost is set to disabled(2), no TCP-RST message is sent back. icmp : TCP traffic is handled like all other IP traffic. (see description of ipIcmpDestUnreachHost)
INTEGER { tcp-rst(1), icmp(2) }