Script to find and delete SIP connections in Mikrotik RouterOS

Script to find and delete SIP connections in Mikrotik RouterOS

This is handy when you only want to force SIP connections to re-establish:

/ip firewall connection remove [/ip firewall connection find where connection-type=sip and assured=no] 

    • Related Articles

    • RouterOS Script to Find iPhones

        This script will find devices in the DHCP Server leases list with a string in the device name. The purpose is to find iPhones so we can rate limit their upload, so as to not consume all our uplink bandwidth on slow connections by putting them on an ...
    • RouterOS Script to Set Master Port

        This script will set a series of ports to use one port as their master. Paste the script into a terminal or paste it to a notepad file named .rsc and import it. Edit the variables as described in the script and then run it. system script add ...
    • MikroTik UserManager Automatic Rate Limits

        Usermanager is MikroTik?s version of radius and is a great way to centralize AAA on your network. In addition, it also has facility to allow users to buy credits on your network through hotspot, however, the only limitation it can automatically ...
    • Using MikroTik LHG as a UE With a Baicells eNodeB

      If you want to use a MikroTik LHG CPE as a UE with your Baicells eNodeB, this blog post explains how.  Also shown is the tricky nature of inserting the SIM Card in the LHG. LEARN MORE
    • How to Log Into a Mikrotik Router

      After you have installed the RouterOS software, or turned on the Router for the first time, there are various ways how to connect to it: Accessing Command Line Interface (CLI) via Telnet, SSH, serial cable or even keyboard and monitor if your router ...