cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
798
Views
0
Helpful
5
Replies

Tunnel Interface Goes down when enabled IP routing

ssatishh08
Level 1
Level 1

Hi Guys,

we have Cisco 3750-12S-E switch and have configures tunnel interfaces on it for point to point connection.

Now the minute i enable IP ROUTING on the switch my tunnel interface goes down and i lose end to end connectivity.

5 Replies 5

ssatishh08
Level 1
Level 1

please suggest me some solution for the same, i have also attached my switch config

In your config, you have specified a default gateway. This command will only work when ip routing is not enabled. The solution is that you need to specify a default route,your tunnel goes down because the router has no next hop for the tunnel destination.

Add this to your config: ip route 0.0.0.0 0.0.0.0 80.95.210.57

regards,

Leo

HI Satish, [Do RATE all HELPFUL POSTS]

The ip default-gateway command is used when IP routing is disabled on the router.

ip route 0.0.0.0/0 are effective when IP routing is enabled on the router and they are used to route any packets which do not have an exact route match in the routing table.

Refer link below for:

Configuring a Gateway of Last Resort using IP Commands:

http://www.cisco.com/en/US/tech/tk365/technologies_tech_note09186a0080094374.shtml

Do RATE all HELPFUL POSTS.

Best Regards,

Guru Prasad R

thanks for replying guys, just a small clarification i dont want to define default route pointitng to the other end of the tunnel rather i want to define networks something like this

ip route 192.168.1.0 255.255.255.0 tunnel 1

to be precise specific unicast routing over the tunnel.

but as soon i enable ip routing for defining static route my tunnel interface goes down

Satish

You do not necessarily need to configure a default route. But you do need to configure a route to the tunnel destination. Before you enable ip routing the switch will use the default-gateway definition and will have a route to the tunnel end point (80.95.210.82). Once you enable ip routing then the switch no longer uses the default-gateway and it no longer has a route to the tunnel end point. If the switch does not have a route to the tunnel end point then the tunnel will not work.

It is fine to configure routes for specific networks reached through the tunnel. But until the switch has a route to the tunnel end point the tunnel will not work. So you need to configure some kind of route that will provide a forwarding path to address 80.95.210.82. If you do not want a default route (which is essentially what you had before) then you need some other route for 80.95.210.82.

HTH

Rick

HTH

Rick
Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card