IPI-VLAN-XC
Configure xconnect name
This attribute uniquely identifies a cross connect on the device
This command is supported when following feature are enabled VLAN XC support enabled
Attribute Name: xconnect-name
Attribute Type: string
Attribute Range: 1-30
Netconf edit-config payload
<cross-connects xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-vlan-xc">
<cross-connect> <!-- operation="delete"-->
<xconnect-name>WORD</xconnect-name>
<config>
<xconnect-name>WORD</xconnect-name>
</config>
</cross-connect>
</cross-connects>
Command Syntax
cross-connect WORD
Configure disable
Disable this cross connect
This command is supported when following feature are enabled VLAN XC support enabled
Attribute Name: disable
Attribute Type: empty
Netconf edit-config payload
<cross-connects xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-vlan-xc">
<cross-connect>
<xconnect-name>WORD</xconnect-name>
<config>
<xconnect-name>WORD</xconnect-name>
</config>
</disable><!-- operation="delete"-->
</cross-connect>
</cross-connects>
Command Syntax
disable
Configure backup endpoint 1
Configure backup endpoint-1
This command is supported when following feature are enabled VLAN XC support enabled
Attribute Name: backup-endpoint-1
Attribute Type: string
Netconf edit-config payload
<cross-connects xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-vlan-xc">
<cross-connect>
<xconnect-name>WORD</xconnect-name>
<config>
<xconnect-name>WORD</xconnect-name>
</config>
<backup-endpoint-1>IFNAME</backup-endpoint-1> <!-- operation="delete"-->
</cross-connect>
</cross-connects>
Command Syntax
backup ep1 IFNAME
Configure backup endpoint 2
Configure backup endpoint-2
This command is supported when following feature are enabled VLAN XC support enabled
Attribute Name: backup-endpoint-2
Attribute Type: string
Netconf edit-config payload
<cross-connects xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-vlan-xc">
<cross-connect>
<xconnect-name>WORD</xconnect-name>
<config>
<xconnect-name>WORD</xconnect-name>
</config>
<backup-endpoint-2>IFNAME</backup-endpoint-2> <!-- operation="delete"-->
</cross-connect>
</cross-connects>
Command Syntax
backup ep2 IFNAME
Configure revertive
Enable revertive operation for this XC
This command is supported when following feature are enabled VLAN XC support enabled
Attribute Name: revertive
Attribute Type: empty
Netconf edit-config payload
<cross-connects xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-vlan-xc">
<cross-connect>
<xconnect-name>WORD</xconnect-name>
<config>
<xconnect-name>WORD</xconnect-name>
</config>
</revertive><!-- operation="delete"-->
</cross-connect>
</cross-connects>
Command Syntax
cross-connect switchover type revertive
Configure link fault pass through enable
Configure link fault pass through
This command is supported when following feature are enabled VLAN XC support enabled
Attribute Name: link-fault-pass-through-enable
Attribute Type: empty
Netconf edit-config payload
<cross-connects xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-vlan-xc">
<cross-connect>
<xconnect-name>WORD</xconnect-name>
<config>
<xconnect-name>WORD</xconnect-name>
</config>
</link-fault-pass-through-enable><!-- operation="delete"-->
</cross-connect>
</cross-connects>
Command Syntax
link-fault-pass-through enable
Configure port endpoint 1
Configure port endpoint-1
This command is supported when following feature are enabled VLAN XC support enabled
Attribute Name: port-endpoint-1
Attribute Type: string
Attribute Name: port-endpoint-2
Attribute Type: string
Netconf edit-config payload
<cross-connects xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-vlan-xc">
<cross-connect>
<xconnect-name>WORD</xconnect-name>
<config>
<xconnect-name>WORD</xconnect-name>
</config>
<cross-connect-port>
<config>
<port-endpoint-2>IFNAME</port-endpoint-2>
<port-endpoint-1>IFNAME</port-endpoint-1>
</config>
</cross-connect-port>
</cross-connect>
</cross-connects>
Command Syntax
ep1 IFNAME ep2 IFNAME
Configure vlan endpoint 1
Configure vlan endpoint-1
This command is supported when following feature are enabled VLAN XC support enabled
Attribute Name: vlan-endpoint-1
Attribute Type: string
Attribute Name: vlan-endpoint-2
Attribute Type: string
Netconf edit-config payload
<cross-connects xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-vlan-xc">
<cross-connect>
<xconnect-name>WORD</xconnect-name>
<config>
<xconnect-name>WORD</xconnect-name>
</config>
<cross-connect-vlan>
<config>
<vlan-endpoint-2>IFNAME</vlan-endpoint-2>
<vlan-endpoint-1>IFNAME</vlan-endpoint-1>
</config>
</cross-connect-vlan>
</cross-connect>
</cross-connects>
Command Syntax
vlan ep1 IFNAME ep2 IFNAME
Configure outer vlan range
Use this attribute to set the outer vlan id for XC.
Attribute Name: outer-vlan-range
Attribute Type: string
Netconf edit-config payload
<cross-connects xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-vlan-xc">
<cross-connect>
<xconnect-name>WORD</xconnect-name>
<config>
<xconnect-name>WORD</xconnect-name>
</config>
<cross-connect-vlan>
<vlan-xc-entries>
<vlan-xc-entry> <!-- operation="delete"-->
<inner-vlan-range>WORD</inner-vlan-range>
<config>
<inner-vlan-range>WORD</inner-vlan-range>
<outer-vlan-range>WORD</outer-vlan-range>
</config>
<outer-vlan-range>WORD</outer-vlan-range>
</vlan-xc-entry>
</vlan-xc-entries>
</cross-connect-vlan>
</cross-connect>
</cross-connects>
Command Syntax
outer-vlan WORD
Configure inner vlan range
Use this attribute to set the inner vlan id for XC.
This command is supported when following feature are enabled VLAN XC support enabled
Attribute Name: inner-vlan-range
Attribute Type: string
Netconf edit-config payload
<cross-connects xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-vlan-xc">
<cross-connect>
<xconnect-name>WORD</xconnect-name>
<config>
<xconnect-name>WORD</xconnect-name>
</config>
<cross-connect-vlan>
<vlan-xc-entries>
<vlan-xc-entry>
<inner-vlan-range>WORD</inner-vlan-range>
<config>
<inner-vlan-range>WORD</inner-vlan-range>
<outer-vlan-range>WORD</outer-vlan-range>
</config>
<outer-vlan-range>WORD</outer-vlan-range>
</vlan-xc-entry>
</vlan-xc-entries>
</cross-connect-vlan>
</cross-connect>
</cross-connects>
Command Syntax
outer-vlan WORD inner-vlan WORD
clear cross-connect counters (NAME|)
Attribute Name: xc-name
Attribute Type: string
Netconf RPC payload
<clear-cross-connect-counters xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-vlan-xc">
<xc-name>NAME</xc-name>
</clear-cross-connect-counters>
Command Syntax
clear cross-connect counters (NAME|)
Last modified date: 08/24/2023