Which command sets the MTU on Ether1 to 1500?

Prepare for the MikroTik Certified Network Associate Exam. Enhance your skills with diverse modules, adaptive quizzes, and detailed explanations. Ace your certification with confidence!

Multiple Choice

Which command sets the MTU on Ether1 to 1500?

Explanation:
Setting an exact MTU on a specific interface uses the syntax: /interface ethernet set <interface> mtu=<value>. To set Ether1 to 1500, you specify the interface name and the desired MTU: /interface ethernet set ether1 mtu=1500. This updates only that interface’s maximum transmission unit to 1500 bytes, which is the standard Ethernet payload size. The other commands don’t meet the requirement: changing Ether1 to 1499 would set a different MTU, not the requested 1500; changing to 1502 on Ether1 would exceed what’s being asked; and targeting Ether2 affects a different interface entirely.

Setting an exact MTU on a specific interface uses the syntax: /interface ethernet set mtu=. To set Ether1 to 1500, you specify the interface name and the desired MTU: /interface ethernet set ether1 mtu=1500. This updates only that interface’s maximum transmission unit to 1500 bytes, which is the standard Ethernet payload size.

The other commands don’t meet the requirement: changing Ether1 to 1499 would set a different MTU, not the requested 1500; changing to 1502 on Ether1 would exceed what’s being asked; and targeting Ether2 affects a different interface entirely.

Subscribe

Get the latest from Passetra

You can unsubscribe at any time. Read our privacy policy