Configure the cache2 Web Cache

Configure the web cache cache2:

Router3(rw-config)->ip twcb webcache cache2
Router3(rw-config-twcb-webcache)->http-port 8080
Router3(rw-config-twcb-webcache)->serverfarm s2IPv4Server
Router3(rw-config-twcb-webcache)->bypass-list range 50.10.10.30 50.10.10.43
Router3(rw-config-twcb-webcache)->hosts redirect deny redirect range 10.10.10.25 10.10.10.30
Router3(rw-config-twcb-webcache)->exit
Router3(rw-config)->

Configure the outbound interface that connects with the internet:

Router3(rw-config)->interface vlan 100
Router3(rw-config-intf-vlan.0.100)->ip twcb cache2 redirect out
Router3(rw-config-intf-vlan.0.100)->end
Router3(rw)->

This completes the TWCB configuration example.