Hi MJ,

Thanks for your reply. I don't know what m/c means. Those experiments are 
tested in a Linux Ubuntu 20.04 Virtual Machine using SR-IOV (Virtual Functions) 
in a X710 Intel Card.

I use latest master branch (updated just today) and compiled within the machine.

If you need more information, just ask.

​​​

El Jueves, Octubre 28, 2021 18:45 CEST, "Mrityunjay Kumar" 
<kumarn...@gmail.com> Ha escrito:
 Roger Hi,  I tried to understand the problem, but sorry lost by watching long 
mail content,   I would like to ask 1 line Q?  Is this your experiments work in 
linux m/c?  If yes, then we will start evaluation your requirement.  ) MJ  On 
Thu, 28 Oct, 2021, 7:55 pm Roger Garcia Ferre, <ro...@glutec.net> wrote:
Hi,
I'm a newbie in this project and maybe my question seem obvious for most 
experimented people.
I'm trying to put in a bridge different vlans form an interface trying to 
simulate a common case in Bitstream ISPs which every single customer has a 
different VLAN. Then I create a bvi to route traffic from vpp to another 
gateway.
I also configure dhcp proxy to an external DHCP server with option 82 support. 
I always get the same circuit-id in option 82 which matches to bvi index 
interface. I don't know if it's possible to configure option 82 for every 
interface inside the bridge domain.
My configuration is here:
```
set interface mtu 1500 VirtualFunctionEthernet0/10/0
set interface mtu 1500 VirtualFunctionEthernet0/11/0
set interface state VirtualFunctionEthernet0/10/0 up
set interface state VirtualFunctionEthernet0/11/0 up
lcp create VirtualFunctionEthernet0/10/0 host-if vf0
create sub-interface VirtualFunctionEthernet0/10/0 69
set interface ip address VirtualFunctionEthernet0/10/0.69 192.168.69.18/24
set interface state VirtualFunctionEthernet0/10/0.69 up

create sub-interface VirtualFunctionEthernet0/11/0 303
create sub-interface VirtualFunctionEthernet0/11/0 304
set interface l2 bridge VirtualFunctionEthernet0/11/0.303 10
set interface l2 bridge VirtualFunctionEthernet0/11/0.304 10
set interface l2 tag-rewrite VirtualFunctionEthernet0/11/0.303 pop 1
set interface l2 tag-rewrite VirtualFunctionEthernet0/11/0.304 pop 1
set interface state VirtualFunctionEthernet0/11/0.303 up
set interface state VirtualFunctionEthernet0/11/0.304 up
bvi create
set interface mtu 1500 bvi0
set interface l2 bridge bvi0 10 bvi
set interface ip address bvi0 185.132.88.1/24
set interface state bvi0 up

set dhcp option-82 vss table 0
set dhcp proxy server 192.168.69.19 src-address 192.168.69.18
```
If this can be implemented we are interested in contribute to this feature.
Thanks in advance,--Roger Garcia Ferré
CEO & Cofounder
Glutec
   +34 93 016 00 32 | +34 618 24 67 33ro...@glutec.netwww.glutec.net 

 


 
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#20396): https://lists.fd.io/g/vpp-dev/message/20396
Mute This Topic: https://lists.fd.io/mt/86653350/21656
Group Owner: vpp-dev+ow...@lists.fd.io
Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to