DUMP MTCNA

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 38

QUESTION: 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. It is possible to


distribute the extra IP address without adding another DHCP Server:

A. True
B. False

QUESTION: 3

What wireless card can we use to achieve 100 Mbps actual wireless throughput?

A. 802.11 b/g
B. 802.11 a/b/g
C. 802.11 a
D. 802.11 a/n
E. 802.11 a/b/g/n

Answer(s): A

QUESTION: 4

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.

A. False
B. True

Answer(s): A

In a network with dozens of switches, how many root bridges would you have?

A. 1
B. 2
C. 5
D. 12

Answer(s): A

For a Simple Queue to apply a bandwidth restrictions on a bridged interface, following must
be done:

A. Configure an IP address on the bridge interface


B. Use mangle to mark the connections
C. Associate the Simple Queue to the bridge interface
D. Enable 'Use IP Firewall' in bridge settings

Answer(s): B

QUESTION: 7

What layer in the TCP/IP stack is equivalent to the Transport layer of the OSI model?

A. Application
B. Host-to-Host
C. Internet
D. Network Access

Answer(s): B

QUESTION: 9

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

A. The router does not have an operating system


B. The router is connected only to a wireless network
C. You do not know the password of the router
D. The router is connected only to a secondary Ethernet port

Answer(s): B,D

QUESTION: 10
Which of the following protocols uses both TCP and UDP?

A. FTP
B. SMTP
C. Telnet
D. DNS

Answer(s): D

QUESTION: 11

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

Answer(s): A

QUESTION: 12

In MikroTik RouterOS, Layer3 communication between 2 hosts can be achieved by using an


address subnet of:

A. /31
B. /29
C. /32
D. /30

Answer(s): B,C,D

QUESTION: 13

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

Answer(s): A,C

QUESTION: 14

What is the default protocol/port of (secure) winbox?

A. UDP/5678
B. TCP/22
C. TCP/8291
D. TCP/8080

Answer(s): C

QUESTION: 15

Which computers would be able to communicate directly (without any routers involved):

A. 192.168.17.15/29 and 192.168.17.20/28


B. 10.5.5.1/24 and 10.5.5.100/25
C. 10.10.0.17/22 and 10.10.1.30/23
D. 192.168.0.5/26 and 192.168.0.100

Answer(s): B,C

QUESTION: 16

Which of the protocols below is used by Netinstall?

A. arp
B. bootp
C. dhcp
D. rarp
Answer(s): B

QUESTION: 17

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

Answer(s): A

QUESTION: 18

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

A. prerouting and output


B. forward and output
C. prerouting and forward
D. input and output
E. forward and postrouting

Answer(s): B

QUESTION: 19

On the advanced menu of the wireless setup there is a parameter called "Area", it works
directly with:

A. Connect List
B. Access List
C. None of these
D. Security Profile

Answer(s): A
You can not use OSPF and RIP routing protocols simultaneously on the RouterOS.

A. FALSE
B. TRUE

Answer(s): A

QUESTION: 21

In which situations Netinstall can not be used to install RouterOS on a RouterBOARD?

A. The router is connected only to a secondary Ethernet port


B. The router does not have an operating system
C. The router is connected only to a wireless network
D. The password of the router is not known

Answer(s): C

QUESTION: 22

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?

A. Users
B. IP bindings
C. Walled-garden
D. Walled-garden IP

Answer(s): C

QUESTION: 23

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

Answer(s): C

QUESTION: 24

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

Answer(s): B

QUESTION: 25

What does a VLAN do?

A. Acts as the fastest port to all servers.


B. Provides multiple collision domains on one switch port.
C. Breaks up broadcast domains in a layer 2 switch internetwork.
D. Provides multiple broadcast domains within a single collision domain.

Answer(s): C

QUESTION: 26

Is action=masquerade allowed in chain=dstnat?

A. yes, but only if dst-addr is specified


B. yes
C. yes, but it works only for incoming connections
D. no

Answer(s): D
QUESTION: 27

What menus should be used to allow certain websites to be accessed from behind a Hot-Spot
interface, without client authentication?

A. ip Hot-Spot ip-binding
B. ip Hot-Spot profile
C. ip Hot-Spot walled-garden
D. ip Hot-Spot walled-garden ip

