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

잔글 (로봇: 자동으로 텍스트 교체 (-<source lang='dos'> +<source lang='cli'>))
3번째 줄: 3번째 줄:


==실행 예시 (VM)==
==실행 예시 (VM)==
<source lang='dos'>
<source lang='cli'>
[root@jmnote ~]# ethtool -i eth0
[root@jmnote ~]# ethtool -i eth0
driver: netfront
driver: netfront
12번째 줄: 12번째 줄:


==실행 예시 (XenServer)==
==실행 예시 (XenServer)==
<source lang='dos'>
<source lang='cli'>
[root@XenServer01 ~]# ethtool eth0
[root@XenServer01 ~]# ethtool eth0
Settings for eth0:
Settings for eth0:

2015년 2월 6일 (금) 03:37 판

ethtool
/sbin/ethtool

1 실행 예시 (VM)

[root@jmnote ~]# 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 같이 보기