aruba_networks:switch:2930f:2930f_configuration
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| aruba_networks:switch:2930f:2930f_configuration [2026/05/29 05:14] – aperez | aruba_networks:switch:2930f:2930f_configuration [2026/06/09 16:26] (current) – [Verification] aperez | ||
|---|---|---|---|
| Line 1222: | Line 1222: | ||
| * The switch remains fully operational with its configuration intact and the new administrative password applied. | * The switch remains fully operational with its configuration intact and the new administrative password applied. | ||
| + | |||
| + | |||
| + | ---- | ||
| + | ---- | ||
| + | |||
| + | |||
| + | ====== Base de Conocimiento: | ||
| + | |||
| + | Este documento detalla el procedimiento técnico para recuperar el acceso de administración en un switch Aruba 2930F mediante consola remota sin acceso físico, así como la resolución de problemas de negociación criptográfica de SSH (versión de software WC.16.11). | ||
| + | |||
| + | ^ Fecha ^ Autor ^ Plataforma/ | ||
| + | |||
| + | | [%date%] | Soporte TI | Aruba 2930F (JL253A/ | ||
| + | |||
| + | ===== Escenario 1: Recuperación de Contraseña de Administrador ===== | ||
| + | |||
| + | ==== Problema ==== | ||
| + | Pérdida de la contraseña de administrador (privilegio '' | ||
| + | |||
| + | ==== Solución Aplicada ==== | ||
| + | Eliminación directa del archivo de contraseñas locales desde el sistema de archivos del Monitor ROM (BootROM). Este método **mantiene intacta** la configuración de red (VLANs, ruteo, interfaces). | ||
| + | |||
| + | === Pasos Ejecutados === | ||
| + | - Reiniciar el switch por consola. En el menú de perfiles de arranque (**Boot Profiles**), | ||
| + | < | ||
| + | Boot Profiles: | ||
| + | 0. Monitor ROM Console | ||
| + | 1. Primary Software Image [WC.16.08.0003] | ||
| + | 2. Secondary Software Image [WC.16.05.0007] | ||
| + | |||
| + | Select profile (primary): 0 | ||
| + | </ | ||
| + | - En el prompt de la ROM (`=>`), ejecutar los siguientes comandos para borrar el archivo indexador de credenciales e iniciar el equipo: | ||
| + | < | ||
| + | => cd cfa0 | ||
| + | => rm mgrinfo.txt | ||
| + | => boot | ||
| + | </ | ||
| + | - Tras el arranque completo, el switch permitirá el ingreso directo a la CLI de manera vacía. Configurar la nueva contraseña utilizando la sintaxis correcta del privilegio '' | ||
| + | < | ||
| + | 2930F-Temp# configure terminal | ||
| + | 2930F-Temp(config)# | ||
| + | New password: < | ||
| + | Confirm new password: < | ||
| + | 2930F-Temp(config)# | ||
| + | </ | ||
| + | |||
| + | ===== Escenario 2: Error de Negociación SSH (No Matching Key Exchange) ===== | ||
| + | |||
| + | ==== Problema ==== | ||
| + | Al intentar conectarse vía SSH desde un switch o cliente moderno, se genera el siguiente error de rechazo criptográfico por algoritmos obsoletos ofrecidos por el switch (SHA1): | ||
| + | < | ||
| + | CS-2P-MDFHA-A# | ||
| + | Unable to negotiate with 172.16.28.51 port 22: no matching key exchange method found. | ||
| + | Their offer: diffie-hellman-group14-sha1 | ||
| + | </ | ||
| + | |||
| + | ==== Solución Aplicada ==== | ||
| + | Habilitar explícitamente algoritmos modernos basados en curvas elípticas (ECDH) y ciphers CTR soportados nativamente por el firmware WC.16.11. | ||
| + | |||
| + | === Pasos Ejecutados === | ||
| + | Ingresar al switch vía consola y aplicar las directivas de robustecimiento para el servicio SSH: | ||
| + | |||
| + | < | ||
| + | 2930F-Temp(config)# | ||
| + | 2930F-Temp(config)# | ||
| + | 2930F-Temp(config)# | ||
| + | 2930F-Temp(config)# | ||
| + | 2930F-Temp(config)# | ||
| + | </ | ||
| + | |||
| + | === Notas Técnicas / Limitaciones del Firmware === | ||
| + | * Algoritmos como '' | ||
| + | |||
| + | ===== Diagnóstico y Comandos Útiles ===== | ||
| + | Para verificar la versión de sistema operativo y los parámetros vigentes de SSH, usar: | ||
| + | < | ||
| + | 2930F-Temp# show version | ||
| + | 2930F-Temp# show ip ssh | ||
| + | </ | ||
| ---- | ---- | ||
| ---- | ---- | ||
aruba_networks/switch/2930f/2930f_configuration.1780031683.txt.gz · Last modified: by aperez
