[IDP] Checking Interface Parameters
| Knowledge Base ID: | KB4634 |
| Version: | 3.0 |
| Published: | 29 Oct 2008 |
| Updated: | 29 Oct 2008 |
| Categories: |
IDP Series |
Checking Interface Parameters
Problem or Goal:To check the parameters of an interface, perform the following steps:
Connect to the IDP Sensor Command Line Interface (CLI).
Set the speed to 100 and full duplex by entering the following command: [root@idp1 root]# ethtool -s eth0 speed 100 duplex full
Verify the settings by entering the following command:
[root@idp1 root]# mii-tool
eth0: 100 Mbit, full duplex, no link
eth1: no link
eth2: no link
eth3: negotiated 100baseTx-FD flow-control, link ok
Set the speed to 10 and half duplex by entering the following command:
[root@idp1 root]# ethtool -s eth0 speed 10 duplex half
Verify the settings by entering the following command:
[root@idp1 root]# mii-tool
eth0: 10 Mbit, half duplex, no link
eth1: no link
eth2: no link
eth3: negotiated 100baseTx-FD flow-control, link ok
Troubleshooting