0% found this document useful (0 votes)
1K views6 pages

Soal Mtcna

The document contains questions about MikroTik RouterOS configuration. It discusses wireless access lists, limiting the number of connected clients, queue configuration for bandwidth limits, and NAT rules for redirecting traffic.

Uploaded by

B. Jati Lestari
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)
1K views6 pages

Soal Mtcna

The document contains questions about MikroTik RouterOS configuration. It discusses wireless access lists, limiting the number of connected clients, queue configuration for bandwidth limits, and NAT rules for redirecting traffic.

Uploaded by

B. Jati Lestari
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

1.

When viewing the routes in Winbox, some routes will show "DAC" in the first
column. These flags mean:
A. Dynamic, Active, Console
B. Dynamic, Active, Connected
C. Direct, Available, Connected
D. Dynamic, Available, Created

6. During a scan, in order to see all the available wireless frequencies that
are supported by the card, the following option must be selected in the
wireless card's "Frequency Mode":
A. superchannel
B. regulatory domain
C. manual txpower

7. 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. Public IP address of the webserver must be installed on the NAT Router


B. A route between the NAT Router and the webserver must exist
C. Connection Tracking must be enabled on NAT router
D. in ip firewall NAT there should be a dst-nat between the public ip of the
router and the private ip of the webserver
E. LAN address of the webserver should be routable on the internet

8. Is it possible to limit how many clients are able to connect to an access


point?
A. No it's not possible at all
B. Yes, but only with access-lists
C. Yes

9. The highest queue priority is


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

10. How many different priorities can be selected for queues in MikroTik
RouterOS?
A. 16
B. 1
C. 8
D. 0

11. What is marked by connection-state=established matcher?


A. Packet belongs to an existing connection,for example a reply packet or a
packet which belongs to already replied connection
B. Packet is related to, but not part of an existing connection
C. Packet does not correspond to any known connection
D. Packet begins a new TCP connection

12. PPP Secrets are used for


A. PPPoE clients
B. L2TP clients
C. IPSec clients
D. PPP clients
E. PPtP clients
F. Router users

13. How long is level 1 (free) license valid?


A. 1 month
B. 24 hours
C. 1 year
D. Infinite time

14. What is the correct action for a NAT rule on a router that should
intercept SMTP traffic and send it over to a specified mail server?
A. tarpit
B. dst-nat
C. passthrough
D. redirect

24. What does the firewall action "Redirect" do? Select all true statements.
A. Redirects a packet to a specified port on the router
B. Redirects a packet to a specified IP
C. Redirects a packet to the router
D. Redirects a packet to a specified port on a host in the network

16. Why is it useful to set a Radio Name on the radio interface?


A. To identify a station in the Access List
B. To identify a station in Neighbor discovery
C. To identify a station in a list of connected clients

21. In which order are the entries in Access List and Connect List processed?

A. By Signal Strength Range


B. In sequence order
C. In a random order
D. By interface name

5. /interface wireless access-list is used for

A. Handles a list of Client's MAC Address to permit/deny connection to AP


B. Shows a list of Client's MAC Address that are already registered at AP
C. Contains the security profiles settings
D. Authenticate Hotspot users

19. For static routing functionality, additionally to the RouterOS 'system'


package, you will also need the following software package:
A. no extra package required
B. advanced-tools
C. routing
D. dhcp

10.Select minimal set of software packages in RouteOS required to configuring


a wireless AP

A.advanced-tools
B.routing
C.system
D.dhcp
E.wireless

1. Which features are removed when advanced-tools package is uninstalled?

A. neighbors
B. LCD support
C. ip-scan
D. ping
E. netwatch
F. bandwidth-test

20. What is the minimal possible wireless configuration to create an Access


Point?
A. DFS mode
B. WDS
C. scan-list
D. radio name
E. mode
F. frequency
G. band
H. ssid

3. Mark all correct statements about /export (rsc file).

A. Exports logs from /log print


B. Exports full configuration of the router
C. Exports only part of the configuration (for example /ip firewall)
D. Exports scripts from /system script
E. Exports files could not edited

