Mostrando entradas con la etiqueta Cisco Switch Router http. Mostrar todas las entradas
Mostrando entradas con la etiqueta Cisco Switch Router http. Mostrar todas las entradas

lunes, 4 de octubre de 2010

Como Activar el acceso web a un Switch Cisco

Poner una IP fija al Swtich
Switch#enable
Switch#configure terminal
Switch (config)# interface vlan1
Switch (config-if)# ip address 10.0.0.100 255.0.0.0
Switch (config-if)# no shutdown
Switch (config-if)# exit
Switch (config)# ip default-gateway 10.0.0.1


Paso 1:

Switch#enable
Switch#configure terminal
Enter configuration commands, one per line.  End with CNTL/Z.
Switch(config)#
Switch(config)#ip http server
Switch(config)#ip http secure-server
% Generating 1024 bit RSA keys, keys will be non-exportable...[OK]
Switch(config)#ip http authentication local

Paso 2: (Crea una cuenta con priviliegios en el nivel 15:

Switch(config)#username cisco privilege 15 password 0 cisco
CNTL/Z.

Paso 3: Grabar configuración

Switch# write mem