PDA

View Full Version : cấu hình full dulpex



ntmmtn
15-04-2005, 08:36 AM
Có sư huynh nào biết cách cấu hình full duplex cho cổng ethernet của router 2509 không?

robedan
15-04-2005, 12:32 PM
interface e0
duplex full

ntmmtn
15-04-2005, 03:07 PM
interface e0
duplex full
Bác robedan có nhầm không? Router 2509 đâu có lệnh duplex full ở mode interface ???

danguyennhi
15-04-2005, 11:38 PM
NativeIOS#show run
...
interface FastEthernet3/2
no ip address
!
NativeIOS#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
NativeIOS(config)#interface fastethernet3/2
NativeIOS(config-if)#duplex full
Duplex will not be set until speed is set to non-auto value

!--- Error: On this platform, you must set the speed before the duplex.
!--- Not all switch platforms have this command ordering requirement.

NativeIOS(config-if)#speed 100
NativeIOS(config-if)#duplex full
NativeIOS(config-if)#^Z
NativeIOS#show interfaces fastethernet 3/2 status

Port Name Status Vlan Duplex Speed Type
Fa3/2 notconnect routed full 100 10/100BaseTX

NativeIOS#NativeIOS#show run
...
interface FastEthernet3/2
no ip address
duplex full
speed 100

ntmmtn
16-04-2005, 08:03 AM
Router 2909 của mình không có lệnh speed và full duplex. Có phải do IOS không hỗ trợ ? Version IOS: c2500-I-L version 11.2 ( 18 ) Làm cách nào đây?