Greetings:
I am working in Packet tracer and I am having an issue getting to sides of a frame relay cloud to be able to ping each other. I have 1 router (called DaytonR1) connection to another router (CincyR1) through the magical frame-relay cloud. I have tried to set the links as a point to point link and it did not help. I have looked at
http://tcpmag.com/qanda/article.asp?EditorialsID=223 and it did not help.
Here is a copy of my running configs for the 2 routers:
Current configuration : 1033 bytes
!
version 12.4
no service password-encryption
!
hostname DaytonR1
!
!
!
!
!
username CincyR1 password 0 ccna
username telnet password 0 telnet
!
ip ssh version 1
!
!
interface FastEthernet0/0
description connection to DaytonR2
ip address 172.1.1.1 255.255.0.0
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
duplex auto
speed auto
!
interface Serial1/0
description connection to frame relay cloud
ip address 10.1.0.0 255.0.0.0
encapsulation frame-relay
frame-relay map ip 10.2.0.0 17 broadcast cisco
frame-relay interface-dlci 17
!
interface Serial1/1
no ip address
shutdown
!
interface Serial1/2
no ip address
shutdown
!
interface Serial1/3
no ip address
shutdown
!
interface Vlan1
no ip address
shutdown
!
router eigrp 100
network 10.0.0.0
network 192.168.1.0
no auto-summary
!
router eigrp 10
network 172.1.0.0
auto-summary
!
router ospf 1
log-adjacency-changes
network 10.0.0.0 0.255.255.255 area 0
!
ip classless
!
!
!
!
!
line con 0
line vty 0 4
login
line vty 5 15
login
!
!
end
DaytonR1(config-if)#do sho run
Building configuration...
Current configuration : 1033 bytes
!
version 12.4
no service password-encryption
!
hostname DaytonR1
!
!
!
!
!
username CincyR1 password 0 ccna
username telnet password 0 telnet
!
ip ssh version 1
!
!
interface FastEthernet0/0
description connection to DaytonR2
ip address 172.1.1.1 255.255.0.0
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
duplex auto
speed auto
!
interface Serial1/0
description connection to frame relay cloud
ip address 10.1.0.0 255.0.0.0
encapsulation frame-relay
frame-relay map ip 10.2.0.0 17 broadcast cisco
frame-relay interface-dlci 17
!
interface Serial1/1
no ip address
shutdown
!
interface Serial1/2
no ip address
shutdown
!
interface Serial1/3
no ip address
shutdown
!
interface Vlan1
no ip address
shutdown
!
router eigrp 100
network 10.0.0.0
network 192.168.1.0
no auto-summary
!
router eigrp 10
network 172.1.0.0
auto-summary
!
router ospf 1
log-adjacency-changes
network 10.0.0.0 0.255.255.255 area 0
!
ip classless
!
!
!
!
!
line con 0
line vty 0 4
login
line vty 5 15
login
!
!
end
Here is the sho run from the second router:
Current configuration : 998 bytes
!
version 12.4
no service password-encryption
!
hostname CincyR1
!
!
!
!
!
username DaytonR1 password 0 ccna
!
ip ssh version 1
!
!
interface FastEthernet0/0
description connection to the CincyR2 router
ip address 172.1.2.1 255.255.0.0
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
duplex auto
speed auto
shutdown
!
interface Serial1/0
description connection to frame relay cloud
ip address 10.2.0.0 255.0.0.0
encapsulation frame-relay
frame-relay map ip 10.1.0.0 16 broadcast cisco
frame-relay interface-dlci 16
!
interface Serial1/1
no ip address
shutdown
!
interface Serial1/2
no ip address
shutdown
!
interface Serial1/3
no ip address
shutdown
!
interface Vlan1
no ip address
shutdown
!
router eigrp 100
network 10.0.0.0
network 192.168.1.0
no auto-summary
!
router eigrp 10
network 172.1.0.0
auto-summary
!
router ospf 1
log-adjacency-changes
network 10.0.0.0 0.255.255.255 area 0
!
ip classless
!
!
!
!
!
line con 0
line vty 0 4
login
!
!
end
[IMG]file:///D:/DOCUME%7E1/minuskn/LOCALS%7E1/Temp/moz-screenshot.jpg[/IMG]