![]() | Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition | ||
|
|
![]() |
||||||||||||||||||||
Solution Type Technical Instruction Sure Solution 2119294.1 : How to Capture Traffic on PMF?
In this Document
Applies to:Oracle Communications Performance Intelligence Center (PIC) Software - Version 4.1 and laterInformation in this document applies to any platform. GoalCapture traffic in order to analyze or replay it in lab environment. This page explains how to capture Ethernet traffic on a PMF. Solutiontcpdump captureRoot privileges are required to execute the following commands
Filter an existing captureIt is sometimes required to filter a capture to make file smaller and analyzes easier. tshark -r filename.dmp -R "m3ua.protocol_data_opc == 4220 || m3ua.protocol_data_dpc == 4220" -w filename_filtered.pcap
Argument explanations:
Capture TCPIC 7.5 introduce the possibility to capture a TC. Go in CCM, Acquisition, on the PMF, in Traffic Classification, click Ethereal Capture Configuration skdump From a ssh console. To enable SkDump, as cfguser: iset -fvalue=1 LongParam where "name='PmiaSkDump'"
To disable SkDump: iset -fvalue=0 LongParam where "name='PmiaSkDump'"
Captured file will named by TC (DbIpLink table) in /tmp or /tekelec/pm_socket in PIC 9.x. Don't let any system with enabled skdump because it may lead to problem (partition filling, capture stop).
Multi interface capture in ramdisk Attached script ethXcaptureRam.sh allows to capture up to 4 Ethernet interfaces at the same time in a RAM disk which is reducing risk of packet loss during capture. Usage example (permits to capture during 15 seconds packets from eth31 eth34 eth33 eth32 in separated files and create a merged files with them): # ./ethXcaptureRam.sh 15 eth31 eth34 eth33 eth32
Capture results are stored in /tekelec/TcpdumpCapture
Attachments This solution has no attachment |
||||||||||||||||||||
|