WCCP Lab (proxy transparente)



Mi laboratorio WCCP

Websense +  Cisco = Proxy transparente

P1 192.168.1.34
Cisco 192.168.1.89 (cisco:petroken)
GigabitEthernet0/0 192.168.1.89/24
GigabitEthernet0/1 192.168.247.89/24

IP de testing cliente: 192.168.1.170 255.255.255.0 (puerta de enlace: 192.168.1.89)
enable
config t
ip wccp version 2
ip wccp 0
ip wccp 5
ip wccp 20
ip wccp 70
no ip wccp web-cache
ip access-list standard TST
permit ip any any
ip access-list extended R_TST
permit ip host 192.168.1.34 any
permit ip host 192.168.1.89 any
ip wccp 0 redirect-list R_TST group-list TST
ip wccp 5 redirect-list R_TST group-list TST
ip wccp 20 redirect-list R_TST group-list TST
ip wccp 70 redirect-list R_TST group-list TST
interface GigabitEthernet0/0
ip wccp 0 redirect in
ip wccp 5 redirect in
ip wccp 20 redirect in
ip wccp 70 redirect in
exit
interface GigabitEthernet0/1
ip wccp 0 redirect out
ip wccp 5 redirect out
ip wccp 20 redirect out
ip wccp 70 redirect out
ip wccp redirect exclude in
exit
exit
 
Del lado del WCG
My Proxy > Basic > Feature > WCCP (Enable y Apply) y reiniciar (Restart)
Configure > Networking > WCCP
Service Group Name Service Group ID/Reverse ID Protocol Ports Network Interface Forward Method Assignment Method Return Method Weight Status
  www   0/NULL   TCP   80   eth0   L2   MASK   L2   0   Enabled
  https   70/NULL   TCP   443   eth0   L2   MASK   L2   0   Enabled
  ftp   5/NULL   TCP   21   eth0   L2   MASK   L2   0   Enabled 
 
Todo estaría bien, pero no veo registros del lado del router:
 
wccp#show ip wccp
Global WCCP information:
    Router information:
        Router Identifier:                   192.168.247.89
        Protocol Version:                    2.0
    Service Identifier: 0
        Number of Service Group Clients:     0
        Number of Service Group Routers:     0
        Total Packets s/w Redirected:        0
          Process:                           0
          CEF:                               0
        Service mode:                        Open
        Service Access-list:                 -none-
        Total Packets Dropped Closed:        0
        Redirect Access-list:                R_TST
        Total Packets Denied Redirect:       0
        Total Packets Unassigned:            7
        Group Access-list:                   TST
        Total Messages Denied to Group:      1154
        Total Authentication failures:       0
        Total GRE Bypassed Packets Received: 0
    Service Identifier: 5
        Number of Service Group Clients:     0
wccp#sh ip wccp 0 view
    WCCP Routers Informed of:
        -none-
    WCCP Clients Visible:
        -none-
    WCCP Clients NOT Visible:
        -none-
wccp#sh ip wccp 0 detail
        No information is available for the service.
wccp#
Tampoco del lado de las estadisticas de Websense:

WCCP Statistics
AttributeCurrent Value
WCCP Fragmentation
Total Fragments0
Fragmentation Table Entries0
Out of Order Fragments0
Matches0
www
Service Group ID0
Configured mode (forward/assignment/return)L2/MASK/L2
IP Address192.168.1.48
Leader's IP Address0.0.0.0
Number of Caches0
Number of Routers0
https
Service Group ID70
Configured mode (forward/assignment/return)L2/MASK/L2
IP Address192.168.1.48
Leader's IP Address192.168.1.48
Number of Caches1
Number of Routers0
ftp
Service Group ID5
Configured mode (forward/assignment/return)L2/MASK/L2
IP Address192.168.1.48
Leader's IP Address192.168.1.48
Number of Caches1
Number of Routers0