Uploaded image for project: 'vpp'
  1. vpp
  2. VPP-1238

bond: ping fails between l2 BD

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Open
    • Icon: Medium Medium
    • 18.04
    • None
    • VNET
    • None

      Giving the following topology

         compute node 1                                  compute node 2
      [ vhost1 – bond0.1011 – eth1 ] ------- [ eth1 – bond.1011 – vhost2 ]

      In compute node 1, vhost1 and
      bond0.1011 are l2 capable only
      and in the same BD.

      In compute node 2, vhost2 and
      bond0.1011 are l2 capable only
      and in the same BD.

      Ping from vhost1 to vhost2 fails.

      This is the vpp configuration in both compute nodes.

      set interface state TenGigabitEthernet83/0/0 up
      set interface state TenGigabitEthernet83/0/1 up

      create vhost socket /tmp/sock3
      set interface state VirtualEthernet0/0/0 up

      create bond mode lacp
      set interface state BondEthernet0 up
      bond add BondEthernet0 TenGigabitEthernet83/0/0
      bond add BondEthernet0 TenGigabitEthernet83/0/1

      create sub BondEthernet0 1101
      set interface state BondEthernet0.1101 up

      create bridge-domain 4 mac-age on
      set interface l2 tag-rewrite BondEthernet0.1101 pop 1
      set interface l2 bridge BondEthernet0.1101 4
      set interface l2 bridge VirtualEthernet0/0/0 4

       

            sluong steven luong
            sluong steven luong
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: