10-21-2010 01:42 AM
Hi,
How can i configure ip-ip tunnel in j-series??
thanks
10-21-2010 03:30 AM
Configure Interface ip-0/0/0 with corresponding subunits. For example:
ip-0/0/0 {
unit 0 {
tunnel {
source SOURCE-IP;
destination DESTINATION-IP;
}
family inet {
address TUNNEL-IP;
}
}
}
You can also use the tunnel with an unnumbered IP, then just configure family inet with no IP address. Don't foget to add a route pointing to the tunnel interface or run a dynamic IGP over the tunnel.
Regards,
Dominik