Hello guys,
Please note below attached pictures.
First picture is present in CCNP ROUTE book. I have created this topology in GNS3 (pic 2) in order to see how EIGRP works over a frame relay network. Anyway, I don't know what's going wrong with this configuration but it's not working 100% (my feeling is that there is some kind of an error in mapping in FR switch).
Mapping:
Port: DLCI Port: DLCI
1:101 3:1001
1:102 4:1003
2:103 3:1002
2:104 4:1004
Below, you have important configuration in router B1 for this scenario. The other routers follow same logic.
interface FastEthernet0/0
ip address 10.11.1.1 255.255.255.0
duplex auto
speed auto
!
interface Serial0/0
no ip address
encapsulation frame-relay
clock rate 2000000
!
interface Serial0/0.1 point-to-point
ip address 10.1.1.2 255.255.255.0
snmp trap link-status
frame-relay interface-dlci 101
!
interface Serial0/0.2 point-to-point
ip address 10.1.2.2 255.255.255.0
snmp trap link-status
frame-relay interface-dlci 102
!
router eigrp 1
network 10.0.0.0
auto-summary
B1#show ip eigrp neighbors
IP-EIGRP neighbors for process 1
H Address Interface Hold Uptime SRTT RTO Q Seq
(sec) (ms) Cnt Num
1 10.1.1.1 Se0/0.1 13 00:00:52 645 3870 0 19
0 10.1.2.1 Se0/0.2 13 00:00:52 48 288 0 19
Ping works: 10.1.2.2, 10.1.2.1, 10.1.2.5, 10.1.1.5,
Ping not working: 10.1.1.2, 10.1.1.1, 10.1.2.6, 10.1.1.6
Pinging 10.1.1.1 the success rate is ALWAYS 60% (3/5).
What is possibly going wrong here? Split horizon problems? I thought about that, and I have disabled split horizon in all subinterfaces for 4 routers but same thing happening (although I think that split horizon problems only affect multi-point subinterfaces, but not sure...)
Thanks in advance for your help.
Please let me know if any missing config is needed.
Br
André