Vrouter:Traffic between 2 vms in 2 different vn getting dropped by vrouter even correct policy attached
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
Juniper Openstack | Status tracked in Trunk | |||||
R2.20 |
Fix Committed
|
High
|
Naveen N | |||
Trunk |
Fix Committed
|
High
|
Naveen N |
Bug Description
1.I had the topology as attached.
2.Created 2 vns and 1 vm in each vn.One vm was in nodek8 and another on nodek9
3.Attached policy to allow traffic between the vns and then tried to ping .Ping did not happen.
Figured out that nodek8 and nodek9 was not reachable to each other as some miss configuration in the swiyches.
Corrected that and the both computes were reachable to each other.
But traffic was still dropped nodek9 with the reason invalid nh
Naveen debugged it.
Log
===
Entries: Created 217 Added 7 Processed 217
(Created Flows/CPU: 21 10 6 29 13 23 79 30 0 1 0 0 0 0 1 0 0 0 0 3 0 0 0 0 1 0 0 0 0 0 0 0)(oflows 0)
Action:F=Forward, D=Drop N=NAT(S=SNAT, D=DNAT, Ps=SPAT, Pd=DPAT, L=Link Local Port)
Other:
Index Source:Port Destination:Port Proto(V)
-------
56620 2.2.2.3:53248 19.0.1.4:0 1 (1)
(K(nh):13, Action:F, S(nh):13, Statistics:
223472 19.0.1.4:53504 2.2.2.3:0 1 (1)
(K(nh):13, Action:F, S(nh):20, Statistics:0/0 UdpSrcPort 59971)
224972 2.2.2.3:53504 19.0.1.4:0 1 (1)
(K(nh):13, Action:F, S(nh):13, Statistics:
479524 19.0.1.4:53248 2.2.2.3:0 1 (1)
(K(nh):13, Action:F, S(nh):20, Statistics:
root@nodek9:~# nh --get 13
Id:13 Type:Encap Fmly: AF_INET Flags:Valid, Policy, Rid:0 Ref_cnt:4 Vrf:1
root@nodek9:~# nh --get 20
Id:20 Type:Tunnel Fmly: AF_INET Flags:MPLSoUDP, Rid:0 Ref_cnt:3 Vrf:0
Oif:0 Len:14 Flags MPLSoUDP, Data:00 25 90 c9 0b 3c 00 25 90 c7 7f f4 08 00
Vrf:0 Sip:40.40.40.6 Dip:40.40.40.5
root@nodek9:~# ping 40.40.40.5
PING 40.40.40.5 (40.40.40.5) 56(84) bytes of data.
64 bytes from 40.40.40.5: icmp_seq=1 ttl=62 time=0.221 ms
64 bytes from 40.40.40.5: icmp_seq=2 ttl=62 time=0.188 ms
Changed in juniperopenstack: | |
importance: | Undecided → High |
information type: | Proprietary → Public |
Changed in juniperopenstack: | |
status: | New → In Progress |
Review in progress for https:/ /review. opencontrail. org/11177
Submitter: Naveen N (<email address hidden>)