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

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

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

[edit]
logical-systems logical-system-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]