A SERVICE OF

logo

Understanding Transparent Web Cache Balancing (TWCB) bypass-list range
23-10 Transparent Web Cache Balancing Configuration
Example
Thisexampleaddstheserverfarms1Servertothecache1webcache:
Matrix(rw)->Router(config)#ip twcb webcache cache1
Matrix(rw)->Router(config-twcb-webcache)#serverfarm s1Server
bypass-list range
UsethiscommandtospecifywebhostsitesforwhichHTTPrequestsarenotredirectedtothe
cacheservers.
Syntax
bypass-list range begin-ip-address end-ip-address
Parameters
Defaults
None.
Mode
Routercommand,CacheServerConfigurationmode:Matrix(rw)>Router(config twcb
webcache)#.
Usage
SomewebsitehostsrequiresourceIPaddressauthenticationforuseraccess.HTTPrequestsfor
thesesitescannotberedirectedtothecacheservers.Thiscommandprovidesforthecreationof
listsofIPaddressesthatneedtobypassthecacheservers.
Example
Thisexamplecreatesabypasslistforwebcachecache1forIPaddressrange50.10.10.30to
50.10.10.43:
Matrix(rw)->Router(config)#ip twcb webcache cache1
Matrix(rw)->Router(config-twcb-webcache)#bypass-list range 50.10.10.30
50.10.10.43
hosts redirect range
UsethiscommandtoexplicitlypermitordenyredirectionofHTTPrequestsforthelistofend
userstothiswebcache.
Syntax
hosts {permit | deny} redirect range begin-ip-address end-ip-address
beginipaddress SpecifesanIPaddressthatbegins arangeofIPaddressesofsitesfor
whichHTTPrequestsarenotredirectedtothecacheservers.
endipaddress SpecifiesanIPaddressthatendsarangeofIPaddressesofsitesfor
whichHTTPrequiestsarenotredirectedtothe
cacheservers.