Computer Networking
What is route poisoning?

It describes when a router sets the metric for a downed link to infinity.
It is information received from a router that can't be sent back to the originating router.
It sends back the protocol received from a router as a poison pill, which stops the regular updates.
It prevents regular update messages from reinstating a route that has just come up.

ANSWER DOWNLOAD EXAMIANS APP

Computer Networking
You telnet into a remote device and type debug ip rip, but no output from the debug command is seen. What could the problem be?

You must type the show ip rip command first.
You must use the terminal monitor command.
IP addressing on the network is incorrect.
Debug output is sent only to the console.

ANSWER DOWNLOAD EXAMIANS APP

Computer Networking
Which command will create a dynamic pool named Todd that will provide you with 30 global addresses?

ip nat pool Todd 171.16.10.1 171.16.10.254 net 255.255.255.0
ip nat pool Todd 171.16.10.65 171.16.10.94 net 255.255.255.240
ip nat pool todd 171.16.10.65 171.16.10.94 net 255.255.255.224
ip nat pool Todd 171.16.10.65 171.16.10.94 net 255.255.255.224

ANSWER DOWNLOAD EXAMIANS APP

Computer Networking
You have the following routing table. Which of the following networks will not be placed in the neighbor routing table?R 192.168.30.0/24 [120/1] via 192.168.40.1, 00:00:12, Serial0C 192.168.40.0/24 is directly connected, Serial0 172.16.0.0/24 is subnetted, 1 subnetsC 172.16.30.0 is directly connected, Loopback0R 192.168.20.0/24 [120/1] via 192.168.40.1, 00:00:12, Serial0R 10.0.0.0/8 [120/15] via 192.168.40.1, 00:00:07, Serial0C 192.168.50.0/24 is directly connected, Ethernet0

All of them will be placed in the neighbor routing table
192.168.30.0
172.16.30.0
10.0.0.0

ANSWER DOWNLOAD EXAMIANS APP