- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- mtu speed
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2007 11:23 AM
06-01-2007 11:23 AM
mtu speed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2007 11:29 AM
06-01-2007 11:29 AM
Re: mtu speed
See my post here:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1062605
# lanadmin -M
PCS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2007 09:48 PM
06-01-2007 09:48 PM
Re: mtu speed
If you want to see the current speed:
lanadmin -m 0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2007 01:21 PM
06-02-2007 01:21 PM
Re: mtu speed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2007 08:17 PM
06-03-2007 08:17 PM
Re: mtu speed
To check the present value of mtu on your lancard, you can use the command 'netstat -rn' and 'lanadmin -m Crd_In#' :
# lanscan
Hardware Station Crd Hdw Net-Interface NM MAC HP-DLPI DLPI
Path Address In# State NamePPA ID Type Support Mjr#
0/0/0/0 0x000F201D0ED6 0 UP lan0 snap0 1 ETHER Yes 119
0/2/0/0 0x00306EF4D4CD 2 UP lan2 snap2 2 ETHER Yes 119
0/4/0/0 0x00306EF4D4CF 3 UP lan3 snap3 3 ETHER Yes 119
# lanadmin -m 0
MTU Size = 1500
# lanadmin -m 2
MTU Size = 1500
# lanadmin -m 3
MTU Size = 1500
#
To change it, you can use the command 'lanadmin -M new_mtu_number Crd_In#'
NOTE : Crd_In# = PPA number
You can also take a look at this documentation (docID : WHALENKBRC00002499) at this url :
http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en&docId=emr_na-c01033481-1
Hope this information can help.
Cheers,
AW.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2007 04:18 AM
06-04-2007 04:18 AM
Re: mtu speed
If you want to make it smaller, it suggests that your network does not have functioning Path MTU discovery.