EOIP Tunnel Question

Hi,

Does anyone know if EOIP tunnels have priorities built in? I have several EOIP tunnels running over 1 wireless link, and I get the impression that tunnel 1 has priority over tunnels 2, 3, 4 etc. Any thoughts on this subject?

Thanks!
John@onalot.com

While you may be seeing some emergent behavior due to code design, multithreading blocking, interrupt handling, etc. there are no built-in priorities. The EoIP interface takes a packet, encapsulates it in a GRE packet (breaking it into two fragments if necessary) and send the GRE packets on their way. You would need to prioritize the GRE packets to obtain a priority of one tunnel over another.