Display a list of the permanently bypassed domains:
# ip pep bypass -show
Add a domain to the list of permanently bypassed domains (e.g. www.nowhere.com):
# ip pep bypass –add <domain name>
Remove an added domain from the list of permanently bypassed domains:
# ip pep bypass –del <domain name>
Force a refresh of the address resolution of domain names:
# (not in the list when typing “? ip pep”)
Clear current list of statically bypassed domain names:
# (not visible when typing ? ip pep dynbypass in VSAT CLI sw 14.1.0.48)
Show statistics and configuration of the dynamic server address bypass:
# ip pep dynbypass -show
Display a list of the server addresses currently being bypassed by the VSAT IPC:
# ip pep dynbypass –detail
Add a server IP address to the dynamic server address bypass list:
# ip pep dynbypass –add <A.B.C.D>
Remove a server IP address from the dynamic server address bypass list:
# ip pep dynbypass –del <A.B.C.D>
Adjust the server address bypass lifetime:
# ip pep dynbypass –lifetime <seconds>
The default lifetime is 4 hours.
The HTTPA server bypass learning method set can be adjusted by toggling the specific controls as
follows:
# ip pep dynbypass –learnpipeline
- controlling bypass decision when server is accessed by pipelining
# ip pep dynbypass –learnnotfound
- controlling bypass decision when server responds with HTTP 404 Not Found
# ip pep dynbypass –learnillegalreq
- controlling bypass decision when server is accessed by an illegal request
# ip pep dynbypass –learnall
- switches on all learning methods