Computer Networking
You need to find the broadcast address used on a LAN on your router. What command will you type into the router from user mode to find the broadcast address?

show protocols
show running-config
show interfaces
show startup-config

ANSWER DOWNLOAD EXAMIANS APP

Computer Networking
What is route poisoning?

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

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 configure the following access list:access-list 110 deny tcp 10.1.1.128 0.0.0.63 any eq smtpaccess-list 110 deny tcp any eq 23int ethernet 0ip access-group 110 outWhat will the result of this access list be?

Email and Telnet will be allowed in E0.
Everything but email and Telnet will be allowed out E0.
Email and Telnet will be allowed out E0.
No IP traffic will be allowed out E0.

ANSWER DOWNLOAD EXAMIANS APP