aboutsummaryrefslogtreecommitdiffstats
path: root/platform-logic/restapi-templates/src/main/json/vcpe-vxlan-tunnel.json
blob: 3a90103c730990d3793dc6e71905122cca36eae0 (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}"
            }
        }
    ]
}