User Tools

Site Tools


informatique:extreme_networks

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
informatique:extreme_networks [2025/02/05 16:09] – [Hardware] x695 pteuinformatique:extreme_networks [2025/08/27 14:59] (current) – [Firmware] via clé USB pteu
Line 607: Line 607:
  
   * via clé USB   * via clé USB
 +
 +ref:  [[https://extreme-networks.my.site.com/ExtrArticleDetail?an=000081794|Upgrade Switch Engine (EXOS) via USB]]
 +
 +Avant EXOS 31.1:
 <code bash> <code bash>
-puis vérifier qu'elle soit reconnue+# vérifier qu'elle soit reconnue (elle doit être en FAT32)
 show memorycard show memorycard
  
Line 617: Line 621:
  This image will be used only after rebooting the switch!  This image will be used only after rebooting the switch!
 </code> </code>
 +
 +Depuis la version EXOS 31.1
 +<code bash>
 +# vérifier que la clé USB est reconnue et montée (elle doit être en FAT32)
 +show switch mounts
 +Memory storage is present.
 +!
 +show switch usb
 +USB port: Disabled
 +# Si KO, activer la prise en chagre de l'USB
 +enable switch usb
 +This setting will take effect at the next system reboot
 +
 +# la clé USB est montée ici:
 +ls /usr/local/ext
 +-rwxrwxr--    1 admin    admin    113982743 Mar 26 18:50 summit_arm-32.7.2.19.xos
 +[..]
 +
 +# copier l'image dans la mémoire interne
 +download url file:///usr/local/ext/summit_arm-32.7.2.19.xos
 +</code>
 +
 +Puis ''reboot''.
  
   * via scp   * via scp
Line 650: Line 677:
   * ''Error: Failed to download image on Slot-3 - tftp: write error''   * ''Error: Failed to download image on Slot-3 - tftp: write error''
 L'erreur apparait après téléchargement de l'image sur le master, pendant le transfert vers les autres slots de la stack, lors de la MAJ de le 22 vers la v30.7. En passant par la version intermédiaire 30.2.1.8, le problème n'apparait plus. ([[https://gtacknowledge.extremenetworks.com/articles/Solution/000043762|source GTAC]]) L'erreur apparait après téléchargement de l'image sur le master, pendant le transfert vers les autres slots de la stack, lors de la MAJ de le 22 vers la v30.7. En passant par la version intermédiaire 30.2.1.8, le problème n'apparait plus. ([[https://gtacknowledge.extremenetworks.com/articles/Solution/000043762|source GTAC]])
 +
 +  * autre erreur TFTP quand on passe de la 30.1 à la 30.3 : ''rm: cannot remove '/scratch': Device or resource busy
 + Error: Failed to download image on Slot-2 - tftp: write error'' -> [[https://extreme-networks.my.site.com/ExtrArticleDetail?an=000058389|Upgrading To EXOS 30.3 or Higher Fails with TFTP Errors]]
 +
 ====Commandes UNIX-like==== ====Commandes UNIX-like====
  
Line 1670: Line 1701:
   * [[https://gtacknowledge.extremenetworks.com/articles/How_To/Getting-started-with-Summit-Stacking|Getting started with Summit Stacking]]   * [[https://gtacknowledge.extremenetworks.com/articles/How_To/Getting-started-with-Summit-Stacking|Getting started with Summit Stacking]]
     * et particulièrement : [[https://gtacknowledge.extremenetworks.com/articles/How_To/000001503|How to create a stack with Summit switches]]     * et particulièrement : [[https://gtacknowledge.extremenetworks.com/articles/How_To/000001503|How to create a stack with Summit switches]]
 +    * [[https://extreme-networks.my.site.com/ExtrArticleDetail?an=000087807|Where Can I Find the EXOS Stacking Tool?]] -> (spoil: [[https://stackingtool.extremenetworks.com/StackingTool/|Stacking tool]])
 ====Divers==== ====Divers====
  
Line 1851: Line 1883:
 show bgp neighbor 10.55.200.92 accepted-routes all show bgp neighbor 10.55.200.92 accepted-routes all
 show bgp neighbor 10.55.200.92 rejected-routes all show bgp neighbor 10.55.200.92 rejected-routes all
 +[...]
 +BGP Route Statistics 
 +  Total Rxed Routes : 8
 +  Rejected Routes   : 1
 +  Unfeasible Routes : 0
 ! !
 show bgp neighbor 10.55.200.92 transmitted-routes all show bgp neighbor 10.55.200.92 transmitted-routes all
Line 1862: Line 1899:
 show bgp neighbor 10.55.200.92 suppressed-routes all show bgp neighbor 10.55.200.92 suppressed-routes all
 </code> </code>
 +
 +<WRAP center round important 80%>
 +Les commandes précédentes n'affiche que le nombre de route demandées (rejected/suppressed ; pour voir les routes rejetées/supprimées [[https://extreme-networks.my.site.com/ExtrArticleDetail?an=000095632|il faut activer l'option]] ''soft-reset in/out'' : ''configure bgp neighbor 10.55.200.92 soft-reset [ in | out ]''
 +</WRAP>
  
 ===Suppression de la conf BGP=== ===Suppression de la conf BGP===
informatique/extreme_networks.1738771776.txt.gz · Last modified: 2025/02/05 16:09 by pteu