cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
591
Views
0
Helpful
1
Replies

Tunneling on cisco 1700 series

Dear all,

I have a cisco1700 series route which contains two ethernet ports.I don't want to use serial ports.I have a broad band connection(i.e. through smart bridge). One etherent is connected to smart bridge. & other one to lan.

How can i configure the router by using tuneling so that i can shift all the load on broad band connection?

Pls. provide each step.

Thanks

Tarlochan

1 Reply 1

m.singer
Level 4
Level 4

Here is a sample configuration for a GRE tunnel:

Router# configure terminal

Router(config)# interface Tunnel0

Router(config-if)# tunnel source

Router(config-if)# tunnel destination

You can have GRE destinations on the physical interfaces or you can use loopback

interfaces as well.

Review Cisco Networking for a $25 gift card