18 lines
283 B
JSON
18 lines
283 B
JSON
|
{
|
||
|
"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"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
|