Hi Ashvin,
I tried to configure IGP like this
CE1
protocols {
ospf {
area 0.0.0.1 {
interface ge-0/0/1.0;
interface lo0.0 {
passive;
}
}
}
}
On PE1
ospf {
area 0.0.0.0 {
interface ge-0/0/2.0;
interface ge-0/0/3.0;
interface lo0.0 {
passive;
}
}
area 0.0.0.1 {
interface ge-0/0/1.0;
}
}
Same way i have configured on CE2 and PE2 but still i'm not getting connectivity.
root@VJXT0# run ping 12.12.12.12
PING 12.12.12.12 (12.12.12.12): 56 data bytes
ping: sendto: No route to host
ping: sendto: No route to host
ping: sendto: No route to host
ping: sendto: No route to host
ping: sendto: No route to host
ping: sendto: No route to host
ping: sendto: No route to host
ping: sendto: No route to host
ping: sendto: No route to host
^C
--- 12.12.12.12 ping statistics ---
9 packets transmitted, 0 packets received, 100% packet loss
How can i configured static route as CE facing interface on PE don't have ip address configured.
set routing-option route 12.12.12.12 next-hop ? (what would be the address here ?)
Thanks,
Jay