- 论坛徽章:
- 0
|
最近使用Radhat 6.2的版本安装了一个系统,上面有2块网卡,就使用其中的em1和em3做了网卡的绑定。
但是在copy文件的时候发现速度一直都只能有25MB/S, 但是网络都是2个千兆网卡,求指点!
下面为网卡配置
[root@uaflsapp01 ~]# ethtool em1
Settings for em1:
Supported ports: [ TP ]
Supported link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Half 1000baseT/Full
Supports auto-negotiation: Yes
Advertised link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Half 1000baseT/Full
Advertised pause frame use: Symmetric
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: g
Wake-on: d
Current message level: 0x000000ff (255)
Link detected: yes
[root@uaflsapp01 ~]# ethtool em3
Settings for em3:
Supported ports: [ TP ]
Supported link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Half 1000baseT/Full
Supports auto-negotiation: Yes
Advertised link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Half 1000baseT/Full
Advertised pause frame use: Symmetric
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: g
Wake-on: d
Current message level: 0x000000ff (255)
Link detected: yes
[root@uaflsapp01 ~]# cat /proc/net/bonding/bond0
Ethernet Channel Bonding Driver: v3.6.0 (September 26, 2009)
Bonding Mode: load balancing (round-robin)
MII Status: up
MII Polling Interval (ms): 0
Up Delay (ms): 0
Down Delay (ms): 0
Slave Interface: em1
MII Status: up
Speed: 100 MbpsDuplex: full
Link Failure Count: 0
Permanent HW addr: e0:db:55:05:cf:dc
Slave queue ID: 0
Slave Interface: em3
MII Status: up
Speed: 100 MbpsDuplex: full
Link Failure Count: 0
Permanent HW addr: e0:db:55:05:cf:de
Slave queue ID: 0
[root@uaflsapp01 ~]# |
|