Written Lab 6 Flashcards
What command is used to set a serial interface to provide clocking to another router at 1000 Kb?
Router(config)#clock rate 1000000
If you telnet into a switch and get the response connection refused, password not set, what commands would you execute on the destination device to stop receiving this message and not be prompted for a password?
Switch#config t
switch config)# line vty 0 15
switch(config-line)# no login
If you type show int fastethernet 0/1 and notice the port is administratively down, what commands would you execute to enable the interface?
Switch#config t
Switch(config)# int f0/1
Switch(config-if)# no shutdown
If you wanted to delete the configuration stored in NVRAM, what command(s) would you type?
Switch#erase startup-config
If you wanted to set the user-mode password to todd for the console port, what command(s) would you type?
Switch#config t
Switch(config)#line console 0
Switch(config-line)#password todd
Switch(config-line)#login
If you wanted to set the enable secret password to cisco, what command(s) would you type?
Switch#config t
Switch(config)# enable secret cisco
If you wanted to determine if serial interface 0/2 on your router should provide clocking, what command would you use?
Router#show controllers serial 0/2
DCE woul provide clocking with clock rate command
The clock rate command is used to match the clocks of the receiver/transmitter on the remote router and local router. Basically, the two routers would have to synchronize their clocks to each other so that they could decode the packets entering their interfaces
DTE is a device that acts as an information source or an information sink for the binary digital data. In contrast, DCE is a device used as an interface between a DTE. It also transmits or receives data in the form of digital or analog signal in a network.
DTE produces the data and traverses them, with the required control characters to a DCE. On the other hand, DCE converts the signals to a format appropriate to the transmission medium and introduces it onto the network line.
Coordination is mandatory in DCEs so as to communicate whereas it is not the case in DTE.
Two DTEs connect with each other by utilizing DCE network
What command would you use to see the terminal history size?
Switch#show terminal
You want to reinitialize the switch and totally replace the running-config with the current startup-config. What command will you use?
Switch#reload
How would you set the name of a switch to Sales?
Switch#config t
Switch(config)#hostname Sales