Le Cloud de Christophe BOUCETTA

Voici le blog sur les communications unifiées et la collaboration Microsoft par un MVP nominé depuis 11 ans

La partie Frame Relay faisant partie intégration du CCIE Collaboration, reproduire ce type de configuration dans son lab s'avère nécessaire.

CCIE Collaboration:

Network Interfaces

  • Fast Ethernet
  • Frame Relay

https://learningnetwork.cisco.com/docs/DOC-20807

Je n'ai pas la prétention d'être un expert de cette technologie, les techniques pouvant variées pour l'implanter, voici celle que j'ai choisi étant celle qui me sembler la plus simple.

Matériel:

HQ:

- 1 x Cisco 2801

- 2 X WIC-1T

BR1:

- 1 x Cisco 2811

- 1 X WIC-1T

BR2:

- 1 x Cisco 2811

- 1 X WIC-1T

Mon diagramme actuel:

Configuration HQ - New York:

frame-relay switching

!
interface Serial0/1/0
 no ip address
 encapsulation frame-relay
 no keepalive
!
interface Serial0/1/0.102 point-to-point
 description frame relay link to Los Angeles
 ip address 10.13.13.3 255.255.255.0
 frame-relay interface-dlci 131
!
interface Serial0/3/0
 no ip address
 encapsulation frame-relay
 clock rate 64000
 frame-relay intf-type dce
!
interface Serial0/3/0.101 point-to-point
 description frame relay link to London
 ip address 10.23.23.3 255.255.255.0
 frame-relay interface-dlci 232
!

Configuration BR2 - London:

!
interface Serial0/3/0
 no ip address
 encapsulation frame-relay
 no fair-queue
!
interface Serial0/3/0.101 point-to-point
 description frame relay link to New York
 ip address 10.23.23.1 255.255.255.0
 frame-relay interface-dlci 232
!

Configuration BR3 - Los Angeles:

interface Serial0/3/0
 no ip address
 encapsulation frame-relay
 no fair-queue
 no keepalive
 clock rate 64000
!
interface Serial0/3/0.101 point-to-point
 description frame relay link to New York
 ip address 10.13.13.1 255.255.255.0
 frame-relay interface-dlci 131
!

Facebook Like