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

Configuring the ES Tunnel Interface on the PE Router

To configure the ES tunnel interface on the PE router, include the unit statement:

unit logical-unit-number {
tunnel {
source source-address;
destination destination-address;
}
family inet {
address address;
ipsec-sa security-association-name;
}
}

You can include the unit statement at the following hierarchy levels:

By default, the tunnel destination address is assumed to be in the default Internet routing table, inet.0. For IPSec tunnels using manual security association (SA), if the tunnel destination address is not in the default inet.0 routing table, you need to specify which routing table to search for the tunnel destination address by configuring the routing-instance statement. This is the case if the tunnel encapsulating interface is also configured under the routing instance.

unit logical-unit-number {
tunnel {
source address;
destination address;
routing-instance {
destination routing-instance-name;
}
family inet {
address address;
ipsec-sa security-association-name;
}
family mpls;
}
}

You can include these statements at the following hierarchy levels:

To complete the ES tunnel interface configuration, include the interface statement for the ES interface under the appropriate routing instance:

interface interface-name;

You can include the interface statement at the following hierarchy levels:


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