Answer(s): C

QUESTION: 28

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

Answer(s): B,D

QUESTION: 29

The DoD model (also called the TCP/IP stack) has four layers. Which layer of the DoD
model is equivalent to the Network layer of the OSI model?

A. Application
B. Host-to-Host
C. Internet
D. Network Access

Answer(s): C
QUESTION: 30

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

A. True
B. False

Answer(s): A

QUESTION: 31

If your router is facilitating a CSU/DSU, which of the following commands do you need to
use to provide the router with a 64000bps serial link?

A. RouterA(config)#bandwidth 64
B. RouterA(config-if)#bandwidth 64000
C. RouterA(config-if)#clock rate 64
D. RouterA(config-if)#clock rate 64000

Answer(s): D

QUESTION: 32

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

Answer(s): B
QUESTION: 33

One host on an internal network is accessing an external web page through a MikroTik router
that is doing source NAT. Select correct statement about the packets that flow from that web
page to the host ?

A. Packets go through the input chain


B. Packets go through the forward chain
C. Packets go through the output chain
D. Packets go through the input chain before the routing decision and after that through
output chain

Answer(s): B

QUESTION: 34

Which of the following commands will allow you to set your Telnet password on a Cisco
router?

A. line telnet 0 4
B. line aux 0 4
C. line vty 0 4
D. line con 0

Answer(s): C

QUESTION: 35

Which of the following are valid IP addresses?

A. 10.10.14.0
B. 192.168.256.1
C. 192.168.13.255
D. 1.27.14.254
E. 255.255.256.0
Answer(s): A,C,D

QUESTION: 36

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

Answer(s): B

QUESTION: 37

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?

A. /ip firewall filter add chain=forward srcaddress=192.168.99.1 dst-


address=192.168.1.10 action=drop
B. /ip firewall filter add chain=forward srcaddress=192.168.0.0/24 dst-
address=192.168.1.10 action=drop
C. /ip firewall filter add chain=input srcaddress=192.168.99.1 dst-address=192.168.1.10
action=drop
D. /ip firewall nat add chain=dstnat srcaddress=192.168.99.1 dst-address=192.168.1.10
action=drop

Answer(s): C
QUESTION: 38

Which of the following is used in standard 802.11 wireless networks?

A. CSMA/CA
B. CDMA
C. FDD
D. CSMA/CD

Answer(s): A

QUESTION: 39

What command is used to create a backup configuration?

A. copy running backup


B. copy running-config startup-config
C. config mem
D. wr mem

Answer(s): B

QUESTION: 40

