MTCRE-Module-01: Static Routing
OBJECTIVES- Static Routing/Default Route ECMP(Equal Cost Multi-Path) How to force gateway over specific interface. Gateway reachability check and route distance. Routing mark and route policy. Recursive next-hop and scope/target-scope usages. 1. Static Routing in MikroTik RouterOS Static routing in MikroTik means manually defining the path that packets should use to reach a destination network. It is mainly used in: Enterprise networks ISP environments Multi-WAN setups VPN routing Traffic engineering Backup internet links MikroTik routing configuration is done mainly from: /ip route "or" BASIC STATIC ROUTING CONFIGURATION: TOPOLOGY INFO - LAN NETWORK: 10.0.100.0/24 ROUTER GATEWAY: 10.0.100.254 ISP GATEWAY: 192.168.68.1 WAN IP : 192.168.68.100/24 Example for Basic Static Route (GUI/TERMINAL): Step-01: Click on "IP" => Routes => Click on "NEW", and fill the following field for basic static/default routes=> Apply + OK. Step-02: Ultimat...