# how to make OTA receive sflows
# WARNING: netflow will be disabled and sflow enable, OTA can not work with both as of version 1.0

cp /etc/rc.d/init.d/optrafficd /etc/rc.d/init.d/optrafficd-netflow
service optrafficd stop
cp /usr/local/opmon/util/ota/optrafficd-sflow /etc/rc.d/init.d/optrafficd
cp /usr/local/opmon/util/ota/sfacctd.conf /etc/pmacct/.
service optrafficd start


# port 6343 should be listening
# uppon opmon update, the process must mu redone
#
# may the force be wth us all!
#
#
