Seguridad y Redes

Tips, Video Tutoriales, Wifislax, VMware, Linux, GNS3, Eve-NG, CCNA, Cisco Routers, Switches

Topologia Full Mesh en Frame Relay

By 14:02 , , , , ,

Lo primero es configurar el Switch Frame Relay

Desde configuración global agregamos el comando.

FrameRelaySwitch(config)#frame-relay switching

Después a configurar las interfaces con las DLCIs

Configuración Frame Relay Switch

!
interface Serial1/0
no ip address
encapsulation frame-relay
serial restart-delay 0
clock rate 64000
frame-relay intf-type dce
frame-relay route 102 interface Serial1/1 201
frame-relay route 103 interface Serial1/2 301
frame-relay route 104 interface Serial1/3 401
!
interface Serial1/1
no ip address
encapsulation frame-relay
serial restart-delay 0
clock rate 64000
frame-relay intf-type dce
frame-relay route 201 interface Serial1/0 102
frame-relay route 203 interface Serial1/2 302
frame-relay route 204 interface Serial1/3 402
!
interface Serial1/2
no ip address
encapsulation frame-relay
serial restart-delay 0
clock rate 64000
frame-relay intf-type dce
frame-relay route 301 interface Serial1/0 103
frame-relay route 302 interface Serial1/1 203
frame-relay route 304 interface Serial1/3 403
!
interface Serial1/3
no ip address
encapsulation frame-relay
serial restart-delay 0
clock rate 64000
frame-relay intf-type dce
frame-relay route 401 interface Serial1/0 104
frame-relay route 402 interface Serial1/1 204
frame-relay route 403 interface Serial1/2 304
!
Configuración R1
!
interface Serial1/0
ip address 192.168.123.1 255.255.255.0
encapsulation frame-relay
serial restart-delay 0
frame-relay lmi-type cisco
!
Configuración R2
!
interface Serial1/0
ip address 192.168.123.2 255.255.255.0
encapsulation frame-relay
serial restart-delay 0
frame-relay lmi-type cisco
!
Configuración R3
!
interface Serial1/0
ip address 192.168.123.3 255.255.255.0
encapsulation frame-relay
serial restart-delay 0
frame-relay lmi-type cisco
!
Configuración R4
!
interface Serial1/0
ip address 192.168.123.4 255.255.255.0
encapsulation frame-relay
serial restart-delay 0
frame-relay lmi-type cisco
!

You Might Also Like

2 comentarios

  1. Disculpa que te comente aqui pero es tu tema mas importante, Queria saber si has probado la ALFA AWUS036H y que piensas al respecto, será mejor que la ALFA AWUS036NH ?, porque la mayoria de los AP de aqui de mi ciudad son con telmex y sus modems 802.11G en un 95%

    Y que tal funciona tu AWUS036NH con las conexiones G.

    ResponderEliminar
  2. Hola necesito ver si me podrias explicar una topologia para hacerle frame relay.. est muy bien tu informacion.. agradeceria tu ayuda.

    ResponderEliminar