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
informatique:extreme_networks [2026/09/07 13:46] – [Licences] installation licence sur un switch universel pteuinformatique:extreme_networks [2026/09/10 08:53] (current) – [BGP] pteu
Line 1859: Line 1859:
 configure vr VR-Default del ports 15 configure vr VR-Default del ports 15
 configure vr VR-BGP add ports 15 configure vr VR-BGP add ports 15
-# activation du BGP sur le VR-BGP+# activation du BGP sur le VR-BGP (déjà activé si vr-Default)
 configure vr VR-BGP add protocol bgp configure vr VR-BGP add protocol bgp
  
Line 1895: Line 1895:
 On peux ajouter une protection par mot de passe MD5 : On peux ajouter une protection par mot de passe MD5 :
 <code bash> <code bash>
-configure bgp neighbor 10.55.6.92 password encrypted "#$r7jd531s6df4s6f8ze+rENrdw=="+configure bgp neighbor 10.55.6.92 password motdepassesecret123456789
 </code> </code>
  
Line 1911: Line 1911:
    then { deny; }    then { deny; }
  }  }
 +
 +# vérification de la routemap
 +check policy BGP-in
  
 # application de la routemap # application de la routemap
Line 1918: Line 1921:
 Après la MAJ d'une policy, pour qu'elle soit prise en compte : Après la MAJ d'une policy, pour qu'elle soit prise en compte :
 <code bash> <code bash>
-check policy BGP-in.pol +check policy BGP-in.pol    # vérification de la syntaxe 
-refresh policy BGP-in+refresh policy BGP-in      # actualisation
 configure bgp soft-reconfiguration configure bgp soft-reconfiguration
 </code> </code>
informatique/extreme_networks.1788788808.txt.gz · Last modified: 2026/09/07 13:46 by pteu