cross-connect
Use this command to create an AC-to-AC cross-connect between the L2 subinterfaces. It creates a separate mode with endpoint1 and endpoint2 being L2 subinterfaces. It is possible to bind L2 subinterface to cross-connect only when encapsulation is configured on it.
Use the no form of this command to remove the given cross-connect.
Command Syntax
cross-connect <WORD> (interface <IFNAME>) (interface <IFNAME>) (description) (disable)
no cross-connect <WORD>
Parameters
WORD
XC name
IFNAME
AC interface name
description
Characters describing AC cross-connect
disable
disables the cross-connect
Default
None
Command Mode
Configure mode for cross-connect
Cross-connect mode for IFNAME, description and disable
Applicability
This command was introduced in OcNOS version 3.0.
Example
(config)#cross-connect c1
(config-xc)#interface xe1.1
(config-xc)#interface xe1.2
(config-xc)#description XC1
(config-xc)#disable
(config-xc)#exit
(config)#no cross-connect c1
(config)#
Last modified date: 07/06/2023