cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1190
Views
0
Helpful
2
Replies

Create tunnel through CISCO 878 Router

chathurangaw
Level 1
Level 1

Hi ,

I have cisco 878 router running on IOS 12.2, I wanted to know is this router is compatible to create tunnel with another network?

2 Replies 2

mrdogantr
Level 1
Level 1

Hi,

     You can create tunnel on your router with config below .

interface Tunnel1

ip address 1.1.1.2 255.255.255.252

tunnel source 2.2.2.2

tunnel destination 3.3.3.3

ip route 5.5.5.5 255.255.255.0 Tunnel1

  

https://supportforums.cisco.com/docs/DOC-2569

hth

Muammer

Thank you very much Muammer. I'll try this and let you know the progress.

Other than that I have identified that router is running with ISO 12.4 hope it will not cause a problem to create a tunnel.