So i been at this for hours and it could be a simple mistake. I have configured frame relay but now when I configure EIGRP it's not showing the route. (I tired with ospf but it's not working)
Please help
Here is my config.
R1
interface FastEthernet0/0
ip address 10.1.1.1 255.255.255.0
duplex auto
speed auto
shutdown
!
interface Serial0/0
ip address 192.168.1.1 255.255.255.0
no ip split-horizon
encapsulation frame-relay
clock rate 2000000
!
router eigrp 1
network 192.168.1.0
network 10.0.0.0
no auto-summary
!
ip classless
!
ip flow-export version 9
!
R2
interface FastEthernet0/0
ip address 10.2.2.1 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
duplex auto
speed auto
shutdown
!
interface Serial0/0
ip address 192.168.1.2 255.255.255.0
encapsulation frame-relay
clock rate 2000000
!
router eigrp 1
network 192.168.1.0
network 10.0.0.0
no auto-summary
!
ip classless
!
ip flow-export version 9
R3
!
interface FastEthernet0/0
ip address 10.3.3.1 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
duplex auto
speed auto
shutdown
!
interface Serial0/0
ip address 192.168.1.3 255.255.255.0
encapsulation frame-relay
clock rate 2000000
!
router eigrp 1
network 192.168.1.0
network 10.0.0.0
auto-summary
!
ip classless
!
ip flow-export version 9