When backing up your router by using the `Export' command, the following happens:

A. Winbox usernames and passwords are backed up


B. The Export file can be edited with a standard text editor after its creation
C. You are requested to give the export file a name
D. Not necessary
E. Depends

Answer(s): B,C
QUESTION: 41

Select minimal set of software packages in RouteOS required to configuring a wireless AP

A. Wireless
B. advanced-tools
C. dhcp
D. routing
E. System

Answer(s): A,E

QUESTION: 42

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. 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. Connection Tracking must be enabled on NAT router
D. A route between the NAT Router and the webserver must exist
E. LAN address of the webserver should be routable on the internet

Answer(s): B,D

QUESTION: 43

In order to use dynamic keys in your wireless security profile for an AP, you MUST set up
the dhcp server to provide the dynamic keys.

A. true
B. false
Answer(s): B

QUESTION: 44

What does the command routerA(config)#line cons 0 allow you to perform next?

A. Set the Telnet password.


B. Shut down the router.
C. Set your console password.
D. Disable console connections.

Answer(s): C

QUESTION: 45

Where is a hub specified in the OSI model?

A. Session layer
B. Physical layer
C. Data Link layer
D. Application layer

Answer(s): B

QUESTION: 46

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

A. copy tftp run


B. copy tftp start
C. config net
D. copy tftp flash

Answer(s): D
QUESTION: 47

MAC layer by OSI model is also known as

A. Layer 2
B. Layer 1
C. Layer 6
D. Layer 7
E. Layer 3

Answer(s): A

QUESTION: 48

How many usable IP addresses are there in a 20bit subnet?

A. 4096
B. 4094
C. 2046
D. 2048
E. 2047

Answer(s): B

QUESTION: 49

Collisions are possible in fullduplex Ethernet networks.

A. true
B. false

Answer(s): B
QUESTION: 50

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

A. input
B. process
C. forward
D. output

Answer(s): C

QUESTION: 51

Which of the following describe the DHCP Discover message?

It uses FF:FF:FF:FF:FF:FF as a layer 2 broadcast.

It uses UDP as the Transport layer protocol.

It uses TCP as the Transport layer protocol.

It does not use a layer 2 destination address.

A. 1 only
B. 1 and 2
C. 3 and 4
D. 4 only

Answer(s): B

QUESTION: 52
What protocol is used to find the hardware address of a local device?

A. RARP
B. ARP
C. IP
D. ICMP

Answer(s): B

QUESTION: 53

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 Radio Name
C. Use the same Band (5 GHz, 2.4 GHz, ...)

Answer(s): A,C

QUESTION: 54

How often are BPDUs sent from a layer 2 device?

A. Never
B. Every 2 seconds
C. Every 10 minutes
D. Every 30 seconds

Answer(s): B

QUESTION: 55
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 change it with a new card and set the
same IP for it. What else should be done? [multiple answers]

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

Answer(s): A,C

QUESTION: 56

Which default route will be active?

/ip route

add disabled=no distance=10 dst-address=0.0.0.0/0 gateway=1.1.1.1

add disabled=no distance=5 dst-address=0.0.0.0/0 gateway=2.2.2.2

A. Route via gateway 2.2.2.2


B. Route via gateway 1.1.1.1

Answer(s): A

QUESTION: 57

Which layer 4 protocol is used for a Telnet connection?

A. IP
B. TCP
C. TCP/IP
D. UDP

Answer(s): B
QUESTION: 58

Your Company has been assigned a 172.16.25.0/25 network from your ISP. What are the
possible options to divide the network into subnets?

A. one /23 and one /27


B. four times /27
C. two times /24
D. two times /26

Answer(s): D

QUESTION: 59

A client that has successfully connected to a wireless network is considered to be which of


the following? Choose all that apply.

A. Authenticated
B. Associated
C. Unauthenticated
D. Unassociated

Answer(s): A

QUESTION: 60

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

Answer(s): A,D
QUESTION: 61

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

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

Answer(s): A,C,D

QUESTION: 62

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

A. False
B. True

Answer(s): A

QUESTION: 63

What protocol does ping use?

A. TCP
B. ARP
C. UDP
D. ICMP

Answer(s): D
QUESTION: 64

To use masquerade, you need to specify

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

Answer(s): B

QUESTION: 65

Which statements are true regarding ICMP packets?

ICMP guarantees datagram delivery.

ICMP can provide hosts with information about network problems.

ICMP is encapsulated within IP datagrams.

ICMP is encapsulated within UDP datagrams.

A. 1 only
B. 2 and 3
C. 1 and 4
D. All of the above

Answer(s): B

QUESTION: 66

What letters appear next to a route, which is automatically created by RouterOS when user
adds a valid address to an active interface?

A. I
B. D
C. A
D. S
E. C

Answer(s): B,C,E

QUESTION: 67

Which of the following Routes statuses are possible?

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

Answer(s): A,B,C

QUESTION: 68

Which protocol does DHCP use at the Transport layer?

A. IP
B. TCP
C. UDP
D. ARP

Answer(s): C

QUESTION: 69

What command will display the line, protocol, DLCI, and LMI information of an interface?

A. sh pvc
B. show interface
C. show frame-relay pvc
D. show run

Answer(s): B

QUESTION: 70

If ARP=reply-only is configured on an interface, tcarmehis interface will

A. accept all IP addresses listed in '/ip arp' as static entries


B. add new MAC addresses in '/ip arp' list
C. accept IP and MAC address combinations listed in '/ip arp' list
D. accept all MAC-addresses listed in '/ip arp' as static entries
E. add new IP addresses in '/ip arp' list

Answer(s): A

QUESTION: 71

Select valid MACaddress

A. G2:60:CF:21:99:H0
B. 00:00:5E:80:EE:B0
C. AEC8:21F1:AA44:54FF:1111:DDAE:0212:1201
D. 192.168.0.0/16

Answer(s): B

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

A. 155, 0x9B
B. 157, 0x9D
C. 159, 0x9F
D. 185, 0xB9

Answer(s): B

QUESTION: 73

Which firewall chain should you use to filter ICMP packets from the router itself?

A. input
B. postrouting
C. forward
D. output

Answer(s): A

QUESTION: 74

How long is an IPv6 address?

A. 32 bits
B. 128 bytes
C. 64 bits
D. 128 bits

Answer(s): D

QUESTION: 75
If you use either Telnet or FTP, which is the highest layer you are using to transmit data?

A. Application
B. Presentation
C. Session
D. Transport

Answer(s): A

QUESTION: 76

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

Answer(s): A

QUESTION: 77

Which command is used to determine if an IP access list is enabled on a particular interface?

A. show access-lists
B. show interface
C. show ip interface
D. show interface access-lists

Answer(s): B

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

A. Dynamic, Available, Created


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

Answer(s): B

QUESTION: 79

Which of the following are layers in the TCP/IP model?

Application

Session

Transport

Internet

Data Link

Physical

A. 1 and 2
B. 1, 3 and 4
C. 2, 3 and 5
D. 3, 4 and 5

Answer(s): B

QUESTION: 80

How many layers does Open Systems Interconnection model have?

A. 6
B. 9
C. 5
D. 7
E. 12

Answer(s): D

QUESTION: 81

Choose all valid hosts address range for subnet 15.242.55.62/27

A. 15.242.55.3315.242.55.62
B. 15.242.55.3215.242.55.63
C. 15.242.55.3115.242.55.62
D. 15.242.55.3315.242.55.63

Answer(s): A

QUESTION: 82

What are the two main types of access control lists (ACLs)?

Standard

IEEE

Extended

Specialized

A. 1 and 3
B. 2 and 4
C. 3 and 4
D. 1 and 2

Answer(s): A
QUESTION: 83

Which of the following protocols / port s are used for SNMP. (Simple Network Managemnt
Protocol)

A. TCP 25
B. TCP 161
C. UDP 162
D. TCP 162
E. TCP 123
F. UDP 161

Answer(s): C,F

QUESTION: 84

Select all tunnels that support authentication of clients with a username and password.

A. PPPoE
B. OpenVPN
C. IPIP
D. PPTP/L2TP
E. EoIP

Answer(s): A

QUESTION: 85

If ARP=reply-only is configured on an interface, this interface will

A. accept all MAC-addresses listed in '/ip arp' as static entries


B. accept IP and MAC address combinations listed in '/ip arp' list
C. add new MAC addresses in '/ip arp' list
D. add new IP addresses in '/ip arp' list
E. accept all IP addresses listed in '/ip arp' as static entries

Answer(s): A
QUESTION: 86

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

A. 100 kbps
B. 1 Mbps
C. 2 Mbps
D. 10 Mbps

Answer(s): D

QUESTION: 87

Which of the following allows a router to respond to an ARP request that is intended for a
remote host?

A. Gateway DP
B. Reverse ARP (RARP)
C. Proxy ARP
D. Inverse ARP (IARP)

Answer(s): C

QUESTION: 88

Which one of the following is true regarding VLANs?

A. Two VLANs are configured by default on all Cisco switches.


B. VLANs only work if you have a complete Cisco switched internetwork. No off-brand
switches are allowed.
C. You should not have more than 10 switches in the same VTP domain.
D. VTP is used to send VLAN information to switches in a configured VTP domain.

Answer(s): D

QUESTION: 89

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

Answer(s): D

QUESTION: 90

What is necessary for PPPoE client configuration?

A. Interface (on which PPPoE client is going to work)


B. Static IP address on PPPoE client interface
C. ip firewall nat masquerade rule

Answer(s): A

QUESTION: 91

In RouterOS queue configurations the word "total" ussually represents

A. download
B. upload + download
C. download - upload
D. upload
Answer(s): B

QUESTION: 92

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

Answer(s): C

QUESTION: 93

Consider a wireless access point with mode=ap-bridge. What is the maximum number of
concurrent clients that can connect to it?

A. 2007
B. 2012
C. 2048
D. 1024

Answer(s): A

QUESTION: 94
There are two wireless cards (wlan1 and wlan2) which are bridged together. On wlan1 card
there is a setting "Forwarding=no". Choose the correct answer(s):

A. Stations on wlan2 will be able to communicate with stations on wlan2


B. Stations on wlan2 will be able to communicate with stations on wlan1
C. Stations on wlan1 will be able to communicate with stations on wlan1
D. To prevent communication between wlan1 and wlan2 one cannot use Bridge Filters
E. Stations on wlan1 will be able to communicate with stations on wlan2

Answer(s): D

QUESTION: 95

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

A. FQDN Address
B. IP Address
C. Interface Address
D. MAC Address

Answer(s): D

QUESTION: 96

Which class of IP address provides a maximum of only 254 host addresses per network ID?

A. Class A
B. Class B
C. Class C
D. Class D

Answer(s): C

QUESTION: 97
Which statements are true regarding ICMP packets?

They acknowledge receipt of a TCP segment.

They guarantee datagram delivery.

They can provide hosts with information about network problems.

They are encapsulated within IP datagrams.

A. 1 only
B. 2 and 3
C. 3 and 4
D. 2, 3 and 4

Answer(s): C

QUESTION: 98

What protocol does PPP use to identify the Network layer protocol?

A. NCP
B. ISDN
C. HDLC
D. LCP

Answer(s): A

QUESTION: 99

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

A. no connection state would be applied to such packet


B. new
C. unknown
D. invalid
E. established

Answer(s): B

QUESTION: 100

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

A. Radius
B. Running
C. Remote

Answer(s): A

QUESTION: 101

How many wireless clients can connect, when wireless card is configured to mode=bridge?

A. 1
B. 100
C. 2007
D. 2

Answer(s): A

QUESTION: 102

NAT rule is going to catch SMTP traffic and send it to a specific mail server.
What is the correct action for a NAT rule?

A. passthrough
B. dst-nat
C. redirect
D. tarpit

Answer(s): B

QUESTION: 103

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

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

Answer(s): B

QUESTION: 104

Mark the queue types that are available in RouterOS

A. SFQ Stochastic Fairness Queuing


B. DRR Deficit Round Robin
C. FIFO First In First Out (for Bytes or for Packets)
D. LIFO Last In First Out
E. PCQ Per Connection Queuing
F. RED Random Early Detect (or Drop)

Answer(s): A,C,E,F

QUESTION: 105

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

A. To identify a station in a list of connected clients


B. To identify a station in Neighbor discovery
C. To identify a station in the Access List:

Answer(s): C

QUESTION: 106

MikroTik RouterOS commands can be run once a day by:

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

Answer(s): C

QUESTION: 107

A network ready device is directly connected to a MikroTik RouterBOARD 750 with a


correct U.T.P. RJ45 functioning cable. The device is configured with an IPv4 address of
192.168.100.70 using a subnet mask of 255.255.255.252. What will be a valid IPv4 address
for the RouterBOARD 750 for a successful connection to the device?

A. 192.168.100.69/255.255.255.252
B. 192.168.100.70/255.255.255.252
C. 192.168.100.71/255.255.255.252
D. 192.168.100.68/255.255.255.252

Answer(s): A

QUESTION: 108

It is possible to add user-defined chains in ip firewall mangle


A. True
B. False

Answer(s): A

QUESTION: 109

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

A. show all access-lists


B. show access-lists
C. show ip interface
D. show interface

Answer(s): B

QUESTION: 110

Which of the following protocols / port s are used for SNMP. (Simple Network Management
Protocol)

A. TCP 162
B. UDP 162
C. UDP 161
D. TCP 25
E. TCP 123
F. TCP 161

Answer(s): B,C

QUESTION: 111

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. the required route is not in the routing table
D. 5.6.6.6

Answer(s): D

QUESTION: 112

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 able to obtain:

A. 6M upload/download
B. 0M upload/download
C. 4M upload/download
D. 2M upload/download

Answer(s): D

You might also like