TWCB Web Cache Configuration describes how to configure a TWCB web cache.
Step | Task | Command(s) |
---|---|---|
1 | Create a web cache using the specified name. | ip twcb webcache webcache-name ipv6 twcb webcache webcache-name |
2 | Optionally specify the number of seconds a binding remains idle before being deleted for this web cache. | idle timeout seconds |
3 | Add the specified server farm to this web cache. | serverfarm serverfarm-name |
4 | Place this web cache server farm in service. | inservice |
5 | Optionally redirect outbound HTTP requests to a non-standard HTTP port number. | http-port port-number |
6 | Optionally specify web host sites for which HTTP requests are not redirected to the cache servers. | For IPv4: bypass-list {range begin-ip-address end-ip-address | aclName access-list} For IPv6: bypass-list aclName access-list |
7 | Optionally permit or deny redirection of HTTP requests for the list of clients to this web cache. | host {permit | deny | aclName access-list} redirect {range begin-ip-address end-ip-address} |
8 | Optionally configure destination NAT addresses for this web cache. | destination ip access-list |
9 | Optionally configure source NAT addresses for this web cache. The IPv4 NAT pool specifies an IPv4 overloaded address. |
source nat pool {ipv4-nat-pool | ipv6-address/prefix-len} |
10 | Optionally, configure a description for this web cache. | description description |
11 | Place this web cache in service. | inservice |