Hi,
I have configured a vrf for management:
show configuration commands |grep -i vrf set interfaces ethernet eth0 vrf 'OOBM' set service ntp vrf 'OOBM' set service snmp vrf 'OOBM' set service ssh vrf 'OOBM' set vrf name OOBM protocols static route6 ::/0 next-hop 2a01:9820:5::10 interface 'eth0' set vrf name OOBM table '100'
But it looks like that the vrf is not using the right routes:
vyos@dus1-vyos-r02:/opt$ force vrf OOBM vyos@dus1-vyos-r02:OOBM:~$ ip ro get 2a01:9820:2::10 2a01:9820:2::10 from :: via fe80::ae16:2dff:fe8d:ed23 dev bond0.3999 proto bgp src 2a01:9820:0:7::2 metric 20 pref medium vyos@dus1-vyos-r02:OOBM:~$
Same for example the ssh service If I try to connect the incomming paket comes in via eth0 but the answers goes out via bond0.3999
The configured table 100 looks good:
vyos@dus1-vyos-r02:/opt$ ip -6 ro list table 100 local ::1 dev OOBM proto kernel metric 0 pref medium ::1 dev OOBM proto kernel metric 256 pref medium anycast 2a01:9820:5:: dev eth0 proto kernel metric 0 pref medium local 2a01:9820:5::2:13 dev eth0 proto kernel metric 0 pref medium 2a01:9820:5::/64 dev eth0 proto kernel metric 256 pref medium anycast fe80:: dev eth0 proto kernel metric 0 pref medium local fe80::1602:ecff:fe04:cf80 dev eth0 proto kernel metric 0 pref medium fe80::/64 dev eth0 proto kernel metric 256 pref medium multicast ff00::/8 dev eth0 proto kernel metric 256 pref medium default nhid 54 via 2a01:9820:5::10 dev eth0 proto static metric 20 pref medium vyos@dus1-vyos-r02:/opt$