BGPCEP-781: Adjust evpn routes
[integration/test.git] / csit / variables / bgpfunctional / l2vpn_evpn / route_mac_arb.json
1 {
2   "odl-bgp-evpn:evpn-routes": {
3     "evpn-route": [
4       {
5         "attributes": {
6           "origin": {
7             "value": "igp"
8           },
9           "ipv4-next-hop": {
10             "global": "199.20.166.41"
11           },
12           "local-pref": {
13             "pref": 100
14           },
15           "as-path": {}
16         },
17         "path-id": 0,
18         "route-key": "AhgAAhmZmZkAAQAAAAow8gzdgJ/3ICsrKys=",
19         "route-distinguisher": "429496729:1",
20         "mac-ip-adv-route": {
21           "ethernet-tag-id": {
22             "vlan-id": 10
23           },
24           "mpls-label1": 24002,
25           "mpls-label2": 24003,
26           "ip-address": "43.43.43.43",
27           "arbitrary": {
28             "arbitrary": "AAAAAAAAAAAA"
29           },
30           "mac-address": "f2:0c:dd:80:9f:f7"
31         }
32       }
33     ]
34   }
35 }