configure slb node max-connections
ExtremeWare Software 7.3.0 Command Reference Guide 493
configure slb node max-connections
configure slb node <ip address>:[ftp | http | https | imap4 | ldap | nntp |
pop3 | smtp | socks | telnet | tftp | web | wildcard | www | <TCP or UDP
port number>] max-connections <number>
Description
Configures the maximum number of simultaneous connections that can be established to a node.
Syntax Description
Default
The default is 0.
Usage Guidelines
Use this command to limit the number of connections possible to a server with limited capabilities. Use
max-connections
of 0 to specify no limit.
Example
The following command configures the server with an IP address of 10.1.1.2:80 to accept a maximum of
10 connections:
configure slb node 10.1.1.2 : 80 max-connections 10
ip address Specifies the IP address of the node.
ftp Specifies the FTP TCP-port-check.
http Specifies the HTTP TCP-port-check.
https Specifies the HTTPS TCP-port-check.
imap4 Specifies the IMAP4 TCP-port-check.
ldap Specifies the LDAP TCP-port-check.
nntp Specifies the NNTP TCP-port-check.
pop3 Specifies the POP3 TCP-port-check.
smtp Specifies the SMTP TCP-port-check.
socks Specifies the SOCKS TCP-port-check.
telnet Specifies the telnet TCP-port-check.
tftp Specifies the TFTP TCP-port-check.
web Specifies the Web TCP-port-check.
wildcard Specifies any port associated with a wildcard server.
www Specifies the www TCP-port-check.
TCP or UDP port number Specifies a TCP or UDP port for the TCP-port-check.
max-connections Specifies the maximum number of simultaneous connections. The range is 0
to 999999999.