12-15-2017 03:10 AM - edited 03-05-2019 09:39 AM
Hello,
I have ASA 5508X where i redistribute the EIGRP (company network) to BGP (vpn s2s networks - branches). On ASA i have tunnels beetwen sites with VTI with BGP routing. On EIGRP i have default routing to company network. Eigrp must redistribute default gateway to BGP and here is problem. On ASA i have static default routing to ISP provider, and default static routing from ASA is repleaced in EIGRP and next in BGP on ASA. How can i exclude the static defualt routing from EIGRP and BGP on ASA? Route map? On BGP should be only default routing from EIGRP.
My configuration on ASA:
router bgp 65510 bgp log-neighbor-changes bgp router-id 10.10.10.10 address-family ipv4 unicast neighbor 10.10.17.6 remote-as 65510 neighbor 10.10.17.6 timers 5 20 20 neighbor 10.10.17.6 activate neighbor 10.10.17.70 remote-as 65510 neighbor 10.10.17.70 timers 5 20 20 neighbor 10.10.17.70 activate neighbor 10.10.17.70 default-originate network 10.10.3.0 mask 255.255.255.0 network 10.10.17.0 mask 255.255.255.192 network 10.10.17.64 mask 255.255.255.192 bgp redistribute-internal redistribute eigrp 20 no auto-summary no synchronization exit-address-family ! router eigrp 20 eigrp router-id 17.17.17.17 network 10.10.3.0 255.255.255.248 passive-interface default no passive-interface MENet redistribute bgp 65510 metric 1000 10 255 1 1500 route outside 0.0.0.0 0.0.0.0 213.216.110.XXX 1
Result of ip route on ASA:
sh route bgp Codes: L - local, C - connected, S - static, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, V - VPN i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2 ia - IS-IS inter area, * - candidate default, U - per-user static route o - ODR, P - periodic downloaded static route, + - replicated route Gateway of last resort is 213.216.110.185 to network 0.0.0.0 B 10.10.21.0 255.255.255.192 [200/0] via 10.10.17.70, 01:45:20 B 10.10.21.64 255.255.255.192 [200/0] via 10.10.17.6, 01:45:19 sh route eigrp Codes: L - local, C - connected, S - static, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, V - VPN i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2 ia - IS-IS inter area, * - candidate default, U - per-user static route o - ODR, P - periodic downloaded static route, + - replicated route Gateway of last resort is 213.216.110.185 to network 0.0.0.0 D 10.10.2.0 255.255.255.0 [90/28160256] via 10.10.3.1, 1d23h, MENet D 10.10.4.0 255.255.255.0 [90/1405440] via 10.10.3.1, 1w2d, MENet
Please help me
12-15-2017 11:42 AM
Hello,
it is unclear what you are trying to accomplish. The only default route in your configuration is:
route outside 0.0.0.0 0.0.0.0 213.216.110.XXX 1
Do you want to redistribute this static route into EIGRP and BGP ?
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide