Skip to content
Snippets Groups Projects
Commit b46dfba7 authored by PabloArmingolRobles's avatar PabloArmingolRobles
Browse files

Virrtual Circuit changes

parent 40f887de
No related branches found
No related tags found
2 merge requests!54Release 2.0.0,!4Compute component:
<network-instances xmlns="http://openconfig.net/yang/network-instance">
<network-instance>
<name>ELAN-VC:789</name>
<connection-point>
<connection-point-id>{{connection_point}}</connection-point-id>
<config>
<name>{{name}}</name>
<connection-points>
<connection-point>
<connection-point-id>{{connection_point}}</connection-point-id>
</config>
<endpoints>
<endpoint>
<endpoint-id>{{connection_point}}</endpoint-id>
<config>
<config>
<connection-point-id>{{connection_point}}</connection-point-id>
</config>
<endpoints>
<endpoint>
<endpoint-id>{{connection_point}}</endpoint-id>
<precedence>1</precedence>
<type xmlns:oc-ni-types="http://openconfig.net/yang/network-instance-types">oc-ni-types:REMOTE</type>
</config>
<remote>
<config>
<virtual-circuit-identifier>{{VC_ID}}</virtual-circuit-identifier>
<remote-system>{{remote_system}}</remote-system>
<endpoint-id>{{connection_point}}</endpoint-id>
<precedence>1</precedence>
<type xmlns:oc-ni-types="http://openconfig.net/yang/network-instance-types">oc-ni-types:REMOTE</type>
</config>
</remote>
</endpoint>
</endpoints>
</connection-point>
<remote>
<config>
<virtual-circuit-identifier>{{VC_ID}}</virtual-circuit-identifier>
<remote-system>{{remote_system}}</remote-system>
</config>
</remote>
</endpoint>
</endpoints>
</connection-point>
</connection-points>
</network-instance>
</network-instances>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment