Computer Networking
You want to totally reinitialize the router and replace the current running-config with the current startup-config. What command will you use?

reload
copy run start
replace run start
copy start run

ANSWER DOWNLOAD EXAMIANS APP

Computer Networking
A network administrator is connecting hosts A and B directly through their Ethernet interfaces, as shown in the illustration. Ping attempts between the hosts are unsuccessful. What can be done to provide connectivity between the hosts?1. A crossover cable should be used in place of the straight-through cable.2. A rollover cable should be used in place of the straight-through cable.3. The subnet masks should be set to 255.255.255.192.4. A default gateway needs to be set on each host.5. The subnet masks should be set to 255.255.255.0.

2 and 5 only
2 only
3 and 4 only
1 only
1 and 5 only

ANSWER DOWNLOAD EXAMIANS APP

Computer Networking
If you wanted to deny all Telnet connections to only network 192.168.10.0, which command could you use?

access-list 100 deny tcp any 192.168.10.0 0.0.0.255 eq 23
access-list 100 deny tcp 192.168.10.0 0.255.255.255 eq telnet
access-list 100 deny 192.168.10.0 0.0.0.255 any eq 23
access-list 100 deny tcp 192.168.10.0 255.255.255.0 eq telnet

ANSWER DOWNLOAD EXAMIANS APP