Home Buy About Jobs Hardware Software Support Training: Account
Home Buy About Jobs Hardware Software Support Training: Account
• buy
• about
• jobs
• hardware
• software
• support
• training
• account
• Logout [email protected]
00:59:28
1. MikroTik router needs to forward IP-packet targeted to 11.12.4.5. Router routing table has
3 routes,
A. Nowhere.
Host will get "destination host unreachable".
B. 1
C. 3
D. 2
A. Static Route
B. BGP Route
C. Connected Route
D. OSPF Route
3. When creating a route, using the type "unreachable" sends a "network is unreachable" TCP
message to the sender.
A. 192.168.0.2
B. 192.168.0.3
C. 192.168.0.1
D. 192.168.0.4
5. Consider the following diagram. Assuming that all the necessary configuration has already
been done on R2 (proxy-arp is disabled), to communicate from a device on LAN1 to a device
on LAN2, which of the following configurations on R1 would enable this?
6. In OSPF to ensure that remote routing decision will be made based on both external and
internal metrics, you should set redistribution as:
A. as-type-2
B. as-type-0
C. as-type-1
D. as-type-3
/ip route
add disabled=no distance=1 dst-address=192.168.1.0/24 gateway=1.1.1.1
add disabled=no distance=1 dst-address=192.168.1.0/25 gateway=2.2.2.2
add disabled=no distance=1 dst-address=192.168.0.0/16 gateway=3.3.3.3
A. UDP
B. ICMP
C. Broadcast
D. TCP
E. Multicast
10. In an OSPF based network, you wish to force one particular router to always be the
Designated Router. You should set the priority value of that router to:
A. 0
B. 1
C. 255
12. It is possible to create a configuration where VLAN and PPTP interfaces are bridged
together.
13. When sending out an ARP request, an IP host is expecting what kind of address for an
answer?
A. 802.11g
B. MAC Address
C. VLAN ID
D. IP address
14. How is PPPoE concentrator discovered?
15. The 'check-gateway' option is enabled for one route. Select all statements that are true:
16. If 'check-gateway' option is enabled on one route it will affect all routes with the same
gateway:
17. Which routing table is used to apply recursive routing at MikroTik RouterOS
A. It is not possible
A. 5.6.6.6
D. 5.5.5.5
A. 1-2048
B. 1-4095
C. 1-2049
D. 1-4096
0 dst-address=10.0.0.0/24 gateway=10.1.5.126
1 dst-address=10.1.5.0/24 gateway=10.1.1.1
2 dst-address=10.1.0.0/24 gateway=25.1.1.1
3 dst-address=10.1.5.0/25 gateway=10.1.1.2
Which gateway will be used for a packet with destination address 10.1.5.126?
A. 10.1.5.126
B. 10.1.1.1
C. 10.1.1.2
D. 25.1.1.1
21. A MikroTik system administrator implemented OSPF Routing protocol in the network. But
realized that he has a static route on the routers. What can be done to make the static route
work as a failover whenever the dynamic routing protocol fails.
22. Router has two gateways to reach a certain network both with check gateway activated.
Choose the option you can use to control active and backup gateway.
A. Routing mark
B. Scope
C. Interface
D. Distance
23. When using routing option 'check-gateway=ping' what is the ICMP echo request interval
(in seconds)?
A. 10s
B. 30s
C. 60s
D. 20s
24. What are the advantages in creating multiple areas in OSPF ? Select all that apply.
25. PPPoE server only works within one Ethernet broadcast domain that it is connected to. If
there is a router between server and end-user host, it will not be able to create PPPoE tunnel
to that PPPoE server.