Sflow activated, agent configured but no data arrive on host
Posted: 29 Sep 2023 05:02
i have an OmniSwitch 6900-X20 with Release 8.4.1.170.R01 (yes i know its pretty old but we try to avoid downtimes..)
i have virtual chassis mode enabled with EMP-VC Interface IP 192.168.0.1 , 255.255.255.0, i can reach the web interface. the emp port is connected untagged into an port of another switch VLAN 99 for management of switches. i have another host where sflow server runs and listens for connections on port 6343 udp with ip 192.168.0.3, 255.255.255.0, so far so good.
i did the command
ip service source-IP EMP-VC 192.168.0.1 sflow
that worked, now the sflow agent is shown as the ip 192.168.0.1. alright
i activated an receiver with following command:
sflow receiver 1 name Receiver address 192.168.0.3
then i activated samplers for the receiver 1 with rate 1 and sample header size 128 (standard) for all ports and activated pollers for all interfaces with receiver 1 and interval 30s.
when i enter
debug sflow dump statistics
it tells me that it sends datagrams for slot 1/1 to receiver 1 for example, i see it is counting upwards.
but at the server 192.168.0.3, there are never arriving any packets on port 6343, i even checked with different software and simple udp tester if there is any traffic coming in, but there is no packet arriving at this port.
the thing i see on the debug sflow dump statistics command is that the emp slot is sending no datagrams, which could be the reason.
so what i want to achieve is that the data of sflow are sent via EMP port to the 192.168.0.3 sflow host, but the data never seem to arrive tho..
i have virtual chassis mode enabled with EMP-VC Interface IP 192.168.0.1 , 255.255.255.0, i can reach the web interface. the emp port is connected untagged into an port of another switch VLAN 99 for management of switches. i have another host where sflow server runs and listens for connections on port 6343 udp with ip 192.168.0.3, 255.255.255.0, so far so good.
i did the command
ip service source-IP EMP-VC 192.168.0.1 sflow
that worked, now the sflow agent is shown as the ip 192.168.0.1. alright
i activated an receiver with following command:
sflow receiver 1 name Receiver address 192.168.0.3
then i activated samplers for the receiver 1 with rate 1 and sample header size 128 (standard) for all ports and activated pollers for all interfaces with receiver 1 and interval 30s.
when i enter
debug sflow dump statistics
it tells me that it sends datagrams for slot 1/1 to receiver 1 for example, i see it is counting upwards.
but at the server 192.168.0.3, there are never arriving any packets on port 6343, i even checked with different software and simple udp tester if there is any traffic coming in, but there is no packet arriving at this port.
the thing i see on the debug sflow dump statistics command is that the emp slot is sending no datagrams, which could be the reason.
so what i want to achieve is that the data of sflow are sent via EMP port to the 192.168.0.3 sflow host, but the data never seem to arrive tho..