Please find the details below of my mikrotik snapshot to configure the static route and default route
in GUI and CMD as well .
As we know the default route is for forwarding all the traffic towards internet so the router will
forward all the traffic to your gateway and Basically it's required to configure when we are connecting to ISP .
Default route example.
/ip route add dst-address=0.0.0.0/0 gateway=192.168.1.1 distance=1
The static route is required when we want to provide the reach-ability to any particular network .
Static route Example.
/ip route add dst-address=10.0.0.0/24 gateway=192.168.1.1 distance=1
in GUI and CMD as well .
As we know the default route is for forwarding all the traffic towards internet so the router will
forward all the traffic to your gateway and Basically it's required to configure when we are connecting to ISP .
Default route example.
/ip route add dst-address=0.0.0.0/0 gateway=192.168.1.1 distance=1
The static route is required when we want to provide the reach-ability to any particular network .
Static route Example.
/ip route add dst-address=10.0.0.0/24 gateway=192.168.1.1 distance=1
No comments:
Post a Comment