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

Configuring Logical Tunnel Interfaces

Logical tunnel (lt-) interfaces provide quite different services depending on the host routing platform:

For more information, see the following sections:

Connecting Logical Systems

To connect two logical systems, you configure a logical tunnel interface on both logical systems. Then you configure a peer relationship between the logical tunnel interfaces, thus creating a point-to-point connection.

To configure a point-to-point connection between two logical systems, configure the logical tunnel interface by including the lt-fpc/pic/port statement:

lt-fpc/pic/port {
unit logical-unit-number {
encapsulation encapsulation;
peer-unit unit-number; # peering logical system unit number
dlci dlci-number;
family (inet | inet6 | iso | mpls);
}
}

You can include this statement at the following hierarchy levels:

When configuring logical tunnel interfaces, note the following:

For more information about configuring logical systems, see the JUNOS Routing Protocols Configuration Guide.

Configuring Logical Tunnels on J-series Platforms

On J-series Services Routers, you can configure the lt interface to provide class-of-service (CoS) support for data link switching (DLSw) traffic and real-time performance monitoring (RPM) probe packets.

Within a J-series Services Router, packets are routed to this internal interface for services. The lt interface is an internal interface only and is not associated with a physical medium or PIM. You must configure the interface for it to perform CoS for DLSW and RPM services. For more information, see the J-series Services Router Advanced WAN Access Configuration Guide.

Note: The lt interface on the J-series Services Router does not support logical systems.


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