Capturing and Exporting Packets on Cisco Unified Communications Manager (CUCM) with CLI and RTMT
The Tech Catalyst
0:00 / 0:00
Capturing and Exporting Packets on Cisco Unified Communications Manager (CUCM) with CLI and RTMT
6 169 просмотров · 6 лет назад
The Tech Catalyst
7,85 тыс. подписчиков
6 169 просмотров · 6 лет назад
In this video I look at how to take a basic packet capture, how to filter it by host, export the file via both SFTP as well as RTMT and then clean up and delete the capture files when done with the troubleshooting.
0:37 - Capturing
4:25 - Exporting capture from the CLI
6:38 - Exporting with RTMT
8:53 - Cleaning up old capture files
Some of the commands I leverage in the video:
utils network capture - Captures all traffic and dumps to the screen
file get activelog platform/cli/Cap.cap - SFTP's the capture file to a remote server
file get activelog platform/cli/*.cap - Send all captures to a remote server
utils network capture eth0 file Cap01 count 10000 size all host ip 10.100.112.10 - capture all traffic between this CUCM and the 10.100.112.10 phone
file list activelog /platform/cli/ date detail - Show all captures on the system
file delete activelog /platform/cli/*.cap - Delete all captures on the system
#Cisco #CUCM