Hi Pragya Nand,
The reachability from 1.1.1.1 to 2.2.2.3 on the host is failing as ARP
request 1.1.1.1 -> 2.2.2.3 gets dropped in VPP. Normally both target and
source IPs for ARP are expected to be in the same subnet of the Rx
interface. You can try enabling proxy ARP on the Rx interface for the d
Hi All,
Inside vpp I have two bridge-domains and each of them has a loopback
interface as bvi.
Each bridge domain also has a host-interface .
Following is the set of command used.
Linux CLIs to configure veth:
ip link add ve_A type veth peer name ve_B
ip link add ve_C type veth peer name ve_D
i