Link Aggregation dladm on T2000 with 2 e1000g. How can i change mtu size

Hello

I made a Link Aggregation on a T2000 with e1000g1 & e1000g2 successfully.

Now i want to raise up the mtu size to mtu 9000 for the aggregation.

I tried /etc/hostname.aggr

mtu 9000

unsuccessfully- MTU size still 1500

/kernel/drv/etc/e1000g.conf

setting Max Fram Size for 1 2 3 interface to 2(upto 8k)

also not successfully

MaxFrameSize=0,2,2,2;

# 0 is for normal ethernet frames.

# 1 is for upto 4k size frames.

# 2 is for upto 8k size frames.

# 3 is for upto 16k size frames.

# These are maximum frame limits, not the actual ethernet frame

# size. Your actual ethernet frame size would be determined by

# protocol stack configuration (please refer to ndd command man pages)

# For Jumbo Frame Support (9k ethernet packet)

# use 3 (upto 16k size frames)

Has someone an idea?

thanx for advice

[927 byte] By [sunibka] at [2007-11-26 16:04:34]
# 1
ifconfig e1000g mtu 9000or try # ndd -set /dev/tcp tcp_mss_max 9000alan
alan.paea at 2007-7-8 22:26:32 > top of Java-index,General,Network Configurations...
# 2
ThxYour idea function with e1000g , e1000g0 ,....but not with aggr interfaces after dladm configuration
sunibka at 2007-7-8 22:26:32 > top of Java-index,General,Network Configurations...
# 3
Bug is described: http://sunsolve.sun.com/search/document.do?assetkey=1-1-6326664-1Solution isT-Patch 125020-01Message was edited by: sunibk
sunibka at 2007-7-8 22:26:32 > top of Java-index,General,Network Configurations...