MTCRE
![]() |
![]() |
![]() |
Title of test:![]() MTCRE Description: cret crut crit crat crot |




New Comment |
---|
NO RECORDS |
To assign specific traffic to a route - traffic must be identified by a routing mark. Each packet can only have one routing mark. True. False. Which type of ip route is the highest priority for routing decision?. OSPF Route. BGP Route. Static Route. Connected Route. A routing table has following entries: 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/24 gateway=10.1.1.2 Which gateway will be used for a packet with destination address 10.1.5.126?. 10.1.5.126. 10.1.1.1. 25.1.1.1. 10.1.1.2. The check-gateway option is enabled for one route. Select all statements that are true: Check gateway option can be configured for Ping, ARP and RARP (Reverse ARP). Gateway is checked every 10 seconds and after a single failure, the gateway is considered unreachable. Gateway is checked every 10 seconds and after 2 failures, the gateway is considered unreachable. In case of failure of the gateway, routes pointing to that gateway will become inactive. /ip route configuration on router: /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?. 192.168.0.1. 192.168.0.3. 192.168.0.2. 192.168.0.4. The default value of 'target-scope' for a static route is: 1. 10. 30. 255. There are two routes in the routing table: 0 dst-address=10.1.1.0/24 gateway=5.5.5.5 1 dst-address=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?. The required route is not in the routing table. 5.6.6.6. 5.5.5.5. Both - half of the traffic will be routed through one gateway, half through the other. When using routing option 'check-gateway=ping', what is the ICMP echo request interval (in seconds)?. 20s. 60s. 30s. 10s. If router received packet with TTL=1 then: packet will not be forwarded. packet will always reach its destination. packet will be forwarded only to next L3 device. Router is connected to 10.10.10.0/24 (public) and 10.1.1.0/24 (local) networks. There are two routes in the routing table: 0 dst-address=0.0.0.0/0 gateway=10.10.10.10 1 dst-address=0.0.0.0/0 gateway=10.10.10.11 routing-mark=server_traffic and 2 rules in firewall mangle: 0 chain=prerouting src-address=10.1.1.12 action=mark-connection new-connection-mark=server_conn 1 chain=prerouting connection-mark=server_conn action=mark-routing new-routing-mark=server_traffic Through which gateway will a client, with an IP address of 10.1.1.12, establish a connection to internet?. through both gateways. through 10.10.10.11. connections are not possible in this configuration. through 10.10.10.10. What is the administrative distance of OSPF routes?. 120. 20. 110. 10. /ip route can have DS flags simultaneously. True. False. Which route will be used to reach host 192.168.1.155? /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. Route via gateway 1.1.1.1. Route via gateway 2.2.2.2. Route via gateway 3.3.3.3. What is policy routing for and what criteria can be used to decide appropriate route?. Policy routing can be used to force specific traffic to go different way through network and beside source and destination address any traffic can be marked in firewall can be distinguish traffic. Policy routing can be used to bypass routing table and only active tunnel interfaces can be used to direct traffic alternatively. Policy routing can be used to force specific traffic to go different way through network, but only source and destination address can be used to distinguish traffic. Policy routing can be used to bypass routing table and is possible only if BGP is enabled. Which routing table is used to apply recursive routing at MikroTik RouterOS?. It is only possible on the x86 platform. It is not possible. It is only possible in the main routing table. It is possible in all the routig tables installed in a router. Define a routing loop (choose the most precise description). Situation where the packet is routed through the same sequence of routers until the TTL expires. Situation where the packet is routed through the same router twice. Situation where the packet does not reach its destination. Situation where the TTL of the packet expires. You want to create a route to the network 192.168.0.0/24. Which of the following is the legal gateway?. 192.168.0.1. ether1. pppoe-out1. 192.168.100.1. If one of two gateways in unreachable in an ECMP route with check-gateway set, 50% of packets will be lost. False. True. In an ECMP route, we have 3 gateways A, B and C. We have writter A and B one time and C two times for gateways. How many percent of packets will route to gateway C?. 25%. 30%. 50%. There are two routes in the routing table: 0 dst-address=10.1.1.0/24 distance=10 gateway=10.10.10.10 1 dst-address=10.1.1.4/30 distance=20 gateway=10.20.20.20 Which gateway will be used to send packet with destination IP address 10.1.1.6?. Both. 10.10.10.10. 10.20.20.20. None, because the distance is >=10. Which is the routing protocol used for internet routing?. BGP. OSPF. RIP. LDP. A BGP peer can meet IPv4 or IPv6 standards, but not both. True. False. When adding a static route, you must always ensure that you add both gateways and the interfaces. True. False. MikroTik router needs to forward IP packet targeted to 11.12.4.5. Router routing table has 3 routes: 0 dst-address=11.12.4.0/24 distance=10 gateway=1.1.1.1 1 dst-address=11.12.4.0/28 distance=20 gateway=1.1.1.1 2 dst-address=0.0.0.0/0 distance=1 gateway=1.1.1.254 Which of the gateway will router select?. 1. 2. Nowhere. Host will get 'destination host unreachable'. 3. There are four routes in the routing table. Host 10.10.10.10 becomes unreachable 0 dst-address=0.0.0.0/0 gateway=11.11.11.11 1 dst-address=20.20.20.0/24 gateway=10.10.10.10 check-gateway=ping 2 dst-address=30.30.30.0/24 gateway=10.10.10.10 3 dst-address=30.30.30.0/25 gateway=13.13.13.13 check-gateway=ping Which gateway is used to get to the IP address 30.30.30.145?. Non. Packets to that host will be dropped until host 10.10.10.10 becomes active again. 10.10.10.10. 11.11.11.11. 13.13.13.13. A MikroTik router has the following configuration: /ip address add address=1.1.1.2/30 interface=ether1 add address=2.2.2.2/30 interface=ether2 add address=192.168.10.1/24 interface=ether3 /ip firewall mangle add action=mark-connection chain=prerouting dst-port=80 new-connection-mark=web_c passthrough=yes protocol=tcp add action=mark-routing chain=prerouting connection-mark=web_c new-routing-mark=web passthrough=no /ip firewall nat add action=masquerade chain=srcnat out-interface=ether3 /ip route add gateway=1.1.1.1 add gateway=2.2.2.2 routing-mark=web What can be said about the Web Access (port 80) by a customer connected at ether3 interface with IP 192.168.10.2/24, gateway 192.168.10.1?. The customer is unable to access the web. The customer will access the web using the gateway 1.1.1.1. The customer will access the web by ECMP, by using both gateways 1.1.1.1 and 2.2.2.2. The customer will access the web using the gateway 2.2.2.2. |