- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- setting MTU Size to 1430
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
Discussions
Discussions
Discussions
Forums
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
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
тАО04-19-2004 05:58 AM
тАО04-19-2004 05:58 AM
setting MTU Size to 1430
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-19-2004 06:06 AM
тАО04-19-2004 06:06 AM
Re: setting MTU Size to 1430
The Pmtu field applies only to host routes. The Pmtu field for network and default routes is the same as the MTU of the network interface used for the route.
In your case the pmtu of the default route is 1430.
http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90128/B2355-90128_top.html&con=/hpux/onlinedocs/B2355-90128/00/01/197-con.html&toc=/hpux/onlinedocs/B2355-90128/00/01/197-toc.html&searchterms=1m%7cnetstat&queryid=20040419-120321
HTH,
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-19-2004 06:11 AM
тАО04-19-2004 06:11 AM
Re: setting MTU Size to 1430
To change the PMTU of lan3 you can usethe lanadmin command:
-m Display the current MTU size of the interface corresponding to PPA.
-M mtu_size Set the new MTU size of the interface corresponding to PPA. The mtu_size value must be within the link specific range. You must have superuser privileges.
You could check these links:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=516449
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=127437HTH,
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-19-2004 06:47 AM
тАО04-19-2004 06:47 AM
Re: setting MTU Size to 1430
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-19-2004 06:50 AM
тАО04-19-2004 06:50 AM
Re: setting MTU Size to 1430
You will have to write a script and put it in /sbin/init.d/ and appropriate links in /sbin/rc?.d/ directories.
Make sure you use unuses start and kill nos in /sbin/rc?./d directories.
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-19-2004 06:59 AM
тАО04-19-2004 06:59 AM
Re: setting MTU Size to 1430
I did not know how to alter the MTU size permanently, so i did a search. I found the next links. It explains how you can set up Jumbo Frames ( only supported by gbit interfaces but that is >1500 10000) You do not want this settings but it might help you to configure your interface.
MTU (Maximum Transmission Unit): Jumbo Frames
Optional
1500 bytes
SAM or edit /etc/rc.config.d/hpietherconf or temporarily: lanadmin -M
lanadmin -M
9000 ppa# (see Note 3 below)
http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/A7011-96001/A7011-96001_top.html&con=/hpux/onlinedocs/A7011-96001/00/00/11-con.html&toc=/hpux/onlinedocs/A7011-96001/00/00/11-toc.html&searchterms=hpietherconf&queryid=20040419-125517
edit the following configuration file using an editor such as "vi":
/etc/rc.config.d/hpietherconf.
Set the mtusize by editing HP_IETHER_MTU[0]=mtusize, and insert the proper interface name: HP_IETHER_INTERFACE_NAME. When the system reboots, the interface will be configured for jumbo frame operation.
http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/A7011-96001/A7011-96001_top.html&con=/hpux/onlinedocs/A7011-96001/00/00/12-con.html&toc=/hpux/onlinedocs/A7011-96001/00/00/12-toc.html&searchterms=MTU%7cnetconf&queryid=20040419-125303
HTH,
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-19-2004 07:19 AM
тАО04-19-2004 07:19 AM
Re: setting MTU Size to 1430
Anil