Experiment 2 Introduction to switches

Experiment 2 First knowledge of switches (6 points)

Purpose:

1. Learn about common switch equipment information:

Cisco WS-C2960-24TT-L is based on the second layer architecture design, gigabit self-adaptive, provides 24 network ports, can be stacked, and built-in 8K MAC address table, supports multi-address work, strong expansion ability, equipped with 4 1G SFP uplinks.

2. Understand the basic configuration process of the switch

Including user name and password settings, simple port settings, etc.

3. Know the basic commands

Including switching between user mode, privileged mode and configuration mode, and viewing of configuration information

Experimental steps: (1 point)

1. Select the corresponding switch:

insert image description here

2. Network topology diagram: connect to the console port for configuration:

insert image description here

Experimental results: (4 points)

1. Username and password settings (1 point)

1.1 Mode switching command:

user mode Switch> Enter the next level command enable
privileged mode Switch# Enter the next level command config t
global configuration mode Switch(config)# Enter the next level command interface
port mode Switch(config- if)# exit command exit

1.2 Username and password settings:

insert image description here
insert image description here
insert image description here

1.3 Interface configuration (1 point)

insert image description here

1.4 View parameters (2 points)

insert image description here
insert image description here
insert image description here
insert image description here

Summary: (1 point)

The configuration interface of the switch in the PT is in the normal mode at the beginning, you need to enter the privileged mode through the command enable first, in this mode, you can view the configuration, through the show? You can view the relevant configuration; to enter the configuration mode, you need to enter configure terminal (abbreviated input conf t) to enter the configuration mode, in this mode you can configure the interface interface, the specific configuration command can be entered after the interface + space +? to view.

Guess you like

Origin blog.csdn.net/jack_zj123/article/details/118761044
Recommended