يصف هذا وثيقة الإستعمالمن ال tcpdump CLI أمر in order to على قبض الربط ب رغب من cisco prime بنية أساسية (PI) نادل.
يقدم هذا القسم أمثلة توضح طريقة إستخدام الأمر tcpdump.
nms-pi/admin# tech dumptcp ?
<0-3> Gigabit Ethernet interface number
يوفر إخراج الأمر show interface معلومات دقيقة حول اسم الواجهة ورقمها قيد الاستخدام حاليا.
nms-pi/admin# tech dumptcp 0 ?
count Specify a max package count, default is continuous (no limit)
<cr> Carriage return.
nms-pi/admin# tech dumptcp 0 | ?
Output modifier commands:
begin Begin with line that matches
count Count the number of lines in the output
end End with line that matches
exclude Exclude lines that match
include Include lines that match
last Display last few lines of the output
nms-pi/admin# tech dumptcp 0 > test-capture.pcap
فيما يلي مثالان يوضحان الطريقة التي يتم بها نسخ الملفات الملتقطة إلى موقع خارج الخادم:
copy disk:/test-capture.pcap ftp://1.2.3.4/
copy disk:/test-capture.pcap tftp://5.6.7.8/
إذا كنت ترغب في التقاط أكثر دقة، قم بتسجيل الدخول إلى واجهة سطر الأوامر (CLI) ك مستخدم جذري بعد تسجيل الدخول كمستخدم مسؤول.
test$ ssh admin@12.13.14.15
Password:
nms-pi/admin#
nms-pi/admin# root
Enter root password :
Starting root bash shell ...
ade # su -
[root@nms-pi~]#
فيما يلي ثلاثة أمثلة على الالتقاط الذي تم التقاطه بواسطة مستخدم جذري:
[root@nms-pi~]# tcpdump -i eth0 -s0 -n dst port 162
[root@nms-pi~]# tcpdump -w /localdisk/ftp/test.pcap -s0 -n dst port 9991
[root@nms-pi~]# tcpdump -n src host 1.1.1.1