tech-net archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Is agr broken?



Robert Elz a écrit :
Try
	ifconfig tap0 media 100base-TX

(and similar for other tap interfaces you use) after the interface is
created, before adding it to the agr interface.

You can use whatever speed you like (though it has to be one of the
standard ethernet rates - tap is pretending to be an ethernet after all)

I suspect that the agr driver will bias data being queued to its component
interfaces based upon their relative speeds (which is why it needs to know
what they are), so if you want tap0 to get more packets than tap1 make
it pretend to be faster...    Otherwise set them all the same, and it should
make no difference what value is picked.

kre



	OK.

I have tried to add 100base-TX on both tap interfaces and now, I can send packet over agr0. Next saturday, I'll try to configure my real server.

	Best regards,

	JKB


Home | Main Index | Thread Index | Old Index