Weekend Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 70percent

MikroTik MTCNA MikroTikCertified Network Associate Exam Exam Practice Test

Demo: 33 questions
Total 108 questions

MikroTikCertified Network Associate Exam Questions and Answers

Question 1

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

Options:

A.

prerouting

B.

forward

C.

output

D.

input

Question 2

If you wish to block user access to MSN messenger, which chain should the firewall rule be placed in?

Options:

A.

input

B.

process

C.

forward

D.

output

Question 3

To use masquerade, you need to specify:

Options:

A.

action=accept, out-interface, chain=src-nat

B.

action=masquerade, out-interface, chain=src-nat

C.

action=masquerade, in-interface, chain=src-nat

D.

action=masquerade, out-interface, chain=dst-nat

Question 4

To block communications between wireless clients connected to the same access point interface, you should set:

Options:

A.

'default-forwarding=no'

B.

'max-station-count=1'

C.

'default-authentication=no'

D.

'default-authentication=no' and 'default-forwarding=no'

Question 5

Action=redirect applies to

Options:

A.

Firewall Filter rules

B.

DST-NAT rules

C.

Route rules

D.

SRC-NAT rules

Question 6

Which router command allows you to view the entire contents of all access lists?

Options:

A.

show all access-lists

B.

show access-lists

C.

show ip interface

D.

show interface

Question 7

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 addresses 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. It is possible to distribute the extra IP addresses without adding another DHCP Server:

Options:

A.

True

B.

False

Question 8

Mark all correct answers.

Options:

A.

/ip firewall filter allows to deny authentication to AP

B.

Wireless access-list could allow and deny connect to your AP

C.

Default-Forwarding could be enabled for a specific clients by wireless access-list

D.

The only way to prevent wireless clients connections - disable wireless interface

Question 9

Evaluate the following information:

Access Point configuration:

-- wlan1 is in 'AP-Bridge' mode

-- Bridge1 has wlan1 and ether1 as ports

CPE configuration:

-- wlan1 is in 'Station-Bridge' mode

-- Bridge1 has wlan1 and ether1 as ports

Select protocols that will pass from ether1 on the CPE to ether1 on the Access Point:

Options:

A.

IPv4

B.

ARP

C.

USB

D.

BGP

E.

Firewire

F.

IPv6

G.

DHCP

Question 10

Which of the following is NOT a valid MAC Address?

Options:

A.

80:GF:AA:67:13:5D

B.

95:B5:DD:EE:78:8A

C.

88:0C:00:99:5F:EF

D.

EA:BA:AA:EE:FF:CB

E.

13:16:86:53:89:43

Question 11

Which type of encryption could be used to establish a connection with a simple passkey without using a 802.1X authentication server?

Options:

A.

WPA PSK/WPA2 PSK

B.

WPA EAP/WPA2 EAP

Question 12

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

Question 13

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

Question 14

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

Question 15

A PC with IP 192.168.1.2 can access internet, and static ARP has been set for that IP address on gateway. When the PC Ethernet card failed, the user changed it with a new card and set the same IP for it. What else should be done? [multiple answers]

Options:

A.

Old static ARP entry on gateway has to be updated for the new card

B.

Nothing – it will work as before

C.

MAC-address of the new card has to be changed to MAC address of old card

D.

Another IP has to be added for Internet access

Question 16

You want to transfer existing '/ip firewall filter' configuration from one router to a new system.

Choose the best possible way to do:

Options:

A.

Export only '/ip firewall filter'

B.

Create backup only of '/ip firewall filter' rules

C.

Create backup, edit backup file and restore on target router

D.

Export global configuration and remove everything apart from '/ip firewall filter'

Question 17

Choose all valid host address ranges for subnet 15.242.55.62/27

Options:

A.

15.242.55.33 – 15.242.55.62

B.

15.242.55.32 – 15.242.55.63

C.

15.242.55.31 – 15.242.55.62

D.

15.242.55.33 – 15.242.55.63

Question 18

RouterOS log messages are stored on disk by default

Options:

A.

True

B.

False

Question 19

If a packet comes to a router and starts a new, previously unseen connection, which connection state would be applied to it?

Options:

A.

no connection state would be applied to such packet

B.

new

C.

unknown

D.

invalid

E.

established

Question 20

It is possible to create an encrypted PPPoE tunnel in RouterOS:

Options:

A.

True

B.

False

Question 21

In MikroTik RouterOS, Layer 3 communication between 2 hosts can be achieved by using an address subnet of:

Options:

A.

/31

B.

/29

C.

/32

D.

/30

Question 22

Is ARP used in the IPv6 protocol?

Options:

A.

False

B.

True

Question 23

You have 10 users plugged into a hub running 10 Mbps half-duplex. There is a server connected to the switch running 10 Mbps half-duplex as well. How much bandwidth does each host have to the server?

Options:

A.

100 kbps

B.

1 Mbps

C.

2 Mbps

D.

10 Mbps

Question 24

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

Question 25

When sending out an ARP request, an IP host is expecting what kind of address for an answer?

Options:

A.

VLAN ID

B.

IP address

C.

MAC Address

D.

802.11g

Question 26

What is the default TTL (time to live) on a router that an IP packet can experience before it will be discarded?

Options:

A.

60

B.

30

C.

1

D.

64

Question 27

Which firewall chain would be used to block a client's MSN traffic on a router?

Options:

A.

static

B.

forward

C.

output

D.

input

Question 28

From which of the following locations can you obtain Winbox?

Options:

A.

Router’s webpage

B.

Files menu in your router

C.

Via the console cable

D.

mikrotik.com

Question 29

Mark all the features that can be used for limiting client registrations to your access point:

Options:

A.

access-list

B.

wpa

C.

WDS

D.

registration-table

Question 30

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

Options:

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

Question 31

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

Question 32

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

Question 33

Mark all features that are compatible with Nstreme

Options:

A.

WDS between a device in station-wds mode and a device in station-wds mode

B.

Encryption

C.

WDS between a device in ap-bridge mode with a device in station-wds mode

D.

Bridging a device in station mode with a device in ap-bridge mode

Demo: 33 questions
Total 108 questions