aboutsummaryrefslogtreecommitdiffstats
path: root/platform-logic/restapi-templates/src/main/json/vcpe-vxlan-tunnel.json
blob: fde75fe709c7a33506c54ac095be2fb01a61676f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
    "interface": [
        {
            "enabled": "true",
            "link-up-down-trap-enable": "enabled",
            "name": ${tmp.tunnel-name},
            "type": "v3po:vxlan-tunnel",
            "vxlan": {
                "dst": ${tmp.tunnel-dest-ip},
                "encap-vrf-id": "0",
                "src": ${tmp.tunnel-src-ip},
                "vni": ${tmp.tunnel-vni}
            }
        }
    ]
}