Hi,

I am trying to form an ecmp between Vlan interfaces. Traffic coming with IP
1.1.1.5 would go through Vlan interfaces host-tap0.1 and host-tap1.1
forming ecmp.

ip route add 1.1.1.5/32 table 3 via 1.1.1.5 host-tap0.1
ip route add 1.1.1.5/32 table 3 via 1.1.1.5 host-tap1.1

set ip arp host-tap0.1 1.1.1.5 02:00:00:00:00:02
set ip arp host-tap1.1 1.1.1.5 02:00:00:00:00:02

ip route add 1.1.1.5/32 table 5 via 1.1.1.5 host-tap2.1
ip route add 1.1.1.5/32 table 5 via 1.1.1.5 host-tap3.1

set ip arp host-tap2.1 1.1.1.5 02:00:00:00:00:01
set ip arp host-tap3.1 1.1.1.5 02:00:00:00:00:01

However traffic flows having Source Mac addresses as that of respective
Vlan interfaces. Is there any way I could set Vlan interfaces with my own
desired Mac Addresses, so that the traffic has user defined Mac addresses
as Source Mac addresses.

Thanks.
Best Regards,
Omer
_______________________________________________
vpp-dev mailing list
vpp-dev@lists.fd.io
https://lists.fd.io/mailman/listinfo/vpp-dev

Reply via email to