Enabling global policy trace
ProxySG#policy trace all <-- remember to disable this after completing the test
ProxySG#show advanced-url /Policy/Delete-All-Traces <-- this will delete any old policy trace
Reproduce the issue with test browser
ProxySG#show advanced-url /Policy/Trace/default_trace.html <-- this will show the policy trace entries press enter to show new line or press space key to show the whole page.
Tracing limited client IP
Note: The following command will overwrite existing local policy. If you can extract the existing policy via "show configuration" or via local configuration backup, you can append the CPL below to the existing local configuration, and replace the client IP below with the exact IP address of the test client.
To overwrite and wipe your existing local policy with this single policy trace, for newly factory default proxy or proxy without any local policy
ProxySG#(config)inline policy local EOF
client.address=10.105.13.202 trace.request(yes) trace.rules(all) trace.destination("trace.html")
EOF
ok
ProxySG#(config)
If you would like to append this CPL with existing local policy
ProxySG#(config)inline policy local EOF
##ADD YOUR EXISTING POLICY ON TOP PORTION HERE##
client.address=10.105.13.202 trace.request(yes) trace.rules(all) trace.destination("trace.html")
EOF
ok
ProxySG#(config)
ProxySG#show advanced-url /Policy/Delete-All-Traces <-- this will delete any old policy traceReproduce the issue with test browser
ProxySG#show advanced-url /Policy/Trace/traces.html <-- this will show the policy trace entries press enter to show new line or press space key to show the whole page.
Tidak ada komentar:
Posting Komentar