[an error occurred while processing this directive] [an error occurred while processing this directive]

Interfaces Hierarchy

To configure shared interfaces, you must be familiar with the [edit interfaces] hierarchy in the JUNOS configuration command-line interface (CLI).

Configuration statements that are unique to shared interfaces are:

  • shared-interface at the [edit interfaces so-fpc/pic/slot], [edit interfaces ge-fpc/pic/slot], and [edit interfaces xe-fpc/pic/slot] hierarchy levels
  • interface-shared-with at the [edit interfaces so-fpc/pic/slot unit logical unit-number], [edit interfaces ge-fpc/pic/slot unit logical unit-number], and [edit interfaces xe-fpc/pic/slot unit logical unit-number] hierarchy levels

For detailed information about all other configuration statements under the [edit interfaces] hierarchy, see the JUNOS Network Interfaces Configuration Guide.

interfaces {
ge-fpc/pic/slot {
vlan-tagging;
shared-interface;
unit logical-unit-number {
vlan-id number;
peer-interface interface-name;
interface-shared-with psdn;
family family {
address ip-address;
}
}
}
so-fpc/pic/slot {
encapsulation frame-relay;
shared-interface;
unit logical-unit-number {
dlci dlci-identifier;
peer-interface interface-name;
interface-shared-with psdn;
family family {
address ip-address;
}
}
}
xe-fpc/pic/slot {
shared-interface;
unit logical-unit-number {
peer-interface interface-name;
vlan-id number;
interface-shared-with psdn;
family family {
address ip-address;
}
}
}
ut-fpc/pic/slot {
unit logical-unit-number {
peer-interface interface-name;
}
}
}

Published: 2009-07-23

[an error occurred while processing this directive]