Add functional suites for bgpcep using exabgp
[integration/test.git] / csit / variables / bgpfunctional / l2vpn_evpn / route_eth_lacp_extmac.json
diff --git a/csit/variables/bgpfunctional/l2vpn_evpn/route_eth_lacp_extmac.json b/csit/variables/bgpfunctional/l2vpn_evpn/route_eth_lacp_extmac.json
new file mode 100644 (file)
index 0000000..6a2c488
--- /dev/null
@@ -0,0 +1,41 @@
+{
+  "odl-bgp-evpn:evpn-routes": {
+    "evpn-route": [
+      {
+        "attributes": {
+          "origin": {
+            "value": "igp"
+          },
+          "ipv4-next-hop": {
+            "global": "199.20.166.41"
+          },
+          "extended-communities": [
+            {
+              "mac-mobility-extended-community": {
+                "seq-number": 200,
+                "static": true
+              },
+              "transitive": true
+            }
+          ],
+          "local-pref": {
+            "pref": 100
+          },
+          "as-path": {}
+        },
+        "route-key": "ARYAAhmZmZkAAQHyDN2An/cAFgAAAAAK",
+        "route-distinguisher": "429496729:1",
+        "ethernet-a-d-route": {
+          "lacp-auto-generated": {
+            "ce-lacp-port-key": 22,
+            "ce-lacp-mac-address": "f2:0c:dd:80:9f:f7"
+          },
+          "mpls-label": 24001,
+          "ethernet-tag-id": {
+            "vlan-id": 10
+          }
+        }
+      }
+    ]
+  }
+}