"리눅스 ethtool"의 두 판 사이의 차이

잔글 (로봇: 자동으로 텍스트 교체 (-<source lang='dos'> +<source lang='cli'>))
잔글 (로봇: 자동으로 텍스트 교체 (-[root@jmnote +[root@zetawiki))
4번째 줄: 4번째 줄:
==실행 예시 (VM)==
==실행 예시 (VM)==
<source lang='cli'>
<source lang='cli'>
[root@jmnote ~]# ethtool -i eth0
[root@zetawiki ~]# ethtool -i eth0
driver: netfront
driver: netfront
version:  
version:  

2015년 2월 12일 (목) 01:48 판

ethtool
/sbin/ethtool

1 실행 예시 (VM)

[root@zetawiki ~]# ethtool -i eth0
driver: netfront
version: 
firmware-version: 
bus-info: vif-0

2 실행 예시 (XenServer)

[root@XenServer01 ~]# ethtool eth0
Settings for eth0:
	Supported ports: [ TP ]
	Supported link modes:   10baseT/Half 10baseT/Full 
	                        100baseT/Half 100baseT/Full 
	                        1000baseT/Full 
	Supported pause frame use: No
	Supports auto-negotiation: Yes
	Advertised link modes:  10baseT/Half 10baseT/Full 
	                        100baseT/Half 100baseT/Full 
	                        1000baseT/Full 
	Advertised pause frame use: No
	Advertised auto-negotiation: Yes
	Speed: 1000Mb/s
	Duplex: Full
	Port: Twisted Pair
	PHYAD: 1
	Transceiver: internal
	Auto-negotiation: on
	MDI-X: Unknown
	Supports Wake-on: d
	Wake-on: d
	Current message level: 0x00000007 (7)
			       drv probe link
	Link detected: yes

3 같이 보기