This article provides a method to configure an IP-IP tunnel on SRX.
How to configure an IP-IP tunnel on SRX.
IP-IP tunneling is a method by which an IP datagram is encapsulated within an IP datagram. This is a method to establish communication between two networks, which otherwise would not be able to communicate.
root@PR-PRO-MDC-SRX02# show interfaces ge-0/0/0 { unit 0 { family inet { address 10.1.1.1/24; } } } ip-0/0/0 { unit 0 { tunnel { source 10.1.1.1; destination 10.1.2.2; } family inet { address 1.1.1.1/30; } } } ge-0/0/1 { unit 0 { family inet { address 192.168.1.1/24; } } }
root@PR-PRO-MDC-SRX02# show security zones security-zone untrust host-inbound-traffic { system-services { all; } protocols { all; } } interfaces { ge-0/0/0.0; ip-0/0/0.0; }
[edit routing-options] root@PR-PRO-MDC-SRX02# show static { route 0.0.0.0/0 next-hop 10.1.2.2; route 192.168.2.0/24 next-hop ip-0/0/0.0; }
Note: Currently IP-IP tunnel in chassis cluster is not supported for branch SRX devices and J-series devices. In case the support is required in Chassis Cluster, please raise an Enhancement Request (ER) by contacting the SE.