What is term for the hardware coded address found on an interface?
What does this simple queue do (check the image)?
How many usable IP addresses are there in a 20bit subnet?
It is possible to create a configuration where VLAN and PPTP interfaces are bridged together.
Can you manually add drivers to RouterOS in case your PCI Ethernet card is not recognized, and you suspect it is a driver issue?
It is impossible to disable user “admin” at the menu “/user”
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?
The basic unit of a physical network (OSI Layer 1) is the:
To connect your MikroTik router to a wireless access point, you have to:
What is marked by connection-state=established matcher?
Firewall NAT rules process only the first packet of each connection.
What is the main reason the OSI model was created?
Domain name system (DNS) requests can use protocol/port:
/interface wireless access-list is used for
Which of the following is true for connection tracking
You want to use PCQ and allow 256k maximum download and upload for each client. Choose correct argument values for the required queue.
If a packet comes to a router and starts a new, previously unseen connection, which connection state would be applied to it?
To back up an IOS, what command will you use?
When viewing the routes in Winbox, some routes will show "DAC" in the first column. These flags mean:
Select all tunnels that support authentication of clients with a username and password.
Which of the following is the decimal and hexadecimal equivalents of the binary number 10011101?
Which protocol does DHCP use at the Transport layer?
In RouterOS queue configurations the word “total” ussually represents
What PPP protocol provides dynamic addressing, authentication, and multilink?
The network address is
In which order are the entries in Access List and Connect List processed?
What is a stub network?
It is possible to add user-defined chains in ip firewall mangle
Bridging loops can be avoided by enabling:
What wireless card can we use to achieve 100 Mbps actual wireless throughput?
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?
Is action=masquerade allowed in chain=dstnat?