Ingeniero

Páginas: 5 (1112 palabras) Publicado: 16 de febrero de 2011
COMANDOS DEL SWITCH
✓ MODO DE CONFIGURACION GLOBAL
Switch#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.

✓ CAMBIAR NOMBRE
Switch(config)#hostname SWMEXICO

✓ CONTRASEÑA USUARIO A PRIVILEGIADO
SWMEXICO(config)#enable password cisco
SWMEXICO(config)#enable secret cisco

1900
SWMEXICO(config)#enable password level 15 ciscoSWMEXICO(config)#enable secret cisco

✓ CONTRASEÑA DE CONSOLA
SWMEXICO(config)#line console 0
SWMEXICO(config-line)#password cisco
SWMEXICO(config-line)#login
SWMEXICO(config-line)#exit

✓ CONTRASEÑA LINEAS VIRTUALES
SWMEXICO(config)#line vty 0 15
SWMEXICO(config-line)#password cisco
SWMEXICO(config-line)#login
SWMEXICO(config-line)#exit

✓ CONFIGURAR LA DIPA LA VLAN 1
SWMEXICO(config)#interface VLAN 1
SWMEXICO(config-if)#ip address 192.168.1.2 255.255.255.0
SWMEXICO(config-if)#no shutdown
SWMEXICO(config-if)#exit

1900
SWMEXICO(config)#ip address 192.168.1.2 255.255.255.0
SWMEXICO(config)#exit

✓ ESTABLECIMIENTO DEL GATEWAY
SWMEXICO(config)#ip default-gateway 192.168.1.1
SWMEXICO(config)#exit

✓ VELOCIDADDEL PUERTO (MBPS) Y MODO DE TRANSMICION
SWMEXICO(config)#interface fastethernet 0/4
SWMEXICO(config-if)#speed 100
SWMEXICO(config-if)#duplex full
SWMEXICO(config-if)#no shutdown

✓ ASIGANR UNA MAC ESTATICA
SWMEXICO(config)# mac-address-table static 00e0.2975.1884 interface fastethernet 0/4 vlan 1

1900
SWMEXICO(config)# mac-address-table permanent 00e0.2975.1884ethernet 0/4

✓ COPIAR LA IMAGEN DEL IOS
SWMEXICO#copy flash tftp
SWMEXICO#copy tftp flash

✓ COPIAR EL ARCHIVO DE CONFIGURACION
SWMEXICO#copy running-config starupt-config
SWMEXICO#copy startup-config running-config
SWMEXICO#copy startup-config tftp
SWMEXICO#copy tftp startup-config

✓ RECUPERACION DE CONTRASEÑAS
o Apagar el switch y encenderlo oprimiendo el botónMODE de la parte frontal del switch al mismo tiempo q se enciende el switch. Suelte el botón MODE unos segundos después de q se apague el LED STAT.
o Escribir:
flash_init
load_helper
dir flash:
o Escribir:
rename flash:config.text flash:config.old
boot
o Despues de reiniciarse escribir:
SWMEXICO#rename flash:config.old flash:config.text
o Copiar el archivo deconfiguración en la memoria:
SWMEXICO#copy flash:config.text system:running-config
[Enter]
[Enter]

✓ COMANDOS SHOW
o Visualizar la DIP de VLAN 1
SWMEXICO#shown interface VLAN 1

o Visualizar la version del SW e IOS
SWMEXICO#show version

o Visualizar las propiedades IP de la interfaz VLAN 1
SWMEXICO#show ip interface VLAN 1

o Examinar una interfaz especificafastethernet
SWMEXICO#show interface fastethernet 0/4

o Visualizar la configuración predeterminada del Switch
SWMEXICO#show vlan

o Examinar la memoria flash:
SWMEXICO#show flash
SWMEXICO#dir flash

o Visualizar las direcciones MAC aprendidas por el SW
SWMEXICO#show mac-address-table
SWMEXICO#show mac-address-table dynamic
SWMEXICO#show mac-address-table statico Visualizar la seguridad el puerto
SWMEXICO#show port-security
SWMEXICO#show mac-address-table security

o Limpiar las tablas de direcciones MAC
SWMEXICO#clear mac-address-table

✓ SEGURIDAD DEL PUERTO
o ACEPTAR UN SOLO DISPOSITIVO EN FE 0/4
SWMEXICO(config)#interface fastethernet 0/4
SWMEXICO(config-if)#switchport mode access
SWMEXICO(config-if)#switchportport-security
SWMEXICO(config-if)#switchport port-security mac-address sticky

1900
SWMEXICO(config)#interface fastethernet 0/4
SWMEXICO(config-if)#port secure

o ESTABLECER LA CUENTA MAC MAXIMA DE SEGURIDAD DE PUERTO A 1
SWMEXICO(config)#interface fastethernet 0/4
SWMEXICO(config-if)#switchport pot-security maximum 1

1900
SWMEXICO(config)#interface fastethernet...
Leer documento completo

Regístrate para leer el documento completo.

Estos documentos también te pueden resultar útiles

  • Ingeniero
  • Ingeniero
  • Ingeniero
  • Ingeniero
  • Ingeniero
  • Ingeniero
  • Ingeniero
  • Ingeniero

Conviértase en miembro formal de Buenas Tareas

INSCRÍBETE - ES GRATIS