Dear Team,
I have been experiencing issue on my lab demonstration that my edge router having one VRF RED and other is a global route table.
From my router to firewall ASA is directly connected link using sub interfaces.
Router side:
Sub interface Gig0/1 .253
Ip address 10.253.8.66/24
Sub interface Gig0/1.254
Ip address 10.254.8.66/24
Asa firewall side:
Sub interface gig0/1.253
Ip address 10.253.8.65/24
Sub interface gig0/1.254
Ip address 10.254.8.65/24
Router and ASA firewall running EIGRP routing.
Router side:
Under vrf RED
EIGRP 100 is running
Autonomous system vrf RED 7
Network 10.254.8.64.0/24
Ip Route 0.0.0.0/0 via isp rtr ip
Ip route 10.73.8.0/24 via 10.253.8.65
(asa firewall sub interface ip)
Asa firewall side:
EIGRP 7 is running
network 10.254.8.64/24
redistribute static
Exit
Route 10.73.9.0 /24 via 10.73.5.5
(core switch ip address for vlan1 )
The issue here is when I show ip route from edge router I can see two different paths to single destination that is to 10.73.8.0/24 subnet
Via 10.253.8.65
D EX 10.254.8.65
It takes two paths. I am not able to ping the ip address of 10.73.8.254 ip which is the SVI of vlan 8 in core switch.
Also pc connected to switch port access vlan 8 doesnât get internet or not able to reach gateway ip address of edge router or firewall interface ip .
Is the redistribution creating asymmetric route issue or something else.
Appreciate your support on this lab.
Thanks
Mahesh