Chapter 5

docx

School

Eastern Gateway Community College *

*We aren’t endorsed by this school

Course

132

Subject

Computer Science

Date

Dec 6, 2023

Type

docx

Pages

9

Uploaded by DeaconGullMaster901

Report
5.1.10 1 - Which of the following describes the role of Access Switches and how they are implemented in the design of a local area network on a university or corporate campus? (Select three.) - Communicate with each other through distribution switches. AND Connected to distribution switches using one or more ports or uplinks. AND Give end users access to the local area network. 2 - An Ethernet frame has just arrived on a switch port. The switch examines the destination MAC address of the frame. It is a unicast address, but no mapping exists in the CAM table for the destination address, no Vlans - The switch sends a copy of the frame to all connected devices on all ports. 3 - Device B sends a frame to Device A on the network shown. The switch has an entry in its CAM table for Device A in its database, but not for Device B - The switch records the address and port for Device B in its database. It sends the frame out port Fa0/1. 4 - Wrk1 sends a frame addressed to Wrk5. What will the switch do with the frame – Drop the frame AND Not record the location of any device 5 - How many collision domains exist on the network shown – 4 6 - You administer a network that uses bridges to connect network segments. The network is currently suffering from serious broadcast storms - Replace the bridges with routers 7 - Which of the following are advantages of using bridges to segment LAN traffic - Bridges can link network segments that use different physical media (as long as they have the same architecture). AND Bridges create separate collision domains. 8 - Which connectivity device would best reduce the number of collisions and prepare for future growth – Switch 9 - Which frame processing method causes a switch to wait until the first 64 bytes of the frame have been received before forwarding the frame to the destination device – fragment-free 10 - Which of the following are true of store-and-forward switches - Frames with errors are dropped AND Frames are checked for errors before being forwarded AND Latency is greater than with cut-through switches 5.2.5 In this lab, your task is to: Configure the switch port Fa0/6 to use 10 Mbps. Configure the switch port Fa0/7 to use half-duplex communications. Make sure that ports Fa0/6 and Fa0/7 are enabled and can be used even though you haven't connected devices to those ports yet. Disable the unused interfaces. o Fa0/4 and Fa0/5 o Fa0/8 through Fa0/23
o Gi0/1 and Gi0/2 Verify that all the remaining ports in use are enabled and configured to automatically detect speed and duplex settings. Save your changes to the startup-config file. Complete this lab as follows: 1. Select Branch 1 . 2. Configure port Fa0/6 to use 10Mbps. a. Press Enter to get started. b. At the Branch1> prompt, type enable and press Enter . c. At the Branch1# prompt, type configure terminal and press Enter . d. At the Branch1(config)# prompt, type interface FastEthernet0/6 and press Enter . e. At the Branch1(config-if)# prompt, type speed 10 and press Enter . 3. Configure port Fa0/7 to half duplex. a. At the Branch1(config)# prompt, type interface FastEthernet0/7 and press Enter to go to privileged mode. b. At the Branch1(config-if)# prompt, type duplex half and press Enter . 4. Shut down all unused interfaces (Fa0/4, 0/5, 0/8–0/23, and Gi0/1–0/2). a. At the Branch1(config-if)# prompt, type interface range FastEthernet 0/4 - 5 , FastEthernet 0/8 - 23 , GigabitEthernet 0/1 - 2 and press Enter . b. At the Branch1(config-if-range)# prompt, type shutdown and press Enter . c. Press Ctrl + Z . 5. Verify that all the remaining ports that are in use are enabled and configured to automatically detect speed and duplex settings. a. At the Branch1# prompt, type show interface status and press Enter . Verify the port configuration of all ports, and then use the necessary commands to correct any problems you find. For example, notice that Fa0/24 is administratively down, Fa0/2 is not configured to use auto speed, and Fa/03 is not configured to use auto duplex. b. At the Branch1# prompt, type configure terminal and press Enter . c. At the Branch1(config)# prompt, type interface FastEthernet0/24 and press Enter . d. At the Branch1# prompt, type no shutdown and press Enter . e. At the Branch1# prompt, type interface FastEthernet0/2 and press Enter . f. At the Branch1# prompt, type speed auto and press Enter . g. At the Branch1# prompt, type interface FastEthernet0/3 and press Enter . h. At the Branch1# prompt, type duplex auto and press Enter . i. Press Ctrl + Z . j. At the prompt, type show interface status and press Enter to verify your configuration changes. 6. Save your changes to the startup-config file. a. At the Branch1# prompt, type copy run start and press Enter . b. Press Enter to begin building the configuration.
5.2.9 In this lab, your task is to set up remote management for the switch as follows: Configure the VLAN 1 interface with the following: o IP address: 192.168.11.250 o Subnet mask: 255.255.255.0 Configure the switch to use 192.168.11.254 as the default gateway. Verify the configurations using the show run command. Save your changes to the startup-config file. Complete this lab as follows: 1. Select Switch . 2. Configure the IP address for the switch. a. Press Enter to get started. b. At the Switch> prompt, type enable and press Enter . c. At the Switch# prompt, type configure terminal and press Enter . d. At the Switch(config)# prompt, type interface Vlan1 and press Enter . e. At the Switch(config-if)# prompt, type ip address 192.168.11.250 255.255.255.0 and press Enter . 3. At the Switch(config)# prompt, type ip default-gateway 192.168.11.254 and press Enter to configure the default gateway address. 4. At the prompt, type exit and press Enter . 5. At the prompt, type show run and press Enter to verify the configuration. 6. Save your changes. a. At the Switch# prompt, type copy run start and press Enter . b. Press Enter to begin building the configuration. 5.2.10 In this lab, your task is to: Configure the switch with the following parameters: o IP address: 192.168.11.250 o Subnet mask: 255.255.255.0 Configure the switch to use the FastEthernet0/0 interface on the SFO router as the default gateway. Save your changes to the startup-config file. Complete this lab as follows:
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help
1. Select Branch1 . 2. Press Enter to get started. 3. At the Branch1 > prompt, type enable and press Enter . 4. At the Branch1# prompt, type show cdp neighbors detail and press Enter . 5. Find the IP address for the SFO router. 6. At the Branch1# prompt, type config t and press Enter . 7. At the Branch1(config)# prompt, type interface vlan1 and press Enter . 8. At the Branch1(config-if)# prompt, type ip address 192.168.11.250 255.255.255.0 and press Enter . 9. At the Branch1(config-if)# prompt, type exit and press Enter . 10. At the Branch1(config)# prompt, type ip default-gateway 192.168.11.254 and press Enter . 11. At the Branch1(config)# prompt, type exit and press Enter . 12. At the Branch1# prompt, type c opy run start and press Enter . 13. Press Enter to begin building the configuration. 5.2.11 In this lab, your task is to complete the configuration of both new devices as follows: On the SFO router: o Configure the FastEthernet0/1 interface with the last available IP address on the subnet. o Bring the interface up. o Add the description Link to Branch4 to the FastEthernet0/1 interface. o Save your changes. On the Branch4 switch: o Assign the switch the fourth available IP address on the subnet. o Configure the Branch4 switch with a default gateway. Default gateway IP: 192.168.12.254 o Add a description Link to SFO to the FastEthernet0/24 interface. o Save your changes. Complete this lab as follows: 1. Configure the SFO FastEthernet0/1 interface. a. Select SFO . b. Press Enter to get started. c. At the SFO> prompt, type enable and press Enter . d. At the SFO# prompt, type configure terminal and press Enter . e. At the SFO(config)# prompt, type interface FastEthernet0/1 and press Enter . f. At the SFO(config-if)# prompt, type ip address 192.168.12.254 255.255.255.0 and press Enter . g. At the SFO(config-if)# prompt, type no shutdown and press Enter .
h. At the SFO(config-if)# prompt, type description Link to Branch4 and press Enter . i. At the SFO(config-if)# prompt, type exit and press Enter . j. At the SFO(config)# prompt, type exit and press Enter . k. At the SFO# prompt, type copy run start and press Enter . l. Press Enter to begin building the configuration. 2. Configure the Branch4 switch. a. Select Branch4 . b. Press Enter to get started. c. At the Branch4> prompt, type enable and press Enter . d. At the Branch4# prompt, type configure terminal and press Enter . e. At the Branch4(config)# prompt, type interface Vlan1 and press Enter . f. At the Branch4(config-if)# prompt, type ip address 192.168.12.4 255.255.255.0 and press Enter . g. At the Branch4(config-if)# prompt, type interface FastEthernet0/24 and press Enter . h. At the Branch4(config-if)# prompt, type description Link to SFO and press Enter . i. At the Branch4(config-if) prompt, type exit and press Enter . j. At the Branch4(config)# prompt, type ip default-gateway 192.168.12.254 and press Enter . k. At the Branch4(config)# prompt, type exit and press Enter . l. At the Branch4# prompt, type copy run start and press Enter . m. Press Enter to begin building the configuration. 5.2.12 Required Actions & Questions Shut down FastEthernet0/2 on the Branch1 switch Shut down FastEthernet0/0 on the SFO router Q1What is the status of FastEthernet ports 0/1–0/3 and 0/24? Your answer: Up, line protocol is up Correct answer: Up, line protocol is up Q2What is the status of FastEthernet ports 0/4 & 0/5, and 0/8–0/23? Your answer: Down, line protocol is down Correct answer: Down, line protocol is down Q3What is the status of FastEthernet ports 0/6 & 0/7? Why do they have this status? Your answer: Down, line protocol is down. This means there is a hardware or network connection problem. Correct answer: Down, line protocol is down. This means there is a hardware or network connection problem. Q4What is the status of FastEthernet0/2? Your answer: Administratively down, line protocol is down Correct answer: Administratively down, line protocol is down Q5Has an IP address been configured for FastEthernet0/0?
Your answer: Yes Correct answer: Yes Q6How does having an IP address for the Branch1 router interface affect the FastEthernet0/0 interface status on SFO? Correct answer: Having an IP address set for this interface does not affect the interface status of the switch. Q7How does the status of FastEthernet0/24 on Branch1 change after shutting down FastEthernet0/0? Your answer: The switch interface status is down, and line protocol is down. Correct answer: The switch interface status is down, and line protocol is down. Explanation You should have learned the following: 1. The status of ports 0/1–0/3 and 0/24 is up, line protocol is up (connected). This means the interfaces are working correctly and are connected to a live network or another device. 2. The status of ports 0/4, 0/5, and 0/8–0/23 is administratively down, line protocol is down (disabled). This means the ports are administratively disabled with the shutdown command. 3. The status of ports 0/6 and 0/7 is down, line protocol is down (not connect). This means there is a hardware or network connection problem (Physical layer), such as: o No cable or bad cable. o The device on the other end of the cable is powered off or the other interface is administratively shutdown. In an earlier lab, you should have enabled and configured the FastEthernet 0/6 & 0/7 ports; however, after enabling and then configuring the ports, no cables were added, nor were any devices (such as the hub or the old server). 4. After issuing the shutdown command for the FastEthernet0/2 port, the status is administratively down, and line protocol is down (disabled). 5. An IP address has not been configured for the FastEthernet0/0 interface on the SFO router. 6. Having an IP address set for this interface does not affect the interface status of the switch. 7. After issuing the shutdown command for the FastEthernet0/0 interface on the SFO router, the switch interface status of FastEthernet0/24 is down, and line protocol is down (not connect). Complete this lab as follows: 1. View the current status of the FastEthernet interface ports. a. Select Branch1 . b. Press Enter to get started. c. At the Branch1> prompt, type enable and press Enter .
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help
d. At the Branch1# prompt, type show ip interface brief and press Enter . e. To see all the ports, press Enter until you are returned to the Branch1# prompt. f. Answer Questions 1-3. 2. Shutdown the FastEthernet0/2 interface and view the results. a. At the Branch1# prompt, type config t and press Enter . b. At the Branch1(config)# prompt, type interface FastEthernet0/2 and press Enter . c. At the Branch1# prompt, type shutdown and press Enter . d. Press Ctrl + Z . e. At the Branch1# prompt, type show ip interface brief and press Enter . f. To see all the ports, press Enter until you are returned to the Branch1# prompt. g. Answer Question 4. 3. View the current status of the FastEthernet0/0 interface. a. Select SFO . b. Press Enter to get started. c. At the SFO> prompt, type enable and press Enter . d. At the SFO# prompt, type show interface and press Enter . e. Press Enter until you are returned to the SFO# prompt. f. Answer Questions 5-6. 4. Shutdown the FastEthernet0/0 interface. a. At the SFO# prompt, type config t and press Enter . b. At the SFO(config)# prompt, type interface FastEthernet0/0 and press Enter . c. At the SFO# prompt, type shutdown and press Enter . d. Press Ctrl + Z . 5. View the current status of the FastEthernet interface ports. a. At the Branch1# prompt, type show ip interface brief and press Enter . b. To see all the ports, press Enter until you are returned to the Branch1# prompt. c. Answer Question 7. 5.2.13 1 - A workstation is connected to a switch on the Gi0/2 interface using a straight-through cable. The Ethernet interface in the workstation has been manually configured to use a 100 Mbps link speed and full duplexing. - The switch attempts to sense the link speed. If it can't, the slowest link speed supported on the interface is selected. AND If the link speed is 1000 Mbps or faster, full-duplex is used. AND If the link speed is 10 Mbps or 100 Mbps, half-duplex is used. 2 - You are the only network administrator for your company. You are planning for an upcoming vacation, and you need to ensure that you can administer your switches remotely while you are gone. What must you configure to allow remote administration? - Use Telnet, Secure Shell, or Web protocols to remotely access the switch. AND The switch must be configured with a valid IP address and default gateway. 3 - During the initial setup of a new switch, which of the following configuration tasks should be performed? - Set the default gateway for remote management. AND Set passwords for the console, virtual terminal (TTY) ,and enable mode. AND Set an IP address for remote management.
4 – 5 - What is one difference between the VLAN interface configuration and config-vlan? - VLAN interface configuration mode is used to configure the switch IP address. 6 - You have a workstation connected to a small branch network using a single switch. The network does not have any routers and is not connected to the internet. What are the minimum configuration parameters required on the workstation to be able to communicate with all hosts on the network? – IP Address and subnet mask 7 - Which address would you use for the default gateway address? - The IP address assigned to Fa0/0 on Router1. 8 – 9 - Which command(s) would you use to configure a default-gateway on a Catalyst 2950XL switch? - Switch(config)#ip default-gateway 192.168.10.1
10 - You must configure an IP address on a Catalyst 2950XL switch using the default management switch port. From global configuration mode, which commands would you enter to configure the correct management port? - int vlan 1 ip address 192.168.10.2 255.255.255.0
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help