Details
-
Bug
-
Status: Resolved
-
Resolution: Cannot Reproduce
-
Carbon
-
None
-
None
-
Operating System: All
Platform: All
-
8559
Description
Topology
=================================
3CSS, 1 DC-GW, 6 VMs, 2 each on each CSS.
Build used
==================================
distribution-karaf-0.6.0-20170522.002211-5360.zip
Steps to repro
==================================
1)Do the basic vxlan configuration for one CSS.
2)Configure mpls over gre.Check it is configured properly.
3)Form bgp neigborship between Controller and DC-GW and check check bgp neighborship.
4)Configure two VMs on CSS-1, CSS-2 and CSS-3 using nova command.
5)Configure bgvpn update with one rd.Check whether it is advertised to DC-GW.
6)Configure extra route using "router update command"
neutron router-update ROUTER1 --routes type=dict list=true destination=200.0.0.0/24,nexthop=10.10.10.2
destination=200.0.0.0/24,nexthop=10.10.10.3 destination=201.0.0.0/24,nexthop=10.10.10.4
destination=201.0.0.0/24,nexthop=10.10.10.5 destination=200.0.0.0/24,nexthop=10.10.10.4
7)Check these VM entries updated in "show ip route" in vpn context.
8)Configure a static ip ( extra route) on VM-1 in DPN1.
ifconfig eth0:0 200.0.0.2 up
9)Also configure a static ip ( extra route) on VM-1 in DPN1.
ifconfig eth0:0 200.0.0.3 up
10)Check the extra routes are also advertised to SER.
11) Ping 200.0.0.3 from 200.0.0.2, it works. statsis also updated.
12)Delete the bgpvpn using bgpvpn deletion command.
13) Flows should not have the entry and ping should stop working.
Logs
=====================
Logs attached.