NEW
Font size
WorksheetsMikroTik Networking Quiz
Total questions: 20
Worksheet time: 10mins
Which command is used to view the current IP address configuration on a MikroTik RouterOS device?
/ip address print
/interface print
/system resource print
/ip route print
What is the default username for logging into MikroTik RouterOS for the first time?
admin
root
user
mikrotik
Which chain in the MikroTik firewall is responsible for filtering packets destined for the router itself?
forward
input
output
prerouting
To allow remote Winbox access only from the 192.168.1.0/24 network, which firewall rule should be used?
Allow input chain for port 8291 from 192.168.1.0/24
Allow forward chain for port 8291 from 192.168.1.0/24
Allow output chain for port 8291 from 192.168.1.0/24
Allow input chain for port 80 from 192.168.1.0/24
Which protocol is commonly used for site-to-site VPNs in MikroTik RouterOS?
PPTP
L2TP
IPsec
SSTP
What is the main purpose of the "Simple Queue" feature in MikroTik RouterOS?
To monitor network traffic
To manage bandwidth allocation
To configure firewall rules
To set up VPN tunnels
Which command is used to add a new user in MikroTik RouterOS?
/user add
/system user add
/add user
/user new
What tool in MikroTik RouterOS can be used to monitor real-time traffic on interfaces?
Torch
Ping
Netwatch
Traceroute
Which of the following is NOT a valid method for connecting to MikroTik RouterOS?
Winbox
SSH
Telnet
FTP
What is the default port for Winbox access on MikroTik devices?
22
80
8291
443
Which firewall chain should be used to filter packets passing through the router from one network to another?
input
output
forward
postrouting
In MikroTik, which feature allows you to limit the maximum upload and download speed for a specific user?
Firewall
Simple Queue
Netwatch
DHCP Server
Which VPN protocol in MikroTik supports encryption by default?
PPTP
L2TP
IPsec
PPPoE
What is the function of the "/tool graphing" feature in MikroTik RouterOS?
To create firewall rules
To visualize bandwidth usage over time
To configure VPN tunnels
To add new users
Which command would you use to see all active users currently logged into the MikroTik router?
/user print
/active user print
/tool user-manager user print
/system resource print
What is the primary purpose of the "Netwatch" tool in MikroTik RouterOS?
To monitor the status of remote hosts
To manage user accounts
To configure firewall rules
To set up VPN tunnels
Which of the following is used to prioritize certain types of traffic over others in MikroTik?
Simple Queue
Firewall Filter
Queue Tree
DHCP Lease
To create a user with read-only access in MikroTik, which group should the user be assigned to?
full
write
read
admin
Which log facility in MikroTik RouterOS is used to record firewall events?
system
firewall
info
error
What is the effect of the following command in MikroTik RouterOS: `/ip firewall filter add chain=input action=drop in-interface=ether1`?
Drops all outgoing packets on ether1
Drops all incoming packets to the router on ether1
Accepts all incoming packets to the router on ether1
Accepts all outgoing packets on ether1
