Frame Relay

5
Escuela Superior Politécnica de Chimborazo Maestría en Sistemas de Telecomunicaciones TRANSMISIÓN DIGITAL Trabajo en Clase INTEGRANTES: Fernanda Márquez Jacqueline Ponce Jenny Sani Irene Tustón Lucía Zhinín _______________________________________________________________________________________________ PRÁCTICA DE FRAME RELAY ESCENARIO: CONFIGURACIONES: Router 1 R1#config t R1(config)#interface serial 1/0 R1(config-if)#no shut R1(config-if)#exit R1(config)#interface serial 1/0 R1(config-if)#encapsulation frame-relay R1(config-if)#interface serial 1/0.110 point-to-point R1(config-subif)#ip address 10.17.0.1 255.255.255.0 R1(config-subif)#bandwidth 64 R1(config-subif)#frame-relay interface-dlci 110

description

Practica de frame relay

Transcript of Frame Relay

Page 1: Frame Relay

Escuela Superior Politécnica de Chimborazo

Maestría en Sistemas de Telecomunicaciones

TRANSMISIÓN DIGITAL

Trabajo en Clase INTEGRANTES:

Fernanda Márquez Jacqueline Ponce Jenny Sani Irene Tustón Lucía Zhinín

_______________________________________________________________________________________________

PRÁCTICA DE FRAME RELAY

ESCENARIO:

CONFIGURACIONES: Router 1 R1#config t R1(config)#interface serial 1/0 R1(config-if)#no shut R1(config-if)#exit R1(config)#interface serial 1/0 R1(config-if)#encapsulation frame-relay R1(config-if)#interface serial 1/0.110 point-to-point R1(config-subif)#ip address 10.17.0.1 255.255.255.0 R1(config-subif)#bandwidth 64 R1(config-subif)#frame-relay interface-dlci 110

Page 2: Frame Relay

R1(config-subif)#exit R1(config)#interface serial 1/0 R1(config-if)#frame-relay intf-type dce R1(config-if)#exit Router 2 R2#config t R2(config)#interface serial 1/1 R2(config-if)#encapsulation frame-relay R2(config-if)#interface serial 1/1.110 point-to-point R2(config-subif)#ip address 10.17.0.2 255.255.255.0 R2(config-subif)#bandwidth 64 R2(config-subif)#frame-relay interface-dlci 110 R2(config-subif)#exit COMANDOS DE VERIFICACIÓN:

Router 1

show interface serial 1/0

show frame-relay lmi

Page 3: Frame Relay

show frame-relay pvc 100

show frame-relay map

debug frame lmi

Page 4: Frame Relay

Router 2

show interface serial 1/1

show frame-relay lmi

show frame-relay pvc 100

Page 5: Frame Relay

show frame-relay map

debug frame lmi