[CISCO] Habilitar interfaz web en Cisco 3560G

switch# conf t
switch(config)# username admin priviledge 15 secret <contraseña>
switch(config)# interface vlan 1
switch(config-if)# ip address 192.168.1.10 255.255.255.0
switch(config-if)# no shutdown
switch(config-if)# exit
switch(config)# ip http server
switch(config)# ip http secure-server
switch(config)# ip http autentication local
switch(config)# ip default-gateway 192.168.1.1