Summer Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: cramtreat

MTCNA MikroTikCertified Network Associate Exam Questions and Answers

Questions 4

Which of the following is the decimal and hexadecimal equivalents of the binary number 10011101?

Options:

A.

155, 0x9B

B.

157, 0x9D

C.

159, 0x9F

D.

185, 0xB9

Buy Now
Questions 5

Which of the protocols below is used by Netinstall?

Options:

A.

arp

B.

bootp

C.

dhcp

D.

rarp

Buy Now
Questions 6

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:

Options:

A.

Ethernet and wireless interfaces

B.

DHCP service is not possible in this setup

C.

Every bridge port

D.

Only on the bridge interface

Buy Now
Questions 7

Which command is used to upgrade an IOS on a Cisco router?

Options:

A.

copy tftp run

B.

copy tftp start

C.

config net

D.

copy tftp flash

Buy Now
Questions 8

The basic unit of a physical network (OSI Layer 1) is the:

Options:

A.

Frame

B.

Bit

C.

Byte

D.

Header

Buy Now
Questions 9

Where is a hub specified in the OSI model?

Options:

A.

Session layer

B.

Physical layer

C.

Data Link layer

D.

Application layer

Buy Now
Questions 10

For user in local PPP Secrets/PPP Profiles database, it is possible to:

Options:

A.

Allow/deny use of more than one login by this user

B.

Allow login by PPPoE and PPTP, but deny login by L2TP

C.

Set max values for transferred data (Rx/Tx)

D.

Allow only PPPoE login

E.

Deny services (like telnet) only for this user or for one group of users

Buy Now
Questions 11

Is action=masquerade allowed in chain=dstnat?

Options:

A.

yes, but only if dst-addr is specified

B.

yes

C.

yes, but it works only for incoming connections

D.

no

Buy Now
Questions 12

Select valid subnet masks:

Options:

A.

255.192.0.0

B.

255.255.192.255

C.

192.0.0.0

D.

255.255.224.0

Buy Now
Questions 13

How long is level 1 (demo) license valid?

Options:

A.

24 hours

B.

Infinite time

C.

1 month

D.

1 year

Buy Now
Questions 14

Which firewall chain should you use to filter clients' HTTP traffic going through the router?

Options:

A.

prerouting

B.

forward

C.

output

D.

input

Buy Now
Questions 15

If you need to make sure that one computer in your Hot-Spot network can access the Internet without Hot-Spot authentication, which menu allows you to do this?

Options:

A.

Users

B.

IP bindings

C.

Walled-garden

D.

Walled-garden IP

Buy Now
Questions 16

What is the term for the hardware coded address found on an interface?

Options:

A.

FQDN Address

B.

IP Address

C.

Interface Address

D.

MAC Address

Buy Now
Questions 17

In RouterOS queue configurations the word “total” usually represents:

Options:

A.

download

B.

upload + download

C.

download - upload

D.

upload

Buy Now
Questions 18

/interface wireless access-list is used for:

Options:

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 Hot-Spot users

Buy Now
Questions 19

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

Options:

A.

client’s MAC address

B.

server’s address

C.

address list name

D.

client’s address

Buy Now
Questions 20

How many layers does the Open Systems Interconnection model have?

Options:

A.

6

B.

9

C.

5

D.

7

E.

12

Buy Now
Questions 21

It is possible to create a configuration where VLAN and PPTP interfaces are bridged together.

Options:

A.

TRUE

B.

FALSE

Buy Now
Questions 22

Which of these are possible solutions to bridge two networks over a wireless link:

Options:

A.

Both devices in AP mode and enable WDS mode

B.

One device in AP mode, another one in station-pseudobridge-clone

C.

One device in AP mode, another one in station-pseudobridge

D.

One device in AP mode, another one in station

Buy Now
Questions 23

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

Options:

A.

True

B.

False

Buy Now
Questions 24

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

Options:

A.

Use the same SSID as on accesspoint

B.

Use the same Radio Name

C.

Use the same Band (5 GHz, 2.4 GHz, ...)

Buy Now
Questions 25

What does the firewall action "log" do?

Options:

A.

It logs and blocks the packet

B.

It blocks and logs the packet

C.

It adds a prefix to the packet and passes it through

D.

It logs the packet

Buy Now
Questions 26

Consider the following network diagram. In R1, you have the following configuration:

/ip route

add dst-address=192.168.1.0/24 gateway=192.168.99.2

/ip firewall nat

add chain=srcnat out-interface=Ether1 action=masquerade

On R2, if you wish to prevent all access to a server located at 192.168.1.10 from LAN1 devices, which of the following rules would be needed?

Options:

A.

/ip firewall filter add chain=forward src-address=192.168.99.1 dst-address=192.168.1.10 action=drop

B.

/ip firewall filter add chain=forward src-address=192.168.0.0/24 dst-address=192.168.1.10 action=drop

C.

/ip firewall filter add chain=input src-address=192.168.99.1 dst-address=192.168.1.10 action=drop

D.

/ip firewall nat add chain=dstnat src-address=192.168.99.1 dst-address=192.168.1.10 action=drop

Buy Now
Questions 27

The correct order for PPPoE discovery stage is:

Options:

A.

Initialization, Session confirmation, Request and Offer

B.

Initialization, Offer, Request and Session confirmation

C.

Request, Initialization, Session confirmation and Offer

D.

Request, Offer, Initialization and Session confirmation

Buy Now
Questions 28

MAC layer by OSI model is also known as

Options:

A.

Layer 2

B.

Layer 1

C.

Layer 6

D.

Layer 7

E.

Layer 3

Buy Now
Questions 29

What is the correct action to be specified in the NAT rule to hide a private network when communicating to the outside world?

Options:

A.

masquerade

B.

allow

C.

passthrough

D.

tarpit

Buy Now
Questions 30

RouterOS log messages are stored on disk by default

Options:

A.

True

B.

False

Buy Now
Questions 31

Consider the following diagram. We want to communicate from a device on LAN1 (192.168.0.0/24) to a device on LAN2 (192.168.1.0/24). Assuming that all necessary configurations are already included on R2, which of the following configurations in R1 would enable this communication?

Options:

A.

/ip route add dst-address=192.168.1.0/24 src-address=192.168.0.0/24 gateway=192.168.99.2

B.

/ip route add dst-address=0.0.0.0/0 gateway=Ether1

C.

/ip route add dst-address=192.168.0.0/24 gateway=192.168.0.1

D.

/ip route add dst-address=192.168.1.0/24 gateway=192.168.99.2

E.

/ip route add dst-address=0.0.0.0/0 gateway=192.168.99.2

Buy Now
Questions 32

Mangle Routing (routing-mark) is possible, by using chains:

Options:

A.

prerouting and output

B.

forward and output

C.

prerouting and forward

D.

input and output

E.

forward and postrouting

Buy Now
Questions 33

Netinstall can be used to

Options:

A.

Keep configuration, but reset a lost admin password

B.

Reinstall software without losing licence

C.

Install different software version (upgrade or downgrade)

D.

Install package for different hardware architecture

Buy Now
Exam Code: MTCNA
Exam Name: MikroTikCertified Network Associate Exam
Last Update: Jun 15, 2025
Questions: 108
MTCNA pdf

MTCNA PDF

$29.75  $84.99
MTCNA Engine

MTCNA Testing Engine

$35  $99.99
MTCNA PDF + Engine

MTCNA PDF + Testing Engine

$47.25  $134.99