Correction nom interface nexus

This commit is contained in:
jdubois 2022-02-16 11:56:04 +01:00
parent 62141e1228
commit bb937c84c2

View file

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