meta data de esta página
Diferencias
Muestra las diferencias entre dos versiones de la página.
| Ambos lados, revisión anteriorRevisión previaPróxima revisión | Revisión previa | ||
| red:switch:hp2848 [282015/01/ 16:14] – editor externo 127.0.0.1 | red:switch:hp2848 [182023/01/ 13:36] (actual) – editor externo 127.0.0.1 | ||
|---|---|---|---|
| Línea 1: | Línea 1: | ||
| + | {{tag> switch hp}} | ||
| + | ===== Switch HP 2848 ===== | ||
| + | ==== Deshabilitar lacp ==== | ||
| + | < | ||
| + | 2848# configure | ||
| + | 2848(config)# | ||
| + | |||
| + | 2848(config)# | ||
| + | |||
| + | 2848(config)# | ||
| + | </ | ||
| + | |||
| + | |||
| + | ==== Habilitar el SSH ==== | ||
| + | < | ||
| + | 2848# configure | ||
| + | 2848# crypto key generate ssh | ||
| + | 2848# ip ssh | ||
| + | 2848# show ip ssh | ||
| + | 2848# write mem | ||
| + | </ | ||
| + | |||
| + | ==== Deshabilitar el Telnet ==== | ||
| + | < | ||
| + | |||
| + | ==== Comandos varios ==== | ||
| + | < | ||
| + | #interface all flow-control | ||
| + | |||
| + | #timesync timep | ||
| + | |||
| + | #show interfaces | ||
| + | |||
| + | #show log | ||
| + | |||
| + | interface all lacp active | ||
| + | |||
| + | passive | ||
| + | |||
| + | #interface all flow-control | ||
| + | #show interfaces | ||
| + | #timesync timep -> activa la sincronización ntp | ||
| + | </ | ||
| + | |||
| + | |||
| + | write memory #guarda los cambios | ||
| + | |||
| + | ==== DHCP Relay ==== | ||
| + | Prerequisitos: | ||
| + | * Habilitar DHCP Relay en el switch (por defecto habilitado) | ||
| + | * Habilitar IP routing en el switch | ||
| + | * Especificar una o más direcciones IP helper para cada vlan que envie peticiones al DHCP < | ||
| + | * Comprueba que hay una ruta de vuelta habilitada desde el servidor DHCP al switch. | ||
| + | * Asegurate de que el servidor de DHCP está habilitado y es accesible | ||
| + | |||
| + | === Para habilitar el DHCP === | ||
| + | < | ||
| + | |||
| + | Para deshabilitarlo | ||
| + | < | ||
| + | |||
| + | Ejemplo de configuración de ip helper-address para la vlan 10 | ||
| + | < | ||
| + | ProCurve# configure | ||
| + | ProCurve(config)# | ||
| + | < | ||
| + | |||
| + | ==== Backup / Restore ==== | ||
| + | http:// | ||
| + | |||
| + | |||
| + | ==== Referencias ==== | ||
| + | http:// | ||