Лабораторная работа № 2
Бобров И.А ЭМ-52
БАЗОВАЯ КОНФИГУРАЦИЯ КОММУТАТОРОВ
Цель работы: произвести базовую настройку коммутатора: установить пароли, указать имя коммутатора, конфигурировать IP-адрес и маску подсети, произвести настройку портов коммутатора и проверить созданную конфигурацию.
Ход работы:
Обработка 1-го свича:
>enable
#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
(config)#enable secret ?
level Set exec level password
(config)#enable secret level 15 igor
(config)#hostname bob1
bob1 (config)#interface ethernet 0/1
bob1 (config-if)#description to_s2
bob1 (config-if)#duplex full
bob1 (config-if)#no shutdown
bob1 (config-if)#duplex auto
bob1 (config-if)#no shutdown
bob1 (config-if)#exit
bob1 (config)#ip address 192.168.13.7 255.255.255.0
bob1 (config)#exit
bob1#exit
bob1>show run
Building configuration...
Current configuration:
hostname " bob1"
ip address 192.168.13.7 255.255.255.0
enable secret 1457DE45$sdf0r23SD1111
interface Ethernet0/1
Обработка 2-го свича:
>enable
#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
(config)#enable secret ?
level Set exec level password
(config)#enable secret level 15 igor
(config)#hostname bob2
bob2 (config)#interface ethernet 0/1
bob2 (config-if)#description to_s2
bob2 (config-if)#duplex full
bob2 (config-if)#no shutdown
bob2 (config-if)#duplex auto
bob2 (config-if)#no shutdown
bob2 (config-if)#exit
bob2 (config)#ip address 192.168.13.7 255.255.255.0
bob2 (config)#exit
bob2#exit
bob2>show run
Building configuration...
Current configuration:
hostname " bob2"
ip address 192.168.25.102 255.255.255.0
enable secret 1457DE45$sdf0r23SD1111
interface Ethernet0/1
Обработка 1-й станции:
C:>win
C:>ipconfig
HELP
Manipulates ip address for Workstation.
IPCONFIG [/ip] [/dg]
/ip Adds the ip address and subnet mask to the workstation
/dg Adds the default gateway to the workstation
Examples:
? ipconfig /ip 157.1.1.12 255.0.0.0
? ipconfig /dg 157.1.1.1
Boson BOSS 5.0 IP Configuration
Ethernet adapter Local Area Connection:
Connection-specific DNS Suffix . : boson.com
IP Address. . . . . . . . . . . . : 192.168.13.7
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 172.16.1.1
You can also use winipcfg to configure the IP Address
Обработка 2-й станции:
C:>win
C:>ipconfig
Boson BOSS 5.0 IP Configuration
Ethernet adapter Local Area Connection:
Connection-specific DNS Suffix . : boson.com
IP Address. . . . . . . . . . . . : 192.168.13.7
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 172.16.1.1
You can also use winipcfg to configure the IP Address
Вывод: произвел базовую настройку коммутатора: установил пароли, указал имя коммутатора, конфигурировал IP-адрес и маску подсети, произвел настройку портов коммутатора и проверил созданную конфигурацию.
Уважаемый посетитель!
Чтобы распечатать файл, скачайте его (в формате Word).
Ссылка на скачивание - внизу страницы.