Configure the cache1 Web Cache

Configure the access lists used by Cache1:

Router3(rw-config)->ipv6 access-list standard dest1_acl
Router3(su-cfg-ipv6-std-acl)->permit 2000:1::10
Router3(su-cfg-ipv6-std-acl)->exit
Router3(rw-config)->ipv6 access-list standard bypass1_acl
Router3(su-cfg-ipv6-std-acl)->deny ipv6 3000:1::/48
Router3(su-cfg-ipv6-std-acl)->exit
Router3(rw-config)->ipv6 access-list standard deny1_acl
Router3(su-cfg-ipv6-std-acl)->deny ipv6 2000:2::1:2:0/64
Router3(su-cfg-ipv6-std-acl)->exit
Router3(rw-config)->

Configure the web cache cache1:

Router3(rw-config)->ip twcb webcache cache1
Router3(rw-config-twcb-webcache)->serverfarm s1IPv6Server
Router3(rw-config-twcb-webcache)->destination ip dest1_acl
Router3(rw-config-twcb-webcache)->source nat pool 2000:1:2::/48
Router3(rw-config-twcb-webcache)->bypass-list aclName bypass1_acl
Router3(rw-config-twcb-webcache)->host deny redirect aclName deny1_acl
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)->ipv6 twcb cache1 redirect out
Router3(rw-config-intf-vlan.0.100)->end
Router3(rw)->