cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1166
Views
0
Helpful
2
Replies

frame-relay

hblfzhangzhiwei
Level 1
Level 1

R1-----R5-----R3,R5 is frame-relay switch ,. R1 can not communite with R3, what is the wrong ,please ?

R5

interface Serial1/0    ###### to R1
no ip address
encapsulation frame-relay
serial restart-delay 0
frame-relay lmi-type cisco
frame-relay intf-type dce
frame-relay route 231 interface Serial1/1 233
!
interface Serial1/1     #### to R3
no ip address
encapsulation frame-relay
serial restart-delay 0
frame-relay lmi-type cisco
frame-relay intf-type dce
frame-relay route 233 interface Serial1/0 231

R1

interface Serial1/0
ip address 1.1.1.1 255.255.255.0
encapsulation frame-relay
serial restart-delay 0

R3

interface Serial1/1
ip address 1.1.1.2 255.255.255.0
encapsulation frame-relay
serial restart-delay 0

1 Accepted Solution

Accepted Solutions

Giuseppe Larosa
Hall of Fame
Hall of Fame

Hello Zhiwei,

on DTE routers try to use point-to-point subinterfaces and to use frame-relay interface-dlci to see if the issue is related to inverse-ARP

Hope to help

Giuseppe

View solution in original post

2 Replies 2

Giuseppe Larosa
Hall of Fame
Hall of Fame

Hello Zhiwei,

on DTE routers try to use point-to-point subinterfaces and to use frame-relay interface-dlci to see if the issue is related to inverse-ARP

Hope to help

Giuseppe

Review Cisco Networking products for a $25 gift card