nerdexam
MikroTik

MTCNA · Question #115

Consider the following diagram. We want to communicate from a device on LAN1 to a device on LAN2. Assuming that all necessary configurations are already included on R2, which of the following…

The correct answer is D. /ip route add dst-address=192.168.1.0/24 gateway=192.168.99.2. See the full explanation below for the reasoning.

Question

Consider the following diagram. We want to communicate from a device on LAN1 to a device on LAN2. 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

How the community answered

(21 responses)
  • A
    10% (2)
  • B
    14% (3)
  • D
    71% (15)
  • E
    5% (1)

Community Discussion

No community discussion yet for this question.

Full MTCNA Practice