Uploaded image for project: 'vpnservice'
  1. vpnservice
  2. VPNSERVICE-75

InterNetwork VNF access does not work when networks are associated to EVPN

    XMLWordPrintable

Details

    • Bug
    • Status: Resolved
    • Resolution: Cannot Reproduce
    • unspecified
    • None
    • General
    • None
    • Operating System: All
      Platform: All

    • normal
    • 8267

    Description

      Created the topology from openstack as per below commands.....

      ==============================================================================
      neutron net-create network1
      neutron subnet-create network1 11.0.0.0/24 --name subnetwork1 --enable-dhcp
      neutron port-create network1 --name network1port11
      neutron port-create network1 --name network1port12
      neutron port-create network1 --name network1port13
      neutron port-create network1 --name network1port14

      neutron net-create network2
      neutron subnet-create network2 12.0.0.0/24 --name subnetwork2 --enable-dhcp
      neutron port-create network2 --name network2port21
      neutron port-create network2 --name network2port22
      neutron port-create network2 --name network2port23
      neutron port-create network2 --name network2port24

      nova boot --image cirros-0.3.4-x86_64-uec --flavor myhuge --nic port-id=$(neutron port-list | grep 'port11' | awk '

      {pr int $2}') myhost11 --availability-zone nova:XFT11-FT-BASAV-CSS1
      nova boot --image cirros-0.3.4-x86_64-uec --flavor myhuge --nic port-id=$(neutron port-list | grep 'port12' | awk '{print $2}

      ') myhost12 --availability-zone nova:XFT11-FT-BASAV-CSS1

      nova boot --image cirros-0.3.4-x86_64-uec --flavor myhuge --nic port-id=$(neutron port-list | grep 'port21' | awk '

      {pr int $2}') myhost21 --availability-zone nova:XFT11-FT-BASAV-CSS2
      nova boot --image cirros-0.3.4-x86_64-uec --flavor myhuge --nic port-id=$(neutron port-list | grep 'port22' | awk '{print $2}

      ') myhost22 --availability-zone nova:XFT11-FT-BASAV-CSS2

      nova boot --image cirros-0.3.4-x86_64-uec --flavor myhuge --nic port-id=$(neutron port-list | grep 'port13' | awk '

      {pr int $2}') myhost13 --availability-zone nova:XFT11-FT-BASAV-CSS1
      nova boot --image cirros-0.3.4-x86_64-uec --flavor myhuge --nic port-id=$(neutron port-list | grep 'port14' | awk '{print $2}

      ') myhost14 --availability-zone nova:XFT11-FT-BASAV-CSS1

      nova boot --image cirros-0.3.4-x86_64-uec --flavor myhuge --nic port-id=$(neutron port-list | grep 'port23' | awk '

      {pr int $2}') myhost23 --availability-zone nova:XFT11-FT-BASAV-CSS2
      nova boot --image cirros-0.3.4-x86_64-uec --flavor myhuge --nic port-id=$(neutron port-list | grep 'port24' | awk '{print $2}

      ') myhost24 --availability-zone nova:XFT11-FT-BASAV-CSS2
      ==============================================================================

      Created the l3vpn with l3vni

      http://10.164.225.91:8181/restconf/operations/neutronvpn:createL3VPN
      {"input" : {
      "l3vpn" : [

      { "id": "4ae8cd92-48ca-49b5-94e1-b2921a2661c5", "name": "testVpn1", "route-distinguisher": ["200:1"], "export-RT": ["201:1"], "import-RT": ["201:1"], "tenant-id": "de0a7495-05c4-4be0-b796-1412835c6820", "l3vni": "4" }

      ]
      }
      }

      =================================================================

      I can see that VNF of same network are reachable .
      But, when we try to access the VNF from Network1 to Network2 they are not working.

      Example : ping from 11.0.0.2 to 12.0.0.2 does not work.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            kiran.n.upadhyaya@ericsson.com Kiran N Upadhyaya
            basavaraju.chickmath@ericsson.com BASAVARAJU CHICKMATH
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: