Selasa, 15 Juli 2025

MTCRE

 

1. Which of the following are correct statements?

A. OSPF allows unequal cost load balancing
B. If OSPF router ID is not set manually, then the lowest IP address configured on an active interface is used
C. Every OSPF area must connect with area 1
D. OSPF is not a link state protocol
E. OSPF requires neighbor adjacencies before updates are sent

2. The check-gateway option is enabled for one route. Select all statements that are true:

A. In case of failure of the gateway, routes pointing to that gateway will become inactive
B. Gateway is checked every 10 seconds and after a single failure, the gateway is considered unreachable
C. Gateway is checked every 10 seconds and after 2 failures, the gateway is considered unreachable
D. Check gateway option can be configured for Ping, ARP and RARP (reverse ARP)

3. ECMP provides:

A. Per src/dst address pair load balancing to multiple gateways
B. Per packet load balancing to multiple gateways
C. Per src address load balancing to multiple gateways
D. Per connection load balancing to multiple gateways

4. Router has two gateways to reach a certain network both with check gateway activated. Choose the option you can use to control active and backup gateway.

A. Distance
B. Scope
C. Interface
D. Routing mark

5. Select correct statements about STUB area

A. Area is not 0 (backbone)
B. There is no ASBR in the area.
C. OSPF network type is NSSA.
D. There is one ASBR in the area.
E. All routers in a STUB area must be configured as STUB

6. Consider the following output from the command "/ip address print":

 

Flags: X - disabled, I - invalid, D - dynamic 

# ADDRESS         NETWORK     BROADCAST    INTERFACE 

0 10.10.10.1/32   10.10.10.2   0.0.0.0      pppoe-1 

1 10.10.10.1/32   10.10.10.3   0.0.0.0      pppoe-2 

This configuration is invalid because of the duplicate IPs.

false

7. When using routing option check-gateway=ping what is the ICMP echo request interval (in seconds)?

A. 20s
B. 30s
C. 10s

There are two PPPoE stages, Discovery and Session.

false

9. There are two routes in the routing table:

CopyEdit

0 dst-addr=10.1.1.0/24 gateway=5.5.5.5 

1 dst-addr=10.1.1.4/30 gateway=5.6.6.6 

Which gateway will be used to get to the IP address 10.1.1.6?

A. both - half of the traffic will be routed through one gateway, half through the other
B. the required route is not in the routing table
C. 5.6.6.6
D. 5.5.5.5

10. In OSPF interface configuration what effect will a passive=yes option have on a specific interface?

A. It will prevent routes learned through the interface from being listed in the routing table.
B. It will action a mirroring of all routing upgrades to that interface
C. It will prevent all OSPF traffic through that interface
D. It will prevent all traffic through that interface

 

11. Which route will be used to reach host 192.168.1.55?

/ip route 

add disabled=no distance=1 dst-address=192.168.1.0/24 gateway=1.1.1.1 

add disabled=no distance=1 dst-address=192.168.1.0/25 gateway=2.2.2.2 

add disabled=no distance=1 dst-address=192.168.0.0/16 gateway=3.3.3.3 

B. Route via gateway 2.2.2.2

12. There are two gateways to the Internet in a network on two separate routers. Both of them have OSPF routing enabled and are redistributing their default gateways to the network respectively. One does it as type 1, the other as type 2, cost configuration is the same on both routers. What will be preferred gateway in the network?

A. Traffic to Internet will be load-balanced between the two routes as routes from both routers will be installed in routing tables
B. MikroTik RouterOS does not distinguish types when redistributing default route. RouterOS relies only on cost, so route from the closest router in term of cost will be chosen
C. The route distributed as type 1 will be the preferred one
D. The route distributed as type 2 will be the preferred one

 

13. EoIP is:

A. Layer-3 tunnel
B. Layer-2 tunnel, that can be bridged
C. MikroTik proprietary tunnel protocol

 

14. A routing table has following entries:

CopyEdit

0 dst-address=10.0.0.0/24 gateway=10.1.5.126 

1 dst-address=10.1.5.0/24 gateway=10.1.1.1 

2 dst-address=10.1.0.0/24 gateway=25.1.1.1 

3 dst-address=10.1.5.0/25 gateway=10.1.1.2 

Which gateway will be used for a packet with destination address 10.1.5.126?

A. 25.1.1.1
B. 10.1.1.1
C. 10.1.5.126
D. 10.1.1.2

15. What is the maximum number of supported VLANs on a single ethernet interface in RouterOS:

A. unlimited
B. 4095
C. 63
D. 511
E. 255

 

16. In OSPF network it is possible to use area-id=0.0.0.0 for non backbone area

true (dipilih dari dropdown)

17. The OSPF network (see the attached image) is configured with costs of the links showed next to each router. Choose the routes which will be used to reach router D from router A and router A from router D.

A. A→E→D and D→C→B→A
B. A→B→C→E→D and D→C→B→A
C. A→E→D and D→E→A
D. A→B→C→D and D→C→B→A

18. Which type of IP route is the highest priority for routing decision?

A. OSPF Route
B. Static Route
C. BGP Route
D. Connected Route

19. In OSPF networks, stub areas are responsible for which of the following (check all that apply):

A. Reducing the database size inside the area
B. Increasing latency in the area
C. Reducing the memory requirements of routers in the area
D. Increasing the number of AS external routes

20. To securely bridge (Layer 2) together two remote networks the following methods can be used:

A. EoIP with IPsec secret specified
B. EoIP over SSTP or over L2TP/IPsec
C. SSTP or L2TP/IPsec
D. SSTP with BCP or L2TP/IPsec with BCP
E. IPIP with IPsec secret specified

21. Open Shortest Path First is a

A. Distance vector routing protocol
B. Link state routing protocol
C. Hybrid routing protocol

22. How is PPPoE concentrator discovered?

A. Layer3 directed broadcast
B. Manual IP address is necessary
C. Layer2 broadcast (PADI frame)
D. Layer4 port forwarding

23. /ip route configuration on router

bash

CopyEdit

/ip route add gateway=192.168.0.1

/ip route add dst-address=192.168.1.0/24 gateway=192.168.0.2

/ip route add dst-address=192.168.2.0/24 gateway=192.168.0.3

/ip route add dst-address=192.168.3.0/26 gateway=192.168.0.4

Router needs to send packets to 192.168.3.240. Which gateway will be used?

A. 192.168.0.2

B. 192.168.0.1

C. 192.168.0.4

D. 192.168.0.3

 

24. When sending out an ARP request, an IP host is expecting what kind of address for an answer?

A. IP address

B. MAC Address

C. VLAN ID

D. 802.11g

 

25. Consider the following diagram. Assuming that all the necessary configuration has already been done on R2 (proxy-arp is disabled), to communicate from a device on LAN1 to a device on LAN2, which of the following configurations on R1 would enable this?

A. ip route add dst-address=0.0.0.0/0 gateway=192.168.99.2

      B. ip route add dst-address=192.168.1.5/24 src-address=192.168.0.0/24 gateway=192.168.99.2

C. ip route add dst-address=192.168.1.0/24 gateway=192.168.99.2

       D. ip route add dst-address=0.0.0.0/0 gateway=Ether1

       E. ip route add dst-address=192.168.0.3/24 gateway=192.168.0.1

 

 

 

 

 

 

Tidak ada komentar:

Posting Komentar