WCCP settings are applied at the network wccp level. To create a WCCP service group, use the following command:
Admin@UGOS# create network wccp
Available parameters:
Parameter |
Description |
---|---|
enabled |
Enable/disable the service group:
|
name |
WCCP service group name. |
description |
A description of the service group. |
password |
The password to authenticate UserGate in the service group. The password must match the one specified on the WCCP servers. |
fwd-type |
Forwarding type from WCCP servers to UserGate:
L2 redirection generally requires fewer resources than GRE, but the WCCP server and UserGate must reside in the same L2 segment. Not all WCCP server types support L2 redirection with WCCP clients. |
ret-type |
Forwarding type from UserGate to WCCP servers:
L2 redirection generally requires fewer resources than GRE, but the WCCP server and UserGate must reside in the same L2 segment. Not all WCCP server types support L2 redirection with WCCP clients. |
service-group |
The numeric ID of the service group. Service group IDs must be identical on all devices in the group. |
priority |
The group's priority. If multiple service groups are applicable to the traffic managed by the WCCP server, the priority determines the order in which the server will distribute traffic to the WCCP clients. |
ports-to-redirect |
Ports to redirect (traffic destination ports). You can specify several ports, if necessary. Format: ports-to-redirect + [ 80 442 ]. Important! UserGate can only apply filtering to redirected TCP traffic with destination ports 80 and 443 (HTTP/HTTPS). Traffic sent to UserGate through other ports is sent to the Internet unfiltered. |
ports-source |
Redirection of traffic based on the source port values:
|
protocol |
Select a protocol:
|
routers-lists |
List of WCCP server IP addresses. For more details about how to create IP address lists using CLI, see Configuring IP addresses. |
routers-ips |
WCCP server IP addresses. |
assignment-type |
When there are multiple WCCP clients in a service group, the assignment type determines how traffic is distributed from the WCCP servers to the WCCP clients.
|
To specify values for a WCCP service group or update information on it, use the following command:
Admin@UGOS# set network wccp <service-group-name>
Specify the parameters to update. The parameter values are listed in the table above.
To delete an entire service group or its parameters, use the following command:
Admin@UGOS# delete network wccp <service-group-name>
You can delete the following parameters:
-
routers-lists.
-
routers-ips.
-
ports-to-redirect.
To view information about a WCCP service group, use the following command:
Admin@UGOS# show network wccp <service-group-name>