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

339 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 answers

0
helcode 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
pranav On

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