Mis tareas
|Requirement |Cisco Command |
|Set a console password to cisco|Router(config)#line con 0 |
| |Router(config-line)#login |
| |Router(config-line)#passwordcisco |
|Set a telnet password |Router(config)#line vty 0 4 |
| |Router(config-line)#login |
||Router(config-line)#password cisco |
|Stop console timing out |Router(config)#line con 0 |
||Router(config-line)#exec-timeout 0 0 |
|Set the enable password to cisco |Router(config)#enable password cisco |
|Set the enable secret passwordto peter. |Router(config)#enable secret peter |
|This password overrides the enable password and | |
|is encypted within the config file| |
|Enable an interface |Router(config-if)#no shutdown |
|To disable an interface|Router(config-if)#shutdown |
|Set the clock rate for a router with a DCE cable |Router(config-if)clock rate 64000 |
|to 64K ||
|Set a logical bandwidth assignment of 64K to the |Router(config-if)bandwidth 64 |
|serial interface |Note that the zeroes are not missing|
|To add an IP address to a interface |Router(config-if)#ip addr 10.1.1.1 |
| |255.255.255.0 |
|To...
Regístrate para leer el documento completo.