contoh MTCRE 2

May 11, 2018 | Author: Anonymous UDZCac0E2o | Category: Routing, Router (Computing), Gateway (Telecommunications), Ip Address, Internet Protocols


Comments



Description

6/8/12 MikroTik Routers and WirelessSearch... home software hardware support downloads purchase training account Overview Support Logout [Back To Main Menu] 1. 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 on the x86 platform 00:38:32 D. It is only possible in the main routing table last save: undefined 2. True or False: BGP can be used for internal routing, using an internal AS number. Save progress false 3. /ip route can have DS flags simultaneously. false 4. 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 5. What is the minimum configuration a network administrator needs to do on a MikroTik router to enable OSPF? A. Add a network to OSPF network configuration B. Nothing; OSPF instance can run with no configuration C. Add an interface to OSPF interface configuration D. Both interface and network must be added to OSPF configuration 6. /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? A. 192.168.0.1 B. 192.168.0.4 C. 192.168.0.2 D. 192.168.0.3 7. 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 https://www.mikrotik.com/client/?ecom=training&training=certification&start_test=1&&participant_id=… 1/4 6/8/12 MikroTik Routers and Wireless 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 ? A. The customer will access the Web using the gateway 2.2.2.2 B. The Customer will access the Web by ECMP, by using both gateways 1.1.1.1 and 2.2.2.2 C. The Customer is unable to access the Web. D. The customer will access the Web using the gateway 1.1.1.1 8. The default value of 'target-scope' for a static route is: A. 10 B. 30 C. 1 D. 255 9. Settings in /ppp secret user database override corresponding /ppp profile settings true 10. When adding a static route, you must always ensure that you add both the gateway and the interface. false 11. When creating a route, it is possible to specify the gateway to a network even if the gateway is not directly connected by using recursive next-hop resolving from an existing route. true 12. When sending out an ARP request, an IP host is expecting what kind of address for an answer? A. 802.11g B. MAC Address C. IP address D. VLAN ID 13. On the following network diagram , when ROUTER wants to reach "HOST A" by itself, it should use ISP1 as gateway and when CLIENT wants to reach "HOST A", router should use ISP2 as a gateway. How would you configure routing marks to achieve this? A. Chain Input for a Routing Mark to route to ISP 2 & Chain Output for a Routing Mark to route to ISP 1 B. Chain Prerouting for a Routing Mark to route to ISP 2 & Chain Output for a Routing Mark to route to ISP 1 C. Chain Output for a Routing Mark to route to ISP 2 & Chain Forward for a Routing Mark to route to ISP 1 D. Chain Forward for a Routing Mark to route to ISP 2 & Chain Forward for a Routing Mark to route to ISP 1 14. Which type of ip route is the highest priority for routing decision ? A. OSPF Route B. BGP Route C. Static Route D. Connected Route https://www.mikrotik.com/client/?ecom=training&training=certification&start_test=1&&participant_id=… 2/4 6/8/12 MikroTik Routers and Wireless D. Connected Route 15. If we change TTL to 2 in mangle chain prerouting A. packet will not be forwarded B. packet will be forwarded only to next L3 device C. packet will be forwarded to the next 2 L3 devices D. packet will always reach its destination 16. Router A and B are both running as PPPoE servers on different broadcast domains of your network. Is it possible to set Router A to use "/ppp secret" accounts from Router B to authenticate PPPoE customers ? false 17. Routing table has several routes with the same gateway. If 'check-gateway' is enabled for one of the routes, and the gateway becomes unreachable, then A. only this one route would become inactive B. all routes with the same gateway would become inactive C. the 'check-gateway' feature would not work at all, since the same gateway is used for more than one route 18. 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 3.3.3.3 B. Route via gateway 1.1.1.1 C. Route via gateway 2.2.2.2 19. When adding a user to your local ppp secrets/ppp profiles database, it is possible to A. Allow/deny use of more than one login by this user B. Allow only pppoe login C. Set max values for total transferred bytes (up- and download) D. Allow login by pppoe and pptp, but deny login by l2tp E. Deny services (like telnet) only for this user or for one group of users 20. A MikoTik PPPoE Server can be used only within a broadcast domain, that is, users can not run PPPoE protocol with a server if there is a router between the customer and that PPPoE server. true 21. Which is the correct way to set a comment in a OSPF dynamic route: A. It can be configured by setting up Routing filters B. It can be configured manually in the Routing Table C. A comment cannot be configured in a dynamic route 22. 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.2 B. 25.1.1.1 C. 10.1.5.126 D. 10.1.1.1 https://www.mikrotik.com/client/?ecom=training&training=certification&start_test=1&&participant_id=… 3/4 6/8/12 MikroTik Routers and Wireless 23. 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 24. Consider the attached diagram: In order for Router 1 to see all of the networks the following commands could be used (choose all answers that could work) A. /ip route add dst-address=172.16.0.0/24 gateway=10.10.0.2, /ip route add dst- address=172.32.0.0/24 gateway=10.50.0.2 B. /ip route add dst-address=0.0.0.0/0 gateway=10.10.0.2 C. /routing add dst-address=0.0.0.0/0 gateway=10.10.0.2 D. /ip route add dst-address=172.16.0.0/24 gateway=10.10.0.2, /ip route add dst- address=172.32.0.0/24 gateway=10.10.0.2 25. 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. Delete all static routes because there is no way for it to work with OSPF B. He should manually disable the static routes and enable them whenever OSPF fails C. He should use "netwatch" to trigger static routes whenever OSPF fails D. He should increase the administrative distance of the static route Finish © Mikrotik : RouterBOARD : Forum : MUM : Training : Wiki : Tiktube : Newsletters : Twitter https://www.mikrotik.com/client/?ecom=training&training=certification&start_test=1&&participant_id=… 4/4
Copyright © 2024 DOKUMEN.SITE Inc.