Добавил:
Upload Опубликованный материал нарушает ваши авторские права? Сообщите нам.
Вуз: Предмет: Файл:
курсач отчет.doc
Скачиваний:
1
Добавлен:
13.09.2019
Размер:
233.47 Кб
Скачать

Федеральное агентство железнодорожного транспорта

_____________________

Московский государственный университет путей сообщения

(МИИТ)

____________________

Институт управления и информационных технологий

___________________

Кафедра " Вычислительные машины, комплексы, системы и сети "

О Т Ч Е Т

по курсовому проекту

по дисциплине " Сети ЭВМ и телекомуникации"

Выполнили студенты

группы УВМ-412

Волотов И.Ю.

Проверил: Желенков Б.В

Голдовский Я.М.

Москва - 2012 г.

Задание

№ отдела

PC

Выход в WAN

DHCP

1

2

3

4

5

6

7

8

1

7

0

0

1

0

1

0

0

0

0

2

108

1

1

1

0

0

0

0

0

0

3

87

1

1

0

0

0

1

1

0

1

4

31

0

0

1

0

0

0

0

1

0

5

31

0

1

0

0

1

0

0

0

0

6

64

0

0

0

0

1

0

0

0

0

7

41

0

0

0

0

0

1

0

0

0

8

123

0

1

0

0

1

0

0

0

0

Редистрибьюция маршрутов BGP и EIGRP

Management VLAN 5

Расчет адресного плана

Адресное пространство: IP адрес 192.168.0.0/24

IP адрес

Маска

№ отдела

192.168.0.128/25

255.255.255.128

3

192.168.0.0/25

255.255.255.128

2

192.168.1.128/25

255.255.255.128

6

192.168.1.0/25

255.255.255.128

8

192168.2.0/26

255.255.255.192

7

192168.2.64/26

255.255.255.192

4

192168.2.128/26

255.255.255.192

5

192.168.2.192/27

255.255.255.224

Management VLAN

192.168.2.224/27

255.255.255.224

Management VLAN

192.168.3.0/28

255.255.255.240

1

192.168.3.16/30

255.255.255.252

Serial

192.168.3.20/30

255.255.255.252

Serial

Конфигурационный файл

R1

Building configuration...

Current configuration : 2351 bytes

version 12.4

no service timestamps log datetime msec

no service timestamps debug datetime msec

no service password-encryption

hostname Router

ip dhcp pool vlan20

network 192.168.0.0 255.255.255.128

default-router 192.168.0.1

ip dhcp pool vlan30

network 192.168.0.128 255.255.255.128

default-router 192.168.0.129

!

interface FastEthernet0/0

no ip address

duplex auto

speed auto

!

interface FastEthernet0/0.5

encapsulation dot1Q 5

ip address 192.168.2.222 255.255.255.224

!

interface FastEthernet0/0.10

encapsulation dot1Q 10

ip address 192.168.3.1 255.255.255.240

ip access-group 1 out

!

interface FastEthernet0/0.20

encapsulation dot1Q 20

ip address 192.168.0.1 255.255.255.128

ip access-group 3 out

ip nat inside

!

interface FastEthernet0/0.30

encapsulation dot1Q 30

ip address 192.168.0.129 255.255.255.128

ip access-group 5 out

ip nat inside

!

interface FastEthernet0/0.40

encapsulation dot1Q 40

ip address 192.168.2.65 255.255.255.192

ip access-group 4 out

!

interface FastEthernet0/1

no ip address

duplex auto

speed auto

shutdown

!

interface Serial0/0/0

ip address 192.168.3.22 255.255.255.252

!

interface Serial0/0/1

ip address 200.1.1.1 255.255.255.0

ip nat outside

clock rate 148000

!

interface Vlan1

no ip address

shutdown

!

router eigrp 1

redistribute static

network 192.168.3.0 0.0.0.15

network 192.168.0.0

network 192.168.2.64 0.0.0.63

network 192.168.3.20 0.0.0.3

network 192.168.2.192 0.0.0.31

no auto-summary

!

ip nat inside source list 2 interface Serial0/0/1 overload

ip classless

ip route 0.0.0.0 0.0.0.0 Serial0/0/1

!

access-list 2 permit 192.168.0.0 0.0.0.255

access-list 1 deny 192.168.1.0 0.0.0.255

access-list 1 deny 192.168.0.128 0.0.0.127

access-list 1 deny 192.168.2.0 0.0.0.63

access-list 1 deny 192.168.2.128 0.0.0.63

access-list 1 permit any

access-list 3 deny 192.168.0.128 0.0.0.127

access-list 3 deny 192.168.1.0 0.0.0.255

access-list 3 deny 192.168.2.0 0.0.0.63

access-list 3 deny 192.168.2.64 0.0.0.63

access-list 3 deny 192.168.2.128 0.0.0.63

access-list 3 permit any

access-list 4 deny 192.168.1.0 0.0.0.255

access-list 4 deny 192.168.2.128 0.0.0.63

access-list 4 permit any

access-list 5 deny 192.168.2.64 0.0.0.63

access-list 5 deny 192.168.2.0 0.0.0.63

access-list 5 permit any

!

line con 0

line vty 0 4

login

!

end

R2

Building configuration...

Current configuration : 860 bytes

!

version 12.4

no service timestamps log datetime msec

no service timestamps debug datetime msec

no service password-encryption

!

hostname Router

interface FastEthernet0/0

no ip address

duplex auto

speed auto

shutdown

