Which command assigns the login password CISCO on the
console terminal line?
A. line vty 0 login password cisco
B. line console login password cisco
C. line login terminal password cisco
D. line console 0 login
E. line console 0 login password cisco
Answers were Sorted based on User's Feedback
Answer / arunanoopm
E.
router>enable
router#configure terminal
router(config)#line console 0
router(config-line)#password cisco
router(config-line)#login
router(config-line)#exit
router(config)#
| Is This Answer Correct ? | 1 Yes | 0 No |
What is a network subnet?
CCNA question and answer only for networking.
Your Ethernet interface currently has the IP address of 1.1.1.1/24. You would like it to have a second IP address of 2.2.2.2/24. Which command will do that? A.) ip address 1.1.1.1 2.2.2.2 255.255.255.0 B.) ip address 2.2.2.2 255.255.255.0 secondary C.) ip address 2.2.2.2 255.255.255.0 D.) This cannot be done, you can only have 1 IP address per physical interface. E.) ip address 2.2.2.2 /24
What are the generic parts of a network layer address? A. an intenetworks number and a URL B. a vendor code and a serial number C. a network number and a host number D. a broadcast number and a unicast number E. a domain identifier and a device identifier
can anybody send sample question on CCNA Exam.pls send to my email ca6thi@gmail.com
What is STP and what is the difference between PVST and RSTP
Explain what is eigrp?
Mention what BOOTP is?
Which two statements are true? (Choose two) A. Ethernet 802.3 utilizes a half duplex method for data transfer B. In a 100 MBS point to point connection a full duplex connection can provide 400 Mbs of data transfer C. Ethernet switches can use the full duplex mode to connect multiple nodes on a single pod of a switch D. Full duplex Ethernet takes advantage of UTP using one pair for transmission and the other pair for reception
Which of the following is an example of the Network Layer? A.) TCP B.) IP C.) SQL D.) Token Ring E.) LLC
In Cisco IOS software which command displays the backup configuration? A. show flahh B. show version C. show tftp-config D. show backup-config E. show startup-config
To which layer ICMP belongs