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

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:

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;
}
}
}
ut-fpc/pic/slot {
unit logical-unit-number {
peer-interface interface-name;
}
}
}

Related Topics


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