This article explains how to manually configure the speed and duplex settings on a Proventia M.
This information applies to:
Proventia M Firmware 3.1
Proventia M Firmware 3.1
Fix Version:
N/A
N/A
Related Articles: See Below
Answer
To hard code the speed and duplex settings on the Proventia M perform the following steps:
- Connect via SSH and login as root.
- Type vi /sbin/ifup-local to create a config file.
- Open the file and add a line using the following syntax:
ethtool -s [Adapter] speed [Speed in Mbps] duplex [full/half] autoneg [on/off]
Example: To set the external interface (eth1) to 10Mbps half duplex, use the following line:
ethtool -s eth1 speed 10 duplex half autoneg off - Save the file.
- Change the permissions of the file by using the following command:chmod x /sbin/ifup-local
- Restart the interfaces by running the following command:service network restart
1 comment:
Hi,
Could you please help me to find an answer to my following question regarding IBM ISS Proventia Implementation.
Is the IPS IBM Proventia support VLAN Bridging by changing the VLAN Tage?
your help will be appreciated very much
Regards.
Post a Comment