This article applies to BIG-IP 9.x through 10.x. For information about other versions, refer to the following articles:
To configure your BIG-IP system to accept asymmetric routing connections across multiple VLANs, perform one of the following procedures:
Using a custom FastL4 profile with loose initialization and loose close enabled
To allow an individual virtual server to accept asymmetric routing connections, you can create a custom FastL4 profile with loose initialization and loose close enabled, and associate the profile with the virtual server. To do so, perform the following procedure:
Impact of procedure: Only virtual servers associated with the custom FastL4 profile will accept asymmetric routed connections. For platforms that contain a PVA chip, you must additionally disable pva-acceleration in the FastL4 profile.
Command line
- Log in to the command line.
- Create the profile using the following command syntax:
bigpipe profile fastl4 <profile_name> [pva-acceleration none] loose close enable loose initiation enable
For example, to create a FastL4 profile named MyL4Profile, you would type the following command:
bigpipe profile fastl4 MyL4Profile loose close enable loose initiation enable
For example on platforms that contain a PVA chip, to disable pva-acceleration in the FastL4 profile, you would type the following command:
bigpipe profile fastl4 MyL4Profile pva acceleration none loose close enable loose initiation enable
- Associate the custom FastL4 profile with an existing virtual server using the following syntax:
bigpipe virtual <virtual server name> {profile <custom profile>}
For example, to associate the MyL4Profile custom profile created in Step 2 with a virtual server named MyVip, you would type the following command:
bigpipe virtual MyVip {profile MyL4Profile}
- Save the configuration by typing the following command:
bigpipe save
Configuration utility
- Log in to the Configuration utility.
- Navigate to the Local Traffic > Virtual Servers > Profiles screen.
- From the Protocol box, select FastL4.
- Click Create.
- In the Name field, type a name for the profile.
- Select the Custom check boxes for the PVA Acceleration, loose initiation and loose close settings, to allow you to customize those settings.
- From the PVA Acceleration box, select None.
- Select the check box for Loose Initiation to enable the loose initiation feature.
- Select the check box for Loose Close to enable the loose close feature.
- Click Finished.
- Navigate to the Local Traffic > Virtual Severs screen.
- Click the appropriate virtual server.
- From the Protocol Profile box, select the new custom FastL4 profile you just created.
- Click Update.
Disabling VLAN-keyed connections
To allow the BIG-IP system to accept asymmetric routing connections, disable VLAN-keyed connections using the following procedure.
Impact of procedure: Disabling VLAN-keyed connections allows all virtual servers to perform asymmetric routing; this is a global setting.
- Log in to the command line.
- Disable the connection.vlankeyed db key by typing the following command:
bigpipe db Connection.VlanKeyed disable
Supplemental Information