ADC

Use IPv6 link local addresses on the server side of a load balancing setup

IPv6支持链接本地地址服务,service groups, and servers of a load balancing configuration. You can specify a link local IPv6 address along with the associated VLAN ID in services, service groups, and servers configurations. The Citrix ADC appliance uses the link local SNIP6 address from the same VLAN as specified in the services, service groups, and servers configurations to communicate with them.

A link local IPv6 address and the associated VLAN ID are specified in the following format in services, service groups, and servers configurations:< IPv6_Addrs>%

For example,fe80:123:4567::a%2048:, fe80:123:4567::ais the link local address AND 2048 is the VLAN ID.

> add service SERVICE-1 fe80:123:4567::a%2048 HTTP 80 Done > bind servicegroup SERVICE-GROUP-1 fe80::1%24 80 Done > add server SERVER-1 fe80:b:c:d::e:f:a/64%1028 Done
Use IPv6 link local addresses on the server side of a load balancing setup