Configure a full-duplex LSP stitching cross-connect between Router A and Router C. To do this, you configure Router B, which is the interdomain router. See the topology in Figure 33.
Figure 33: Example Topology of LSP Stitching Cross-Connect

- [edit]
- protocols {
-
- connections interface-switch {
-
- lsp-switch router-a-to-router-c {
- transmit-lsp lsp2;
- receive-lsp lsp1;
- }
- }
-
- connections {
-
- lsp-switch router-c-to-router-a {
- receive-lsp lsp3;
- transmit-lsp lsp4;
- }
- }
- }