8) The command line vty 0 4 means: line: places the router in the line configura
ID: 3771905 • Letter: 8
Question
8) The command line vty 0 4 means:
line: places the router in the line configuration mode
vty: virtual terminal
0 4: indicates four virtual terminal connections can be simultaneously made
True or False?
9) The sh ip int brief command shows that the protocol for Ethernet0 is "down" and the status is up. This indicates which of the following?
A) The router is not communicating with another networking device.
B) The routing protocol has not been configured.
C) The router interface is not enabled.
D) None of these answers are correct.
10) The router commands used to configure and enable the FastEthernet 0/1 router interface with the IP address of 10.10.20.250 and a subnet mask of 255.255.0.0 are:
Router# conf t
Router(config)# int fa0/1
Router(config-if)# ip address 10.10.20.250 255.255.0.0
Router(config-if)# no shut
True or False
Explanation / Answer
Answer -
8.) False, The number 0 4 is the number of the line vty:
line vty 0, line vty 1, .....
for telnet per default, there is five lines, 0 to 4,
9.) option A, The router is not communicating with another networking device.
it shows the status of layer 2 between routing potocols of both network devices.
10.) True
Related Questions
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.