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

Assigning Logical Interfaces to the Logical Router (Master or Logical Router Administrator)

After the interfaces are configured, the master administrator can assign logical interfaces to a logical router. To configure, include the unit statement at the [edit logical-routers logical-router-name interfaces interface-name] hierarchy level. Once you assign logical interfaces to a logical router, they are considered part of the logical router. Any logical interface can only be assigned one logical router, including the main router.

[edit]
logical-routers logical-router-name {
interfaces {
interface-name {
logical-interface-statements;
unit unit-number {
family inet {
address ip-address;
}
}
}
}
interfaces {
interface-name {
physical-interface-statements;
}
}
}

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