1833757 Members
3115 Online
110063 Solutions
New Discussion

Re: Network parameter

 
Roberto Volsa
Frequent Advisor

Network parameter

How can I see the mtu network parameter?
3 REPLIES 3
Muthukumar_5
Honored Contributor

Re: Network parameter

To view mtu information for a lan then,

# lanadmin

see man lanadmin for more details.

Use sam also to do this.
Easy to suggest when don't know about the problem!
Muthukumar_5
Honored Contributor

Re: Network parameter

Get the PPA number for that network interface as,

# lanscan -p

# lanadmin -m

will give that.

hth.
Easy to suggest when don't know about the problem!
Slawomir Gora
Honored Contributor

Re: Network parameter

Hi,

there is also pmtu (path maximum transmission unit) which you can set by route (-p option) command and display by netstat -rn.