!

interface FastEthernet0/1

no ip address

duplex auto

speed auto

shutdown

!

interface Serial0/0/0

ip address 192.168.3.21 255.255.255.252

clock rate 148000

!

interface Serial0/0/1

ip address 192.168.3.18 255.255.255.252

clock rate 125000

!

interface Vlan1

no ip address

shutdown

!

router eigrp 1

redistribute bgp 2 metric 123154 4545 1 1 1

network 192.168.3.20 0.0.0.3

no auto-summary

!

router bgp 2

bgp log-neighbor-changes

no synchronization

neighbor 192.168.3.17 remote-as 1

redistribute eigrp 1

!

ip classless

!

no cdp run

!

line con 0

line vty 0 4

login

!

end

R3

Building configuration...

Current configuration : 2583 bytes

!

version 12.4

no service timestamps log datetime msec

no service timestamps debug datetime msec

no service password-encryption

!

hostname Router

!

ip dhcp pool vlan50

network 192.168.2.128 255.255.255.192

default-router 192.168.2.129

ip dhcp pool vlan80

network 192.168.1.0 255.255.255.128

default-router 192.168.1.1

!

interface FastEthernet0/0

no ip address

duplex auto

speed auto

!

interface FastEthernet0/0.5

encapsulation dot1Q 5

ip address 192.168.2.254 255.255.255.224

!

interface FastEthernet0/0.50

encapsulation dot1Q 50

ip address 192.168.2.129 255.255.255.192

ip access-group 5 out

!

interface FastEthernet0/0.60

encapsulation dot1Q 60

ip address 192.168.1.129 255.255.255.128

ip access-group 6 out

!

interface FastEthernet0/0.70

encapsulation dot1Q 70

ip address 192.168.2.1 255.255.255.192

ip access-group 7 out

!

interface FastEthernet0/0.80

encapsulation dot1Q 80

ip address 192.168.1.1 255.255.255.128

ip access-group 1 out

!

interface FastEthernet0/1

no ip address

duplex auto

speed auto

shutdown

!

interface Serial0/0/0

ip address 192.168.3.17 255.255.255.252

!

interface Serial0/0/1

no ip address

shutdown

!

interface Vlan1

no ip address

shutdown

!

router bgp 1

bgp log-neighbor-changes

no synchronization

neighbor 192.168.3.18 remote-as 2

network 192.168.2.0 mask 255.255.255.192

network 192.168.2.128 mask 255.255.255.192

network 192.168.1.0 mask 255.255.255.128

network 192.168.1.128 mask 255.255.255.128

network 192.168.2.224 mask 255.255.255.224

!

ip classless

!

access-list 5 deny 192.168.3.0 0.0.0.15

access-list 5 deny 192.168.0.0 0.0.0.127

access-list 5 deny 192.168.2.64 0.0.0.63

access-list 5 deny 192.168.2.0 0.0.0.63

access-list 5 deny 192.168.1.0 0.0.0.255

access-list 5 permit any

access-list 6 deny 192.168.3.0 0.0.0.15

access-list 6 deny 192.168.0.0 0.0.0.127

access-list 6 deny 192.168.2.64 0.0.0.63

access-list 6 deny 192.168.2.128 0.0.0.63

access-list 6 deny 192.168.2.0 0.0.0.63

access-list 6 deny 192.168.1.0 0.0.0.127

access-list 6 permit any

access-list 7 deny 192.168.3.0 0.0.0.15

access-list 7 deny 192.168.0.0 0.0.0.255

access-list 7 deny 192.168.1.0 0.0.0.255

access-list 7 deny 192.168.2.128 0.0.0.63

access-list 7 permit any

access-list 8 deny 192.168.3.0 0.0.0.15

access-list 8 deny 192.168.0.0 0.0.0.127

access-list 8 deny 192.168.2.0 0.0.0.63

access-list 8 deny 192.168.2.64 0.0.0.63

access-list 8 deny 192.168.2.128 0.0.0.63

access-list 8 deny 192.168.1.128 0.0.0.127

access-list 8 permit any

!

no cdp run

!

line con 0

line vty 0 4

login

!

End

SW1-SW31

Building configuration...

Current configuration : 1111 bytes

!

version 12.1

no service timestamps log datetime msec

no service timestamps debug datetime msec

no service password-encryption

!

hostname Switch

!

interface FastEthernet0/1

switchport mode trunk

!

interface FastEthernet0/2

switchport mode trunk

!

interface FastEthernet0/3

switchport mode trunk

!

interface FastEthernet0/4

!

interface FastEthernet0/5

!

interface FastEthernet0/6

!

interface FastEthernet0/7

!

interface FastEthernet0/8

!

interface FastEthernet0/9

!

interface FastEthernet0/10

!

interface FastEthernet0/11

!

interface FastEthernet0/12

!

interface FastEthernet0/13

!

interface FastEthernet0/14

!

interface FastEthernet0/15

!

interface FastEthernet0/16

!

interface FastEthernet0/17

!

interface FastEthernet0/18

!

interface FastEthernet0/19

!

interface FastEthernet0/20

!

interface FastEthernet0/21

!

interface FastEthernet0/22

!

interface FastEthernet0/23

!

interface FastEthernet0/24

!

interface Vlan1

no ip address

shutdown

!

interface Vlan5

ip address 192.168.2.193 255.255.255.224

!

ip default-gateway 192.168.2.222

!

line con 0

!

line vty 0 4

login

line vty 5 15

login

!

end