Rabu, 07 Oktober 2015

Conto Soal Ujian MTCNA

Bagi kalian yang mau mengikuti Uji Sertifikasi Mikrotik, cobalah ini untuk latihan sebelum kalian melakukannya langsung. Ada pun bagi kalian yang punya info lain yang bermanfaat silahkan join disini. Thanks.

SELAMAT MENGERJAKAN GUYS.



1. Consider the attached diagram:
In order for Router 1 to see all of the networks the following commands could be used (choose all answers that could work)

A. /routing add dst-address=0.0.0.0/0 gateway=10.10.0.2
B. /ip route add dst-address=0.0.0.0/0 gateway=10.10.0.2
C. /ip route add dst-address=172.16.0.0/24 gateway=10.10.0.2, /ip route add dst-address=172.32.0.0/24 gateway=10.50.0.2
D. /ip route add dst-address=172.16.0.0/24 gateway=10.10.0.2, /ip route add dst-address=172.32.0.0/24 gateway=10.10.0.2

2. Possible actions of ip firewall filter are:

A. tarpit
B. add-to-list
C. log
D. tarp
E. accept
F. bounce


3. The highest queue priority is

A. 256
B. 16
C. 8
D. 1


4. Which software version can be installed onto the following RouterBoard types?

A. routeros-x86-x.xx.npk on a RB1100
B. routeros-powerpc-x.xx.npk on a RB333
C. routeros-mipsle-x.xx.npk on RB133
D. routeros-mipsbe-x.xx.npk on a RB133
E. routeros-mipsbe-x.xx.npk on a RB433


5. You need to reboot a RouterBoard after importing a previously exported rsc file to activate the new configuration.





6. What is the meaning of letter "R" on an active session in the menu PPP Active Connections?

A. Remote
B. Radius
C. Running


7. The connect-list is used by ROS to determine which access point a card configured in station mode is allowed to connect to.



8. RouterOS DHCP server is able to send any DHCP options (specified in RFCs) to DHCP clients



9. You wish to secure your RouterOS system. You do not want the RouterOS to be discoverable using MNDP or CDP. You also want to deny management via the MAC addresses on all interfaces. Select the correct actions to accomplish this.



A. Remove/Disable all discovery interfaces
B. Add a Deny All input firewall rule
C. Place a proper forward firewall rule to block mac discovery
D. Remove/Disable all interfaces under mac-Server winbox
E. Remove/Disable all interfaces under mac-server telnet
F. Remove/Disable the Interfaces
G. Place a proper input firewall rule to block mac discovery


10. The following image shows a RouterOS Wireless Access List configuration.

Wireless interface "Default Authenticate" is unchecked. What will happen with clients connecting to this AP?

A. Client with mac-address 00:0C:42:31:38:A2 will connect to wlan1
B. 00:0C:42:31:38:A2 will connect to wlan1 when the signal strength is greater than -60
C. No client is able to connect to the Wireless Access Point.
D. 00:0C:42:61:6C:90 client will connect to wlan1

11. To connect your MikroTik router to a wireless access point, you have to:

A. Use the same Radio Name
B. Use the same SSID as on accesspoint
C. Use the same Band (5 GHz, 2.4 GHz, ...)


12. Can you manually add drivers to RouterOS in case your PCI Ethernet card is not recognized, and you suspect it is a driver issue?

A. No
B. Yes


13. What does the firewall action "log" do?

A. It adds a prefix to the packet and passes it through
B. It logs and blocks the packet
C. It blocks and logs the packet
D. It logs the packet


14. Which are necessary sections in /queue simple to set bandwidth limitation?

A. target-address, dst-address
B. target-address, dst-address, max-limit
C. max-limit
D. target-address, max-limit


15. In case when router login password is lost, it is necessary to reinstall RouterOS or use hardware reset funcion.



16. In the Route List, the identification DAb for a route stands for

A. direct - acknowledge - backup
B. direct - active - bgp
C. dynamic - active - backup
D. dynamic - active - bgp


17. Router A and B are both running as PPPoE servers on different broadcast domains of your network. It is possible to set Router A to use "/ppp secret" accounts from Router B to authenticate PPPoE customers.



18. When viewing the routes in Winbox, some routes will show "DAC" in the first column. These flags mean:



A. Dynamic,Available,Created
B. Direct,Available,Connected
C. Dynamic,Active,Connected
D. Dynamic,Active,Console


19. It is possible to have PPTP Client and PPTP server on one MikroTik router at the same time.



20. What action should be used to inform source that packets reached destination, but was not accepted ?

A. action=drop
B. action=accept
C. action=tarpit
D. action=reject


21. How many different priorities can be selected for queues in MikroTik RouterOS?

A. 1
B. 0
C. 16
D. 8


22. 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. A route between the NAT Router and the webserver must exist
B. in ip firewall NAT there should be a dst-nat between the public ip of the router and the private ip of the webserver
C. LAN address of the webserver should be routable on the internet
D. Public IP address of the webserver must be installed on the NAT Router
E. Connection Tracking must be enabled on NAT router


23. For static routing functionality, additionally to the RouterOS 'system' package, you will also need the following software package:

A. advanced-tools
B. routing
C. no extra package required
D. dhcp


24. PPPoE server only works within one Ethernet broadcast domain that it is connected to. And if there is a router between server and end-user host, it will not be able to create PPPoE tunnel to said PPPoE server.



25. Using wireless connect-list it’s possible to prioritize connection to one Access Point over another Access Point by changing the order of the entries.