| Author | Messages | |
imprise
Posts:70
 | | 04/06/2010 5:35 AM |
| Hi all;
How can I determine the MTU of a NIC in Windows Server 2003 and Windows Server 2008?
Thanks
Reza Alikhani
MCSA, MCTS, MCP, Linux+
| | | |
| RobSilver
Posts:0
 | | 04/06/2010 8:45 AM |
| Hi Reza
Is it an Ethernet connection? If so, it should be 1514. However, bear in mind that if you are using VLANs with frame tagging from the NIC itself [not recommended] it will burst this size. However, the receiving switch will strip out the VLAN Tag to bring it back down to 1514.
This URL is a great resource for finding the default MTUs for different layer 2 connectivity technologies:
http://support.microsoft.com/kb/314496
Also, go to the advanced properties of the adapter and look at the Jumbo Size properties. Here you can increase the MTU.
Alternatively, here is a VBS that will do it for you (doesn't work on 2008 though):
http://gallery.technet.microsoft.com/ScriptCenter/en-us/49c26363-d46c-4288-9c8d-feb0a1982998
Stone in the bush - are you having repl issues because of the MTU? Recently installed SP2 on 2003? Let me know because this is a known issue.
Regards,
Rob http://robsilver.org From: activedir-owner@mail.activedir.org [mailto:activedir-owner@mail.activedir.org] On Behalf Of Reza Alikhani Sent: 06 April 2010 5:33 AM To: Active Directory Subject: [ActiveDir] [OT] How can I determine the MTU of a interface?
Hi all;
How can I determine the MTU of a NIC in Windows Server 2003 and Windows Server 2008?
Thanks ________________________________ Reza Alikhani
MCSA, MCTS, MCP, Linux+ ________________________________
| | | |
| imprise
Posts:70
 | | 04/06/2010 9:58 AM |
| Thanks for your reply;
I use Ethernet interfaces and just want to know that which value is configured for the MTU field of a interface...
Thanks
Reza Alikhani
MCSA, MCTS, MCP, Linux+
--- On Tue, 4/6/10, [Infraspec] Rob Silver <rob@infraspec.net> wrote:
From: [Infraspec] Rob Silver <rob@infraspec.net> Subject: RE: [ActiveDir] [OT] How can I determine the MTU of a interface? To: "activedir@mail.activedir.org" <activedir@mail.activedir.org> Date: Tuesday, April 6, 2010, 3:42 AM
Hi Reza
Is it an Ethernet connection? If so, it should be
1514. However, bear in mind that if you are using VLANs with frame
tagging from the NIC itself [not recommended] it will burst this size. However,
the receiving switch will strip out the VLAN Tag to bring it back down to 1514.
This URL is a great resource for finding the default MTUs for
different layer 2 connectivity technologies:
http://support.microsoft.com/kb/314496
Also, go to the advanced properties of the adapter and look at
the Jumbo Size properties. Here you can increase the MTU.
Alternatively, here is a VBS that will do it for you (doesn’t
work on 2008 though):
http://gallery.technet.microsoft.com/ScriptCenter/en-us/49c26363-d46c-4288-9c8d-feb0a1982998
Stone in the bush – are you having repl issues because of
the MTU? Recently installed SP2 on 2003? Let me know because this
is a known issue.
Regards,
Rob
http://robsilver.org
From: activedir-owner@mail.activedir.org
[mailto:activedir-owner@mail.activedir.org] On Behalf Of Reza Alikhani
Sent: 06 April 2010 5:33 AM
To: Active Directory
Subject: [ActiveDir] [OT] How can I determine the MTU of a interface?
Hi all;
How can I determine the MTU of a NIC in Windows Server 2003 and Windows
Server 2008?
Thanks
Reza Alikhani
MCSA, MCTS, MCP, Linux+
| | | |
| Syed
Posts:19
 | | 04/06/2010 10:03 AM |
| Download the TCPDOCTOR utility it shall show you
On Tue, Apr 6, 2010 at 11:55 AM, Reza Alikhani <imprise_server@yahoo.com>wrote:
> Thanks for your reply; > > I use Ethernet interfaces and just want to know that which value is > configured for the MTU field of a interface... > > Thanks > > ------------------------------ > Reza Alikhani > > MCSA, MCTS, MCP, Linux+ > ------------------------------ > > > --- On *Tue, 4/6/10, [Infraspec] Rob Silver <rob@infraspec.net>* wrote: > > > From: [Infraspec] Rob Silver <rob@infraspec.net> > Subject: RE: [ActiveDir] [OT] How can I determine the MTU of a interface? > To: "activedir@mail.activedir.org" <activedir@mail.activedir.org> > Date: Tuesday, April 6, 2010, 3:42 AM > > *Hi Reza* > > > > Is it an Ethernet connection? If so, it should be 1514. However, bear in > mind that if you are using VLANs with frame tagging from the NIC itself [not > recommended] it will burst this size. However, the receiving switch will > strip out the VLAN Tag to bring it back down to 1514. > > > > This URL is a great resource for finding the default MTUs for different > layer 2 connectivity technologies: > > > > http://support.microsoft.com/kb/314496 > > > > Also, go to the advanced properties of the adapter and look at the Jumbo > Size properties. Here you can increase the MTU. > > > > Alternatively, here is a VBS that will do it for you (doesn’t work on 2008 > though): > > > > > http://gallery.technet.microsoft.com/ScriptCenter/en-us/49c26363-d46c-4288-9c8d-feb0a1982998 > > > > Stone in the bush – are you having repl issues because of the MTU? > Recently installed SP2 on 2003? Let me know because this is a known issue. > > > > *Regards, * > > * * > > *Rob* > > http://robsilver.org > > *From:* activedir-owner@mail.activedir.org [mailto: > activedir-owner@mail.activedir.org] *On Behalf Of *Reza Alikhani > *Sent:* 06 April 2010 5:33 AM > *To:* Active Directory > *Subject:* [ActiveDir] [OT] How can I determine the MTU of a interface? > > > > Hi all; > > How can I determine the MTU of a NIC in Windows Server 2003 and Windows > Server 2008? > > Thanks > ------------------------------ > > Reza Alikhani > > MCSA, MCTS, MCP, Linux+ > ------------------------------ > > > > >
| | | |
| Ravi.Sabharanjak@blackrock.com
Posts:98
 | | 04/06/2010 7:07 PM |
| Download scriptomatic from the technet script center and then use it to generate a script that shows the usage of the Win32_NetworkAdapterConfiguration class . (Sounds harder than it really is - you just have to select this class from the drop down and the script is generated automatically).
This will dump out the MTU and a lot more settings that you want !
Scriptomatic: http://www.microsoft.com/downloads/details.aspx?FamilyID=09dfc342-648b-4 119-b7eb-783b0f7d1178 <http://www.microsoft.com/downloads/details.aspx?FamilyID=09dfc342-648b- 4119-b7eb-783b0f7d1178>
________________________________
From: activedir-owner@mail.activedir.org [mailto:activedir-owner@mail.activedir.org] On Behalf Of Reza Alikhani Sent: Tuesday, April 06, 2010 1:56 AM To: activedir@mail.activedir.org Subject: RE: [ActiveDir] [OT] How can I determine the MTU of a interface?
Thanks for your reply;
I use Ethernet interfaces and just want to know that which value is configured for the MTU field of a interface...
Thanks
________________________________
Reza Alikhani
MCSA, MCTS, MCP, Linux+
________________________________
--- On Tue, 4/6/10, [Infraspec] Rob Silver <rob@infraspec.net> wrote:
From: [Infraspec] Rob Silver <rob@infraspec.net> Subject: RE: [ActiveDir] [OT] How can I determine the MTU of a interface? To: "activedir@mail.activedir.org" <activedir@mail.activedir.org> Date: Tuesday, April 6, 2010, 3:42 AM
Hi Reza
Is it an Ethernet connection? If so, it should be 1514. However, bear in mind that if you are using VLANs with frame tagging from the NIC itself [not recommended] it will burst this size. However, the receiving switch will strip out the VLAN Tag to bring it back down to 1514.
This URL is a great resource for finding the default MTUs for different layer 2 connectivity technologies:
http://support.microsoft.com/kb/314496 <http://support.microsoft.com/kb/314496>
Also, go to the advanced properties of the adapter and look at the Jumbo Size properties. Here you can increase the MTU.
Alternatively, here is a VBS that will do it for you (doesn't work on 2008 though):
http://gallery.technet.microsoft.com/ScriptCenter/en-us/49c26363-d46c-42 88-9c8d-feb0a1982998 <http://gallery.technet.microsoft.com/ScriptCenter/en-us/49c26363-d46c-4 288-9c8d-feb0a1982998>
Stone in the bush - are you having repl issues because of the MTU? Recently installed SP2 on 2003? Let me know because this is a known issue.
Regards,
Rob
http://robsilver.org <http://robsilver.org>
From: activedir-owner@mail.activedir.org [mailto:activedir-owner@mail.activedir.org] On Behalf Of Reza Alikhani Sent: 06 April 2010 5:33 AM To: Active Directory Subject: [ActiveDir] [OT] How can I determine the MTU of a interface?
Hi all;
How can I determine the MTU of a NIC in Windows Server 2003 and Windows Server 2008?
Thanks
________________________________
Reza Alikhani
MCSA, MCTS, MCP, Linux+
________________________________
THIS MESSAGE AND ANY ATTACHMENTS ARE CONFIDENTIAL, PROPRIETARY, AND MAY BE PRIVILEGED. If this message was misdirected, BlackRock, Inc. and its subsidiaries, ("BlackRock") does not waive any confidentiality or privilege. If you are not the intended recipient, please notify us immediately and destroy the message without disclosing its contents to anyone. Any distribution, use or copying of this e-mail or the information it contains by other than an intended recipient is unauthorized. The views and opinions expressed in this e-mail message are the author's own and may not reflect the views and opinions of BlackRock, unless the author is authorized by BlackRock to express such views or opinions on its behalf. All email sent to or from this address is subject to electronic storage and review by BlackRock. Although BlackRock operates anti-virus programs, it does not accept responsibility for any damage whatsoever caused by viruses being passed.
| | | |
|
|