ipIcmpDestUnreachHostTcp
BINTEC-IPEXT-MIB ·
.0.32.6
Object
scalar r/w
Enumeration
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)
Context
- MIB
- BINTEC-IPEXT-MIB
- OID
.0.32.6- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- ipIcmp
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'BINTEC-IPEXT-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BINTEC-IPEXT-MIB::ipIcmpDestUnreachHostTcp.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'BINTEC-IPEXT-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'BINTEC-IPEXT-MIB::ipIcmpDestUnreachHostTcp'
Syntax
Enumeration
Values & Constraints
No enumerated values or constraints recorded.