Embeded Packet Capturing in Cisco Router
Step 1: Define a buffer point where the RAW packet is saved the Mazimum size is 100kb
monitor capture buffer buffer_test size 100
Step 2: Define interface to analyze with the capture point
monitor capture point ip cef capture_test all both
Step 3: Associate the buffer point with capture point
monitor capture point associate capture_test buffer_test
Steap 4: Start the Capture
monitor capture point start capture_test
Step 5: Testing EPC feature with telnet test
Step 6: Stop the capture
monitor capture point stop capture_test
Step 7: Export the dump file and see with Wireshark
monitor capture buffer buffer_test export tftp://tftp server ip address/hostname.pcap