All of lore.kernel.org
 help / color / mirror / Atom feed
* [LARTC] does tc support mpls ?
@ 2003-06-27  7:42 Ashutosh Pattanaik
  2003-06-27 11:58 ` olagoke Metibemu
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Ashutosh Pattanaik @ 2003-06-27  7:42 UTC (permalink / raw)
  To: lartc

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/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [LARTC] does tc support mpls ?
  2003-06-27  7:42 [LARTC] does tc support mpls ? Ashutosh Pattanaik
@ 2003-06-27 11:58 ` olagoke Metibemu
  2003-06-27 12:48 ` Nikolay Datchev
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: olagoke Metibemu @ 2003-06-27 11:58 UTC (permalink / raw)
  To: lartc

[-- Attachment #1: Type: text/plain, Size: 683 bytes --]

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!

[-- Attachment #2: Type: text/html, Size: 1069 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [LARTC] does tc support mpls ?
  2003-06-27  7:42 [LARTC] does tc support mpls ? Ashutosh Pattanaik
  2003-06-27 11:58 ` olagoke Metibemu
@ 2003-06-27 12:48 ` Nikolay Datchev
  2003-06-28  5:51 ` Brad Lay
  2003-06-30  4:16 ` Srikanth
  3 siblings, 0 replies; 5+ messages in thread
From: Nikolay Datchev @ 2003-06-27 12:48 UTC (permalink / raw)
  To: lartc

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/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [LARTC] does tc support mpls ?
  2003-06-27  7:42 [LARTC] does tc support mpls ? Ashutosh Pattanaik
  2003-06-27 11:58 ` olagoke Metibemu
  2003-06-27 12:48 ` Nikolay Datchev
@ 2003-06-28  5:51 ` Brad Lay
  2003-06-30  4:16 ` Srikanth
  3 siblings, 0 replies; 5+ messages in thread
From: Brad Lay @ 2003-06-28  5:51 UTC (permalink / raw)
  To: lartc

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."
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [LARTC] does tc support mpls ?
  2003-06-27  7:42 [LARTC] does tc support mpls ? Ashutosh Pattanaik
                   ` (2 preceding siblings ...)
  2003-06-28  5:51 ` Brad Lay
@ 2003-06-30  4:16 ` Srikanth
  3 siblings, 0 replies; 5+ messages in thread
From: Srikanth @ 2003-06-30  4:16 UTC (permalink / raw)
  To: lartc

[-- Attachment #1: Type: text/plain, Size: 1391 bytes --]

>
>
>--__--__--
>
>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.


[-- Attachment #2: Type: text/html, Size: 2470 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2003-06-30  4:16 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-06-27  7:42 [LARTC] does tc support mpls ? Ashutosh Pattanaik
2003-06-27 11:58 ` olagoke Metibemu
2003-06-27 12:48 ` Nikolay Datchev
2003-06-28  5:51 ` Brad Lay
2003-06-30  4:16 ` Srikanth

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.