© 1999-2017 Citrix Systems, Inc. All rights reserved. p.117https://docs.citrix.com
the services to it <ip> <port>
bind lb vserver
<vserverName>
<serviceName>
show lb vserver <name>
203.0.113.15 80
bind lb vserver LBVS-1 SVC-S1
bind lb vserver LBVS-1 SVC-S2
add lb vserver LBVS-2 http
203.0.114.15 80
bind lb vserver LBVS-2 SVC-S3
bind lb vserver LBVS-2 SVC-S4
Create a custom TCP profile and set its MSS for
supporting jumbo frames.
add tcpProfile <name> -mss
<positive_integer>
show tcpProfile <name>
add tcpprofile ALL-JUMBO -mss
8960
Bind the custom T CP profile to the desired load
balancing virtual server and services.
set service <Name> -
tcpProfileName <string>
show service <name>
set lb vserver LBVS-1 -
tcpProfileName ALL-JUMBO
set service SVC-S1 -
tcpProfileName ALL-JUMBO
set service SVC-S2 -
tcpProfileName ALL-JUMBO
Save the configuration save ns config
show ns config
Task Syntax Example