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

Configuring the PE Router for Interoperability

When one of the PE routers is running Cisco Systems IOS software, you must configure the Juniper Networks PE router to support this multicast interoperability requirement. The Juniper Networks PE router must have the lo0.0 interface in the master routing instance and the lo0.1 interface assigned to the VPN routing instance. You must configure the lo0.1 interface with the same IP address that the lo0.0 interface uses for BGP peering in the provider core in the master routing instance.

Configure the same IP address on the lo0.0 and lo0.1 loopback interfaces of the Juniper Networks PE router at the [edit interfaces lo0] hierarchy level, and assign the address used for BGP peering in the provider core in the master routing instance.

lo0 {
description "unit 0 and unit 1 configured for Cisco IOS interoperability";
unit 0 {
family inet {
address 192.168.27.14/32;
primary;
address 127.0.0.1/32;
}
}
unit 1 {
family inet {
address 192.168.27.14/32;
}
}
}

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