James Regis

Commandes utiles sur un switch

Thu 01 May 2014 / cli cisco switch

Créer un port channel

:::bash
switch# configure terminal
switch(config)# interface port-channel channel-number

Enlever un port d'une aggreation (port channel)

:::bash
switch# configure terminal
switch (config)# interface ethernet 1/0/4
switch(config)# no channel-group

Détruire un port-channel

:::bash
switch# configure terminal switch(config)# no interface port-channel channel-number

Reinitialiser un port

:::bash switch# configure terminal switch (config)# default interface ethernet 1/0/4

james

A propos de james