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

Example: Configuring LSP Stitching Cross-Connects

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

Image g017091.gif

[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;
}
}
}

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