Hello,
How can i configure agentSubId in sflow configuration .

[nicolas-kabylake-8259511d-ffc3-3191-1428-f44d30684975]ovs-vsctl list sflow
_uuid               : 72794c6b-4b70-46b5-887f-31e622684c38
agent               : neoEtap
external_ids        : {}
header              : 128
polling             : 10
sampling            : 100
targets             : ["10.10.0.71:6343", "172.16.10.3:6343"]
[nicolas-kabylake-8259511d-ffc3-3191-1428-f44d30684975]cat /data/ovs.sh
#!/bin/bash
COLLECTOR_IP=[\"172.16.10.3:6343\",\"10.10.0.71:6343\"]
COLLECTOR_PORT=7001
AGENT=neoEtap
HEADER=128
SAMPLING=100
POLLING=10
BRIDGE_NAME=switch0

 ovs-vsctl -- --id=@sflow1 create sflow agent=${AGENT}  \
target=${COLLECTOR_IP} header=${HEADER} \
sampling=${SAMPLING} polling=${POLLING} \
-- set bridge ${BRIDGE_NAME} sflow=@sflow1



agentSubId does not seems in sflow table, however we can see it in sflow
code from ovs.

Regards,
Nicolas Prochazka
_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to