![]() | Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition | ||
|
|
![]() |
||||||||||||||||||||||||||||||||||||
Solution Type Troubleshooting Sure Solution 1677040.1 : Policy - Tcpdump examples for capturing Diameter traffic
In this Document
Applies to:Oracle Communications Policy Management - Version POLICY 7.5.0 and laterTekelec reviewed and ready to publish PurposeCapture and provide Diameter Packet Captures to TAC for troubleshooting Troubleshooting StepsExample tcpdump commands for capturing Diameter Traffic For certain issues, such as network or communication issues, TAC may require a packet capture(s) in order to further troubleshoot. Packet captures should be stored in the /var/camiant/ path, as this has the most space. A new directory (Example: /var/camiant/pcaps/) can be created if preferred.
Pre-Checks
TCP Dump Examples Example 1: Capture 20 files at 100MB each on bond0.5 for diameter port 3868. Run in the background nohup tcpdump -Z root -C 100 -W 20 -i bond0.5 -s0 -w /var/camiant/mpe2-B.pcap port 3868 &
Example 2: Capture all traffic except port 22 to any interface (NOTE: any will capture on every interface, resulting in triple size pcap) tcpdump -Z root -i any -s0 -w /var/camiant/mpe2-B.pcap not port 22
Example 3: Capture 10 files each 50MB of diameter traffic to SPR 1.1.1.1 nohup tcpdump -Z root -C 50 -W 10 -i bond1 -s0 -w /var/camiant/mpe-to-spr.pcap host 1.1.1.1
Once packet capture(s) have been collected, please upload them directly to the SR, or to the Oracle SFTP Server (Oracle SFTP Instructions in Doc ID 1676882). Attachments This solution has no attachment |
||||||||||||||||||||||||||||||||||||
|