[NETVIRT-1433] data path not working with Trunk port configuration. Packet getting dropped at table 214 Created: 14/Sep/18 Updated: 18/Sep/18 Resolved: 18/Sep/18 |
|
| Status: | Verified |
| Project: | netvirt |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Medium |
| Reporter: | RajaRajan Manickam | Assignee: | RajaRajan Manickam |
| Resolution: | Cannot Reproduce | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Description |
|
data path not working with Trunk port configuration. Packet getting dropped at table 214 Configuration: Consider the following topology for testing trunk/subport use-case in dual stack network. 1) 3 networks and 3 ipv4 and 3 ipv6 subnets openstack network create net0 openstack subnet create --network net0 --subnet-range 2001:db8:0:3::/64 subnet0_IPV6 --ip-version=6 --ipv6-address-mode=slaac --ipv6-ra-mode=slaac 2) 3 ports on different subnet sharing same Mac-address openstack port create --network net0 port0 openstack port create --network net1 --mac-address "$parent_mac" port1 3) Configuring port0 as trunk and port1 and port2 as sub-ports. openstack network trunk create --parent-port port0 trunk0 4) Create Router and add all IPv4/IPv6 subnets to router. openstack router create router1 5) VM booted on trunk port. openstack server create --flavor ds1G --availability-zone nova:osc-pike-ubuntu16 --image ubuntu --nic port-id=port0 VM1 openstack server create --flavor ds1G --availability-zone nova:osc-pike-ubuntu16 --image ubuntu --nic port-id=normal-port VM1
Validate data path between normal port to trunk port. 6) Create sub interface(VLAN) on booted ubuntu VM using below commands. vconfig add ens3 101(Same as sub-port VLAN ID)
|
| Comments |
| Comment by Somashekar B [ 18/Sep/18 ] |
|
Please provide logs / flow dumps / datastore dumps. |