09-20-2013 02:01 PM - edited 03-07-2019 03:35 PM
Hi
I have a Cisco 881 router
when enter show ip cache flow, I see this:
SrcIf SrcIPaddress DstIf DstIPaddress Pr SrcP DstP Pkts
.
.
Fa4 M.M.M.M Local X.X.X.X 32 D090 FC43 13K
.
.
Is a large amount of packets.
The Interface F4 does not have big traffic
MTU 1500 bytes, BW 2048 Kbit/sec, DLY 100 usec,
reliability 255/255, txload 3/255, rxload 49/255
I have a DMVPN Tunnel between M.M.M.M and X.X.X.X
I enter the same command in the remote peer and I don't get the traffic shown in the 881.
What this traffic means?
Thanks
Solved! Go to Solution.
09-25-2013 05:56 PM
In looking at your output the PR (protocol) is 32 which is in hex. Translated into decimal it is protocol 50, which is ESP. So you are probably seeing your DMVPN traffic. If the remote peer is not reporting this then I would assume that there is some difference in how NetFlow is configured on that device.
HTH
Rick
09-25-2013 09:20 PM
adding to what Richard said.
check whether these commands are on other device interface
ip flow ingress
ip flow engress
if these commands are not there then please enter it and then use the show command
sh ip cache flow.
sh ip cache verbose flow (details understanding of traffic)
Potha
09-25-2013 05:56 PM
In looking at your output the PR (protocol) is 32 which is in hex. Translated into decimal it is protocol 50, which is ESP. So you are probably seeing your DMVPN traffic. If the remote peer is not reporting this then I would assume that there is some difference in how NetFlow is configured on that device.
HTH
Rick
09-25-2013 09:20 PM
adding to what Richard said.
check whether these commands are on other device interface
ip flow ingress
ip flow engress
if these commands are not there then please enter it and then use the show command
sh ip cache flow.
sh ip cache verbose flow (details understanding of traffic)
Potha
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide