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

Configuring Protocols, Routing, and Policy Statements for the Logical Router

You can configure routing protocols (such as OSPF, BGP, and MPLS), policies (such as next-hop or load-balancing), routing options, and routing instances for a logical router.

To configure routing protocols, include the protocols statement at the [edit logical-routers logical-router-name] hierarchy level. To configure policies, include the policy-options statement at the [edit logical-routers logical-router-name] hierarchy level. To configure routing options, include the routing-options statement at the [edit logical-routers logical-router-name] hierarchy level. To configure routing instances, include the routing-instances statement at the [edit logical-routers logical-router-name] hierarchy level.

[edit]
logical-routers logical-router-name {
protocols {
...
}
policy-options {
...
}
routing-options {
...
}
routing-instances {
...
}
}

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