From 775166bfd1b779523bef2edf5bb4f9df577f26c3 Mon Sep 17 00:00:00 2001 From: jdubois Date: Thu, 19 Aug 2021 14:45:29 +0200 Subject: [PATCH] Ajout chapitre STP sous Nexus pour port type edge --- SwitchCisco.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/SwitchCisco.md b/SwitchCisco.md index a8f30c9a..9622933f 100644 --- a/SwitchCisco.md +++ b/SwitchCisco.md @@ -1631,6 +1631,26 @@ Switch(config-schedule)# job name backupConfig Switch(config-schedule)# time daily 01:15 ~~~ +### STP : Spanning Tree Protocol + +* Synchro immédiate : Spanning Tree Portfast => Spanning Tree Port Type Edge + +Le nom "portfast" n'existe pas sous Nexus, c'est une notion de "port type" qui est utilisé. Lorsque le port est connecté à une machine finale, c'est un port de type `edge` (de bord, d'extrémité). + +Activer le Port Type Edge : + +~~~ +Switch(config)# interface GigabitEthernet0/28 +Switch(config-if)# spanning-tree port type edge +~~~ + +Désactiver le Port Type Edge : + +~~~ +Switch(config)# interface GigabitEthernet0/28 +Switch(config-if)# no spanning-tree port type edge +~~~ + ### VPC : Virtual Port-Channel Ressources : ,