cancel
Showing results for 
Search instead for 
Did you mean: 

Fundamental Question to Analytics

Fundamental Question to Analytics

Christian_K_
New Contributor II
We have an Extreme K6 System with a mix of X620 / K6 Switches.
We have Advanced XMC / Netsight and we have implemented the analytics via a appliance.

The core K6 sends packtes via netflow and a gre tunnel to the analytics appliance.

Problem:

we see all packets but only on packets with conncetion to internet we get values for Network Response and Application Response... but this ist the most.
We want to connect a bunch of K6 Systems over MPLS and in our Situation it is most emportant that we can track applications like DNS oder SMB with Network Response.

Behind the central K6 there are application servers and over the other K6 Systems comming clients over MPLS und a lot of hops.

I have a screenshot attached .. perhaps you can give me tips to find my error.

Regards

Christian

d3e4550d662d4d9c856ae818fc8a4294_0575a55a-803d-473c-bdb0-a920a087a914.png

3 REPLIES 3

Zdeněk_Pala
Extreme Employee
For Network response time you need to see TCP-SYN and TCP-SYN-ACK = you will not see it for DNS most probably as majority of systems does use DNS over UDP.
On the K6 please check if you gather the data from both Access ports and from Uplinks also. Engine needs to see both Netflow from K6 and policy defined mirror from K6.
Regards Zdeněk Pala

Christian_K_
New Contributor II
Hello Tomasz,

i created the tunnel as suggested into some documents.


  1. Loopback
interface loop.0.1
ip address 10.10.10.1 255.255.255.255 primary
no shutdown

  1. Tunnel to analytics ..
interface tun.0.1
tunnel destination 10.31.0.22 (analytics appliance)
tunnel mode gre l2 ge.1.23 (real Interface / empry but with a gbic)
tunnel mirror enable
tunnel source 10.10.10.1 (loopback address)
no shutdown
exit


As you see in my screenshot. it´s the same client and a connection to the internet will be show with appliacation response and network response, but a connection to DC for DNS will only see the flow and not the appliacation response ...(network response)

What ist eating this information ???

Tomasz
Valued Contributor II
Hi Christian,

How is mirroring configured?
Depending on what do you mirror, you can get different results.
Network response time is RTT between TCP session establishment packets, while application response time is RTT between first data packets between client and server.
Is it possible that for traffic different than LAN-Internet you don't catch everything?

Regards,
Tomasz
GTM-P2G8KFN