20. 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, edit backup file and restore on target router
D. Create backup only of '/ip firewall filter' rules

21. 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 pcq-rate=256000 pcq-classifier=src-address
B. kind=pcq pcq-rate=1256000 pcq-classifier=dst-address
C. kind=pcq pcq-rate=256000 pcq-classifier=dst-address
D. kind=pcq pcq-rate=5000000 pcq-classifier=src-address
E. kind=pcq pcq-rate=5000000 pcq-classifier=dst-address

22. Which of the following Routes statuses are possible?


A. A = Active
B. C = Connected
C. S = Static
D. D = Drop

9. Which is the default port of IP-Winbox?


A. UDP 8291
B. TCP 80
C. TCP 8291
D. TCP 8192

14. When using routing option 'check-gateway=ping' after how many timeouts is
gateway considered unreachable:
A. 4
B. 1
C. 2
D. 3

17.When using routing option 'check-gateway=ping' what is the ICMP echo


request interval (in seconds)?
A. 30s
B. 20s
C. 10s
D. 60s

15.The 'check-gateway' option is enabled for one route. Select all statements
that are true:
A.In case of failure of the gateway, routes pointing to that gateway will
become inactive
B.Gateway is checked every 10 seconds and after 2 failures, the gateway is
considered unreacheable
C.Gateway is checked every 10 seconds and after a single failure, the gateway
is considered unreacheable
D.Check gateway option can be configured for Ping, ARP and RARP (reverse ARP)

19. Which option in the configuration of a wireless card must be disabled to


cause the router to permit ONLY known clients listed in the access list to
connect?

A. Security Profile
B. Default Forward
C. Enable Access List
D. Default Authenticate

17. To block communications between wireless clients connected to the same


access point interface, you should set
A. 'default-forwarding=no'
B. 'max-station-count=1'
C. 'default-authentication=no'
D. 'default-authentication=no' and 'default-forwarding=no'

20. A routing table has following entries:

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.1.1
B. 10.1.5.126
C. 10.1.1.2
D. 25.1.1.1
22. Simple Queue number 0 defines 2M for upload and download for target IP
10.10.0.33.
Simple Queue number 1 defines 4M for upload and download for target IP
10.10.0.33.
Client 10.10.0.33 is be able to obtain
A. 6M upload/download
B. 0M upload/download
C. 4M upload/download
D. 2M upload/download

2. What is the correct action to be specified in the NAT rule to hide a


private network when communicating to the outside world?
A. masquerade
B. allow
C. passthrough
D. tarpit

8. MikroTik RouterOS commands can be run once a day by:


A. /system watchdog
B. /system cron
C. /system scheduler

11. How many wireless clients can connect, when wireless card is configured to
mode=bridge ?
A. 1
B. 100
C. 2007
D. 2

16. In the Route List, the identification DAb for a route stands for
A. direct - active - bgp
B. direct - acknowledge - backup
C. dynamic - active - backup
D. dynamic - active - bgp

25. What can be used as ’target-address’ in the simple queue?


A. client’s MAC address
B. server’s address
C. address list name
D. client’s address

23. What kind of users are listed in the "/user" menu?


A. router users
B. wireless users
C. hotspot users
D. pptp users

11. In RouterOS queue configurations the word "total" usually represents


A. download - upload
B. upload
C. upload + download
D. Download
2. Which of the protocols below is used by Netinstall?
A. arp
B. bootp
C. dhcp
D. rarp

13. Which is a default baud-rate of currently manufactured RouterBOARDs?


A. 115200
B. 9600
C. 38400
D. 11520

19.Possible actions of ip firewall filter are:


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

7. Action=redirect allows you to make

A. Transparent DNS Cache


B. Forward DNS to another device IP address
C. Enable Local Service
D. Transparent HTTP Proxy

Destination NAT (chain dstnat, action dst-nat) can be used to:


A. Change destination port
B. Direct users from the Internet to a server within your local network
C. Change source port
D. Hide your local network from the Internet

Which option in the configuration of a wireless card must be disabled to cause the router to permit
ONLY known clients listed in the access list to connect

You might also like