1. Which of the protocols below is used by Netinstall?
A. arp///
B. dhcp
C. bootp
D. rarp
2. PPP Secrets are used for
A. Router users
B. PPtP clients
C. L2TP clients
D. IPSec clients
E. PPP clients
F. PPPoE clients
3. It is required to make a web server on a private LAN visible on the Public
Internet. Only the web server port should be visible to the public. Which
of the following configuration steps must be met. (select all that apply)
A. in ip firewall NAT there should be a dstnat between the public ip of the router
and the private ip of the webserver
B. Connection Tracking must be enabled on NAT router
C. A route between the NAT Router and the webserver must exist
D. LAN address of the webserver should be routable on the internet
E. Public IP address of the webserver must be installed on the NAT Router
4. In the Route List, the identification DAb for a route stands for
A. direct acknowledge backup
B. direct active bgp
C. dynamic active bgp
D. dynamic active backup
5. How many different priorities can be selected for queues in MikroTik RouterOS?
A. 0
B. 16
C. 1
D. 8
6. Which port does PPTP use by default?
A. UDP 1721
B. TCP 1721
C. UDP 1723
D. TCP 1723
7. Select minimal set of software packages in RouteOS required to configuring a
wireless AP
A. dhcp
B. wireless
C. system
D. advancedtools
E. routing
8. Action=redirect applies to
A. Route rules
B. DSTNAT rules
C. SRCNAT rules
D. Firewall Filter rules
9. Which route will be used to reach host [Link]?
/ip route
add disabled=no distance=1 dstaddress=[Link]/24 gateway=[Link]
add disabled=no distance=1 dstaddress=[Link]/25 gateway=[Link]
add disabled=no distance=1 dstaddress=[Link]/16 gateway=[Link]
A. Route via gateway [Link]
B. Route via gateway [Link]
C. Route via gateway [Link]
10. MikroTik RouterOS commands can be run once a day by:
A. /system scheduler
B. /system watchdog
C. /system cron
11. Firewall configuration is the following:
1) /ip firewall filter add chain=input protocol=icmp action=jump jumptarget=ICMP
2) /ip firewall filter add chain=input protocol=icmp action=log logprefix=ICMPDENY
3) /ip firewall filter add chain=input protocol=icmp action=drop
4) /ip firewall filter add chain=ICMP protocol=icmp action=drop log=yes log-
prefix=JUMPICMPDENY
Client sends "ping" to router. What will the router do?
A. Router will log it with prefix: ICMPDENY
B. Router will drop the packet at ICMP (jump) chain drop rule (4th rule)
C. Router will drop the packet at the Input drop rule (3rd rule)
D. Router will log it with prefix: JUMPICMPDENY
12. You want to transfer existing '/ip firewall filter' configuration from one
router to a new system. Choose the best possible way to do:
A. Export global configuration and remove everything apart from '/ip firewall
filter'
B. Export only '/ip firewall filter'
C. Create backup only of '/ip firewall filter' rules
D. Create backup, edit backup file and restore on target router
13. What is possible with Netinstall?
A. MikroTik RouterOS reinstall
B. MikroTik RouterOS password reset with saving router's configuration
C. MikroTik RouterOS configuration reset
14. Router has wireless and ethernet client interfaces, all client interfaces are
bridged. To create a DHCP service for all clients, DHCP server must be
configured on:
A. Ethernet and wireless interfaces
B. Only on the bridge interface
C. Every bridge port
D. DHCP service is not possible in this setup
15. For static routing functionality, additionally to the RouterOS 'system'
package, you will also need the following software package:
A. routing
B. advancedtools
C. dhcp
D. no extra package required
16. A routing table has following entries:
0 dstaddress=[Link]/24 gateway=[Link]
1 dstaddress=[Link]/24 gateway=[Link]
2 dstaddress=[Link]/24 gateway=[Link]
3 dstaddress=[Link]/25 gateway=[Link]
Which gateway will be used for a packet with destination address [Link]?
A. [Link]
B. [Link]
C. [Link]
D. [Link]
17. You want to use PCQ and allow 256k maximum download and upload for each client.
Choose correct argument values for the required queue.
A. kind=pcq pcqrate=5000000 pcqclassifier=dstaddress
B. kind=pcq pcqrate=256000 pcqclassifier=srcaddress
C. kind=pcq pcqrate=256000 pcqclassifier=dstaddress
D. kind=pcq pcqrate=5000000 pcqclassifier=srcaddress
E. kind=pcq pcqrate=1256000 pcqclassifier=dstaddress
18. A client that has successfully connected to a wireless network is considered to
be which of the following? Choose all that apply:
A. Authenticated
B. Unauthenticated
C. Associated
D. Unassociated
19. To understand the operation of bridges it is essential to understand the
operation of switches. Select which of the following characterize the
correct operation of bridges and switches:
A. Both switches and bridges forward link layer broadcast
B. Switches operate on link layer while bridges operate on physical layer
C. Both bridges and switches forward traffic based on layer 2 addresses
D. Bridges are more robust and faster than switches
E. Switches are mainly software based while bridges are hardware based
20. In RouterOS queue configurations the word "total" usually represents
A. upload
B. upload + download
C. download
D. download upload
21. Is it possible to limit how many clients are able to connect to an access
point?
A. Yes
B. No it's not possible at all
C. Yes, but only with accesslists