basic configuration and management of the experiment three switch
First, the experimental target
Master the configuration management of switch basic information.
Second, the experimental background
A company's new batch of switches, in the network after the initial configuration and management, you for the network administrator, the basic configuration and management of the switch.
Three, the principle of technology
1. Switches are managed in two basic ways: in-band management and out-of-band management.
1) the console port management switch through the switch is out-of-band management, which does not occupy the network port of the switch, and the first configuration switch must be configured with the console port.
2) in-band management by means of Telnet, dialing, etc.
2. The switch's command-line operation mode mainly includes:
1) User mode switch>
2) Privileged Mode switch#
3) Global configuration mode Switch (config) #
4) port mode Switch (config-if) #
Four, the experimental steps:
- New Packet tracer topology diagram
- Understanding Switch Command lines
- Enter privileged mode (EN)
- Enter global configuration mode (Conf t)
- Enter switch port view mode (int f0/1)
- Return to ancestor mode (exit)
- Return from the global following mode to privileged mode (end)
- Help information (such as?, CO, copy?)
- command shorthand (e.g. conf t)
- Command Auto-complete (TAB)
- Shortcut keys (CTRL + C interrupt Test, CTRL + Z back to privileged view)
- Reload Restart. (in privileged mode)
- Modify switch name (hostname X)
- Configuring switch port parameters (Speed,duplex)
- viewing switch version information (show versions)
- View currently in effect configuration information (show run)
Five, the experimental equipment
switch_2960 1 units; PC 1; Configuration line;
Six, the experimental topological diagram
Select the configuration line from the RS 232 port on the PC to connect to the switch's console port
Vii. command of the experiment
PC Console Port
Enable
Conf t
Interface FA 0/1
Speed 100
Duplex full
End
Show version
Show run
Viii. Experimental Results
Show version
Show run
Basic configuration and management of the experiment three switch