diff options
author | Brian Freeman <bf1936@att.com> | 2017-08-03 14:57:57 -0500 |
---|---|---|
committer | Brian Freeman <bf1936@att.com> | 2017-08-03 16:23:03 -0500 |
commit | 0f0a35c8b21465e2c9c6fd6fe58dd054b49bfcb6 (patch) | |
tree | d5daf7b4188b6911f03eacc5824bfd9c7b937050 /tutorials/VoLTE/l3-dci-connection.json | |
parent | 572472c6c2d9f2a279008fa11f68f8176ba55ac7 (diff) |
Updatd after network review 2017-08-03
Change-Id: I29e9610c18f3592fe933c247fd97afb6581ba974
Signed-off-by: Brian Freeman <bf1936@att.com>
Diffstat (limited to 'tutorials/VoLTE/l3-dci-connection.json')
-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}" + } +} |