Wandering's Blog » 日志 » Dynamips: 解决 ethernet interface 连接 fastethernet interface 的 duplex mismatch 问题
Dynamips: 解决 ethernet interface 连接 fastethernet interface 的 duplex mismatch 问题
Wandering 发表于 2008-05-08 17:32:55
.
#
#
# Q. How to solve duplex mismatch problem which cause by router's ethernet
# interface (half duplex) connects to switch's fastethernet interface?
# A. Execute commands below on switch:
# switch(config-if)# no shutdown
# switch(config-if)# speed auto
# switch(config-if)# duplex auto
# switch(config-if)# speed 10
# switch(config-if)# duplex auto
# Pay attention to the 1st pair of "speed auto" and "duplex auto", it
# ensures that the interface has cleanly duplex configuration.
#
# Tips: The mismatch problem will apear everytime when you reload the switch,
# I am still disturbed by it and I have to make a script to auto-type
# the commands upon after switch is reloaded.
#
#
2008/06/05:
这个问题现在的解决方法是,不再使用 ethernet 接口,转而使用 fastethernet,原因是 10M 基本上已经不会出现在新的系统中,同时为了实验方便,采用 100M 环境会更有效。
...
#
#
# Q. How to solve duplex mismatch problem which cause by router's ethernet
# interface (half duplex) connects to switch's fastethernet interface?
# A. Execute commands below on switch:
# switch(config-if)# no shutdown
# switch(config-if)# speed auto
# switch(config-if)# duplex auto
# switch(config-if)# speed 10
# switch(config-if)# duplex auto
# Pay attention to the 1st pair of "speed auto" and "duplex auto", it
# ensures that the interface has cleanly duplex configuration.
#
# Tips: The mismatch problem will apear everytime when you reload the switch,
# I am still disturbed by it and I have to make a script to auto-type
# the commands upon after switch is reloaded.
#
#
2008/06/05:
这个问题现在的解决方法是,不再使用 ethernet 接口,转而使用 fastethernet,原因是 10M 基本上已经不会出现在新的系统中,同时为了实验方便,采用 100M 环境会更有效。
...
收藏:
QQ书签
del.icio.us
订阅:
Google
抓虾
