L4Param¶
The following operations can be performed on "L4Param":
set L4Param¶
Set Layer 4 related global settings on the NetScaler
Synopsys¶
set L4Param [-l2ConnMethod <l2ConnMethod>] [-l4switch ( ENABLED | DISABLED )]
Arguments¶
l2ConnMethod
Layer 2 connection method based on the combination of channel number, MAC address and VLAN. It is tuned with l2conn param of lb vserver. If l2conn of lb vserver is ON then method specified here will be used to identify a connection in addition to the 4-tuple (<source IP>:<source port>::<destination IP>:<destination port>).
Possible values: Channel, Vlan, VlanChannel, Mac, MacChannel, MacVlan, MacVlanChannel
Default value: MacVlanChannel
l4switch
In L4 switch topology, always clients and servers are on the same side. Enable l4switch to allow such connections.
Possible values: ENABLED, DISABLED
Default value: DISABLED
Example¶
set l4param
unset L4Param¶
Use this command to remove L4Param settings.Refer to the set L4Param command for meanings of the arguments.
Synopsys¶
unset L4Param [-l2ConnMethod] [-l4switch]
show L4Param¶
Displays the settings of global Layer 4 parameters.
Synopsys¶
show L4Param
Outputs¶
l2ConnMethod
Layer 2 connection method based on the combination of channel number, MAC address and VLAN. It is tuned with l2conn param of lb vserver. If l2conn of lb vserver is ON then method specified here will be used to identify a connection in addition to the 4-tuple (<source IP>:<source port>::<destination IP>:<destination port>).
l4switch
In L4 switch topology, always clients and servers are on the same side. Enable l4switch to allow such connections.