Dear Community,
We are testing the CSR1000v in AWS. We deployed 2 CSR in 2 different Availability Zone.
GRE tunnel + BFD is running between the 2 CSR and the redundancy AWS cloud is configured to monitor the BFD peer.
When the GRE tunnel is in GRT ( Global routing table ), the redundancy AWS cloud is working as expected.
However when the GRE tunnel is inside a VRF ( ip vrf forwarding XXXX), the redundancy AWS cloud is not working and we get this error :
Cloud HA AWS BFD not enabled until configued on peer I/F
CSR1#show bfd neighbors vrf VPN1001
IPv4 Sessions
NeighAddr LD/RD RH/RS State Int
10.52.208.222 4099/4099 Up Up Tu103
CSR1(config)#redundancy
CSR1(config-red)# cloud provider aws 1
CSR1(cloud-aws)# bfd peer 10.52.208.222
Cloud HA AWS BFD not enabled until configued on peer I/F
Could not add AWS node to BFD peer
CSR1(cloud-aws)# route-table rtb-xxxxxxxxxxxx
CSR1(cloud-aws)# cidr ip 10.0.0.0/8
CSR1(cloud-aws)# eni eni-xxxxxxxxxxxxxxxx
CSR1(cloud-aws)#
My question : The redundancy AWS in the CSR1000v is it supported through a GRE tunnel inside a VRF or the GRE must be in GRT ?