cancel
Showing results for 
Search instead for 
Did you mean: 

Sending flow data from a switch direct to ExtremeAnalytics (without a flowcollector engine)

Sending flow data from a switch direct to ExtremeAnalytics (without a flowcollector engine)

Yves_Haslimann
New Contributor III
Hello everybody

I would like to configure the Extreme Switches (x440-G2, with version 22.4) to sending sflow/netflow data direct to the Extreme Analytics. I heard this is now possible without having a flowcollector enginge like PV FC-180 installed. Is this true? Because I couldn't find any referenced documentation to this. Thank you very much for your feedback.

Best regards, Yves
41 REPLIES 41

Anonymous
Not applicable
Well..

I've disable CoS in policy and did an enforce, well I think that's what I've done - see below:

dc1cd6a70a0a4a8daa65971985f76f89_RackMultipart20180704-8093-umogfu-Policy3_inline.png



When you look on the switch there is a lot of config that policy originally added, and it doesn't get removed, even removing a CoS from a role (had to do that manually as previously stated):

configure ports group "Default (IRL.1)" add 1-52
configure ports group "Default (TXQ.0)" add 1-52
configure qosscheduler strict-priority ports "Default (TXQ.0)"
configure qosprofile QP1 maxbuffer 100 weight 1 ports "Default (TXQ.0)"
configure qosprofile QP2 maxbuffer 100 weight 1
configure qosprofile QP2 maxbuffer 100 weight 1 ports "Default (TXQ.0)"
configure qosprofile QP3 maxbuffer 100 weight 1
configure qosprofile QP3 maxbuffer 100 weight 1 ports "Default (TXQ.0)"
configure qosprofile QP4 maxbuffer 100 weight 1
configure qosprofile QP4 maxbuffer 100 weight 1 ports "Default (TXQ.0)"
configure qosprofile QP5 maxbuffer 100 weight 1
configure qosprofile QP5 maxbuffer 100 weight 1 ports "Default (TXQ.0)"
configure qosprofile QP6 maxbuffer 100 weight 1
configure qosprofile QP6 maxbuffer 100 weight 1 ports "Default (TXQ.0)"
configure qosprofile QP7 maxbuffer 100 weight 1
configure qosprofile QP7 maxbuffer 100 weight 1 ports "Default (TXQ.0)"
configure qosprofile QP8 maxbuffer 100 weight 1 ports "Default (TXQ.0)"
configure dot1p type 0 qosprofile QP1 ingress-meter ingmeter0
configure dot1p type 1 qosprofile QP2 ingress-meter ingmeter1
configure dot1p type 2 qosprofile QP3 ingress-meter ingmeter2
configure dot1p type 3 qosprofile QP4 ingress-meter ingmeter3
configure dot1p type 4 qosprofile QP5 ingress-meter ingmeter4
configure dot1p type 5 qosprofile QP6 ingress-meter ingmeter5
configure dot1p type 6 qosprofile QP7 ingress-meter ingmeter6
configure dot1p type 7 qosprofile QP8 ingress-meter ingmeter7
configure vr VR-Default delete protocol mpls
configure cos-index 8 qosprofile QP4 replace-tos 64
configure meter ingmeter2 committed-rate 10000000 Kbps out-actions drop ports "Default (IRL.1)"
configure meter ingmeter3 committed-rate 10000000 Kbps out-actions drop ports "Default (IRL.1)"
configure access-list vlan-acl-precedence shared
configure access-list rule-compression port-counters shared

So apologies if this might seem like a daft question but do you know how I can fully remove all the CoS settings, perhaps just by manually removing all the config above?

I tried removing the meters but it complained about being in use elsewhere, probably the 'configure dot1p' command.

Before I start removing all the config, and its only a POC so its no big deal, I just wanted to see if there was an easier way and that I'm going about it correctly.

Many thanks.

fwiw, you should be able to have telemetry and policy on the x440G2, but I doubt you can have CoS settings as well. You should check why you still have a cos configured. did you try without the meters?

Anonymous
Not applicable
No worries. Thanks for helping out on this Stephane. It is quite a challenge, just doesn't seem a clear way to see what's using the slices. Even when policy is disabled and all the ACL config is removed 3 are still consumed, but not sure what?

Tried everything I can fined from compression, shared, dedicated, double ACLs, but nothing is effecting or reducing the values.

There is definitely a dark art to it somewhere 🙂

You should not see that line imho.

Anonymous
Not applicable
There are no TCi Overwrites configured and removed all the CoS settings, as can been seen in the screenshot below for one example I set the CoS to 'none'

20846cdcd91545919c6c67b2aed8ec7f_RackMultipart20180703-80788-7xn0as-Policy1_inline.png



But even after an enforce the cos value stays persistent in the policy configuration on the switch?

20846cdcd91545919c6c67b2aed8ec7f_RackMultipart20180703-67275-ph6mwc-Policy2_inline.png



So manually removed this but still no difference to amount of ACL slices used.
GTM-P2G8KFN