I have an ASA connected to a 9k switch. I have a working EIGRP relationship between the ASA and 9k. I just can't seem to get BGP routes on the ASA redistributed via EIGRP, all evidence is that the ASA is not trying to advertise them. This setup is a lab being done in CML. Anyone have an idea as to why?
Here is the relevant ASA config and routing table:
!
prefix-list EIGRP seq 5 permit 10.10.50.0/24
prefix-list EIGRP seq 10 permit 10.10.51.0/24
!
!
route-map EIGRP permit 10
match ip address prefix-list EIGRP
!
router bgp 65244
bgp log-neighbor-changes
bgp router-id 1.1.1.1
address-family ipv4 unicast
neighbor 10.10.30.2 remote-as 65244
neighbor 10.10.30.2 activate
network 10.10.20.0 mask 255.255.255.0
no auto-summary
no synchronization
exit-address-family
!
router eigrp 2
default-metric 1000000 5 255 255 1501
distribute-list EIGRP out
network 10.10.30.0 255.255.255.0
network 10.10.40.0 255.255.255.0
redistribute bgp 65244 route-map EIGRP
!
asav-0# sh route
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
SI - Static InterVRF
Gateway of last resort is not set
C 10.10.20.0 255.255.255.0 is directly connected, INSIDE
L 10.10.20.1 255.255.255.255 is directly connected, INSIDE
C 10.10.30.0 255.255.255.0 is directly connected, OUTSIDE
L 10.10.30.1 255.255.255.255 is directly connected, OUTSIDE
B 10.10.40.0 255.255.255.0 [200/0] via 10.10.30.2, 20:19:52
B 10.10.50.0 255.255.255.0 [200/4096] via 10.10.40.2, 20:14:39
B 10.10.51.0 255.255.255.0 [200/4096] via 10.10.40.2, 20:14:39
B 10.10.52.0 255.255.255.0 [200/4096] via 10.10.40.2, 20:14:39
No comments:
Post a Comment