In questo documento viene descritto l'uso del comando tcpdump CLI per acquisire i pacchetti desiderati da un server Cisco Prime Infrastructure (IP).
In questa sezione vengono forniti esempi che illustrano il modo in cui il comando tcpdump viene utilizzato.
nms-pi/admin# tech dumptcp ?
<0-3> Gigabit Ethernet interface number
L'output del comando show interface restituisce informazioni precise sul nome e sul numero dell'interfaccia attualmente in uso.
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
Di seguito sono riportati due esempi che illustrano il modo in cui i file catturati vengono copiati in una posizione esterna al server:
copy disk:/test-capture.pcap ftp://1.2.3.4/
copy disk:/test-capture.pcap tftp://5.6.7.8/
Se si desidera ottenere acquisizioni più granulari, accedere alla CLI come utente root dopo aver eseguito l'accesso come utente amministratore.
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~]#
Di seguito sono riportati tre esempi di clip acquisite da un utente root:
[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