Compte Rendu TP Frame Relay Wafa EL ANTRAOUI

download Compte Rendu TP Frame Relay Wafa EL ANTRAOUI

If you can't read please download the document

description

Frame Relay

Transcript of Compte Rendu TP Frame Relay Wafa EL ANTRAOUI

C:\Users\Nabil\Downloads\logo_twitter-150x150.jpgC:\Users\Nabil\Downloads\logo.PNG

Universit MoulayIsmailLa Facult Polydisciplinaire DEr-RachidiaLicence professionnelle Rseaux et TlcomsAnne Universitaire : 2014-2015

Compte rendu du TP:

Frame Relay

Travail par:Wafaa EL ANTRAOUI

Encadr par:Prof. Kaoutar SAIDI ALAOUI

[email protected] detopologie

Diagramme de topologie:

Configuration de base frame relay (mappage statique)

Attribution des adresses IP, masque et passerelle aux interfaces des PC

Adresse IPMasque de S/RPasserelle

PC1192.168.1.10255.255.255.0192.168.1.1

PC2172.16.0.10255.255.0.0172.16.0.1

PC3192.168.4.10255.255.255.0192.168.4.1

Configurations des routeurs

Configuration des noms dhtes

!Notre configuration va tre ralise en mode ligne de commande CLIR1:Router>enablePour passer en mode privilgiRouter#configure terminal Pour passer en mode de configuration globaleRouter(config)#hostname R1 Configurer le nome dhte durouteurR1(config)#

R2:Router>enableRouter#configure terminalRouter(config)#hostname R2R2(config)#

R3:Router>enableRouter#configure terminalRouter(config)#hostname R3R3(config)#

Configuration lprt comme mot de passe pour le modedexcution privilgi

- Pour R1, R2 et R3R1(config)#enable secret lprtR2(config)#enable secret lprtR3(config)#enable secret lprt

Configurer frame come mot de passe pour les connexions de console et vty

R1(config)#line console 0Pour la configuration par cble consoleR1(config-line)#password frameR1(config-line)#loginR1(config-line)#line vty 0 4 Pour la configuration cable Ethernet (Telnet)R1(config-line)#password frame avec cinq connexions vty 0, 1, 2, 3 et 4R1(config-line)#login

Attribuez les adresses IP aux interfaces des routeurs

R1R1(config)#interface fa0/0 Pour laccs linterface FastEthernet0/0 R1(config-if)#ip address 192.168.1.1 255.255.255.0 Pour attribution de @IP et masqueR1(config-if)#no shutdown Pour active linterfaceR1(config-if)#exitR1(config)#interface se2/0R1(config-if)#ip address 10.0.0.1 255.0.0.0R1(config-if)#no shutdown

R2R2(config)#interface fa0/0R2(config-if)#ip address 172.16.0.1 255.255.0.0R2(config-if)#no shutdownR2(config-if)#exitR2(config)#interface se2/0R2(config-if)#ip address 10.0.0.2 255.0.0.0R2(config-if)#no shutdown

R3R3(config)#interface fa0/0R3(config-if)#ip address 192.168.4.1 255.255.255.0R3(config-if)#no shutdownR3(config-if)#exitR3(config)#interface se2/0R3(config-if)#ip address 10.0.0.3 255.0.0.0R3(config-if)#no shutdown

Configurez le protocole de routage dynamique RIPv1

R1R1(config)#router rip Pour active le protocole de routage dynamique RIPR1(config-router)#version 1Choisir la version 1 (elle est par dfaut)R1(config-router)#network 192.168.1.0 Le premier rseau voisinR1(config-router)#network 10.0.0.0 Le deuxime rseau voisinR1(config-router)#passive-interface fa0/0 Pour dsactiver les mise jour RIP aux interfaces passives

R2R2(config)#router ripR2(config-router)#version 1R2(config-router)#network 172.16.0.0R2(config-router)#network 10.0.0.0R2(config-router)#passive-interface fa0/0

R3R3(config)#router ripR3(config-router)#version 1R3(config-router)#network 192.168.4.0R3(config-router)#network 10.0.0.0R3(config-router)#passive-interface fa0/0

Configurez le nuage Frame Relay

