home purchase software Downloads products support training account
Overview Support Logout
[Back To Main Menu] Translate to Bahasa indonesia : OFF
00:28:18 last save: 2016-10-29 08:02:47
1. There can be more than one PPPoE server in a single broadcast domain:
2. ECMP provides: A. per packet load balancing to multiple gateways B. per src address load balancing to multiple gateways C. per connection load balancing to multiple gateways D. per src/dst address pair load balancing to multiple gateways 3. There are two routes in the routing table: 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. 5.5.5.5 B. 5.6.6.6 C. the required route is not in the routing table
D. both - half of the traffic will be routed through one gateway, half through the other 4. 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? A. /ip route add dst-address=192.168.1.0/24 gateway=192.168.99.2 B. /ip route add dst-address=0.0.0.0/0 gateway=192.168.99.2 C. /ip route add dst-address=0.0.0.0/0 gateway=Ether1 D. /ip route add dst-address=192.168.1.0/24 srcaddress=192.168.0.0/24 gateway=192.168.99.2 E. /ip route add dst-address=192.168.0.0/24 gateway=192.168.0.1 5. To securely bridge together 2 remote networks you can use A. PPTP BCP B. EoIP over PPTP C. PPPoE over EoIP D. PPTP over EoIP 6. /ip route configuration on router, /ip /ip /ip /ip
route route route route
add add add add
gateway=192.168.0.1 dst-address=192.168.1.0/24 gateway=192.168.0.2 dst-address=192.168.2.0/24 gateway=192.168.0.3 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.1 B. 192.168.0.3 C. 192.168.0.4 D. 192.168.0.2 7. In broadcast networks OSPF depends on the following to function correctly. A. TCP B. Multicast C. UDP D. Broadcast E. ICMP 8. The correct order for PPPOE discovery stage is
A. Request, Initialization, Session confirmation and Offer B. Initialization, Offer, Request and Session confirmation C. Request, Offer, Initialization and Session confirmation D. Initialization, Session confirmation, Request and Offer 9. A network administrator checks the IP routing table (/ip route print) and notices that there are two different routes (different /ip route entries) to the destination network 10.0.0.0/8. Each one has exactly one gateway (which is different to the other) and both are active (flag A). What could cause this behaviour of 2 routing entries to the same network with both being active? (choose all possible answers) A. The administrator is using ECMP - (they have added 2 static routes to the network to load balance with ECMP) B. The routes have different 'routing-mark' parameters and belong to two different routing tables C. One of the routes is of type 'Static' and one is from OSPF, but they have the same distance D. One of the routes is of type 'Connected' and the other one is of type 'Static' 10. PPPoE server only works within one Ethernet broadcast domain that it is connected to. If there is a router between server and end-user host, it will not be able to create PPPoE tunnel to that PPPoE server. false
11. It is possible to filter ospf routes within a single ospf area true
12. You have a router with the following IP addresses: ether1: 10.40.1.1/24 ether2: 10.250.1.1/30 ether3: 10.251.1.1/30 wlan1: 10.50.1.1/30 wlan2: 10.50.2.1/30 You have a customer directly connected to ether2, and another customer directly connected to ether3. Your wireless radios are used for wireless connectivity to two different towers, and ether1 goes to another wireless access point for other subscribers. You need all of the subnets distributed across your OSPF Network You need to configure OSPF to talk on this router, what would be the best configuration. A. Set Ethernet 2 and 3 to passive mode B. Set Distribute-Connected=yes C. Set OSPF Networks to 10.40.1.0/24,
10.250.1.0/30, 10.251.1.0/30, 10.50.1.0/30, and 10.50.2.0/30 D. Set Ethernet 1, 2, and 3 to passive mode E. set distribute-default=always-type-1 F. Set OSPF networks to 0.0.0.0/0 G. Set OPSF networks to 10.0.0.0/8 only H. set distribute-state=yes I. Set OSPF Networks to 10.40.1.0/24, 10.250.1.0/30, 10.251.1.0/24, 10.50.1.0/30, and 10.50.2.0/30 J. Set OSPF networks, to 10.50.1.0/30, 10.50.2.0/30 13. In case it is not administratively defined, how is OSPF Router ID determined? A. The lowest IP address of any interface included in OSPF B. The highest IP address of any interface included in OSPF C. Random IP address from any interface on the router D. Random number E. The lowest IP address of any interface on the router F. The highest IP address of any interface on the router G. Random IP addresses from any interface included in OSPF 14. When using routing option 'check-gateway=ping' after how many timeouts is gateway considered unreachable: A. 4 B. 3 C. 1 D. 2 15. Which routing table is used to apply recursive routing at MikroTik RouterOS A. It is possible in all the routing tables installed in a router B. It is not possible C. It is only possible in the main routing table D. It is only possible on the x86 platform
16. A MikroTik system administrator implemented OSPF Routing protocol in the network. But realized that he has a static route on the routers. What can be done to make the static route work as a failover whenever the dynamic routing protocol fails.
A. He should manually disable the static routes and enable them whenever OSPF fails B. Delete all static routes because there is no way for it to work with OSPF C. He should use "netwatch" to trigger static routes whenever OSPF fails D. He should increase the administrative distance of the static route 17. An OSPF backbone area is only necessary when more than one area is used on your network. Backbone area could be removed, when only one area exists. true
18. There are two routes in the routing table: 0 dst-addr=10.1.1.0/24 distance=10 gateway=10.10.10.10 1 dst-addr=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
A. none, because distance is >= 10 B. 10.20.20.20 C. 10.10.10.10 D. both 19. When using routing option 'check-gateway=ping' what is the ICMP echo request interval (in seconds)? A. 20s B. 60s C. 30s D. 10s 20. 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/25 gateway=10.1.1.2 Which gateway will be used for a packet with destination address 10.1.5.126?
A. 10.1.1.1 B. 10.1.5.126 C. 10.1.1.2 D. 25.1.1.1 21. In OSPF protocol, which one of these router types are responsible for route distribution between different Autonomous systems? A. ASBR B. IR C. AS D. ABR 22. When adding a static route, you must always ensure that you add both the gateway and the interface.
false
23. Router A and B are both running as PPPoE servers on different broadcast domains of your network. It is possible to set Router A to use "/ppp secret" accounts from Router B to authenticate PPPoE customers. false
24. 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 A. Route via gateway 1.1.1.1 B. Route via gateway 2.2.2.2 C. Route via gateway 3.3.3.3 25. When sending out an ARP request, an IP host is expecting what kind of address for an answer?
A. VLAN ID B. MAC Address C. IP address D. 802.11g
©Mikrotik : RouterBOARD : Forum : MUM : Training : Wiki : Newsletters : Twitter