SGI®
The output will display information about the network adapters currently installed in the system, as follows:
Name | Mtu | Network | Address | Ipkts | Ierrs | Opkts | Oerrs | Coll |
xg1 | 1500 | 10.50.1 | system.name | 0 | 0 | 1 | 0 | 0 |
2.To bring down the adapter, enter the following command, where N is the number of the adapter:
ifconfig xgN down
3.To change the MTU size of the
ifconfig xgN mtu 9600
4.To restart the adapter, enter the following: ifconfig xgN up
5.Enter the following command to verify that the MTU size has been changed:
netstat
The output should look similar to the following:
Name | Mtu | Network | Address | Ipkts | Ierrs | Opkts | Oerrs | Coll |
xg1 | 9600 | 10.50.1 | system.name | 0 | 0 | 3 | 0 | 0 |
15 |