Affichage des articles dont le libellé est INtervlans. Afficher tous les articles
Affichage des articles dont le libellé est INtervlans. Afficher tous les articles

4/26/2014

Cisco packet tracer tutorial: video Routage Inter VLAN



Cisco packet tracer tutorial: video Routage Inter VLAN



Aprés le tutorial ecrit on passe à la tutorial video de configuration de Inter VLAN dans cisco packet tracer.



http://youtu.be/1CbJEj5r3r8

4/25/2014

Bilan de vlans et intervlan de ccna par PCMONDE

Tutorial de routage INTER VLAN sur cisco packet tracer


Tutorial de routage INTER VLAN sur cisco packet tracer

Le routage intervlan permet de faire communiquer deux différent vlan mais avec l'utilisation d'un routeur et avec un circuit virtuel avec encapsulation dot1q.

La maquette de travail




La création de vlans dans le switch et l'affectation des ports



Switch>enable
Switch#configure terminal
Enter configuration commands, one per line.  End with CNTL/Z.
Switch(config)#vlan 10
Switch(config-vlan)#name VLAN10
Switch(config-vlan)#exit
Switch(config)#vlan 20
Switch(config-vlan)#name VLAN20
Switch(config-vlan)#exit
Switch(config)#
%LINK-5-CHANGED: Interface FastEthernet0/5, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/5, changed state to up

Switch(config)#interface FastEthernet0/1
Switch(config-if)#switchport access vlan 10
Switch(config-if)#
Switch(config-if)#exit
Switch(config)#interface FastEthernet0/2
Switch(config-if)#switchport access vlan 10
Switch(config-if)#
Switch(config-if)#exit
Switch(config)#interface FastEthernet0/4
Switch(config-if)#exit
Switch(config)#interface FastEthernet0/3
Switch(config-if)#switchport access vlan 20
Switch(config-if)#
Switch(config-if)#exit
Switch(config)#interface FastEthernet0/4
Switch(config-if)#switchport access vlan 20
Switch(config-if)#
Switch(config-if)#exit
Switch(config)#interface FastEthernet0/5
Switch(config-if)#


et le mode trunk dans fa0/5

Switch(config)#interface FastEthernet0/5
Switch(config-if)#switchport mode trunk
Switch(config-if)#
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/5, changed state to down

%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/5, changed state to up


Maintenant la configuration de intervlan  dans le routeur


Router>enable
Router#configure terminal
Enter configuration commands, one per line.  End with CNTL/Z.
Router(config)#interface FastEthernet0/0
Router(config-if)#no shutdown

Router(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up

Router(config-if)#
Router(config-if)#EXI
Router(config)#INTerface f0/0.10
Router(config-subif)#
%LINK-5-CHANGED: Interface FastEthernet0/0.10, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0.10, changed state to up

Router(config-subif)#enc
Router(config-subif)#encapsulation do
Router(config-subif)#encapsulation dot1Q 10
Router(config-subif)#ip ad
Router(config-subif)#ip address 10.0.0.1 255.0.0.0
Router(config-subif)#no sh
Router(config-subif)#ex
Router(config)#int
Router(config)#interface f0/0.20
Router(config-subif)#
%LINK-5-CHANGED: Interface FastEthernet0/0.20, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0.20, changed state to up

Router(config-subif)#enca
Router(config-subif)#encapsulation do
Router(config-subif)#encapsulation dot1Q 20
Router(config-subif)#ip address 20.0.0.1 255.0.0.0
Router(config-subif)#no sh
Router(config-subif)#exi
Router(config)#exi
Router#
%SYS-5-CONFIG_I: Configured from console by console


Comme vous voyez on a mis une adresse passerelle pour les sous interfaces f0/0.10 et f0/0.20 Qui seront l'adresse ip de passerelle pour les PC

La configuration de pc de vlan 10


10.0.0.2
255.0.0.0
10.0.0.1

et 

10.0.0.3
255.0.0.0
10.0.0.1

et pour le vlan 20

20.0.0.2
255.0.0.0
20.0.0.1

et

20.0.0.3
255.0.0.0
20.0.0.1

on fait maintenant le ping d'un vlan vers l'autre


voila c'etait le routage INTERVLAN
















Cour inter vlan cisco packet tracer ccna et WIFI


Cour inter vlan cisco packet tracer ccna et WIFI



Encore comme toujours voici ce cour détaillé sur l'inter vlan cisco packet tracer ccna.

Dans ce PDF qui contient un contenu riche et simple à comprendre vous trouverez : 


Le routage Inter-VLAN 
Fonctionnement
Configuration 
Problématique 
1ère solution 
2ème solution
Le routage Inter-VLAN 
Fonctionnement Router-on-a-Stick 
Différences 
Les Wireless LAN 
Principes de Fonctionnement 
Frequency-Hopping Spread Spectrum (FHSS) 
Direct-Sequence Spread Spectrum (DSSS)
Exemple DSSS 
Les Fréquences Utilisées 
Les réseaux Wireless ? 
Débit et distance maximale 
Historique 
Comparaison 
Quelques autres normes 802.11 
Exemple Wireless LANs 
Avantages du WiFi
Quelques inconvénients
WLAN et LAN ? 
Le ad-hoc 
Mode infrastructure 
Les BSS 
Les SSID 
Un WLAN étendu 
Usage des SSID 
CSMA/CA ? 
Les canaux 
Les Interférences 
Les limites légales 
Beacon frames 
Les trames beacons 
L'association 
Quiz
Les réponses ;-) 
La sécurité ? 
Les protocoles pour la sécurité
Authentification classique 
WEP : codage des données 
Décrypter le WEP ? 
Le WEP est-il sûr ? 
L'authentification par EAP 
Temporal Key Integrity Protocol 
La cryptographie dans WPA et WPA2 
Que faire pour sécuriser mon WLAN ?

A vous de lire