[BGPCEP-480] Evpn Extended Communities not present in the loc rib Created: 10/Jun/16  Updated: 03/Mar/19  Resolved: 16/Jun/16

Status: Resolved
Project: bgpcep
Component/s: BGP
Affects Version/s: Bugzilla Migration
Fix Version/s: Bugzilla Migration

Type: Bug
Reporter: Peter Gubka Assignee: Claudio David Gasparini
Resolution: Cannot Reproduce Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

Operating System: All
Platform: All


Attachments: File extc.pcap    
External issue ID: 6049

 Description   

odl: distribution-karaf-0.5.0-20160610.063034-2786.tar.gz

used xml:
<evpn-route xmlns="urn:opendaylight:params:xml:ns:yang:bgp-evpn">
<route-key>ARYAAhmZmZkAAQHyDN2An/cAFgAAAAAK</route-key>
<route-distinguisher>429496729:1</route-distinguisher>
<ethernet-a-d-route>
<mpls-label>24001</mpls-label>
<ethernet-tag-id>
<vlan-id>10</vlan-id>
</ethernet-tag-id>
<lacp-auto-generated>
<ce-lacp-mac-address>f2:0c:dd:80:9f:f7</ce-lacp-mac-address>
<ce-lacp-port-key>22</ce-lacp-port-key>
</lacp-auto-generated>
</ethernet-a-d-route>
<attributes>
<ipv4-next-hop>
<global>199.20.166.41</global>
</ipv4-next-hop>
<as-path/>
<origin>
<value>igp</value>
</origin>
<extended-communities>
<transitive>false</transitive>
<es-import-route-extended-community>
<es-import>f2:0c:dd:80:9f:f8</es-import>
</es-import-route-extended-community>
</extended-communities>
</attributes>
</evpn-route>

mac addres used in the extended comunity is seen in the received update message, but loc rib does not contain it (attached pcap)

— first
+++ second
@@ -4,6 +4,14 @@
{
"attributes": {
"as-path": {},
+ "extended-communities": [
+ {
+ "es-import-route-extended-community":

{ + "es-import": "f2:0c:dd:80:9f:f8" + }

,
+ "transitive": false
+ }
+ ],
"ipv4-next-hop": {
"global": "199.20.166.41"



 Comments   
Comment by Peter Gubka [ 10/Jun/16 ]

Attachment extc.pcap has been added with description: pcap

Comment by Peter Gubka [ 10/Jun/16 ]

same for
— first
+++ second
@@ -4,6 +4,17 @@
{
"attributes": {
"as-path": {},
+ "extended-communities": [
+ {
+ "layer-2-attributes-extended-community":

{ + "backup-pe": true, + "control-word": true, + "l2-mtu": 200, + "primary-pe": true + }

,
+ "transitive": true
+ }
+ ],
"ipv4-next-hop":

{ "global": "199.20.166.41" }

,

Comment by Claudio David Gasparini [ 13/Jun/16 ]

Tested against distribution-karaf-0.5.0-20160610.112226-2793.zip, and everything went correctly.

Comment by Peter Gubka [ 16/Jun/16 ]

after the wiki page was updated, test cases were updated accordingly and no problems observed after that

Generated at Wed Feb 07 19:13:11 UTC 2024 using Jira 8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d.