capacityes
Technical User
Hello.
I am trying to set up a test lab for frame relay. I've one router Cisco 2620 and 2 routers Cisco 1760.
It's like this:
PC1--->1760---F.Relay-->2620<---F.Relay---1760---PC2
The 1760 are configured like a DTE, and the 2600 like switch.
I've configured the 3 routers but I couldn't make pings from PC1 to PC2!! Only from PC1 to the 1760's. Neither from router 2620 to any of the 1720's.
The configuration is the next:
###router 2600##
frame-relay switching
¡
interface serial 0/0
no ip address
encapsulation frame-relay
clockrate 1800000
frame-relay intf-type dce
frame-relay route 17 interface serial 0/1 18
no shutdown
!
interface serial 0/1
no ip address
encapsulation frame-relay
clockrate 1800000
frame-relay intf-type dce
frame-relay route 18 interface serial 0/1 17
no shutdown
######route 2 - 1760 left####
interface fastethernet 0/0
ip address 200.1.1.1 255.255.255.0
no shutdown
!
interface serial 1/0
ip address 163.4.8.1 255.255.255.0
encapsulation frame-relay
no shutdown
!
router eigrp 12
network 163.4.0.0
network 200.1.1.0
######route 3 - 1760 right####
interface fastethernet 0/0
ip address 200.2.2.1 255.255.255.0
no shutdown
!
interface serial 1/0
ip address 163.4.8.1 255.255.255.0
encapsulation frame-relay
no shutdown
!
router eigrp 12
network 163.4.0.0
network 200.2.2.0
I don't know what's the problem, this configuration seems to be ok.
Thanks in advance