cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
4899
Views
0
Helpful
2
Replies

Embedded Packet Capture on ASR920

sherrick
Level 1
Level 1

Hello,

 

I'm running into issues running a packet capture on an ASR920 (using configurations that work on other router models). When setting up an ip cef capture point, the captures are coming up with no data. Tried testing on a physical interface and a BDI. 


I was able to capture process switched traffic (by switching the config below from "ip cef" to "process-switched"). So I know my script works. I'm just not able to capture data plane traffic on the ASR920. 

 

I've seen posts online about people having this same issue, but couldn't find documentation from Cisco covering this. Is anyone aware of this?

 

!
monitor capture buffer BUF size 1024 max-size 1518 linear
!
monitor capture point ip cef POINT BDI100 both
!
monitor capture point associate POINT BUF
!

 

Thank you,

Steve

2 Replies 2

tlewisflood
Level 1
Level 1

And by the way, I know it wasn't mentioned, but I too had the issue and I was sure to use the start/stop versions of this:

 

monitor capture point start POINT

 ... wait a bit ...

monitor capture point stop POINT