This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| tunnel_with_another_ixp_via_ipip [2018/11/08 19:14] admin | tunnel_with_another_ixp_via_ipip [2018/11/08 19:17] (current) admin | ||
|---|---|---|---|
| Line 11: | Line 11: | ||
| R1(config)# interface tunnel 0 | R1(config)# interface tunnel 0 | ||
| R1(config-if)# description Tunnel to Confiared | R1(config-if)# description Tunnel to Confiared | ||
| - | R1(config-if)# ip address 192.168.35.1 255.255.255.255 | + | R1(config-if)# ip address 192.168.35.1 255.255.255.0 | 
| R1(config-if)# ip mtu 1280 | R1(config-if)# ip mtu 1280 | ||
| R1(config-if)# ip tcp adjust-mss 1240 | R1(config-if)# ip tcp adjust-mss 1240 | ||
| + | R1(config-if)# tunnel mode ipip | ||
| R1(config-if)# tunnel source 190.186.245.10 | R1(config-if)# tunnel source 190.186.245.10 | ||
| R1(config-if)# tunnel destination X.X.X.X | R1(config-if)# tunnel destination X.X.X.X | ||