All MIBs › TCP-MIB › tcpMaxConn
tcpMaxConn
Module: TCP-MIB
OID (symbolic): TCP-MIB::tcpMaxConn
OID (numeric): 1.3.6.1.2.1.6.4
Node type: OBJECT-TYPE
Type: Integer32
Access: read-only
Description:
The limit on the total number of TCP connections the entity can support. In entities where the maximum number of connections is dynamic, this object should contain the value -1.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.2.1.6.4 snmpwalk -v2c -c public <target> TCP-MIB::tcpMaxConn
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.2.1.6.4.1 snmpget -v2c -c public <target> TCP-MIB::tcpMaxConn.1