Diagnostic logs can be downloaded in a web browser from the appliance's HTTP/S management console service hosted at https://<proxysg>:<port#>, where <proxysg> is the IP address or hostname of the ProxySG appliance and <port#> is the port assigned to the HTTP/S management console service (default 8082).
System Information (Sysinfo)
- Go to https://<proxysg>:<port#>/sysinfo
- Save the output as sysinfo.txt
Event Log
- Go to https://<proxysg>:<port#>/Eventlog/download/events.log
- Save the output as eventlog.txt
Snapshots
Snapshot Sysinfo
- Go to https://<proxysg>:<port#>/Diagnostics/Snapshot/sysinfo/download/all
- The sysinfo snapshot file downloads to your local computer.
Snapshot Sysinfo Stats
- Go to https://<proxysg>:<port#>/Diagnostics/Snapshot/sysinfo_stats/download/all
- The sysinfo stats snapshot file downloads to your local computer.
Policy Trace
- Generate the policy trace. Copy the following CPL code:
- (Replace #.#.#.# with your client IP you are using to reproduce the issue)
<proxy>
client.address=#.#.#.# trace.request(yes) trace.destination("policy_trace")
<ssl-intercept>
client.address=#.#.#.# trace.request(yes) trace.destination("policy_trace")
Add CPL to a local policy file on the ProxySG
Reproduce the issue, then go to the following URL:
Go to https://<proxysg>:<port#>/Policy/Trace/policy_trace
- Save the output as "policy_trace.txt"
Important: If the URL doesn't work, it means no traffic was received from that client IP.
Packet Capture (PCAP)
- Configure the packet capture filter if requested:
- Go to Administration > Service Information > Packet Capture in the SGAC (Maintenance > Service Information > Packet captures in the legacy Java UI)
- Enter the provided filter under the Filter field.
General recommendation for packet capture: Ensure capturing both directions and all interfaces.
When troubleshooting general connectivity issues, include the client IP, destination IP, destination hostname, and port 53.
Example: ip host #.#.#.# or ip host #.#.#.# or host mycompany.com or port 53
For additional info see Using packet captures for ProxySG and Advanced Secure Gateway (ASG) troubleshooting
- Click Start Capture to begin the capture.
- Reproduce the issue
- Stop the capture
- Download the capture by clicking the Download capture button or going to the URL:
https//<proxysg>:<port#>/PCAP/bluecoat.cap
Important: If the Download capture button stays greyed out even after reproducing the issue, it means no traffic was received or sent for the applied filter.
Prepare and upload collected files
- Once all files are downloaded, zip all these files together.
- Upload them to the case using the MyBroadcom portal.
For information on uploading ProxySG troubleshooting logs directly to a support case, see Uploading files to your Technical Support case