Comware Based
1753873 Members
7591 Online
108809 Solutions
New Discussion юеВ

sflow on R2210 HPE 5900

 
pw-europe
Occasional Advisor

sflow on R2210 HPE 5900

Hi,

I enabled the sflow agent, configured a collector and added flow/counter staments to the config of a physical interface (a layer 2 802.1q trunk). No sflow sampled data was recived at the collector. I tried a second collector service but still no slow sampled data.

Has anyone been able to run sflow on Comware 7 R2210??

Regards

3 REPLIES 3
johnk3r
Respected Contributor

Re: sflow on R2210 HPE 5900

Hello !

Cannot the problem be related to the SFLOW port on the switch side and the collector?

Post your settings here and the output of the command:

display sflow
**************************************
ATP FLEXNETWORK V3 | ACSA
pw-europe
Occasional Advisor

Re: sflow on R2210 HPE 5900

 sflow agent ip 10.199.254.50
 sflow collector 1 ip 10.20.10.40 port 9000 description test
#

interface Vlan-interface1104

desc SVI with ip address specified in sflow sgent config
 ip address 10.199.254.50 255.255.255.252

#

# verification that the 5900 can communicate with the sflow collector

ping 10.20.10.40
PING 10.20.10.40 (10.20.10.40): 56 data bytes, press CTRL_C to break
56 bytes from 10.20.10.40: icmp_seq=0 ttl=62 time=1.333 ms
56 bytes from 10.20.10.40: icmp_seq=1 ttl=62 time=2.748 ms

#

interface Ten-GigabitEthernet1/0/5

desc 802.1q interface with sflow sampling enabled
 port link-type trunk
 port trunk permit vlan all
 sflow flow collector 1
 sflow sampling-rate 1000
 sflow counter collector 1
 sflow counter interval 60
 qos trust dscp
#

dis sflo
sFlow datagram version: 5
Global information:
Agent IP: 10.199.254.50(CLI)
Source address:  
Collector information:
ID    IP              Port  Aging      Size VPN-instance Description
1     10.20.10.40     9000  N/A        1400              test                   
Port information:
Interface      CID   Interval(s) FID   MaxHLen Rate       Mode      Status
XGE1/0/5       1     60          1     128     1000       Random    Active

johnk3r
Respected Contributor

Re: sflow on R2210 HPE 5900

Your setting is correct.

Is not blocking port 9000 between the switch and the collector occurring? Some firewall or ACL ...

**************************************
ATP FLEXNETWORK V3 | ACSA