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,

--


     RogerGarcia Ferré

CEO & Cofounder

Glutec


logo_glutec


telf_icon

+34 93 016 00 32 <tel:+34 93 016 00 32>|+34 618 24 67 33 <tel:+34 618 24 67 33>
message_icon

        ro...@glutec.net <mailto:ro...@glutec.net>
link_icon

        www.glutec.net <https://www.glutec.net/>



<https://www.hubspot.com/email-signature-generator?utm_source=create-signature>

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#20394): https://lists.fd.io/g/vpp-dev/message/20394
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