Computer Networking
Which of the following series of commands will restrict Telnet access to the router?

Lab_A(config)#access-list 10 permit 172.16.1.1Lab_A(config)#line vty 0 4Lab_A(config-line)#access-class 10 out
Lab_A(config)#access-list 10 permit 172.16.1.1Lab_A(config)#line vty 0 4Lab_A(config-line)#access-class 10 in
Lab_A(config)#access-list 10 permit 172.16.1.1Lab_A(config)#line vty 0 4Lab_A(config-line)#ip access-group 10 in
Lab_A(config)#access-list 10 permit 172.16.1.1Lab_A(config)#line con 0Lab_A(config-line)#ip access-group 10 in

ANSWER DOWNLOAD EXAMIANS APP

Computer Networking
You connect a host to a switch port, but the new host cannot log into the server that is plugged into the same switch. What could the problem be?

The host has an invalid MAC address.
The router is not configured for the new host.
The VTP configuration on the switch is not updated for the new host.
The switch port the host is connected to is not configured to the correct VLAN membership.

ANSWER DOWNLOAD EXAMIANS APP