From bb937c84c276340c18097ac52f9899016edffc93 Mon Sep 17 00:00:00 2001 From: jdubois Date: Wed, 16 Feb 2022 11:56:04 +0100 Subject: [PATCH] Correction nom interface nexus --- SwitchCisco.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SwitchCisco.md b/SwitchCisco.md index 7989e84c..f653689f 100644 --- a/SwitchCisco.md +++ b/SwitchCisco.md @@ -1664,14 +1664,14 @@ Le nom "portfast" n'existe pas sous Nexus, c'est une notion de "port type" qui e Activer le Port Type Edge : ~~~ -Switch(config)# interface GigabitEthernet0/28 +Switch(config)# interface Eth1/28 Switch(config-if)# spanning-tree port type edge ~~~ Désactiver le Port Type Edge : ~~~ -Switch(config)# interface GigabitEthernet0/28 +Switch(config)# interface Eth1/28 Switch(config-if)# no spanning-tree port type edge ~~~