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

Cisco 3925 Tunnel interface, Subinterface or Loopback as source?

Oleg Volkov
Spotlight
Spotlight

Dear Sirs!

I use 3925 for tunnel. This tunnel going through cisco ASA and terminate on other Cisco ASA and then Cisco 3925. (I use Cisco 3925 only for non encrypted tunnel - for EIGRP and data, and use Cisco ASA for encrypt this tunnel)

I need speed about 100Mbps.

I can use next way:

int Po1.17

ip address 10.255.0.33 255.255.255.252

 

int tunnel 0

tunnel source 10.255.0.33

 

Or next:

int loopback 0

ip address 10.255.0.33 255.255.255.252

 

int tunnel 0

tunnel source 10.255.0.33


What way more faster and lower CPU load?
Thanks!

--------------------------------------------------------------------------

Helping seriously ill children, all together. All information about this, is posted on my blog
1 Accepted Solution

Accepted Solutions

Nagendra Kumar Nainar
Cisco Employee
Cisco Employee

The tunnel source from differnet interface doesnt make any difference in terms of CPU load or fast convergence per my knowledge.

 

If you have 2 differnet egress interfaces to reach remote tunnel destination, it is advisable to use loopback as source. The tunnel will stay up as long as the tunnel destination is reachable via any interface.

 

But by specifying one of the physical interface as source, the tunnel may go down if the physical interface (from which the source is derived) goes down even if the tunnel destination is reachable via other interfaces.

 

-Nagendra

View solution in original post

2 Replies 2

Nagendra Kumar Nainar
Cisco Employee
Cisco Employee

The tunnel source from differnet interface doesnt make any difference in terms of CPU load or fast convergence per my knowledge.

 

If you have 2 differnet egress interfaces to reach remote tunnel destination, it is advisable to use loopback as source. The tunnel will stay up as long as the tunnel destination is reachable via any interface.

 

But by specifying one of the physical interface as source, the tunnel may go down if the physical interface (from which the source is derived) goes down even if the tunnel destination is reachable via other interfaces.

 

-Nagendra

Thanks!

I will use Loopback.

--------------------------------------------------------------------------

Helping seriously ill children, all together. All information about this, is posted on my blog
Review Cisco Networking products for a $25 gift card