How to read a specific ip address in telnet

Hi all,

I have a problem regarding how to read a specific ip address in telnet. I.e. how to filter a specific ip address in ip/firewall/connection. Is there a way to display a specific ip address and how many connections that address is currently active on?

Regards,
Daniel G.

You can use regular expressions:
/ip firewall connection> print where src-address~“1.1.1.1”

Thanks ! Thats great.

Is there a possibility to print both src and dst addresses?

yes
print where src-address~“1.1.1.1” dst-address~“2.2.2.2”