Configuration d'un switch 2860_24TT
Fermé
achtar888
Messages postés
6
Date d'inscription
vendredi 8 juillet 2011
Statut
Membre
Dernière intervention
13 juillet 2011
-
11 juil. 2011 à 10:29
sethnico Messages postés 605 Date d'inscription lundi 12 mars 2007 Statut Contributeur Dernière intervention 5 octobre 2012 - 18 juil. 2011 à 10:34
sethnico Messages postés 605 Date d'inscription lundi 12 mars 2007 Statut Contributeur Dernière intervention 5 octobre 2012 - 18 juil. 2011 à 10:34
A voir également:
- Configuration d'un switch 2860_24TT
- Ethernet n'a pas de configuration ip valide - Guide
- Panneau de configuration - Guide
- Retablir configuration usine chromecast - Guide
- Logiciel switch - Télécharger - Conversion & Extraction
- Configuration chromecast - Guide
4 réponses
achtar888
Messages postés
6
Date d'inscription
vendredi 8 juillet 2011
Statut
Membre
Dernière intervention
13 juillet 2011
12 juil. 2011 à 12:14
12 juil. 2011 à 12:14
merci, mais j'ai des problèmes il faut un routage inter-vlans.
j'ai crée 3 vlans sur switch 2960 et j'ai fait un lien trunk et pour le routage un routeur 2811:
configuration du switch:
Switch(config)#vlan 200
Switch(config-vlan)#name informatique
Switch(config-vlan)#vlan 201
Switch(config-vlan)#name vente
Switch(config-vlan)#vlan 202
Switch(config-vlan)#name production
Switch(config-vlan)#interface fastethernet0/1
Switch(config-if)#switchport mode trunk
Switch(config-if)#switchport trunk allowed vlan all
Switch(config-if)#end
Switch#
%SYS-5-CONFIG_I: Configured from console by console
Switch#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#interface fastethernet0/2
Switch(config-if)#switchport mode access
Switch(config-if)#switchport access vlan 200
Switch(config-if)#end
Switch#
%SYS-5-CONFIG_I: Configured from console by console
Switch#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#interface fastethernet0/3
Switch(config-if)#switchport mode access
Switch(config-if)#switchport access vlan 201
Switch(config-if)#end
Switch#
%SYS-5-CONFIG_I: Configured from console by console
Switch#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#interface fastethernet0/4
Switch(config-if)#switchport mode access
Switch(config-if)#switchport access vlan 202
Switch(config-if)#end
la configuration du routeur:
Router(config)#interface fastethernet0/0
Router(config-if)#no shutdown
Router(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to upend
Router#
%SYS-5-CONFIG_I: Configured from console by console
Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#interface fastethernet0/0.1
Router(config-subif)#
%LINK-5-CHANGED: Interface FastEthernet0/0.1, changed state to up
Router(config-subif)#encapsulation dot1q 200
Router(config-subif)#ip address 10.4.200.0 255.255.255.0
Bad mask /24 for address 10.4.200.0
Router(config-subif)#ip address 10.4.200.0 255.0.0.0
Router(config-subif)#exit
Router(config)#interface fastethernet0/0.2
Router(config-subif)#
%LINK-5-CHANGED: Interface FastEthernet0/0.2, changed state to up
Router(config-subif)#encapsulation dot1q 201
Router(config-subif)#ip address 10.4.201.0 255.0.0.0
% 10.0.0.0 overlaps with FastEthernet0/0.1
j'ai crée 3 vlans sur switch 2960 et j'ai fait un lien trunk et pour le routage un routeur 2811:
configuration du switch:
Switch(config)#vlan 200
Switch(config-vlan)#name informatique
Switch(config-vlan)#vlan 201
Switch(config-vlan)#name vente
Switch(config-vlan)#vlan 202
Switch(config-vlan)#name production
Switch(config-vlan)#interface fastethernet0/1
Switch(config-if)#switchport mode trunk
Switch(config-if)#switchport trunk allowed vlan all
Switch(config-if)#end
Switch#
%SYS-5-CONFIG_I: Configured from console by console
Switch#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#interface fastethernet0/2
Switch(config-if)#switchport mode access
Switch(config-if)#switchport access vlan 200
Switch(config-if)#end
Switch#
%SYS-5-CONFIG_I: Configured from console by console
Switch#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#interface fastethernet0/3
Switch(config-if)#switchport mode access
Switch(config-if)#switchport access vlan 201
Switch(config-if)#end
Switch#
%SYS-5-CONFIG_I: Configured from console by console
Switch#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#interface fastethernet0/4
Switch(config-if)#switchport mode access
Switch(config-if)#switchport access vlan 202
Switch(config-if)#end
la configuration du routeur:
Router(config)#interface fastethernet0/0
Router(config-if)#no shutdown
Router(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to upend
Router#
%SYS-5-CONFIG_I: Configured from console by console
Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#interface fastethernet0/0.1
Router(config-subif)#
%LINK-5-CHANGED: Interface FastEthernet0/0.1, changed state to up
Router(config-subif)#encapsulation dot1q 200
Router(config-subif)#ip address 10.4.200.0 255.255.255.0
Bad mask /24 for address 10.4.200.0
Router(config-subif)#ip address 10.4.200.0 255.0.0.0
Router(config-subif)#exit
Router(config)#interface fastethernet0/0.2
Router(config-subif)#
%LINK-5-CHANGED: Interface FastEthernet0/0.2, changed state to up
Router(config-subif)#encapsulation dot1q 201
Router(config-subif)#ip address 10.4.201.0 255.0.0.0
% 10.0.0.0 overlaps with FastEthernet0/0.1
sethnico
Messages postés
605
Date d'inscription
lundi 12 mars 2007
Statut
Contributeur
Dernière intervention
5 octobre 2012
69
12 juil. 2011 à 12:30
12 juil. 2011 à 12:30
Tu dois changer tes masques. Tu ne peux pas attribuer deux adresses IP d'un même réseau à deux interfaces différentes.
achtar888
Messages postés
6
Date d'inscription
vendredi 8 juillet 2011
Statut
Membre
Dernière intervention
13 juillet 2011
12 juil. 2011 à 12:36
12 juil. 2011 à 12:36
merci mais vraiment g pas compris g essayé plusieurs masques mais ça marche pas
pour 10.4.200.0
10.4.201.0 et 10.4.202.0 le masque n'est pas 255.0.0.0?
pour 10.4.200.0
10.4.201.0 et 10.4.202.0 le masque n'est pas 255.0.0.0?
sethnico
Messages postés
605
Date d'inscription
lundi 12 mars 2007
Statut
Contributeur
Dernière intervention
5 octobre 2012
69
Modifié par sethnico le 12/07/2011 à 12:49
Modifié par sethnico le 12/07/2011 à 12:49
Les adresses 10.x.x.x voudraient avoir un tel masque. Mais dans le cas de ton exemple, il te faut des sous réseaux. Tu as deux possibilités:
- Tu gardes tes adresses en prenant un masque de /24
- Tu changes tes adresses en 192.168.x.x par exemple, toujours avec un masque de type /24
- Tu gardes tes adresses en prenant un masque de /24
- Tu changes tes adresses en 192.168.x.x par exemple, toujours avec un masque de type /24
achtar888
Messages postés
6
Date d'inscription
vendredi 8 juillet 2011
Statut
Membre
Dernière intervention
13 juillet 2011
12 juil. 2011 à 12:45
12 juil. 2011 à 12:45
merciiii pour ton aide
achtar888
Messages postés
6
Date d'inscription
vendredi 8 juillet 2011
Statut
Membre
Dernière intervention
13 juillet 2011
12 juil. 2011 à 12:51
12 juil. 2011 à 12:51
g pris le masque /24 ça marche pas
Router(config-subif)#ip address 10.4.200.0 255.255.255.0
Bad mask /24 for address 10.4.200.0
Router(config-subif)#ip address 10.4.200.0 255.255.255.0
Bad mask /24 for address 10.4.200.0
sethnico
Messages postés
605
Date d'inscription
lundi 12 mars 2007
Statut
Contributeur
Dernière intervention
5 octobre 2012
69
12 juil. 2011 à 13:10
12 juil. 2011 à 13:10
Tu tentes d'attribuer une adresse réseau à une interface ce qui est impossible petit padawan...
Prends une adresse valide (pour un hôte). Juste au cas où également, active l'ip classless
conf t:
ip classless
Prends une adresse valide (pour un hôte). Juste au cas où également, active l'ip classless
conf t:
ip classless
sethnico
Messages postés
605
Date d'inscription
lundi 12 mars 2007
Statut
Contributeur
Dernière intervention
5 octobre 2012
69
18 juil. 2011 à 10:34
18 juil. 2011 à 10:34
Alors? réglé?