Hello,
I am trying to create a VRF and dummy interface, then I found it’s not able to ping the dummy interface IP. Then I reproduce this issue on my other VyOS router, I found that if it’s the first time create the VRF and dummy interface on the router, then it’s okay to ping. But if I delete the VRF and dummy interface, then re-create it, then it’s not able to ping the dummy anymore. Even create a new VRF and new dummy interface, it’s still not able to ping. And I have reproduce this issue on more than 3 VyOS routers. It seems to be a bug?
VyOS version: VyOS 1.4-rolling-202101311232
set vrf name VRF-199 table 199
set interfaces dummy dum199 address '10.99.226.199/32'
set interfaces dummy dum199 vrf 'VRF-199'
run ping 10.99.226.199 vrf VRF-199
delete interfaces dummy dum199
delete vrf name VRF-199