Sie sind auf Seite 1von 4

11/28/2015 MikroTik Routers and Wireless

Search...  

home software hardware support downloads purchase training account


Overview Support Logout

[Back To Main Menu]

1. What addressing scheme is typically used on a PPP link?

A. /31 subnet

B. /32 address on each side of the link

C. /30 subnet

D. /24 private subnet

2. Open Shortest Path First is a

A. Distance vector routing protocol

B. Link state routing protocol

C. Hybrid routing protocol

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

A. MAC Address

B. IP address

C. 802.11g

D. VLAN ID

4. For user in local ppp secrets/ppp profiles database, it is possible to

A. Allow login by pppoe and pptp, but deny login by l2tp

B. Allow/deny use of more than one login by this user

C. Set max values for total transferred bytes (up­ and download)

D. Allow only pppoe login

E. Deny services (like telnet) only for this user or for one group of users

5. 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 increase the administrative distance of the static route

B. He should use "netwatch" to trigger static routes whenever OSPF fails

C. Delete all static routes because there is no way for it to work with OSPF

D. He should manually disable the static routes and enable them whenever OSPF fails

6. 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 on the router.

C. Random number.

D. Random IP addresses from any interface included in OSPF.

E. Random IP address from any interface on the router.

F. The lowest IP address of any interface on the router.

G. The highest IP address of any interface included in OSPF.

7. /ip route can have DS flags simultaneously. 

false

8. If check­gateway=ping for a route is selected and the gateway for the route does not respond to pings, how many seconds does it take for the
router to disable the route?

A. 20s

B. 10s

C. 5s

D. It depends on network type on affected interface

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

https://www.mikrotik.com/client/?ecom=training&training=certification&start_test=1&&participant_id=66099&training_id=12520 1/4
11/28/2015 MikroTik Routers and Wireless

/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

10. 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=192.168.0.0/24 gateway=192.168.0.1

C. /ip route add dst­address=0.0.0.0/0 gateway=192.168.99.2

D. /ip route add dst­address=192.168.1.0/24 src­address=192.168.0.0/24 gateway=192.168.99.2

E. /ip route add dst­address=0.0.0.0/0 gateway=Ether1

11. /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.3

B. 192.168.0.4

C. 192.168.0.1

D. 192.168.0.2

12. 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

13. 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 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

B. Set Distribute­Connected=yes

C. 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

D. Set OPSF networks to 10.0.0.0/8 only

E. Set OSPF networks, to 10.50.1.0/30, 10.50.2.0/30

F. Set Ethernet 1, 2, and 3 to passive mode

G. set distribute­default=always­type­1

H. Set OSPF networks to 0.0.0.0/0

I. set distribute­state=yes

J. Set Ethernet 2 and 3 to passive mode

14. Which routing table is used to apply recursive routing at MikroTik RouterOS

A. It is only possible on the x86 platform

B. It is not possible

C. It is only possible in the main routing table

D. It is possible in all the routing tables installed in a router

15. When using the "check gateway" function in creating a route, the following protocols can be utilized to ensure the gateway address is reachable
(choose all correct answers):

https://www.mikrotik.com/client/?ecom=training&training=certification&start_test=1&&participant_id=66099&training_id=12520 2/4
11/28/2015 MikroTik Routers and Wireless
A. UDP

B. ARP

C. ICMP

D. MNDP

16. It is possible to create a configuration where VLAN and PPTP interfaces are bridged together.

false

17. When adding a static route, you must always ensure that you add both the gateway and the interface. 

true

18. 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. 25.1.1.1

B. 10.1.1.1

C. 10.1.5.126

D. 10.1.1.2

19. In OSPF, when we set the nbma network type, we must also configure:

A. Neighbors

B. OSPF interface

C. Area for each range

D. Neighbors ID for each virtual link

20. In OSPF protocol, which one of these router types 
are responsible for route distribution between different Autonomous systems?

A. ABR
00:10:58
B. ASBR
last save: 2015­11­28 04:51:29

C. AS Save progress

D. IR

21. 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.6.6.6

B. 5.5.5.5

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

22. Select correct statements about EoIP:

A. does not provide authentication

B. uses GRE

C. supports encryption

D. uses ESP

23. To assign specific traffic to a route – traffic must be identified by a routing mark. Each packet can only have one routing mark. 

true

24. RIP and OSPF routing protocols can be configured on the same router at the same time.

true

25. If route type is 'blackhole', then packets to the destination network are going to be

A. sent back to the source

https://www.mikrotik.com/client/?ecom=training&training=certification&start_test=1&&participant_id=66099&training_id=12520 3/4
11/28/2015 MikroTik Routers and Wireless
B. dropped on this router and ICMP message will be sent back to the source

C. dropped on this router

D. sent back to the previous router

Finish

© Mikrotik : RouterBOARD : Forum : MUM : Training : Wiki : Newsletters : Twitter

https://www.mikrotik.com/client/?ecom=training&training=certification&start_test=1&&participant_id=66099&training_id=12520 4/4

Das könnte Ihnen auch gefallen