How to keep a track of packets at each interface in ONOS?

370 Views Asked by At

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?

2

There are 2 best solutions below

0
On

Keeping track of stats on OVS ports can be done through SNMP traps and off-host SNMP server. You don't need ONOS for that.

This wiki can be a good start.

0
On

Just type command "portstats" in ONOS CLI. And you can as well see in ONOS the GUI.