traffic with in-network SI getting dropped when analyzer action is applied
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Juniper Openstack |
New
|
High
|
Vedamurthy Joshi |
Bug Description
R2.21.2 Build 41 Ubuntu 14.04 Juno
vn1-vn3-policy-1 has associated Networks private-vn3 private-vn1 with rule:
pass protocol any network private-vn1 ports any <> network private-vn3 ports any services in-network-si-1 mirror analyzer-1
vn1-vn2-policy-1 has associated Networks private-vn1 private-vn2 with rule:
pass protocol any network private-vn1 ports any <> network private-vn2 ports any services trans-si-1
private-
private-
ping traffic from 10.1.1.3 to 30.1.1.3 is failing due to "Invalid Source" drops
If i remove the mirror action from vn1-vn3-policy-1, things are fine.
From control-node introspect, Naveen helped me to identify in ifmap that the policy rule for private-
http://
<acl-rule>
<match-
<protocol>
<src-address>
<subnet>
<
<
</subnet>
<virtual-
<security-
<network-
</src-address>
<src-port>
<start-
<end-
</src-port>
<dst-address>
<subnet>
<
<
</subnet>
<virtual-
<security-
<network-
</dst-address>
<dst-port>
<start-
<end-
</dst-port>
<ethertype>
</match-
<action-list>
<simple-
<gateway-
<mirror-to>
<analyzer-
<encapsula
<analyzer-
<routing-
<udp-
</mirror-to>
<assign-
</action-list>
<rule-
</acl-rule>
env.roledefs = {
'all': [host1, host2, host3, host4, host5, host6],
'cfgm': [host1, host2, host3],
'cfgm': [host1, host2, host3],
'openstack': [host1],
'webui': [host2],
'control': [host1, host2, host3],
'compute': [host4, host5, host6],
'collector': [host1, host2, host3],
'database': [host1, host2, host3],
'build': [host_build],
}
env.hostnames = {
'all': ['nodec7', 'nodec8', 'nodeg36', 'nodei1', 'nodei2', 'nodei3']
}
Changed in juniperopenstack: | |
assignee: | Sachin Bansal (sbansal) → Suresh Balineni (sbalineni) |
Changed in juniperopenstack: | |
assignee: | Suresh Balineni (sbalineni) → Sahil Sabharwal (ssabharwal) |
Changed in juniperopenstack: | |
assignee: | Sahil Sabharwal (ssabharwal) → Vedamurthy Joshi (vedujoshi) |
I was not able to re-create this issue in my setup. Ping traffic from VN1 to VN2 is succeeding.