Hi all,

For test purposes I've installed VPP (v18.10-rc0) on 1'st host machine with
4 lan adapters on it. I trying to setup BVI loopback interface with ip
address to emulate network switch. 2'nd host with ip address 192.168.0.2/24
is connected to GigabitEthernet1/0/0. Interface GigabitEthernet1/0/1 is
connected to router. My config for VPP is below:

set int state GigabitEthernet1/0/0 up
set int state GigabitEthernet1/0/1 up
set int l2 bridge GigabitEthernet1/0/0 1
set int l2 bridge GigabitEthernet1/0/1 1
loopback create
set int state loop0 up
set int l2 bridge loop0 1 bvi
set int ip address loop0 192.168.0.1/24

VPP craches in a few seconds after setting loop 0 as bvi.

Is it a bug or it's a feature?
Please help me to correct configuration if I'm wrong.

Thanks in advance,
Aleksander
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#10165): https://lists.fd.io/g/vpp-dev/message/10165
Mute This Topic: https://lists.fd.io/mt/24533887/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