Port Affinity

Port traffic on a given bridge must be isolated to that bridge. In release 7.1, port affinity is performed as part of the provisioning process. It can also be done manually with the “add interface Pair” command in the NetScaler command line interface.

The following examples show how this command is used to create port affinity on all bridged pairs in the appliance:

SD-WAN 4000

``` pre codeblock add interfacePair 1 -ifnum 1/1 1/2 add interfacePair 2 -ifnum 1/3 1/4 add interfacePair 3 -ifnum 1/5 1/6 add interfacePair 4 -ifnum 1/7 1/8 add interfacePair 5 -ifnum 10/1 10/2


## SD-WAN 5000

``` pre codeblock
add interfacePair 1 -ifnum 10/1 10/2
add interfacePair 2 -ifnum 10/4 10/5
add interfacePair 3 -ifnum 10/6 10/7
<!--NeedCopy-->
Port Affinity