All of lore.kernel.org
 help / color / mirror / Atom feed
* [LARTC] Core Router Problems
@ 2002-06-07 17:15 Siller Gonzalez Pico, Mario A
  0 siblings, 0 replies; only message in thread
From: Siller Gonzalez Pico, Mario A @ 2002-06-07 17:15 UTC (permalink / raw)
  To: lartc

Hi,

I'm running an experiment and I'm having some problems in my Core Router.
I'm using "MGEN" to generate the traffic. For some reason the  core router
is not detecting the packets as I check the count of packet being sent using
"tc -s qdisc". While in the other hand when I generate the traffic using the
"ping -Q" command it does detects the packets.

For troubleshooting this I used the TCPDUMP at the core routers and packet
seem to be OK (TOS, TTL, size,etc) for both when I used "MGEN" and "ping".

Any idea of what could be wrong?....

This is my core router configuration (I defined two classes one for EF and
other for BE):

tc qdisc add dev eth0 handle 1:0 root dsmark indices 64 set_tc_index
tc filter add dev eth0 parent 1:0 protocol ip prio 1 tcindex mask 0xfc shift
2
tc qdisc add dev eth0 parent 1:0 handle 2:0 cbq bandwidth 3Mbit allot 1514
cell 8 avpkt 1000 mpu 64
tc class add dev eth0 parent 2:0 classid 2:1 cbq bandwidth 3Mbit rate
1000Kbit avpkt 1000 prio 1 bounded isolated allot 1514 weight 1 maxburst 10
defmap 1
tc qdisc add dev eth0 parent 2:1 pfifo limit 5
tc filter add dev eth0 parent 2:0 protocol ip prio 1 handle 0x2e tcindex
classid 2:1 pass_on
tc class add dev eth0 parent 2:0 classid 2:2 cbq bandwidth 3Mbit rate
2000Kbit avpkt 1000 prio 7 allot 1514 weight 1 maxburst 21 borrow
tc qdisc add dev eth0 parent 2:2 red limit 60KB min 15KB  max 45KB burst 20
avpkt 1000 bandwidth 3Mbit probability 0.4
tc filter add dev eth0 parent 2:0 protocol ip prio 2 handle 0 tcindex mask 0
classid 2:2 pass_on

Thanks,
Mario
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-06-07 17:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-06-07 17:15 [LARTC] Core Router Problems Siller Gonzalez Pico, Mario A

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.