aboutsummaryrefslogtreecommitdiffstats
path: root/tutorials/VoLTE/l3-dci-connection.json
blob: b03f10824c686145485d85abbedcd5ca63dd9bc1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
    "l3-dci-connect": {
        "id": "${device.id}",
        "name": "${device.name}",
        "description": "${device.description}",
        "router_id": "${device.router_id}",
        "local_subnets": [
            "${device.local_subnets}"
        ],
        "local_network_all": false,
        "evpn_irts": [
            "${device.evpn_irts}"
        ],
        "evpn_erts": [
            "${device.evpn_erts}"
        ],
        "l3_vni": "${device.wan.l3_vni}"
    }
}