CertExams.com Simulator Lab Exercises Answers
Description: Here you enter interface configuration mode on a 2950 switch and make the interface protocol up. Choose 2950 switch by going to the network diagram, and selecting appropriate device.
Instructions:
1. Enter global configuration mode.
            
            2. Enter interface sub-configuration mode for Ethernet slot#0 and port#1.
            
            3. Shutdown the interface.
            
            4. Exit to privileged mode.
2950>enable
            2950#configure terminal
            2950(config)#interface fastethernet 0/1
            2950(config-if)#no shutdown
            2950(config-if)#end