MTCRE Exam Practice Questions
MTCRE Exam Practice Questions
To securely bridge two remote networks at Layer 2, methods like EoIP over IPsec or EoIP over SSTP can be used. These methods leverage tunneling protocols with encryption to extend Layer 2 connectivity across disparate networks securely .
If a router receives a packet with TTL=1, the packet will not be forwarded. When the TTL reaches zero, routers typically drop the packet and send an ICMP Time Exceeded message back to the sender to notify them the packet was not delivered due to TTL expiration .
Packets directed towards a 'blackhole' route are dropped on the router. No ICMP message is sent back to the source, and there is no attempt of forwarding or rerouting the packets, resulting in quiet discarding .
To implement OSPF on a MikroTik router, both an interface and a network must be added to the OSPF configuration. This dual addition allows the OSPF process to recognize which interfaces should run OSPF and what networks should participate in OSPF routing .
When an IP host sends an ARP request, it expects to receive a MAC address in response. The ARP process is used to map IP addresses to MAC addresses, which are needed for communication on a local network .
The correct gateway for a packet directed to the IP address 10.1.1.6 is 5.6.6.6. This conclusion is based on the routing table which has a more specific route (10.1.1.4/30) matching closer to the destination IP than the broader 10.1.1.0/24 network .
To ensure a static route acts as a failover when using dynamic routing protocols like OSPF, the administrative distance of the static route should be increased. This allows the static route to become operational when OSPF routes are unavailable, thus maintaining network resilience without manual intervention .
The correct route that packets will take from router A to router F is A-C-F. This is chosen based on the specific options provided, which likely map out various network topographies or routing configurations where A-C-F is considered optimal or correct within certain constraints such as shortest path or policy routing .
'Netwatch' can be used to trigger static routes when OSPF fails. It monitors network availability and can automate changes such as enabling static routes if the primary OSPF protocol stops functioning, thus ensuring continued connectivity .
A system administrator can increase the administrative distance of a static route so that it is used only when the dynamic routing (OSPF) fails. By adjusting the distance, the static route becomes a lower priority option unless the preferred routes become unavailable, thus creating an automatic failover mechanism .


