! interface Tunnel0 description Tunnel to router-b bandwidth 15000 ip unnumbered Loopback10 ip mtu 1476 ip flow ingress load-interval 30 delay 500 shutdown keepalive 10 3 tunnel source Serial1/0 tunnel destination 1.1.1.5 service-policy input MARK_IN ! ! interface Loopback10 ip address 172.16.15.10 255.255.255.255 ! ! interface GigabitEthernet0/0 ip address 172.16.10.8 255.255.255.224 no ip proxy-arp load-interval 30 duplex auto speed auto media-type rj45 negotiation auto no cdp enable no mop enabled ! interface Serial1/0 bandwidth 15000 ip address 1.1.1.1 255.255.255.252 ip flow ingress encapsulation ppp load-interval 30 dsu bandwidth 44210 scramble crc 32 max-reserved-bandwidth 100 service-policy output POLICY ! router eigrp 10 redistribute bgp 6400X route-map BGP_INTO_EIGRP network 172.16.0.0 0.0.15.255 default-metric 100 100 255 1 1500 no auto-summary ! router bgp 6400X no synchronization bgp log-neighbor-changes network 172.16.0.0 mask 255.255.255.0 network 172.16.1.0 mask 255.255.255.0 aggregate-address 172.16.0.0 255.255.240.0 as-set summary-only neighbor 1.1.1.2 remote-as 1300X neighbor 1.1.1.2 password ________ neighbor 1.1.1.2 send-community extended distribute-list STOP_DEFAULT_ROUTE in no auto-summary ! ip route 172.16.31 255.255.255.255 1.1.1.2 ip access-list standard STOP_DEFAULT_ROUTE deny 0.0.0.0 permit any ! ip prefix-list SUMMARY_NET seq 5 permit 172.16.0.0/13 le 32 ! route-map BGP_INTO_EIGRP permit 10 match ip address prefix-list SUMMARY_NET