[Contents] [Prev] [Next] [Index] [Report an Error]

Defining the Connection for the Layer 2 Switching TCC

You must configure the connection between the two circuits of the Layer 2 switching TCC on the router acting as the switch. The connection joins the interface coming from the circuit’s source to the interface leading to the circuit’s destination. When you specify the interface names, include the logical portion of the name, which corresponds to the logical unit number. The cross-connect is bidirectional, so packets received on the first interface are transmitted from the second interface, and those received on the second interface are transmitted from the first.

To configure a connection for a local interface switch, include the following statements:

interface-switch connection-name {
interface interface-name.unit-number;
}
lsp-switch connection-name {
transmit-lsp lsp-number;
receive-lsp lsp-number;
}

You can include these statements at the following hierarchy levels:

To configure a connection for a remote interface switch, include the following statements:

remote-interface-switch connection-name {
interface interface-name.unit-number;
interface interface-name.unit-number;
transmit-lsp lsp-number;
receive-lsp lsp-number;
}

You can include these statements at the following hierarchy levels:


[Contents] [Prev] [Next] [Index] [Report an Error]