반응형
mii-tool 을 사용해 보자!!
[root@reach-ovpn2 root]# mii-tool
eth0: 100 Mbit, full duplex, link ok
usage: mii-tool [-VvRrwl] [-A media,... | -F media] [interface ...]
-V, --version display version information
-v, --verbose more verbose output
-R, --reset reset MII to poweron state
-r, --restart restart autonegotiation
-w, --watch monitor for link status changes
-l, --log with -w, write events to syslog
-A, --advertise=media,... advertise only specified media
-F, --force=media force specified media technology
media: 100baseT4, 100baseTx-FD, 100baseTx-HD, 10baseT-FD, 10baseT-HD,
(to advertise both HD and FD) 100baseTx, 10baseT
# mii-tool eth0 -F 100baseTx-HD : 100baseTx-Half Duplex
# mii-tool eth0 -F 100baseTx-FD : 100baseTx-Full Duplex
다시 auto negotiation 으로 할려면
# mii-tool eth0 -r
[root@reach-ovpn2 root]# mii-tool
eth0: 100 Mbit, full duplex, link ok
usage: mii-tool [-VvRrwl] [-A media,... | -F media] [interface ...]
-V, --version display version information
-v, --verbose more verbose output
-R, --reset reset MII to poweron state
-r, --restart restart autonegotiation
-w, --watch monitor for link status changes
-l, --log with -w, write events to syslog
-A, --advertise=media,... advertise only specified media
-F, --force=media force specified media technology
media: 100baseT4, 100baseTx-FD, 100baseTx-HD, 10baseT-FD, 10baseT-HD,
(to advertise both HD and FD) 100baseTx, 10baseT
# mii-tool eth0 -F 100baseTx-HD : 100baseTx-Half Duplex
# mii-tool eth0 -F 100baseTx-FD : 100baseTx-Full Duplex
다시 auto negotiation 으로 할려면
# mii-tool eth0 -r
반응형
'Operating System > Linux' 카테고리의 다른 글
손상된 파일을 RPM으로 복구 및 확인 (0) | 2007.06.21 |
---|---|
리눅스 해킹여부 간단히 알아보기 (0) | 2007.06.20 |
센드메일 설정 -SMTP AUTH- (0) | 2007.06.18 |
아파치 버추얼호스트 설정하기 (0) | 2007.06.14 |
리눅스 에러장애 (0) | 2007.06.14 |