Re: [vpp-dev] Fwd: :: Setting Mac address on Vlan interface

2017-12-04 Thread Prabhjot Singh Sethi
quot; To: "Prabhjot Singh Sethi" Cc: "vpp-dev@lists.fd.io" , "Omer Majeed" Sent: Mon, 4 Dec 2017 12:14:54 +0000 Subject: Re: [vpp-dev] Fwd: :: Setting Mac address on Vlan interface   Hi Prabhjot,   If there is only one link betwe

Re: [vpp-dev] Fwd: :: Setting Mac address on Vlan interface

2017-12-04 Thread Neale Ranns (nranns)
;Neale Ranns (nranns)" To: "prabh...@techtrueup.com" Cc: "vpp-dev@lists.fd.io" , "Omer Majeed" Sent: Sat, 2 Dec 2017 08:00:06 +0000 Subject: Re: [vpp-dev] Fwd: :: Setting Mac address on Vlan interface Hi Prabhjot, Your explanation of what you want I think I understa

Re: [vpp-dev] Fwd: :: Setting Mac address on Vlan interface

2017-12-04 Thread Prabhjot Singh Sethi
-dev@lists.fd.io" , "Omer Majeed" Sent:Sat, 2 Dec 2017 08:00:06 +0000 Subject:Re: [vpp-dev] Fwd: :: Setting Mac address on Vlan interface Hi Prabhjot, Your explanation of what you want I think I understand; it’s the ability to set the src,dst MAC address of a packet as it egress

Re: [vpp-dev] Fwd: :: Setting Mac address on Vlan interface

2017-12-02 Thread Neale Ranns (nranns)
BVI. This is an L3 port attached to a bridge-domain. -Original Message- From: "prabh...@techtrueup.com" Date: Friday, 1 December 2017 at 18:37 To: "Neale Ranns (nranns)" Cc: "vpp-dev@lists.fd.io" , Omer Majeed Subject: Re: [vpp-dev] Fwd: :: Setting Mac add

Re: [vpp-dev] Fwd: :: Setting Mac address on Vlan interface

2017-12-01 Thread Thomas F Herbert
, 1 December 2017 at 13:30 To: Omer Majeed Cc: "vpp-dev@lists.fd.io" , "Neale Ranns (nranns)" Subject: Re: [vpp-dev] Fwd: :: Setting Mac address on Vlan interface hi Neale, we are expecting to be able to handle different MAC addresses for VLAN interfaces. T

Re: [vpp-dev] Fwd: :: Setting Mac address on Vlan interface

2017-12-01 Thread prabhjot
you could help me understand. Thanks, neale -Original Message- From: "prabh...@techtrueup.com" Date: Friday, 1 December 2017 at 13:30 To: Omer Majeed Cc: "vpp-dev@lists.fd.io" , "Neale Ranns (nranns)" Subject: Re: [vpp-dev] Fwd: :: Setting Mac

Re: [vpp-dev] Fwd: :: Setting Mac address on Vlan interface

2017-12-01 Thread Neale Ranns (nranns)
dev@lists.fd.io" , "Neale Ranns (nranns)" Subject: Re: [vpp-dev] Fwd: :: Setting Mac address on Vlan interface hi Neale, we are expecting to be able to handle different MAC addresses for VLAN interfaces. This feature seems to be not available in VPP as of

Re: [vpp-dev] Fwd: :: Setting Mac address on Vlan interface

2017-12-01 Thread prabhjot
t 11:45 *To: *"vpp-dev@lists.fd.io" *Subject: *[vpp-dev] Fwd: :: Setting Mac address on Vlan interface 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

Re: [vpp-dev] Fwd: :: Setting Mac address on Vlan interface

2017-11-29 Thread Omer Majeed
erface. A VLAN interface > will always have the same MAC address as its parent/physical interface. > > > > Regards, > > Neale > > > > > > *From: * on behalf of Omer Majeed < > omer.maj...@rwth-aachen.de> > *Date: *Wednesday, 29 November 2017 a

Re: [vpp-dev] Fwd: :: Setting Mac address on Vlan interface

2017-11-29 Thread Neale Ranns (nranns)
address as its parent/physical interface. Regards, Neale From: on behalf of Omer Majeed Date: Wednesday, 29 November 2017 at 11:45 To: "vpp-dev@lists.fd.io" Subject: [vpp-dev] Fwd: :: Setting Mac address on Vlan interface Hi, I am trying to form an ecmp between Vlan interfaces. Traf

[vpp-dev] Fwd: :: Setting Mac address on Vlan interface

2017-11-29 Thread Omer Majeed
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.