Options

Frame relay inactive

fpsofpso Member Posts: 84 ■■□□□□□□□□
I configured FR and two interfaces are active while two are inactive. I don't know what the problem is, can someone please help?


R4#sh frame-relay route
Input Intf Input Dlci Output Intf Output Dlci Status
Serial0/1/0:0 102 Serial0/1/1:0 201 inactive
Serial0/1/0:0 103 Serial0/3/0:0 301 active
Serial0/1/1:0 201 Serial0/1/0:0 102 inactive
Serial0/3/0:0 301 Serial0/1/0:0 103 active



R1
interface Serial0/1/0:0
no ip address
encapsulation frame-relay
cdp enable
frame-relay lmi-type ansi
!
!
interface Serial0/1/0:0.101 point-to-point
description TO R2 FRAME RELAY
ip address 11.1.2.0 255.255.255.254
frame-relay interface-dlci 102
!
interface Serial0/1/0:0.201 point-to-point
description TO R3 FRAME RELAY
ip address 11.1.2.2 255.255.255.254
frame-relay interface-dlci 103






R2
interface Serial0/1/0:0
no ip address
encapsulation frame-relay
cdp enable
frame-relay lmi-type ansi
!
interface Serial0/1/0:0.101 point-to-point
description TO R1 FRAME RELAY
ip address 11.1.2.1 255.255.255.254
frame-relay interface-dlci 201






R3
interface Serial0/1/0:0
no ip address
encapsulation frame-relay
cdp enable
frame-relay lmi-type ansi
!
interface Serial0/1/0:0.201 point-to-point
description TO R1 FRAME RELAY
ip address 11.1.2.3 255.255.255.254
frame-relay interface-dlci 301








R4
interface Serial0/1/0:0
description TO R1
no ip address
encapsulation frame-relay
cdp enable
frame-relay lmi-type ansi
frame-relay intf-type dce
frame-relay route 102 interface Serial0/1/1:0 201
frame-relay route 103 interface Serial0/3/0:0 301
!
interface Serial0/1/1:0
description TO R2
no ip address
encapsulation frame-relay
cdp enable
frame-relay lmi-type ansi
frame-relay intf-type dce
frame-relay route 201 interface Serial0/1/0:0 102
!
interface Serial0/3/0:0
description TO R3
no ip address
encapsulation frame-relay
cdp enable
frame-relay lmi-type ansi
frame-relay intf-type dce
frame-relay route 301 interface Serial0/1/0:0 103

R4#sh frame-relay route
Input Intf Input Dlci Output Intf Output Dlci Status
Serial0/1/0:0 102 Serial0/1/1:0 201 inactive
Serial0/1/0:0 103 Serial0/3/0:0 301 active
Serial0/1/1:0 201 Serial0/1/0:0 102 inactive
Serial0/3/0:0 301 Serial0/1/0:0 103 active
Sign In or Register to comment.