Hello,
I tried some EIGRP OTP with a route reflector and i can't figure this out.
The topology is as bellow.
Full config attached
http://pastebin.com/download.php?i=DwJTuwWs
It looks like an LISP encapsulation failure based on the debug output however, not sure how I can fix this.
Image may be NSFW.
Clik here to view.
R5(config)#do show ip route eigrp
172.16.0.0/16 is variably subnetted, 3 subnets, 2 masks
D 172.16.14.0/24 [90/95012571] via 172.16.14.4, 00:48:51, LISP1
192.168.1.0/32 is subnetted, 3 subnets
D 192.168.1.4 [90/94501211] via 172.16.14.4, 00:48:51, LISP1
D 192.168.1.6 [90/94501211] via 172.16.36.6, 00:48:51, LISP1
R5(config)#do debug ip packet detail 101
IP packet debugging is on (detailed) for access list 101
R5(config)#
R5(config)#do ping 192.168.1.4 re 1
Type escape sequence to abort.
Sending 1, 100-byte ICMP Echos to 192.168.1.4, timeout is 2 seconds:
*Jul 14 11:18:43.210: IP: s=192.168.1.5 (local), d=192.168.1.4, len 100, local feature
*Jul 14 11:18:43.210: ICMP type=8, code=0, Logical MN local(14), rtype 0, forus FALSE, sendself FALSE, mtu 0, fwdchk FALSE
*Jul 14 11:18:43.210: FIBipv4-packet-proc: route packet from (local) src 192.168.1.5 dst 192.168.1.4
*Jul 14 11:18:43.210: FIBfwd-proc: packet routed by adj to LISP1 172.16.14.4
*Jul 14 11:18:43.210: FIBipv4-packet-proc: packet routing succeeded
*Jul 14 11:18:43.210: IP: s=192.168.1.5 (local), d=192.168.1.4 (LISP1), len 100, sending
*Jul 14 11:18:43.210: ICMP type=8, code=0
*Jul 14 11:18:43.210: LISPfwd-proc: adj IP midchain out of LISP1, addr 172.16.14.4 (incomplete) not complete
*Jul 14 11:18:43.210: LISPfwd-proc: adj IP midchain out of LISP1, addr 172.16.14.4 (incomplete) not complete
*Jul 14 11:18:43.210: IP: s=192.168.1.5 (local), d=192.168.1.4 (LISP1), len 100, encapsulation failed
*Jul 14 11:18:43.210: ICMP type=8, code=0.
Success rate is 0 percent (0/1)