diff --git a/SwitchCisco.md b/SwitchCisco.md index 391cb737..9395713d 100644 --- a/SwitchCisco.md +++ b/SwitchCisco.md @@ -1570,6 +1570,24 @@ Switch(config)# hardware profile portmode 48x10g+6x40g Un redémarrage du switch est nécessaire pour que ce soit pris en compte. +### Infos d'une interface + +L'obtention des infos d'une interface se fait de la même façon que sur les Nexus. La seule différence est l'orthographe du mot "interface", qui ne prend pas le "s" à la fin, contrairement aux Catalyst : + +~~~ +Switch# show interface +Switch# show interface status +Switch# show interface description +Switch# show interface trunk +Switch# show interface vlan +Switch# show interface e1/1 +Switch# show interface e1/1 status +Switch# show interface e1/1 counter +Switch# show interface e1/1 counter errors +Switch# show interface e1/1 switchport +Switch# show interface e1/1 trunk +~~~ + ### Gestion des VLANs * Affecter une adresse IP à un VLAN :