jeudi 19 mai 2011

Vlans Natives

  Comment configurer les vlans virtuels dans les serveurs VTP  ?
Dans ce Tp , vous serez en mesure d’effectuer les tâches suivantes :

* Installer un réseau conformément au diagramme de topologie
* Exécuter des tâches de configuration de base sur un routeur et un réseau local commuté
* Configurer des VLAN et le protocole VTP (VLAN Trunking Protocol) sur tous les commutateurs
* Configurer un routeur pour prendre en charge les agrégations 802.1q sur une interface Fast Ethernet
* Configurer un routeur avec des sous-interfaces correspondant aux VLAN configurés


Schéma d’adressage des Vlans :

Routeur1 :


Commutateurs :


Configuration :
Routeur R1:
R1(config)#interface fastethernet 0/1
R1(config-if)#no shutdown
R1(config-if)#interface fastethernet 0/1.1
R1(config-subif)#encapsulation dot1q 1
R1(config-subif)#ip address 172.17.1.1 255.255.255.0
R1(config-if)#interface fastethernet 0/1.10
R1(config-subif)#encapsulation dot1q 10
R1(config-subif)#ip address 172.17.10.1 255.255.255.0
R1(config-if)#interface fastethernet 0/1.20
R1(config-subif)#encapsulation dot1q 20
R1(config-subif)#ip address 172.17.20.1 255.255.255.0
R1(config-if)#interface fastethernet 0/1.30
R1(config-subif)#encapsulation dot1q 30
R1(config-subif)#ip address 172.17.30.1 255.255.255.0
R1(config-if)#interface fastethernet 0/1.99
R1(config-subif)#encapsulation dot1q 99 native
R1(config-subif)#ip address 172.17.99.1 255.255.255.0
R1(config)# interface FastEthernet0/0
R1(config-if)#ip address 172.17.50.1 255.255.255.0
R1(config-if)#no shutdown
R1(config-if)#end
 
Commutateur 1 :
Switch(config)#hostname Comm1
Comm1(config)#enable secret class
Comm1(config)#no ip domain-lookup     // désactivation de la recherche DNS
Comm1(config)#ip default-gateway 172.17.99.1
Comm1(config)#line console 0
Comm1(config-line)#password cisco
Comm1(config-line)#login
Comm1(config-line)#line vty 0 15
Comm1(config-line)#password cisco
Comm1(config-line)#login
Comm1(config-line)#exit
Comm1(config)#vtp mode server
Comm1(config)#vtp domain cisco
Comm1(config)#vtp password cisco
Comm1(config)#interface range fa0/1-24
Comm1(config-if-range)#shutdown
Comm1(config)#int range fa0/1-4
Comm1(config-if-range)#switchport mode trunk
Comm1(config-if-range)#switchport trunk native vlan 99
Comm1(config-if-range)#no shutdown
comm1(vlan)#vlan 99 name deriction
comm1(vlan)#vlan 10 name personnelle
comm1(vlan)#vlan 20 name sercomptable
comm1(vlan)#vlan 30 name marketing
Comm1(config-vlan)#exit
Comm1(config)#interface vlan 99
Comm1(config-if)#ip address 172.17.99.11 255.255.255.0
Comm1(config-if)#no shutdown
 Commutateur 2 :
Comm2(config)#vtp mode client
Comm2(config)#vtp domain cisco
Comm2(config)#vtp password cisco
Comm2(config)#interface range fa0/1-24
Comm2(config-if-range)#shutdown  // désactivation de tous les ports
Comm2(config)#interface range fa0/5-10
Comm2(config-if-range)#switchport access vlan 30
Comm2(config-if-range)#interface range fa0/11-17  // affectation des ports aux vlans
Comm2(config-if-range)#switchport access vlan 10
Comm2(config-if-range)#interface range fa0/18-24
Comm2(config-if-range)#switchport access vlan 20
Comm2(config-if-range)#end
Comm2(config)#interface fa0/6
Comm2(config-if)#switchport mode access
Comm2(config-if)#no shutdown   // activation des ports actifs seulement
Comm2(config-if)#interface fa0/11
Comm2(config-if)#switchport mode access
Comm2(config-if)#no shutdown
Comm2(config-if)#interface fa0/18
Comm2(config-if)#switchport mode access
Comm2(config-if)#no shutdown
Comm2(config)# interface range fa0/1-4
Comm2(config-if-range)#switchport mode trunk
Comm2(config-if-range)#switchport trunk native vlan 99
Comm2(config-if-range)#no shutdown
Comm2(config)#interface vlan 99
Comm2(config-if)#ip address 172.17.99.12 255.255.255.0
Comm2(config-if)#no shutdown

 Commutateur 3 :

Comm3(config)#interface range fa0/1-24
Comm3(config-if-range)#shutdown
Comm3(config)#vtp mode client
Comm3(config)#ip default-gateway 172.17.99.1
Comm3(config)#vtp domain cisco
Comm3(config)#vtp password cisco
Comm3(config)# interface range fa0/1-4
Comm3(config-if-range)#switchport mode trunk
Comm3(config-if-range)#switchport trunk native vlan 99
Comm3(config-if-range)#no shutdown
Comm3(config)#interface vlan 99
Comm3(config-if)#ip address 172.17.99.13 255.255.255.0
Comm3(config-if)#no shutdown
 Vérification de la configuration vlan :


Pour télécharger ce travail ici 

0 commentaires:

Enregistrer un commentaire

Twitter Delicious Facebook Digg Stumbleupon Favorites More