Speed Auto 是否可以使网速达到交换机端口的顶端?

Speed Auto 是否可以使网速达到交换机端口的顶端?

我的 Juniper EX4300 交换机 ge-0/0/42 交换机端口配置如下:

admin@1409A# run show interfaces ge-0/0/42                                      
Physical interface: ge-0/0/42, Enabled, Physical link is Up                     
  Interface index: 689, SNMP ifIndex: 590                                       
  Link-level type: Ethernet, MTU: 1514, MRU: 0, Link-mode: Full-duplex,         
  Speed: Auto, BPDU Error: None, MAC-REWRITE Error: None, Loopback: Disabled,   
  Source filtering: Disabled, Flow control: Enabled, Auto-negotiation: Enabled, 
  Remote fault: Online, Media type: Copper,                                     
  IEEE 802.3az Energy Efficient Ethernet: Disabled                              
  Device flags   : Present Running                                              
  Interface flags: SNMP-Traps Internal: 0x0                                     
  Link flags     : None                                                         
  CoS queues     : 12 supported, 12 maximum usable queues                       
  Current address: 88:a2:5e:5c:69:8d, Hardware address: 88:a2:5e:5c:69:8d       
  Last flapped   : 2018-11-15 18:30:19 UTC (6d 16:28 ago)                       
  Input rate     : 627968 bps (619 pps)                                         
  Output rate    : 666800 bps (638 pps)                                         
  Active alarms  : None                                                         
  Active defects : None                                                         
  Interface transmit statistics: Disabled                                       

  Logical interface ge-0/0/42.0 (Index 599) (SNMP ifIndex 595)                  
    Flags: Up SNMP-Traps 0x0 Encapsulation: Ethernet-Bridge                     
    Input packets : 4                                                           
    Output packets: 0   

您看速度是Speed: Auto

我的问题是,连接到此交换机端口的服务器是否可以无限制地达到 1Gpbs 的高速?

答案1

接口名称的一部分表示千兆端口。因此,只要启用自动协商并且对接端口也支持千兆(当然,电缆至少是 Cat-5e),它们就会以千兆速度连接。

自动协商对于(双绞线)千兆以太网是强制性的,因此,除非特殊原因迫使您这样做,否则您不应将端口配置为特定的速度或双工模式。

相关内容