IPI-CROSS-CONNECT
Configure xc name
Network Instance Name. For VRF and MAC VRF, instance name can be up to 32 chars long. For VPWS and VPLS instances, instance name can be up to 128 chars long. For L2NI (bridge) instance, instance name has to be a number between (1-32). For Cross-Connect, instance name can be up to 30 chars long. For Bridge-domain, instance, instance name has to be a number between (1-2147483647).
Attribute Name: instance-name
Attribute Type: string
Attribute Name: xc-name
Attribute Type: string
Netconf edit-config payload
<network-instances xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-network-instance">
<network-instance> <!-- operation="delete"-->
<instance-type>cross-connect</instance-type>
<config>
<instance-type>cross-connect</instance-type>
<instance-name>WORD</instance-name>
</config>
<instance-name>WORD</instance-name>
<cross-connect>
<config>
<xc-name>WORD</xc-name>
</config>
</cross-connect>
</network-instance>
</network-instances>
Command Syntax
cross-connect WORD
Configure endpoint if
This attribute specifies the endpoint for cross-connect
Attribute Name: endpoint-if
Attribute Type: string
Attribute Range: 1-33
Netconf edit-config payload
<network-instances xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-network-instance">
<network-instance>
<instance-name>WORD</instance-name>
<config>
<instance-name>WORD</instance-name>
<instance-type>cross-connect</instance-type>
</config>
<instance-type>cross-connect</instance-type>
<cross-connect xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-cross-connect">
<config>
<endpoint-if>IFNAME</endpoint-if> <!-- operation="delete"-->
</config>
</cross-connect>
</network-instance>
</network-instances>
Command Syntax
interface IFNAME
Configure description
This attribute specifies the description for cross-connect
Attribute Name: description
Attribute Type: string
Netconf edit-config payload
<network-instances xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-network-instance">
<network-instance>
<instance-name>WORD</instance-name>
<config>
<instance-name>WORD</instance-name>
<instance-type>cross-connect</instance-type>
</config>
<instance-type>cross-connect</instance-type>
<cross-connect xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-cross-connect">
<config>
<description>LINE</description> <!-- operation="delete"-->
</config>
</cross-connect>
</network-instance>
</network-instances>
Command Syntax
description LINE
Configure admin disable
This attribute is used to temporarily shutdown the cross-connect
Attribute Name: admin-disable
Attribute Type: empty
Netconf edit-config payload
<network-instances xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-network-instance">
<network-instance>
<instance-name>WORD</instance-name>
<config>
<instance-name>WORD</instance-name>
<instance-type>cross-connect</instance-type>
</config>
<instance-type>cross-connect</instance-type>
<cross-connect xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-cross-connect">
<config>
</admin-disable><!-- operation="delete"-->
</config>
</cross-connect>
</network-instance>
</network-instances>
Command Syntax
disable
Last modified date: 08/22/2023