Vlans sur switch 3550
Résolu/Fermé
sorento02
Messages postés
3
Date d'inscription
dimanche 11 novembre 2012
Statut
Membre
Dernière intervention
14 novembre 2012
-
11 nov. 2012 à 16:03
MIchael Tagui Messages postés 60 Date d'inscription dimanche 11 novembre 2012 Statut Membre Dernière intervention 18 juillet 2013 - 14 nov. 2012 à 01:15
MIchael Tagui Messages postés 60 Date d'inscription dimanche 11 novembre 2012 Statut Membre Dernière intervention 18 juillet 2013 - 14 nov. 2012 à 01:15
A voir également:
- Vlans sur switch 3550
- Logiciel switch - Télécharger - Conversion & Extraction
- Samsung switch pc - Télécharger - Divers Bureautique
- Switch qwerty azerty - Guide
- Zelda 3 switch - Accueil - Guide jeu vidéo
- Regarder film sur switch ✓ - Forum Format et connectique vidéo
5 réponses
MIchael Tagui
Messages postés
60
Date d'inscription
dimanche 11 novembre 2012
Statut
Membre
Dernière intervention
18 juillet 2013
13
Modifié par MIchael Tagui le 11/11/2012 à 17:25
Modifié par MIchael Tagui le 11/11/2012 à 17:25
LAISSE MOI TE POSER D'ABORD CETTE QUESTION: AS TU DONNE DES IP ADDRESSES AUX MACHINES? ET JE REPONDRAIS A TA QUESTION.
sorento02
Messages postés
3
Date d'inscription
dimanche 11 novembre 2012
Statut
Membre
Dernière intervention
14 novembre 2012
11 nov. 2012 à 17:38
11 nov. 2012 à 17:38
noon pas encore ! je veux d'abord donner aux Vlans, si par exemple je donne l'adresse 192.168.0.0 au 1er Vlan, je donnerai l'adresse 192.168.0.1 à ma machine
MIchael Tagui
Messages postés
60
Date d'inscription
dimanche 11 novembre 2012
Statut
Membre
Dernière intervention
18 juillet 2013
13
11 nov. 2012 à 19:24
11 nov. 2012 à 19:24
il faut activer cette commande dans le switch: Switch(config)#ip routing
et les ordinateurs doivent avoir comme passerelle par defaut l'address de leur vlans.
et maintenant essay de pinguer et tu verras qu'il y aura de reponse.
et les ordinateurs doivent avoir comme passerelle par defaut l'address de leur vlans.
et maintenant essay de pinguer et tu verras qu'il y aura de reponse.
d'accord merci. Mais comment affecter des adresses aux Vlans ?
brupala
Messages postés
110740
Date d'inscription
lundi 16 juillet 2001
Statut
Membre
Dernière intervention
4 janvier 2025
13 885
13 nov. 2012 à 11:25
13 nov. 2012 à 11:25
interface vlan machin ...
ip address ...
un vlan n'a pas d'adresse IP, juste un nom de vlan et un numéro.
c'est le routeur (le switch L3) qui a une adresse ip dans un vlan.
ip address ...
un vlan n'a pas d'adresse IP, juste un nom de vlan et un numéro.
c'est le routeur (le switch L3) qui a une adresse ip dans un vlan.
MIchael Tagui
Messages postés
60
Date d'inscription
dimanche 11 novembre 2012
Statut
Membre
Dernière intervention
18 juillet 2013
13
13 nov. 2012 à 21:57
13 nov. 2012 à 21:57
Oui c possible d'affecter des address ip aux VLANs, voici la commande:
Switch(config)#VLAN 45 (pour creer un vlan 45 en 1ere position)
Switch(config-vlan)#EXIT (pour sortir du mode config vlan)
Switch(config)#INTERFACE VLAN 45 (te permettra d'entrer dans l'interface VLAN k tu viens de creer)
Switch(config-if)#IP ADDRESS 100.100.100.1 255.0.0.0 (pour affecter une addresse IP au vlan 45).
Si tu as un problem n'hesite pas a nous faire savoir.
Switch(config)#VLAN 45 (pour creer un vlan 45 en 1ere position)
Switch(config-vlan)#EXIT (pour sortir du mode config vlan)
Switch(config)#INTERFACE VLAN 45 (te permettra d'entrer dans l'interface VLAN k tu viens de creer)
Switch(config-if)#IP ADDRESS 100.100.100.1 255.0.0.0 (pour affecter une addresse IP au vlan 45).
Si tu as un problem n'hesite pas a nous faire savoir.
MIchael Tagui
Messages postés
60
Date d'inscription
dimanche 11 novembre 2012
Statut
Membre
Dernière intervention
18 juillet 2013
13
13 nov. 2012 à 22:28
13 nov. 2012 à 22:28
Voici toutes les commandes pour finir ton exercise si tu as encore des doutes:
Switch>
Switch>
Switch>en
Switch#
Switch#
Switch#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#
Switch(config)#vlan 2
Switch(config-vlan)#vlan 3
Switch(config-vlan)#
Switch(config-vlan)#exit
Switch(config)#
Switch(config)#int range fa0/4-7
Switch(config-if-range)#switchport mode access
Switch(config-if-range)#switchport access vlan 2
Switch(config-if-range)#
Switch(config-if-range)#exit
Switch(config)#int range fa0/8-11
Switch(config-if-range)#switchport mode access
Switch(config-if-range)#switchport access vlan 3
Switch(config-if-range)#exit
Switch(config)#int vlan 2
Switch(config-if)#
%LINK-5-CHANGED: Interface Vlan2, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface Vlan2, changed state to up
Switch(config-if)#
Switch(config-if)#ip address 192.168.10.1 255.255.255.0
Switch(config-if)#int vlan 3
Switch(config-if)#
%LINK-5-CHANGED: Interface Vlan20, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface Vlan20, changed state to up
Switch(config-if)#ip address 172.16.10.1 255.255.0.0
Switch(config-if)#
Switch(config-if)#no shut
Switch(config-if)
Switch(config-if)#int vlan 2
Switch(config-if)#no shut
Switch(config-if)#exit
Switch(config)#ip routing
Switch(config)#
Switch(config)#do ping 172.16.10.1 (pour tester la connection entre le switch et le vlan 3)
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 172.16.10.1, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 16/16/16 ms ( les cinq points d'exclamation montrent que le ping est a 100% de reussite)
Switch(config)#do ping 192.168.10.1 (pour tester la connection entre le switch et le vlan 2)
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.10.1, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 16/19/31 ms ( !!!!! ping reussit a 100%)
j'espere k le reste te sera facile !!!!!.
Switch>
Switch>
Switch>en
Switch#
Switch#
Switch#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#
Switch(config)#vlan 2
Switch(config-vlan)#vlan 3
Switch(config-vlan)#
Switch(config-vlan)#exit
Switch(config)#
Switch(config)#int range fa0/4-7
Switch(config-if-range)#switchport mode access
Switch(config-if-range)#switchport access vlan 2
Switch(config-if-range)#
Switch(config-if-range)#exit
Switch(config)#int range fa0/8-11
Switch(config-if-range)#switchport mode access
Switch(config-if-range)#switchport access vlan 3
Switch(config-if-range)#exit
Switch(config)#int vlan 2
Switch(config-if)#
%LINK-5-CHANGED: Interface Vlan2, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface Vlan2, changed state to up
Switch(config-if)#
Switch(config-if)#ip address 192.168.10.1 255.255.255.0
Switch(config-if)#int vlan 3
Switch(config-if)#
%LINK-5-CHANGED: Interface Vlan20, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface Vlan20, changed state to up
Switch(config-if)#ip address 172.16.10.1 255.255.0.0
Switch(config-if)#
Switch(config-if)#no shut
Switch(config-if)
Switch(config-if)#int vlan 2
Switch(config-if)#no shut
Switch(config-if)#exit
Switch(config)#ip routing
Switch(config)#
Switch(config)#do ping 172.16.10.1 (pour tester la connection entre le switch et le vlan 3)
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 172.16.10.1, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 16/16/16 ms ( les cinq points d'exclamation montrent que le ping est a 100% de reussite)
Switch(config)#do ping 192.168.10.1 (pour tester la connection entre le switch et le vlan 2)
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.10.1, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 16/19/31 ms ( !!!!! ping reussit a 100%)
j'espere k le reste te sera facile !!!!!.
Vous n’avez pas trouvé la réponse que vous recherchez ?
Posez votre question
MIchael Tagui
Messages postés
60
Date d'inscription
dimanche 11 novembre 2012
Statut
Membre
Dernière intervention
18 juillet 2013
13
14 nov. 2012 à 01:15
14 nov. 2012 à 01:15
De rien, a plus ++++