Display active IP sessions

Good evening…

As I deal with IoT programming but also IoT testing of competitive products I would like to ask if there is a similar command like in JunOS to show source/destination address/port of active sessions.

In JunOS you just do a:

show security flow session

I found something that outputs to ntop, which is overkill…
Is there a similar command in the CLI?


thanx in advance
richard

Maybe:

/ip firewall connection print

?

Great..perfect…thanks :slight_smile: