cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
158
Views
0
Helpful
1
Replies

VRF routing to internal subnets

gurowar
Level 1
Level 1

Good day all,

I have set up a VRF connection to/from AWS but it seem to stop at my edge router 169.254.96.6

gurowar_0-1742239179451.png

Routing is in place, I don't see anything that jumps out or at least I am not seeing, my config is as follows:

ip route 10.3.0.0 255.255.0.0 209.10.197.34

ip vrf AWSDX
rd 53866:4
import ipv4 unicast map VBD_TO_AWSDX
export ipv4 unicast map AWSDX_TO_VBD
route-target export 53866:4
route-target import 53866:4

vlan 300
name AWSDX

interface TenGigabitEthernet1/0/3
description AWSDX
switchport access vlan 303
switchport trunk native vlan 888
switchport trunk allowed vlan 300,303,304
switchport mode trunk
switchport nonegotiate
speed nonegotiate


interface Vlan300
description AmazonDirect
ip vrf forwarding AWSDX
ip address 169.254.96.6 255.255.255.248

router bgp 53866
address-family ipv4 vrf AWSDX
network 10.1.3.0 mask 255.255.255.0
neighbor 169.254.96.1 remote-as 64512
neighbor 169.254.96.1 password 
neighbor 169.254.96.1 activate
exit-address-family

route-map VBD_TO_AWSDX permit 10
match ip address VBD

route-map AWSDX_TO_VBD permit 10
match ip address AWSDX

ip access-list standard AWSDX
5 permit 10.10.0.0 0.0.31.255
10 permit 10.10.32.0 0.0.31.255
15 permit 10.10.64.0 0.0.31.255
20 permit 10.10.96.0 0.0.31.255
25 permit 10.10.128.0 0.0.31.255
30 permit 10.10.0.160 0.0.31.255

ip access-list standard VBD
5 permit 10.1.3.0, wildcard bits 0.0.0.255
15 permit 10.3.0.0, wildcard bits 0.0.255.255

Not sure what I am missing.

Thank you in advance!!!

1 Accepted Solution

Accepted Solutions

gurowar
Level 1
Level 1

Good day all, I fixed the problem so all is good ow.  The issue was with my export statement

export ipv4 unicast map AWSDX_TO-VBD

should be

export ipv4 unicast map AWSDX_TO_VBD

so before I hit submit I thought I fat finger the map "AWSDX_TO-VBD"

so I corrected it before I hit submit, then I realized I cut and pasted so I went back into my configure and sure enough I fat finger it and once I corrected it on my config all worked.

So I am all good now thank you!!

View solution in original post

1 Reply 1

gurowar
Level 1
Level 1

Good day all, I fixed the problem so all is good ow.  The issue was with my export statement

export ipv4 unicast map AWSDX_TO-VBD

should be

export ipv4 unicast map AWSDX_TO_VBD

so before I hit submit I thought I fat finger the map "AWSDX_TO-VBD"

so I corrected it before I hit submit, then I realized I cut and pasted so I went back into my configure and sure enough I fat finger it and once I corrected it on my config all worked.

So I am all good now thank you!!