|
Posted by Kott on July 13, 2004, 5:39 am
If you were Registered and logged in, you could reply and use other advanced thread options >
> > Hello -
> > Could any one tell me which all fields in Ip header and UDP header
> > does a Router typically process before doing a Routing across a routed
> > interface ?
> >
> > Because I connect aross a Extreme box( with IP forwarding enabled) and
> > the UDP/IP packet generated by my device crosses a routed boundary.
> > But when I connect a Zyxel Presige 700 router and send the same UDP/IP
> > packet from my device it does not cross the routed boundary.
> >
> > The size of the UDP/IP packet on the wire is 240 bytes.
> > TOS field in IP header = 0x00
> > IP version is =4
> >
> > Could any one throw some light on the way Layer 3 and Layer 4 fields
> > are processed ?
>
> In principle, routers do not look at anything Layer 4, and therefore
> should not care. However, many routers are set up with packet filters,
> to prevent unwanted packets from crossing the subnet boundary. Could the
> Prestige router possibly be set up to filter out UDP/IP packets? This
> would not be uncommon. The filters should be configurable.
>
> In IPv4, the Protocol byte, the second byte in the third header word,
> can be used by routers to determine what Transport Layer protocol is
> being carried over the IP packet. If the byte is set to (decimal) 17,
> it's UDP. Or, possibly, certain Port IDs are being filtered as well.
>
> Bert
thanks for the responses.
It is now working, in that that my packet is crossing a Cisco router
interface. The change was , the TOS field in IP header was set to
0x00. It was earlier set to 0xF0, not 0x00 as mentioned in earlier
posting.
Any ideas on why it was crossing Extreme routed interface with TOS
set to 0xf0 ,but not a Cisco ?
Also I have no policy or filters set on the boxes.
Kott
Thanks
|