Hi all.. I'm trying to implement IPFIX with OVS(version 1.11 ) using following command ..
ovs-vsctl -- set Bridge br0 ipfix=@i -- --id=@i create IPFIX targets=\" 192.168.1.200:4739\" obs_domain_id=123 obs_point_id=456 My setup is follows.... [ OVS switch (br0) ] - IPFIX enabled / \ / \ / \ PC-1 PC-2(collector) 192.168.1.20 192.168.1.200 When i use the above command,it gets pushed successfully with valid ipfix id.However the problem is that after using the above command i'm not able to ping the two PCs. I am able to run NETFLOW properly on this setup. Can you please help regarding this. #ovs-vsctl list ipfix _uuid : 5af00eeb-477a-464c-8002-5421ef4355fc external_ids : {} obs_domain_id : 123 obs_point_id : 456 sampling : [] targets : ["192.168.1.200:4739"] Also can you recommend me some valid ipfix collector.Currently i am using solarwinds netflow collector for this. THANKS Regards.. Abhishek Jain
_______________________________________________ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss