When desigining for this type of issue, you would have to make a decision on how to handle errors. Fortunately, the NME-WAE gives us a few options on how to handle errors. You can configure the WAE to send the error message to the user (which renders in their browser and can be pretty ugly). You can also configure the WAE to simply reset the connection and allow the user to try again.
I configured the following commands:
ContentEngine(config)# error-handling send-cache-error
ContentEngine(config)# error-handling reset-connection
Of course, the explicit configuration is bit-level and unlikely to be on a CCDE exam, so I'm really just documenting it so I don't forget.
To see if you've got sites being bypassed you can use the command:
ContentEngine# show bypass summaryWhat can you take away from this? Basically, unless you work on or design for LFN style networks, you can lose sight of how you must design for latency. I think we'll start seeing increasingly latent networks moving forward, as satellite communications systems start being used more and more.
Total number of requests bypassed = 0
Requests bypassed due to system overload = 0
Requests bypassed due to authentication issues = 0
Requests bypassed due to facilitate error transparency = 0
Requests bypassed due to static configuration = 0
Total number of entries in the bypass list = 1
Number of Authentication bypass entries = 0
Number of Error bypass entries = 0
Number of Static Configuration entries = 1
L2 Bypass:
Number of L2 bypassed packets = 0
ContentEngine#
ContentEngine# show bypass list
(SOURCE: http://www.cisco.com/en/US/docs/app_ntwk_services/waas/acns/v55/configuration/local/guide/55ldg.html)
0 comments:
Post a Comment