frr/tests/topotests/bgp_evpn_vxlan_topo1/PE1/evpn.vni.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

18 lines
283 B
JSON
Raw Normal View History

{
"vni":101,
"type":"L2",
"tenantVrf":"default",
"vxlanInterface":"vxlan101",
"vtepIp":"10.10.10.10",
"mcastGroup":"0.0.0.0",
"advertiseGatewayMacip":"No",
"numRemoteVteps":1,
"remoteVteps":[
{
"ip":"10.30.30.30",
"flood":"HER"
}
]
}