body { background-imagen: url(url de la imagen); background-attachment: fixed; ..... } Configuración de router cisco

miércoles, 28 de mayo de 2008

CAMBIOS DE MODOS

router>
router> enable (pasa al Modo Exec Privilegiado)
router#
router# exit (vuelve a al Modo Exec Usuario)
router> enable
router#
router# config terminal (pasa al Modo Configuración Global)
router(config)# exit ó CTRL+z (vuelve al Modo Exec Privilegiado)
router#wr(Guarda la configuración del router)

CABLEADO ESTRUCTURADO

CABLEADO ESTRUCTURADO - Norma EIA/TIA 568A (T568A) y 568B (T568B)El cableado estructurado para redes de computadores tiene dos tipos de normas, la EIA/TIA-568A (T568A) y la EIA/TIA-568B (T568B). Se diferencian por el orden de los colores de los pares a seguir en el armado de los conectores RJ45. Si bien el uso de cualquiera de las dos normas es indiferente, generalmente se utiliza la T568B para el cableado recto.


LINE VTY 0 4

ESTE COMANDO ES PARA COLOCARLE CONTRASEÑA AL TERMINAL TELNET




santiago#Configure terminal
santiago(config)#line vty 0 4
santiago(config-line)# passwword 1234
santiago(config-line)#login
santiago(config-line)#exit
santiago(config)#

martes, 27 de mayo de 2008

CONTRASEÑA CONSOLA

ESTOS COMANDOS SON PARA CONFIGURA EN EL MODO CONSOLA CUANDO INICIE EL ROUTE LE PEDIRA UNA CONSTRASELA LA QUE LE CONFIGURO EL ADMINISTRADOR DEL RED.




chillan#configure terminal
chillan(config)#line console 0
chillan(config-line)#password 1234
chillan(config-line)#login
chillan(config-line)#exit
chillan(config)#