diff options
Diffstat (limited to 'tutorials')
-rw-r--r-- | tutorials/VoLTE/l3-dci-connection.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tutorials/VoLTE/l3-dci-connection.json b/tutorials/VoLTE/l3-dci-connection.json new file mode 100644 index 00000000..ef8f6892 --- /dev/null +++ b/tutorials/VoLTE/l3-dci-connection.json @@ -0,0 +1,13 @@ +{ + "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}" + } +} |