[VPNSERVICE-75] InterNetwork VNF access does not work when networks are associated to EVPN Created: 21/Apr/17 Updated: 08/May/17 Resolved: 08/May/17 |
|
| Status: | Resolved |
| Project: | vpnservice |
| Component/s: | General |
| Affects Version/s: | unspecified |
| Fix Version/s: | None |
| Type: | Bug | ||
| Reporter: | BASAVARAJU CHICKMATH | Assignee: | Kiran N Upadhyaya |
| Resolution: | Cannot Reproduce | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Environment: |
Operating System: All |
||
| Attachments: |
|
| Severity: | normal |
| External issue ID: | 8267 |
| Description |
|
Created the topology from openstack as per below commands..... ============================================================================== neutron net-create network2 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-CSS1nova 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-CSS2nova 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-CSS1nova 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-CSS2nova 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 ] ================================================================= I can see that VNF of same network are reachable . Example : ping from 11.0.0.2 to 12.0.0.2 does not work. |
| Comments |
| Comment by BASAVARAJU CHICKMATH [ 21/Apr/17 ] |
|
Attachment logs.tar.gz has been added with description: ODL Logs from data collection script.. |
| Comment by Kiran N Upadhyaya [ 08/May/17 ] |
|
Unable to RCA with the attached logs. Also, unable to reproduce in local env. |