Comment 10 for bug 1603857

Revision history for this message
sureshkvl (sureshkumar-s) wrote :

Ranjeet,

I am able to reproduce this issue in Devstack(Mitaka) + Contrail 3.1.

My devstack local.conf is below,
[[local|localrc]]
        SERVICE_TOKEN=abcdeftoken
        ADMIN_PASSWORD=contrail123
        MYSQL_PASSWORD=stackdb
        RABBIT_PASSWORD=stackqueue
        SERVICE_PASSWORD=$ADMIN_PASSWORD
        LOGFILE=$DEST/logs/stack.sh.log
        LOGDAYS=2
        enable_plugin contrail https://github.com/zioc/contrail-devstack-plugin.git
        CONTRAIL_REPO=https://github.com/Juniper/contrail-vnc.git
        CONTRAIL_BRANCH=R3.1
        SCONS_JOBS=$(lscpu -p | grep -cve '^#')

I have modified BGP Global ASN to 64513 in UI.
After modifying the BGP , i have checked the introspect as below,
Snh_ShowRtGroupReq?search_string=
Snh_ShowRoutingInstanceSummaryReq?search_string=

Routing instances of public,private networks looks good, have been changed to modified ASN(64513).
But, The "default-domain:demo:snat-si-left_snat_xxx" routing instance still refers the old 64512 ASN. Attached the XML File for reference.

<ShowRtGroupInfo><rtarget type="string" identifier="1" link="ShowRtGroupReq">target:64512:8000002</rtarget><import_members type="list" identifier="2"><list type="struct" size="4"><ShowRtGroupMemberTableList><family type="string" identifier="1">inet-vpn</family><tables type="list" identifier="2"><list type="string" size="2"><element>bgp.l3vpn.0</element><element>default-domain:demo:snat-si-left_snat_d58f9c4f-2214-460c-815f-52ee80d15235_f37decce-12bd-4f8e-af03-80e24c283b7b:snat-si-left_snat_d58f9c4f-2214-460c-815f-52ee80d15235_f37decce-12bd-4f8e-af03-80e24c283b7b.inet.0</element>

Let me know if you need any other details