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


[edit protocols connections] Hierarchy Level

The following statements can also be configured at the [edit logical-routers logical-router-name] hierarchy level:

protocols {
    connections {
        interface-switch connection-name {
            interface interface-name.unit-number;
            interface interface-name.unit-number;
        }
        lsp-switch connection-name {
            transmit-lsp label-switched-path;
            receive-lsp label-switched-path;
        }
        p2mp-receive-switch {
            output-interface interface-name.unit-number;
            receive-p2mp-lsp receiving-point-to-multipoint-lsp;
        }
        p2mp-transmit-switch {
            input-interface input-interface-name.unit-number;
            transmit-p2mp-lsp transmitting-point-to-multipoint-lsp;
        }
        remote-interface-switch connection-name {
            interface interface-name.unit-number;
            transmit-lsp label-switched-path;
            receive-lsp label-switched-path;
        }
    }
} 

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