首页 > 代码库 > 交换机之自动介质相关接口交叉

交换机之自动介质相关接口交叉

当不知道电缆类型时,可以使用自动介质相关接口交叉让设备两端自动协商成合适的电缆


SW1(config)#interface fastEthernet 0/1

SW1(config-if)#mdix ?

auto  Enable automatic MDI crossover detection on this interface

SW1(config-if)#mdix auto


SW2(config)#interface fastEthernet 0/1

SW2(config-if)#mdix ?

auto  Enable automatic MDI crossover detection on this interface

SW2(config-if)#mdix auto



本文出自 “一颗正在成长的小树” 博客,请务必保留此出处http://growing2015.blog.51cto.com/12006344/1918588

交换机之自动介质相关接口交叉