MikroTik
MTCNA · Question #161
Which default route will be active? /ip route add disabled=no distance=10 dst-address=0.0.0.0/0 gateway=1.1.1.1 add disabled=no distance=5 dst-address=0.0.0.0/0 gateway=2.2.2.2
The correct answer is A. Route via gateway 2.2.2.2. See the full explanation below for the reasoning.
Question
Which default route will be active? /ip route add disabled=no distance=10 dst-address=0.0.0.0/0 gateway=1.1.1.1 add disabled=no distance=5 dst-address=0.0.0.0/0 gateway=2.2.2.2
Options
- ARoute via gateway 2.2.2.2
- BRoute via gateway 1.1.1.1
How the community answered
(22 responses)- A77% (17)
- B23% (5)
Community Discussion
No community discussion yet for this question.