!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! ! CORE (ISP/Internet) ! conf t ! interface fa 1/0 description -> R1 duplex full ip address 11.0.0.2 255.255.255.252 no shut ! interface fa 2/0 description -> R2 duplex full ip address 22.0.0.2 255.255.255.252 no shut ! interface fa 3/0 description -> R3 duplex full ip address 33.0.0.2 255.255.255.252 no shut ! interface fa 5/0 description -> R5 duplex full ip address 55.0.0.2 255.255.255.252 no shut ! interface fa 6/0 description -> R6 duplex full ip address 66.0.0.2 255.255.255.252 no shut ! end wr !!!!!!!!!!!!!!!!!!!!!!!!!!!! ! ! R1 (xTR) ! conf t ! interface Loopback0 ip address 172.21.0.1 255.255.255.255 ! interface LISP0 ! interface fa 1/0 descr -> CSw1 duplex full ip address 172.21.1.254 255.255.255.0 no shut ! interface fa 0/0 descr -> CORE duplex full ip address 11.0.0.1 255.255.255.252 no shut ! router lisp locator-set SITE1 11.0.0.1 priority 1 weight 1 exit ! eid-table default instance-id 0 database-mapping 172.21.0.0/24 locator-set SITE1 database-mapping 172.21.1.0/24 locator-set SITE1 exit ! loc-reach-algorithm rloc-probing ipv4 itr map-resolver 55.0.0.1 ipv4 itr ipv4 etr map-server 55.0.0.1 key SITE1KEY ipv4 etr ipv4 use-petr 66.0.0.1 exit ! ip route 0.0.0.0 0.0.0.0 11.0.0.2 ! end wr !!!!!!!!!!!!!!!!!!!!!!!!!!!! ! ! R2 (xTR) ! conf t ! interface Loopback0 ip address 172.22.0.1 255.255.255.255 ! interface LISP0 ! interface fa 1/0 descr -> CSw2 duplex full ip address 172.22.1.254 255.255.255.0 no shut ! interface fa 0/0 descr -> CORE duplex full ip address 22.0.0.1 255.255.255.252 no shut ! router lisp locator-set SITE2 22.0.0.1 priority 1 weight 1 exit ! eid-table default instance-id 0 database-mapping 172.22.0.0/24 locator-set SITE2 database-mapping 172.22.1.0/24 locator-set SITE2 exit ! loc-reach-algorithm rloc-probing ipv4 itr map-resolver 55.0.0.1 ipv4 itr ipv4 etr map-server 55.0.0.1 key SITE2KEY ipv4 etr ipv4 use-petr 66.0.0.1 exit ! ip route 0.0.0.0 0.0.0.0 22.0.0.2 ! end wr !!!!!!!!!!!!!!!!!!!!!!!!!!!! ! ! R3 (xTR) ! conf t ! interface Loopback0 ip address 172.23.0.1 255.255.255.255 ! interface LISP0 ! interface fa 1/0 descr -> CSw3 duplex full ip address 172.23.1.254 255.255.255.0 no shut ! interface fa 0/0 descr -> CORE duplex full ip address 33.0.0.1 255.255.255.252 no shut ! router lisp locator-set SITE3 33.0.0.1 priority 1 weight 1 exit ! eid-table default instance-id 0 database-mapping 172.23.0.0/24 locator-set SITE3 database-mapping 172.23.1.0/24 locator-set SITE3 exit ! loc-reach-algorithm rloc-probing ipv4 itr map-resolver 55.0.0.1 ipv4 itr ipv4 etr map-server 55.0.0.1 key SITE3KEY ipv4 etr ipv4 use-petr 66.0.0.1 exit ! ip route 0.0.0.0 0.0.0.0 33.0.0.2 ! end wr !!!!!!!!!!!!!!!!!!!!!!!!!!!! ! ! R5 (MS/MR) ! conf t ! interface LISP0 ! interface fa 0/0 descr -> CORE duplex full ip address 55.0.0.1 255.255.255.252 no shut ! router lisp locator-table default ! site site1 description LISP Site 1 authentication-key SITE1KEY eid-prefix 172.21.0.0/24 eid-prefix 172.21.1.0/24 exit ! site site2 description LISP Site 2 authentication-key SITE2KEY eid-prefix 172.22.0.0/24 eid-prefix 172.22.1.0/24 exit ! site site3 description LISP Site 3 authentication-key SITE3KEY eid-prefix 172.23.0.0/24 eid-prefix 172.23.1.0/24 exit ! ipv4 map-server ipv4 map-resolver ! ip route 0.0.0.0 0.0.0.0 55.0.0.2 ! end wr !!!!!!!!!!!!!!!!!!!!!!!!!!!! ! ! R6 (PxTR) ! conf t ! interface LISP0 ! interface Loopback0 ip address 88.0.8.15 255.255.255.255 ! interface fa 0/0 descr -> CORE duplex full ip address 66.0.0.1 255.255.255.252 no shut ! int fa 1/0 descr -> EXT duplex full ip address 192.168.11.222 255.255.255.0 no shut ! router lisp eid-table default instance-id 0 ipv4 route-import map-cache static route-map EID-space ! map-cache 172.16.0.0/12 map-request ! -> nicht notwendig wegen route-import exit ! loc-reach-algorithm rloc-probing ipv4 map-request-source 66.0.0.1 ipv4 map-cache-limit 100000 ipv4 proxy-etr ipv4 itr map-resolver 55.0.0.1 exit ! ip route 0.0.0.0 0.0.0.0 192.168.11.1 ip route 11.0.0.1 255.255.255.255 66.0.0.2 ip route 22.0.0.1 255.255.255.255 66.0.0.2 ip route 33.0.0.1 255.255.255.255 66.0.0.2 ip route 55.0.0.1 255.255.255.255 66.0.0.2 ip route 172.21.0.0 255.255.254.0 Null0 tag 111 ip route 172.22.0.0 255.255.254.0 Null0 tag 111 ip route 172.23.0.0 255.255.254.0 Null0 tag 111 ! route-map EID-space permit 10 match tag 111 ! route-map pop-EID permit 10 match tag 111 set origin igp set community 7274501 ! ! ip access-list standard PAT permit 172.20.0.0 0.3.255.255 ! ip nat inside source list PAT interface FastEthernet1/0 overload ! int fa 1/0 ip nat outside ! int lisp 0 ip nat inside ! int fa 0/0 ip nat inside ! end wr !!!!!!!!!!!!!!!!!!!!!!!!!!!! ! ! PCe1 ! conf t ! no ip routing ! int fa 0/0 descr -> NIC duplex full ip address 172.21.1.1 255.255.255.0 no shut ! ip default-gateway 172.21.1.254 ! end wr !!!!!!!!!!!!!!!!!!!!!!!!!!!! ! ! PCe2 ! conf t ! no ip routing ! int fa 0/0 descr -> NIC duplex full ip address 172.22.1.1 255.255.255.0 no shut ! ip default-gateway 172.22.1.254 ! end wr !!!!!!!!!!!!!!!!!!!!!!!!!!!! ! ! PCe3 ! conf t ! no ip routing ! int fa 0/0 descr -> NIC duplex full ip address 172.23.1.1 255.255.255.0 no shut ! ip default-gateway 172.23.1.254 ! end wr !!!!!!!!!!!!!!!!!!!!!!!!!!!! TSHOOT -> ping's FIRST .. um map-caches auf xTR zu füllen .. via MAP Requests PxTR-R6# ping 172.21.0.1 source lo 0 PxTR-R6# ping 172.22.1.1 source lo 0 PCe1# ping 172.22.1.1 PCe1# ping 172.23.1.1 PCe1# ping 88.0.8.15 PCe1# ping 192.168.11.1 xTR-R1# ping 172.22.0.1 -> auf PxTR, xTR # show ip lisp map-cache -> auf MS/MR # show lisp site [ detail ] # debug lisp control-plane map-request # debug lisp control-plane map-server