Currently each of our sites has two connection to our WAN, one via layer 2 metroE and one via MPLS, metro e is our primary. We are using EIGRP over the metro E and we are redistributing EIGRP over BGP for MPLS. We are looking to summarize the routes being advertises at each site. The config for EIGRP seems simple enough. The problem that I am running into is that when I add the ip summary-address command to the interfaces (I tried adding it to both ints going to both WAN providers) , it summarizes the EIGRP route but then we bounce over to the MPLS network because the EIGRP routes redistributed through EIGRP are not summarized and those are now the most specific routes. Am I missing something huge here? Or is my design just stupid? Any help would be much appreciated. This is our current config for routing.
router eigrp 100
network 10.20.0.0 0.0.255.255
network 192.168.50.0
network 192.168.201.0
redistribute static
passive-interface GigabitEthernet0/0.99
passive-interface GigabitEthernet0/0.100
passive-interface GigabitEthernet0/0.200
passive-interface GigabitEthernet0/0.300
!
router bgp 65005
bgp log-neighbor-changes
redistribute eigrp 100
neighbor 192.168.202.17 remote-as 13979
distance bgp 190 190 190
No comments:
Post a Comment