Hello,
I've configured a ProCurve 2910al to send sFlow data to my SolarWinds collector. For the most part everything is working fine except the switch starts sending data from ports I haven't selected.
For instance, on the SolarWinds NTA collector I've configured the port 48 as a NetFlow Source. On the switch I've configured sampling and polling on port 48. After The switch has run for a few minutes it starts sending data for other ports.
Here's some output from the switch. I deleted the sflow 1 configuration and then recreate it. After a couple of minutes you see that it's added port 47. Although not shown in this output, I've also tried setting ports 1-47 to 0 (disabled) - same result.
Any ideas?
Thanks.
Suite 150 - xxx.41 - 2910al(config)# sh sflow 1 destination
Destination Instance : 1
sflow : Enabled
Datagrams Sent : 9553
Destination Address : 10.xxx.xxx.125
Receiver Port : 2055
Owner : Administrator, CLI-Owned, Instance 1
Timeout (seconds) : 2147468842
Max Datagram Size : 1400
Datagram Version Support : 5
Suite 150 - xxx.41 - 2910al(config)# sh sflow 1 sampling-polling
Port | Sampling Dropped | Polling
| Enabled Rate Header Samples | Enabled Interval
----- + ------- -------- ------ ---------- + ------- --------
19 Yes(1) 20000 128 0 Yes(2) 20
20 Yes(1) 20000 128 0 Yes(2) 20
38 Yes(1) 20000 128 0 Yes(2) 20
41 Yes(1) 2000 128 0 Yes(2) 20
42 Yes(1) 20000 128 0 Yes(2) 20
48 Yes(1) 50 128 3554 Yes(1) 20
Suite 150 - xxx.41 - 2910al(config)# no sflow 1
Suite 150 - xxx.41 - 2910al(config)# sflow 1 destination 10.xxx.xxx.125 2055
Suite 150 - xxx.41 - 2910al(config)# sflow 1 sampling 48 50
Suite 150 - xxx.41 - 2910al(config)# sflow 1 polling 48 20
Suite 150 - xxx.41 - 2910al(config)# sh sflow 1 sampling-polling
Port | Sampling Dropped | Polling
| Enabled Rate Header Samples | Enabled Interval
----- + ------- -------- ------ ---------- + ------- --------
48 Yes(1) 50 128 0 Yes(1) 20
..... A FEW MINUTES LATER ........
Suite 150 - xxx.41 - 2910al(config)# sh sflow 1 sampling-polling
Port | Sampling Dropped | Polling
| Enabled Rate Header Samples | Enabled Interval
----- + ------- -------- ------ ---------- + ------- --------
42 Yes(1) 20000 128 0 Yes(2) 20
48 Yes(1) 50 128 0 Yes(1) 20
Suite 150 - xxx.41 - 2910al(config)#