User Tools

Site Tools


arista:switch:7050qx-32-r_script_and_user_guide_eos_4.33.1f

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
arista:switch:7050qx-32-r_script_and_user_guide_eos_4.33.1f [2026/01/31 03:05] aperezarista:switch:7050qx-32-r_script_and_user_guide_eos_4.33.1f [2026/01/31 03:32] (current) aperez
Line 2212: Line 2212:
 ---- ----
  
 +
 +====== Backup de Configuración Arista 7050QX por TFTP ======
 +
 +===== Objetivo =====
 +Respaldar la configuración de switches Arista EOS hacia un servidor TFTP en la red.
 +
 +===== Topología usada =====
 +Switches:
 +  * 172.16.28.42
 +  * 172.16.28.43
 +
 +Servidor TFTP:
 +  * IP: 10.28.64.30
 +  * Software: 3CDaemon TFTP Server
 +  * Carpeta raíz recomendada: C:\TFTP
 +
 +-----
 +
 +===== 1. Verificar conectividad desde el switch =====
 +
 +<code bash>
 +ping 10.28.64.30
 +</code>
 +
 +Debe haber respuesta sin pérdida de paquetes.
 +
 +-----
 +
 +===== 2. Problema encontrado =====
 +
 +El TFTP mostraba:
 +  Not allowed to overwrite existing files
 +
 +El archivo quedaba en 0 KB porque el servidor TFTP bloqueaba escritura.
 +
 +-----
 +
 +===== 3. Configuración correcta del servidor TFTP (3CDaemon) =====
 +
 +En la PC 10.28.64.30:
 +
 +  1) Abrir 3CDaemon
 +  2) Ir a "Configure TFTP Server"
 +  3) Configurar:
 +
 +     ✔ Allow overwrite existing files  
 +     ✔ Allow create new files  
 +     ✔ Write enabled  
 +
 +     ✖ Desactivar modo Read Only
 +
 +  4) Configurar carpeta raíz:
 +     
 +     C:\TFTP
 +
 +  5) Reiniciar servicio TFTP:
 +     
 +     Stop TFTP Server  
 +     Start TFTP Server
 +
 +-----
 +
 +===== 4. Backup del running-config =====
 +
 +En el switch:
 +
 +<code bash>
 +copy running-config flash:temp_run.cfg
 +copy flash:temp_run.cfg tftp://10.28.64.30/backup_7050_42_running.cfg
 +</code>
 +
 +Para el segundo switch:
 +
 +<code bash>
 +copy running-config flash:temp_run.cfg
 +copy flash:temp_run.cfg tftp://10.28.64.30/backup_7050_43_running.cfg
 +</code>
 +
 +-----
 +
 +===== 5. Backup del startup-config =====
 +
 +<code bash>
 +copy startup-config flash:temp_start.cfg
 +copy flash:temp_start.cfg tftp://10.28.64.30/backup_7050_42_startup.cfg
 +</code>
 +
 +-----
 +
 +===== 6. Verificación exitosa =====
 +
 +En la ventana del TFTP se debe ver:
 +
 +  Client requests PUT of file backup_7050_42_running.cfg
 +  Bytes: ~26 KB
 +  Status: Success
 +
 +Los archivos ya no deben aparecer en 0 KB.
 +
 +-----
 +
 +===== 7. Limpieza opcional en el switch =====
 +
 +<code bash>
 +delete flash:temp_run.cfg
 +delete flash:temp_start.cfg
 +</code>
 +
 +-----
 +
 +===== Notas Importantes =====
 +
 +  * No usar Desktop ni Documentos como carpeta TFTP (Windows bloquea escritura).
 +  * Siempre usar carpeta simple como C:\TFTP.
 +  * Si el archivo ya existe y overwrite está deshabilitado, fallará la copia.
 +  * Este procedimiento funciona igual para cualquier Arista EOS.
 +
 +-----
 +-----
  
  
arista/switch/7050qx-32-r_script_and_user_guide_eos_4.33.1f.txt · Last modified: by aperez

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki