I have a one switch with four hosts connected to it. I want to keep a track of packets at each interface.
How can this be done using ONOS?
I have a one switch with four hosts connected to it. I want to keep a track of packets at each interface.
How can this be done using ONOS?
Keeping track of stats on OVS ports can be done through
SNMP
traps and off-hostSNMP
server. You don't need ONOS for that.This wiki can be a good start.