cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1824
Views
0
Helpful
4
Replies

UDP Routing

saurabh1969
Level 1
Level 1

We have linux based modular messaging system running behind the core router 3745 which has a point to point T1 connection to 3825. Unfortunately, when we try to do the traceroute to the other linux host sitting behind 3825 the packets drop at the router. How should I turn the UDP on for that wan interface connecting to us on 3745?

4 Replies 4

Harold Ritter
Cisco Employee
Cisco Employee

This could be caused by the router not knowing the route to destination or by an ACL on the router that prevents UDP traffic from traversing the router.

Hope this helps,

Harold Ritter
Sr Technical Leader
CCIE 4168 (R&S, SP)
harold@cisco.com
México móvil: +52 1 55 8312 4915
Cisco México
Paseo de la Reforma 222
Piso 19
Cuauhtémoc, Juárez
Ciudad de México, 06600
México

Thanks but it does know the routes to the network on which linux host resides as from my Windows machine, I could do the traceroute successfully to the linux host. We are talking about two core routers so no acl in place in-between. How should I make sure that 3825 is allowing the UDP packets to pass-thru?

UDP messages are routed inside of IP, therefore nothing needs to be done specifically to enable the routing of these UDP messages. It should just work as long as you have IP connectivity between the endpoints and no ACL in the path to block UDP traffic.

Can you provide us with the output of your unsuccessful traceroute.

A way to get more information on why the traceroute stops at the 3745 would be to do a debug ip icmp" on this router.

Hope this helps,

Harold Ritter
Sr Technical Leader
CCIE 4168 (R&S, SP)
harold@cisco.com
México móvil: +52 1 55 8312 4915
Cisco México
Paseo de la Reforma 222
Piso 19
Cuauhtémoc, Juárez
Ciudad de México, 06600
México

Hi Saurabh,

As you have said the routing information is there in routing table, the next step is to see what exactly the router is doing with packets when you do the trace.

To see whether the router is dropping the packet enable the ip route-cache flow on the incoming and outgoing interface on the router and try to see the ip cache flow

# int se0/0

ip route-cache flow

# ip cache flow | in as per your convinence.

if the packet goes via the router it will show the incoming and outgoing interface with protocol.

and if the packet dropping on the router debug ip packet to see why it is dropping on the router

for ex:-

#access-lists 101 permit ip host host

#debug ip packet 101

HTH

Imran

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