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 ~~~