0% found this document useful (0 votes)
85 views

Home Software Hardware Support Downloads Purchase Training Account Support Logout (Back To Main Menu)

AA

Uploaded by

Kii Kii
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
85 views

Home Software Hardware Support Downloads Purchase Training Account Support Logout (Back To Main Menu)

AA

Uploaded by

Kii Kii
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 6

Search...

 home
 software
 hardware
 support
 downloads
 purchase
 training
 account

 Overview
 Support
 Logout

[Back To Main Menu]

00:12:42
last save: 2015-06-18 08:32:33
1. What is necessary for PPPoE client configuration?
A. Static IP address on PPPoE client interface
B. ip firewall nat masquerade rule
C. Interface (on which PPPoE client is going to work)
2. You have a DHCP server on your MikroTik router. The IP addresses 10.1.2.2-10.2.2.20 are
distributed in the DHCP network. Additionally, 3 static IP address are defined for your servers:
10.1.2.31-10.1.2.33. After a while 20 more IP addresses need to be distributed in the network. Is
it possible to distribute the extra IP address without adding another DHCP Server?
TRUE

3. 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
4. How many wireless clients can connect, when wireless card is configured to mode=bridge ?
A. 100
B. 2
C. 2007
D. 1
5. Which of the following would prevent unknown clients from connecting to your AP? Choose
the BEST answer.
A. Uncheck "Default Authenticate" in the wireless card configuration, and add each known
client's MAC address to your connect-list configuration
B. Uncheck "Default Authenticate" in the wireless card configuration, and add each known
client's MAC address to your access-list configuration ensuring that you enable "authenticate"
in the entry
C. Configure the radius server under "/radius"
D. Check the "Do not permit unknown client" box in the wireless configuration
E. Add each known client's MAC address to your access-list configuration is the only step
needed
6. In Ip Firewall NAT, you can Classify Traffic in SRC Nat Chain based on " in-interface".
FALSE

7. 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
8. Mark all features that can be help to assign bandwidth limitation for a group of users?

A. Mangle
B. NAT
C. Queue Tree
D. Address-list
9. What kind of users are listed in the Secrets window of the PPP menu?
A. wireless users
B. hotspot users
C. winbox users
D. pppoe users
E. l2tp users
F. pptp users
10. 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 interfaces under mac-Server winbox


B. Place a proper forward firewall rule to block mac discovery
C. Remove/Disable all interfaces under mac-server telnet
D. Place a proper input firewall rule to block mac discovery
E. Remove/Disable all discovery interfaces
F. Add a Deny All input firewall rule
G. Remove/Disable the Interfaces
11. What is the default protocol/port of (secure) winbox?
A. TCP/8291
B. TCP/8080
C. UDP/5678
D. TCP/22
12. DHCP server can serve clients without using IP address pool

13. There are two routes in the routing table:


0 dst-addr=10.1.1.0/24 gateway=5.5.5.5
1 dst-addr=10.1.1.4/30 gateway=5.6.6.6

Which gateway will be used to get to the IP address 10.1.1.6?


A. both - half of the traffic will be routed through one gateway, half through the other
B. 5.5.5.5
C. 5.6.6.6
D. the required route is not in the routing table
14. How many different priorities can be selected for queues in MikroTik RouterOS?
A. 1
B. 8
C. 0
D. 16
15. In which order are the entries in Access List and Connect List processed?
A. In sequence order
B. By interface name
C. By Signal Strength Range
D. In a random order
16. Router firewall rules are:
/ip firewall filter add chain=forward action=jump jump-target=custom
/ip firewall filter add chain=custom action=passthrough
/ip firewall filter add chain=forward action=log

When traffic reaches the end of 'chain=custom'. What will happen next?
A. Traffic will be dropped in chain=custom
B. Traffic will be accepted in chain=custom
C. Traffic will be logged in chain=forward
17. 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.
TRUE

18. Action=redirect applies to

A. SRC-NAT rules
B. DST-NAT rules
C. Route rules
D. Firewall Filter rules
19. For user in local ppp secrets/ppp profiles database, it is possible to
A. Allow only pppoe login
B. Deny services (like telnet) only for this user or for one group of users
C. Allow login by pppoe and pptp, but deny login by l2tp
D. Allow/deny use of more than one login by this user
E. Set max values for total transferred bytes (up- and download)
20. To connect your MikroTik router to a wireless access point, you have to:
A. Use the same SSID as on accesspoint
B. Use the same Band (5 GHz, 2.4 GHz, ...)
C. Use the same Radio Name
21. In RouterOS queue configurations the word "total" usually represents
A. download - upload
B. upload
C. upload + download
D. download
22. When adding a static route, you must always ensure that you add both the gateway and the
interface.
FALSE

23. 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.10.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.50.0.2

24. In which situations can Netinstall NOT be used to install a RouterBOARD?


A. You do not know the password of the router
B. The router is connected only to a wireless
network
C. The router is connected only to a secondary
Ethernet port
D. The router does not have an operating system
25. What is the correct action to be specified in the NAT rule to hide a private network when
communicating to the outside world?
A. allow
B. passthrough
C. masquerade
D. tarpit

© Mikrotik : RouterBOARD : Forum : MUM : Training : Wiki : Newsletters : Twitter

You might also like