All MIBs › LBHUB-MSH-MIB › tcpEstabResets
tcpEstabResets
Module: LBHUB-MSH-MIB
OID (symbolic): LBHUB-MSH-MIB::tcpEstabResets
OID (numeric): 1.3.6.1.2.1.6.8
Node type: OBJECT-TYPE
Type: Counter
Access: read-only
Description:
The number of times TCP connections have made a direct transition to the CLOSED state from either the ESTABLISHED state or the CLOSE-WAIT state.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.2.1.6.8 snmpwalk -v2c -c public <target> LBHUB-MSH-MIB::tcpEstabResets
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.2.1.6.8.1 snmpget -v2c -c public <target> LBHUB-MSH-MIB::tcpEstabResets.1
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> tcpEstabResets.1