hi everybody, i just want to know if tc provides any bandwidth management through the tc_index field of the sk_buff or the exp bits of the shim header in an mpls cloud ? if so ,how it is done? ashutosh. _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
HELLO ALL, I WILL BE VERY HAPPY IS ANY BODY ON THISLIST CAN TELL ME HOW TO SET MY ETHERNET LAN SPEED TO 10MBPS ON A REDHAT BOX. THANKS GOKE NEWBIE Ashutosh Pattanaik <ashutosh.pattanaik@einfinitus.com> wrote: hi everybody, i just want to know if tc provides any bandwidth management through the tc_index field of the sk_buff or the exp bits of the shim header in an mpls cloud ? if so ,how it is done? ashutosh. _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/ --------------------------------- Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month!
I assume that your current ethernet card speed is 100 Mbit/s Just do mii-tool eth0 -A 10BaseT and this will set your card to 10BaseT-only speeds. If you get an error, your card does not support MII. And, at last, this is not the right maillist for this question. -- Nikolay Datchev On Fri, 27 Jun 2003, olagoke Metibemu wrote:> HELLO ALL, > I WILL BE VERY HAPPY IS ANY BODY ON THISLIST CAN TELL ME HOW TO SET MY ETHERNET LAN SPEED TO 10MBPS ON A REDHAT BOX. > > > THANKS > > > > GOKE > NEWBIE > > Ashutosh Pattanaik <ashutosh.pattanaik@einfinitus.com> wrote: > hi everybody, > i just want to know if tc provides any bandwidth management through the > tc_index field of the sk_buff or the exp bits of the shim header in an mpls > cloud ? if so ,how it is done? > ashutosh. > > _______________________________________________ > LARTC mailing list / LARTC@mailman.ds9a.nl > http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/ > > > --------------------------------- > Do you Yahoo!? > SBC Yahoo! DSL - Now only $29.95 per month!_______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
On Fri, 27 Jun 2003, Nikolay Datchev wrote:> I assume that your current ethernet card speed is 100 Mbit/s > > Just do > > mii-tool eth0 -A 10BaseTOr you could do, tc qdisc add dev ethX root tbf rate 10Mbit latency 50ms burst 1540 (I''m really not sure about latency and burst, because I usually have the rate set at 220kbit. YMMV).> -- Nikolay Datchev > > On Fri, 27 Jun 2003, olagoke Metibemu wrote: > > > HELLO ALL, > > I WILL BE VERY HAPPY IS ANY BODY ON THISLIST CAN TELL ME HOW TO SET MY ETHERNET LAN SPEED TO 10MBPS ON A REDHAT BOX. > > > > THANKS > > > > GOKE > > NEWBIERegards, Brad Lay ( brad /at/ coombabah.net ) W) http://coombabah.net/ "I used to be indecisive, now I''m not so sure." _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
> > >--__--__-- > >Message: 2 >Date: Sat, 28 Jun 2003 15:51:14 +1000 (EST) >From: Brad Lay <brad@coombabah.net> >To: Nikolay Datchev <nik@varna.net> >Cc: olagoke Metibemu <olagokemetibemu@yahoo.com>, > Ashutosh Pattanaik <ashutosh.pattanaik@einfinitus.com>, > lartc@mailman.ds9a.nl >Subject: Re: [LARTC] does tc support mpls ? > >On Fri, 27 Jun 2003, Nikolay Datchev wrote: > > > >>I assume that your current ethernet card speed is 100 Mbit/s >> >>Just do >> >>mii-tool eth0 -A 10BaseT >> >> > >Or you could do, >tc qdisc add dev ethX root tbf rate 10Mbit latency 50ms burst 1540 > >(I''m really not sure about latency and burst, because I usually have the >rate set at 220kbit. YMMV). > > > >>-- Nikolay Datchev >> >>On Fri, 27 Jun 2003, olagoke Metibemu wrote: >> >> >> >>>HELLO ALL, >>>I WILL BE VERY HAPPY IS ANY BODY ON THISLIST CAN TELL ME HOW TO SET MY ETHERNET LAN SPEED TO 10MBPS ON A REDHAT BOX. >>> >>>THANKS >>> >>>GOKE >>>NEWBIE >>> >>> > >Regards, > >Brad Lay ( brad /at/ coombabah.net ) > > W) http://coombabah.net/ > >"I used to be indecisive, now I''m not so sure." > >--__--__-- > > >You can use ethtool to set your ethernet speed, by using the following command ethtool -s ethX [speed 10|100|1000] [duplex half|full] ethtool is available over the Web on the SourceForge site at http://sourceforge.net/projects/gkernel/ -Srikanth.