Configuration of Ethernet Interface Speed and Duplex Settings on Cisco Router
In this tutorial, you will learn how to configure different Ethernet interface features on Cisco router. You will learn how to set up Ethernet duplex and speed settings.
Freetechexams#configure terminal Enter configuration commands, one per line. End with CNTL/Z. Freetechexams(config)#interface FastEthernet0/0 Freetechexams(config-if)#media-type 100BaseX Freetechexams(config-if)#duplex full Freetechexams(config-if)#speed 100 Freetechexams(config-if)#exit Freetechexams(config)#end Freetechexams#
|