MCQs City stays free thanks to ads. Please turn off your ad blocker for this site so content and features keep working.
Computer Networks
Cisco Lan Switches
Q
Which command is used to configure telnet for remote access?
AA. Enable
BB. Login
CC. Line vty 0 4
DD. Interface fastethernet 0/1
Correct Answer:
C. C. Line vty 0 4
Explanation:
“line vty 0 4” is used to configure telnet for remote access, “0 4” specifies the number of simultaneous users in this case 5. “login” command is used to specify when the password is to be asked, “enable” is used to access privileged mode and “interface fastEthernet 0/1” is used to access the interface for ethernet port 0/1.