un cable RJ45-DB9-RS232-USB un pc portable un switch
Brancher le cable RJ45-DB9-RS232-USB partit (USB)sur le pc portable et partit (RJ45) le switch
Ouvrir putty :
- Cocher le bouton “Serial” , maintenant allez dans “taper une recherche ” (sur votre bureau) qui est à côté du bouton windows et écrivez “gestionnaire de périphériques”.
- trouvé “gestionnaires de connecteurs USB” cliqué sur la flèche , un USB apparait “ COM''(et un numéro) .
- Maintenant revenez sur PUTTY et écrivez dans la ou il y a COM1 le COM(avec son chiffre) que vous avez dans le gestionnaire de connecteur USB.
- Cliqué sur “Open”
- Appuyé sur “Entrée”
- Écriver ceci (Bien sur vous n'avez pas spécialement besoin de tout ça ! Cela dépend de se que vous voulez faire comme paramétrage )
SWITCH :
en conf t
REINITIALISER :
erase nvram : delete flash:vlan,dat reload
CREATION DE VLAN :
vlan XX name XX
PORT EN TRUNK AVEC AUTORISATION DE PASSAGE :
interface range fa0/X-X switchport mode trunk switchport trunk allowed vlan XX no sh
CONFIGURER DES PORTS A DES VLANS :
interface range fao/X-X switchport access vlan XX no sh
ADRESSE IP SUR VLAN :
interface vlan XXX add ip XXXXX mask no sh
PROTOCOLE LACP :
interface range fa0/X-X channel-group 1 mode active channel protocol lacp exit
CONFIGURATION DE PORT / BANDE PASSANTE / TABLE ARP / TABLE DE COMMUTATION / STATUS / SPANNING-TREE :
sh etherchannel X sh interfaces port-channel sh arp sh mac address-table sh interfaces status sh spanning-tree
LIMITER DEBIT :
interface range fa0/XX-XX speed XX no sh exit
ROUTEUR :
en conf t
ACTIVER UNE INTERFACE PHYSIQUE :
interface fa0/XXX no sh exit
CREER/ADRESSER UNE INTERFACE VIRTUELLE :
interface fa0/0.XXX(numéro vlan) encapsulation dot1Q XXX ip add XXXXX mask no sh exit
PORT EN TRUNK AVEC AUTORISATION DE PASSAGE :
interface range fa0/X-X switchport mode trunk switchport trunk allowed vlan XX no sh exit
MODE VTP :
vtp domain testvtp vtp mode (nom) vtp mode transparent (ne pas mettre dans switch admin) vtp password (mdp)
ADRESSE IP SUR VLAN :
int vlan XX ip address (ip) (masque) ip default-gateway (passerelle) no sh exit
ACTIVER TELNET :
en conf t line vty 0 15 password Btssio2017 login exit