X. Gns3 Réseau #8
X. Gns3 Réseau #8
X. Gns3 Réseau #8
GNS3 RÉSEAU N° 8
Vous allez créer un réseau constitué d'un routeur et de deux commutateurs (Type Cisco 3725).
Le module "NM-16ESW" est installé sur "SWR1" et "SWR2" ; "SWR1" et "SWR2"
peuvent être installés avec un disque virtuel PCMCIA de 128 MiB pour sauvagarder vos
configurations. Des ordinateurs [VPCx] complètent la topologie pour les tests de
fonctionnement.
Note
Pour utiliser le disque virtuel PCMCIA de 128 MiB, effecutez les manipualtions
suivantes :
1) copy startup-config flash:startup-config
2) conf t
boot system slot0:startup-config
end
3) write mem
4) copy run start
Note
Pour configurer un DNS, vous pouvez taper la commande suivante sur chaque [VPCx] :
"ip dns 8.8.8.8".
Configuration de "SWR1" :
Router> en
Router# conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router (config)# hostname SWR1
SWR1(config)# line con 0
SWR1(config-line)# logging synchronous
SWR1(config-line)# exit
SWR1(config)# vlan 10
SWR1(config-vlan)# name Ingenierie
SWR1(config-vlan)# exit
SWR1(config)# int f1/3
SWR1(config-if)# switchport mode access
SWR1(config-if)# switchport access vlan 10
SWR1(config-if)# no shut
SWR1(config-if)# exit
SWR1(config)# vlan 20
SWR1(config-vlan)# name Commerciaux
SWR1(config-vlan)# exit
SWR1(config)# int f1/4
SWR1(config-if)# switchport mode access
SWR1(config-if)# switchport access vlan 20
SWR1(config-if)# no shut
SWR1(config-if)# exit
SWR1(config)# int f1/0
SWR1(config-if)# speed 100
SWR1(config-if)# duplex full
SWR1(config-if)# switchport mode trunk
SWR1(config-if)# switchport trunk encapsulation dot1q
SWR1(config-if)# switchport trunk allowed vlan add 10,20
SWR1(config-if)# no shut
SWR1(config-if)# exit
SWR1(config)# int f1/1
SWR1(config-if)# switchport mode trunk
SWR1(config-if)# switchport trunk encapsulation dot1q
SWR1(config-if)# switchport trunk allowed vlan add 10,20
SWR1(config-if)# channel-group 1 mode on
SWR1(config-if)# no shut
SWR1(config-if)# exit
SWR1(config)# int f1/2
SWR1(config-if)# switchport mode trunk
SWR1(config-if)# switchport trunk encapsulation dot1q
SWR1(config-if)# switchport trunk allowed vlan add 10,20
SWR1(config-if)# channel-group 1 mode on
SWR1(config-if)# no shut
SWR1(config-if)# exit
SWR1(config)# int port-channel 1
SWR1(config-if)# switchport mode trunk
SWR1(config-if)# switchport trunk encapsulation dot1q
SWR1(config-if)# switchport trunk allowed vlan add 10,20
SWR1(config-if)# no shut
SWR1(config-if)# end
SWR1# write mem
Building configuration...
[OK]
SWR1# copy run start
Destination filename [startup-config]?
Building configuration...
[OK]
Configuration de "SWR2" :
Router> en
Router# conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router (config)# hostname SWR2
SWR2(config)# line con 0
SWR2(config-line)# logging synchronous
SWR2(config-line)# exit
SWR2(config)# vlan 10
SWR2(config-vlan)# name Ingenierie
SWR2(config-vlan)# exit
SWR2(config)# int f1/3
SWR2(config-if)# switchport mode access
SWR2(config-if)# switchport access vlan 10
SWR2(config-if)# no shut
SWR2(config-if)# exit
SWR2(config)# vlan 20
SWR2(config-vlan)# name Commerciaux
SWR2(config-vlan)# exit
SWR2(config)# int f1/2
SWR2(config-if)# switchport mode access
SWR2(config-if)# switchport access vlan 20
SWR2(config-if)# no shut
SWR2(config-if)# exit
SWR2(config)# int f1/0
SWR2(config-if)# switchport mode trunk
SWR2(config-if)# switchport trunk encapsulation dot1q
SWR2(config-if)# switchport trunk allowed vlan add 10,20
SWR2(config-if)# channel-group 1 mode on
SWR2(config-if)# no shut
SWR2(config-if)# exit
SWR2(config)# int f1/1
SWR2(config-if)# switchport mode trunk
SWR2(config-if)# switchport trunk encapsulation dot1q
SWR2(config-if)# switchport trunk allowed vlan add 10,20
SWR2(config-if)# channel-group 1 mode on
SWR2(config-if)# no shut
SWR2(config-if)# exit
SWR2(config)# int port-channel 1
SWR2(config-if)# switchport mode trunk
SWR2(config-if)# switchport trunk encapsulation dot1q
SWR2(config-if)# switchport trunk allowed vlan add 10,20
SWR2(config-if)# no shut
SWR2(config-if)# end
SWR2# write mem
Building configuration...
[OK]
SWR2# copy run start
Destination filename [startup-config]?
Building configuration...
[OK]
Sauvegardez le projet :
SWR1> en
SWR1# conf t
Enter configuration commands, one per line. End with CNTL/Z.
SWR1(config)# port-channel load-balance src-dst-ip
SWR1(config)# end
SWR1# write mem
Building configuration...
[OK]
SWR1# copy run start
Destination filename [startup-config]?
Building configuration...
[OK]
Sauvegardez le projet :
Sauvegardez le projet :
SW1> en
SW1# sh vlan-switch br
SW1> en
SW1# sh int trunk
SW1> en
SW1# sh int Po1
SW1> en
SW1# sh etherchannel 1 summary
À partir de l'ordinateur "VPC2", tapez les commandes suivantes : "ping 192.168.10.2" puis
"ping 192.168.10.254" ; testez l'accès au dns de "google" : "ping 8.8.8.8".