Frame Relay : une technologie de réseau étendu efficace et flexible
Frame Relay est devenu par le temps le protocole de réseau étendu le plus utilisé au monde entier , car vil répond au besoin des fournisseur d’internet ( ISP Internet Service Provider), des gouvernements et même les petites entreprises.
Frame Relay permet de réduire le coût des réseaux. En outre sa fiabilité, sa bande passante
et les solutions reposant sur des lignes louées tous ces facteurs assurent que Frame Relay soit la technologie le plus utilisé pour réaliser des architectures réseau abordable.
Voici un Schéma simple
Configuration du routeur CASA :
Router#host CASA
CASA(config)#interface FastEthernet0/0
CASA(config-if)# ip address 192.168.1.1 255.255.255.0
CASA(config)#no sh
CASA(config)#interface Serial0/0
CASA(config)# encapsulation frame-relay (activation d’encapsulation frame-relay )
CASA(config)#no sh
CASA(config)#int se 0/0.1 point-to-point (utiliser une subinterface)
CASA(config-subif)#frame-relay interface-dlci 102 (Configurez le DLCI local de
la sous-interface )
CASA(config-subif)#ip address 150.150.100.1 255.255.255.0
CASA(config)#no sh
CASA(config)#router ospf 1 (utiliser le routage dynamique OSPF)
CASA(config-router)# network 192.168.1.0 0.0.0.255 area 0
CASA(config-router)# network 150.150.100.0 0.0.0.255 area 0
CASA(config-router)# exit
CASA(config)# ip dhcp excluded-address 192.168.1.1 192.168.1.2
CASA(dhcp-config)#ip dhcp pool CASA (creation d’un plage d’addresse )
CASA(dhcp-config)#network 192.168.1.0 255.255.255.0
CASA(dhcp-config)#default-router 192.168.1.1
CASA(dhcp-config)#end
CASA#copy r s
Configuration du routeur FES :
Router#host FES
FES(config)#interface FastEthernet0/0
FES (config-if)# ip address 192.168.2.1 255.255.255.0
FES (config)#no sh
FES (config)#interface Serial0/0
FES (config)# encapsulation frame-relay
FES (config)#no sh
FES (config)#int se 0/0.1 point-to-point
FES (config-subif)#frame-relay interface-dlci 201
FES (config-subif)#ip address 150.150.100.2 255.255.255.0
FES (config)#no sh
FES (config)#router ospf 1
FES (config-router)# network 192.168.2.0 0.0.0.255 area 0
FES (config-router)# network 150.150.100.0 0.0.0.255 area 0
FES (config-router)# exit
FES (config)# ip dhcp excluded-address 192.168.2.1 192.168.2.2
FES (dhcp-config)#ip dhcp pool FES
FES (dhcp-config)#network 192.168.2.0 255.255.255.0
FES (dhcp-config)#default-router 192.168.2.1
FES (dhcp-config)#end
FES #copy r s
Enfin pour la vérification de la configuration
De 26 avr. 2011 |
1 commentaires:
merci frere :Xd great blog lah kml
Enregistrer un commentaire