Computer Networking
Your company is running IGRP using an AS of 10. You want to configure EIGRP on the network but want to migrate slowly to EIGRP and don't want to configure redistribution. What command would allow you to migrate over time to EIGRP without configuring redistribution?

router eigrp 11
router eigrp 10
router igrp combine eigrp 10
router eigrp 10 redistribute igrp

ANSWER DOWNLOAD EXAMIANS APP

Computer Networking
A network administrator views the output from the show ip route command. A network that is advertised by both RIP and IGRP appears in the routing table flagged as an IGRP route. Why is the RIP route to this network not used in the routing table?

IGRP has a faster update timer.
IGRP has a lower administrative distance.
RIP has a higher metric value for that route.
The IGRP route has fewer hops.

ANSWER DOWNLOAD EXAMIANS APP

Computer Networking
You have created a named access list called Blocksales. Which of the following is a valid command for applying this to packets trying to enter interface s0 of your router?

(config-if)# ip access-group Blocksales in
(config-if)# ip access-group 110 in
(config)# ip access-group 110 in
(config-if)# blocksales ip access-list in

ANSWER DOWNLOAD EXAMIANS APP