a.On va configurer les interfacesserial en se basant sur le tableau des DLCI suivantDe/VersR1R2R3

R1***102103

R2201***203

R3301302***

Puis on associe chaque DLCI avec son routeur et on garde LMI Cisco par dfautSerial0:

Serial1:

Serial3:

b.Configurations des sites frame relay

Pour configurer les sites il faut se diriger vers:Config ---> CONNECTIONS---> Frame RelayActivation et configuration du rseau Frame Relay sur les interfaces serial des routeurs

R1R1(config)#int se2/0 Accder linterface serial se2/0R1(config-if)#encapsulation frame-relay Activer lencapsulation frame-relayR1(config-if)#frame-relay map ip 10.0.0.2 102broadcast Mappage statiqueR1(config-if)#frame-relay map ip 10.0.0.3 103broadcast Mappage statiqueR1(config-if)#Bandwidth 64 La bande passante

R2R2(config)#int se2/0R2(config-if)#encapsulation frame-relayR2(config-if)#frame-relay map ip 10.0.0.1 201broadcastR2(config-if)#frame-relay mapip 10.0.0.3 203broadcastR2(config-if)#Bandwidth 64

R3R3(config)#int se2/0R3(config-if)#encapsulation frame-relayR3(config-if)#frame-relay map ip 10.0.0.1 301broadcastR3(config-if)#frame-relay map ip 10.0.0.2 302broadcastR3(config-if)#Bandwidth 64

Test deconnectivit: Russite

Ping de PC1 vers PC2 et PC3

Ping de PC2 vers PC1 et PC3

Ping de PC3 vers PC1 et PC2

Configuration du Frame Relay en utilisant les sous interfaces

Diagramme de topologie

Lobjectifde lutilisationdes sous interfaces cest dviter les problmes dhorizon

Pour configurer les sous-interfaces dune interface physique, on le procde comme suit :

tape 1: Suppression dadresseIP attribue linterface serial sur R1, R2 et R3

R1(config)# int se2/0R1(config-if)#no ip addressR1(config-if)#shutdown

tape 2: Configuration des interfaces point-to-point

R1R1(config)# interface se2/0R1(config-if)#encapsulation frame-relayConfiguration dencapsulation Frame RelayR1(config-if)#no shutdown Activer linterface physique serial2/0R1(config-if)#int s2/0.102 point-to-point Cration de sous interface logiqueR1(config-subif)#ip addess 10.0.0.1 255.255.255.0 Lattribution de @IP et masqueR1(config-subif)#bandwidth 64 Configuration de la bande passanteR1(config-subif)#frame-relayinterface-dlci 102R1(config-subif)#exitR1(config)#int s2/0.103 point-to-pointR1(config-subif)#ip addess 10.0.1.1 255.255.255.0R1(config-subif)#bandwidth 64R1(config-subif)#frame-relay interface-dlci 103

R2R2(config)# interface se2/0R2(config-if)#encapsulation frame-relayR2(config-if)#no shutdownR2(config-if)#int s2/0.201 point-to-pointR2(config-subif)#ip addess 10.0.0.2 255.255.255.0R2(config-subif)#bandwidth 64R2(config-subif)#frame-relay interface-dlci 201R2(config-subif)#exitR2(config)#int s2/0.203 point-to-pointR2(config-subif)#ip addess 10.0.2.1 255.255.255.0R2(config-subif)#bandwidth 64R2(config-subif)#frame-relay interface-dlci 203

R3R3(config)# interface se2/0R3(config-if)#encapsulation frame-relayR3(config-if)#noshutdownR3(config-if)#int s2/0.301 point-to-pointR3(config-subif)#ip addess 10.0.1.2 255.255.255.0R3(config-subif)#bandwidth 64R3(config-subif)#frame-relay interface-dlci 301R3(config-subif)#exitR3(config)#int s2/0.302 point-to-pointR3(config-subif)#ip addess 10.0.2.2 255.255.255.0R3(config-subif)#bandwidth 64R3(config-subif)#frame-relay interface-dlci 302

Test de connectivit: Russite

Ping de PC1 vers PC2 et PC3

Ping de PC2 vers PC1 et PC3

Ping de PC3 vers PC1 et PC2

Rayures horizontales (blanc/noir)