
1. Which type of route is typically put into the routing table by a software process?
(a) Dynamic
(b) Static
(c) Active
(d) Blackhole
2. What will a route become when the connection to its gateway is lost?
(a) Invalid
(b) Blackhole
(c) Prohibit
(d) Unreachable
3. Two static routes for 10.10.10.0/24 are configured by an administrator:
/ip route
add dst-address=10.10.10.0/24 gateway=172.16.1.2/30 distance=1
add dst-address=10.10.10.0/24 gateway=172.16.1.6/30 distance=2
Which gateway will be used first if both gateways are reachable?
(a) 172.16.1.2
(b) 172.16.1.6
(c) 172.16.1.1
(d) 172.16.1.5
4. Static routes have a lower AD than Connected routes.
(a) True
(b) False
5. Which type of route will force a router to silently discard traffic to a destination address?
(a) Prohibit
(b) Unreachable
(c) Blackhole
(d) Dynamic
6. Which route option makes a router regularly verify a gateway is still online?
(a) ping-gateway
(b) check-gateway
(c) arp-gateway
(d) verify-gateway
7. A route entered into the table by RouterOS for a dynamic tunnel that’s being used to route
traffic will have which flags set?
(a) AC
(b) AS
(c) AD
(d) SD
8. Which type of route will force a router to discard traffic to a destination address and return
an ICMP message to the sender?
(a) Prohibit
(b) Unreachable
(c) Blackhole
(d) Dynamic
9. The following commands are entered:
/ip route
add dst-address=0.0.0.0/0 gateway=17.25.36.1,132.45.76.1
What distance value will be automatically assigned to the route?
(a) 0
(b) 1
(c) 5
(d) 10
10. An OSPF route will be chosen before a RIP route for the same given source and destination
addresses.
(a) True
(b) False