計算機(jī)網(wǎng)絡(luò)課程設(shè)計---校園網(wǎng)網(wǎng)絡(luò)構(gòu)建方案設(shè)計和實現(xiàn)_第1頁
已閱讀1頁,還剩22頁未讀 繼續(xù)免費(fèi)閱讀

下載本文檔

版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請進(jìn)行舉報或認(rèn)領(lǐng)

文檔簡介

1、<p>  《計算機(jī)網(wǎng)絡(luò)》課程設(shè)計報告書</p><p><b>  題目需求</b></p><p>  1.題目:校園網(wǎng)網(wǎng)絡(luò)構(gòu)建方案設(shè)計和實現(xiàn)</p><p>  2.情況:某高?,F(xiàn)有三個地理位置分離的分校區(qū),每個校區(qū)入網(wǎng)信息點有多個,現(xiàn)準(zhǔn)備通過教科網(wǎng)接入因特網(wǎng)。而從教科網(wǎng)只申請到4個c類網(wǎng)絡(luò)(222.191.1.0~222.19

2、1.4.0),(若是不限制地址段數(shù)量也可以)為了安全,要求每個分校區(qū)的學(xué)生公寓子網(wǎng)和教師子網(wǎng)不在同一個廣播域。同時,學(xué)校有若干臺應(yīng)用服務(wù)器,同時對內(nèi)和對外提供web等網(wǎng)絡(luò)服務(wù)。</p><p>  3.要求:(1)分析以上情況,結(jié)合實驗室條件,完成需求分析;</p><p>  (2)列出實驗所需設(shè)備,完成網(wǎng)絡(luò)拓?fù)浣Y(jié)構(gòu)圖;</p><p> ?。?)在案實驗環(huán)境下完

3、成設(shè)備的具體配置</p><p><b>  (4)調(diào)試驗證</b></p><p><b>  二、拓?fù)浣Y(jié)構(gòu)圖</b></p><p>  本設(shè)計采用星型拓?fù)浣Y(jié)構(gòu),三個校區(qū)的路由下面各自連接一臺交換機(jī),交換機(jī)下連接4臺PC機(jī),前面兩臺供教師使用,后面兩臺供學(xué)生公寓使用,其中服務(wù)器劃分在教師網(wǎng)里。</p>&

4、lt;p>  關(guān)于端口的IP地址分配方案</p><p><b>  路由器解決方案</b></p><p>  采用了rip協(xié)議。RIP協(xié)議的全稱是一種內(nèi)部網(wǎng)關(guān)協(xié)議(IGP),是一種動態(tài)路由選擇,用于一個自治系統(tǒng)(AS)內(nèi)的路由信息的傳遞。RIP協(xié)議是基于距離矢量算法(DistanceVectorAlgorithms)的,它使用“跳數(shù)”,即metric來衡量到

5、達(dá)目標(biāo)地址的路由距離。這種協(xié)議的路由器只關(guān)心自己周圍的世界,只與自己相鄰的路由器交換信息,范圍限制在15跳(15度)之內(nèi),再遠(yuǎn),它就不關(guān)心了。RIP應(yīng)用于OSI網(wǎng)絡(luò)七層模型的網(wǎng)絡(luò)層。</p><p><b>  RIP基本配置命令</b></p><p>  Router(config)#router rip 在路由器上啟動RIP協(xié)議</p><

6、;p>  Router(config-router)#network x.y.z 路由器的直連網(wǎng)段</p><p><b>  RIP可選配置命令</b></p><p>  Router(config)#no router rip 在路由器上關(guān)閉RIP協(xié)議</p><p>  Router(config-router)#no ne

7、work x.y.z 從RIP協(xié)議中移除x,y,z網(wǎng)絡(luò)</p><p>  Router(config-router)#version 2 協(xié)議為第2版</p><p>  Router(config-if)#ip rip send version 2 該接口僅發(fā)送RIP ver2 報文</p><p>  Router(config-if)#ip rip

8、send version 1 該接口僅發(fā)送RIP ver1 報文 </p><p>  Router(config-if)#ip rip send version 12 該接口發(fā)送RIP ver1和ver2 報文</p><p>  Router(config-if)#ip rip receive version 2 該接口僅接受RIP ver2 報文</p><p

9、>  Router(config-router)#no auto-summary 關(guān)閉路由協(xié)議的自動聚合功能</p><p>  Router(config-router)#in split-horizon 配置水平分割</p><p>  路由器0的解決方案:</p><p>  Router0(config)#router rip</p>

10、<p>  Router0(config-router)#network 192.168.1.0</p><p>  Router0(config-router)#network 192.168.2.0</p><p>  Router0(config-router)#network 192.168.7.0</p><p>  Router0(confi

11、g-router)#</p><p><b>  路由器1的解決方案</b></p><p>  Router1(config)#router rip</p><p>  Router1(config-router)#network 192.168.3.0</p><p>  Router1(config-router)

12、#network 192.168.4.0</p><p>  Router1(config-router)#network 192.168.7.0</p><p>  Router1(config-router)#network 192.168.8.0</p><p>  Router1(config-router)#</p><p><

13、;b>  路由器3的解決方案</b></p><p>  Router1(config)#router rip</p><p>  Router1(config-router)#network 192.168.5.0</p><p>  Router1(config-router)#network 192.168.6.0</p>&l

14、t;p>  Router1(config-router)#network 192.168.8.0</p><p>  Router1(config-router)#</p><p><b>  不同廣播域劃分思路</b></p><p>  1.首先創(chuàng)建VLAN</p><p>  Switch(vlan)#vla

15、n 10 name teacher</p><p>  VLAN 10 modified:</p><p>  Name: student</p><p>  Switch(vlan)#vlan 20 name student </p><p>  VLAN 20 modified:</p><p>  Name: t

16、eacher</p><p>  Switch(vlan)#exit</p><p>  APPLY completed.</p><p>  Exiting....</p><p>  2.把交換機(jī)端口分配給VLAN</p><p>  Switch#congf t</p><p>  Ent

17、er configuration commands, one per line. End with CNTL/Z.</p><p>  Switch(config)#int range fa0/2 - 3</p><p>  Switch(config-if-range)#switchport mode access</p><p>  Switch(config

18、-if-range)#switchport mode access vlan 10</p><p>  Switch(config-if-range)#int range fa0/11 - 12</p><p>  Switch(config-if-range)#switchport mode access</p><p>  Switch(config-if-r

19、ange)#switchport access vlan 20</p><p>  Switch(config-if-range)#exit</p><p>  3.配置交換機(jī)trunk窗口(交換機(jī)上連的端口)</p><p>  Switch(config)#int fa0/1</p><p>  Switch(config-if)#swi

20、tchport mode trunk</p><p>  Switch(config-if)#Switch(config-if)#switchport mode trunk allowed vlan all</p><p>  Switch(config-if)#no shut</p><p>  Switch(config-if)#</p><

21、p>  4.配置路由器子接口(路由器下連的端口)</p><p>  Router(config)#int fa0/0.1</p><p>  Router(config-subif)#encapsiulation dot1q 10</p><p>  Router(config-subif)#ip address 192.168.1.1 255.255.25

22、5,0.0</p><p>  Router(config-subif)#no shut</p><p>  Router(config-subif)#exit</p><p>  Router(config)#int fa0/0.2</p><p>  Router(config-subif)#encapsulation dot1q 20

23、</p><p>  Router(config-subif)#ip address 192.168.2.1 255.255.255.0</p><p>  Router(config-subif)#no shut</p><p>  Router(config-subif)#exit</p><p>  Router(config#int

24、fa0/0</p><p>  Router(config-if)#no shut</p><p><b>  配置表</b></p><p><b>  1.Router0</b></p><p><b>  !</b></p><p>  versi

25、on 12.4</p><p>  no service password-encryption</p><p><b>  !</b></p><p>  hostname Router</p><p><b>  !</b></p><p><b>  !<

26、;/b></p><p><b>  !</b></p><p><b>  !</b></p><p><b>  !</b></p><p>  ip ssh version 1</p><p><b>  !</b>&l

27、t;/p><p><b>  !</b></p><p>  interface FastEthernet0/0</p><p>  no ip address</p><p>  duplex auto</p><p>  speed auto</p><p><b&g

28、t;  !</b></p><p>  interface FastEthernet0/0.1</p><p>  encapsulation dot1Q 10</p><p>  ip address 192.168.1.1 255.255.255.0</p><p><b>  !</b></p&g

29、t;<p>  interface FastEthernet0/0.2</p><p>  encapsulation dot1Q 20</p><p>  ip address 192.168.2.1 255.255.255.0</p><p><b>  !</b></p><p>  interfac

30、e FastEthernet0/1</p><p>  no ip address</p><p>  duplex auto</p><p>  speed auto</p><p><b>  shutdown</b></p><p><b>  !</b></p&

31、gt;<p>  interface Serial0/3/0</p><p>  ip address 192.168.7.1 255.255.255.0</p><p>  clock rate 64000</p><p><b>  !</b></p><p>  interface Serial0/3

32、/1</p><p>  no ip address</p><p><b>  shutdown</b></p><p><b>  !</b></p><p>  interface Vlan1</p><p>  no ip address</p><

33、;p><b>  shutdown</b></p><p><b>  !</b></p><p>  router rip</p><p>  network 192.168.1.0</p><p>  network 192.168.2.0</p><p>  ne

34、twork 192.168.7.0</p><p><b>  !</b></p><p>  ip classless</p><p><b>  !</b></p><p><b>  !</b></p><p><b>  !</b

35、></p><p><b>  !</b></p><p><b>  !</b></p><p>  line con 0</p><p>  line vty 0 4</p><p><b>  login</b></p><

36、;p><b>  !</b></p><p><b>  !</b></p><p><b>  end</b></p><p><b>  2.Router1</b></p><p><b>  !</b></p>

37、<p>  version 12.4</p><p>  no service password-encryption</p><p><b>  !</b></p><p>  hostname Switch</p><p><b>  !</b></p><p&

38、gt;<b>  !</b></p><p><b>  !</b></p><p><b>  !</b></p><p><b>  !</b></p><p>  ip ssh version 1</p><p><b&

39、gt;  !</b></p><p><b>  !</b></p><p>  interface FastEthernet0/0</p><p>  no ip address</p><p>  duplex auto</p><p>  speed auto</p>

40、<p><b>  !</b></p><p>  interface FastEthernet0/0.1</p><p>  encapsulation dot1Q 10</p><p>  ip address 192.168.3.1 255.255.255.0</p><p><b>  !

41、</b></p><p>  interface FastEthernet0/0.2</p><p>  encapsulation dot1Q 20</p><p>  ip address 192.168.4.1 255.255.255.0</p><p><b>  !</b></p>&

42、lt;p>  interface FastEthernet0/1</p><p>  no ip address</p><p>  duplex auto</p><p>  speed auto</p><p><b>  shutdown</b></p><p><b>  

43、!</b></p><p>  interface Serial0/3/0</p><p>  ip address 192.168.7.2 255.255.255.0</p><p><b>  !</b></p><p>  interface Serial0/3/1</p><p&g

44、t;  ip address 192.168.8.1 255.255.255.0</p><p>  clock rate 64000</p><p><b>  !</b></p><p>  interface Vlan1</p><p>  no ip address</p><p><

45、;b>  shutdown</b></p><p><b>  !</b></p><p>  router rip</p><p>  network 192.168.3.0</p><p>  network 192.168.4.0</p><p>  network 192

46、.168.7.0</p><p>  network 192.168.8.0</p><p><b>  !</b></p><p>  ip classless</p><p><b>  !</b></p><p><b>  !</b></p

47、><p><b>  !</b></p><p><b>  !</b></p><p><b>  !</b></p><p>  line con 0</p><p>  line vty 0 4</p><p><b>

48、;  login</b></p><p>  line vty 5 15</p><p><b>  login</b></p><p><b>  !</b></p><p><b>  !</b></p><p><b>  e

49、nd</b></p><p><b>  3.Router3</b></p><p><b>  !</b></p><p>  version 12.4</p><p>  no service password-encryption</p><p><b

50、>  !</b></p><p>  hostname Router</p><p><b>  !</b></p><p><b>  !</b></p><p><b>  !</b></p><p><b>  !<

51、;/b></p><p><b>  !</b></p><p>  ip ssh version 1</p><p><b>  !</b></p><p><b>  !</b></p><p>  interface FastEthernet

52、0/0</p><p>  no ip address</p><p>  duplex auto</p><p>  speed auto</p><p><b>  !</b></p><p>  interface FastEthernet0/0.1</p><p>

53、  encapsulation dot1Q 10</p><p>  ip address 192.168.5.1 255.255.255.0</p><p><b>  !</b></p><p>  interface FastEthernet0/0.2</p><p>  encapsulation dot1Q 2

54、0</p><p>  ip address 192.168.6.1 255.255.255.0</p><p><b>  !</b></p><p>  interface FastEthernet0/1</p><p>  no ip address</p><p>  duplex aut

55、o</p><p>  speed auto</p><p><b>  shutdown</b></p><p><b>  !</b></p><p>  interface Serial0/3/0</p><p>  ip address 192.168.8.2 255

56、.255.255.0</p><p><b>  !</b></p><p>  interface Serial0/3/1</p><p>  no ip address</p><p><b>  shutdown</b></p><p><b>  !<

57、/b></p><p>  interface Vlan1</p><p>  no ip address</p><p><b>  shutdown</b></p><p><b>  !</b></p><p>  router rip</p>&l

58、t;p>  network 192.168.5.0</p><p>  network 192.168.6.0</p><p>  network 192.168.8.0</p><p><b>  !</b></p><p>  ip classless</p><p><b>

59、  !</b></p><p><b>  !</b></p><p><b>  !</b></p><p><b>  !</b></p><p><b>  !</b></p><p>  line con 0&l

60、t;/p><p>  line vty 0 4</p><p><b>  login</b></p><p><b>  !</b></p><p><b>  !</b></p><p><b>  End</b></p>

61、;<p><b>  4.Switch0</b></p><p><b>  !</b></p><p>  version 12.1</p><p>  no service password-encryption</p><p><b>  !</b><

62、/p><p>  hostname Switch</p><p><b>  !</b></p><p><b>  !</b></p><p><b>  !</b></p><p>  interface FastEthernet0/1</p>

63、;<p>  switchport mode trunk</p><p><b>  !</b></p><p>  interface FastEthernet0/2</p><p>  switchport access vlan 10</p><p><b>  !</b><

64、;/p><p>  interface FastEthernet0/3</p><p>  switchport access vlan 10</p><p><b>  !</b></p><p>  interface FastEthernet0/4</p><p>  switchport ac

65、cess vlan 10</p><p><b>  !</b></p><p>  interface FastEthernet0/5</p><p>  switchport access vlan 10</p><p><b>  !</b></p><p>  int

66、erface FastEthernet0/6</p><p>  switchport access vlan 10</p><p><b>  !</b></p><p>  interface FastEthernet0/7</p><p>  switchport access vlan 10</p>

67、<p><b>  !</b></p><p>  interface FastEthernet0/8</p><p>  switchport access vlan 10</p><p><b>  !</b></p><p>  interface FastEthernet0/9&

68、lt;/p><p>  switchport access vlan 10</p><p><b>  !</b></p><p>  interface FastEthernet0/10</p><p>  switchport access vlan 10</p><p><b>  !

69、</b></p><p>  interface FastEthernet0/11</p><p>  switchport access vlan 20</p><p><b>  !</b></p><p>  interface FastEthernet0/12</p><p>

70、  switchport access vlan 20</p><p><b>  !</b></p><p>  interface FastEthernet0/13</p><p>  switchport access vlan 20</p><p><b>  !</b></p>

71、<p>  interface FastEthernet0/14</p><p>  switchport access vlan 20</p><p><b>  !</b></p><p>  interface FastEthernet0/15</p><p>  switchport access

72、vlan 20</p><p><b>  !</b></p><p>  interface FastEthernet0/16</p><p>  switchport access vlan 20</p><p><b>  !</b></p><p>  interfa

73、ce FastEthernet0/17</p><p>  switchport access vlan 20</p><p><b>  !</b></p><p>  interface FastEthernet0/18</p><p>  switchport access vlan 20</p>&

74、lt;p><b>  !</b></p><p>  interface FastEthernet0/19</p><p>  switchport access vlan 20</p><p><b>  !</b></p><p>  interface FastEthernet0/20&

75、lt;/p><p>  switchport access vlan 20</p><p><b>  !</b></p><p>  interface FastEthernet0/21</p><p><b>  !</b></p><p>  interface FastE

76、thernet0/22</p><p><b>  !</b></p><p>  interface FastEthernet0/23</p><p><b>  !</b></p><p>  interface FastEthernet0/24</p><p><

77、b>  !</b></p><p>  interface Vlan1</p><p>  no ip address</p><p><b>  shutdown</b></p><p><b>  !</b></p><p>  line con 0&l

78、t;/p><p><b>  !</b></p><p>  line vty 0 4</p><p><b>  login</b></p><p>  line vty 5 15</p><p><b>  login</b></p>&l

79、t;p><b>  !</b></p><p><b>  !</b></p><p><b>  end</b></p><p><b>  5.Switch1</b></p><p><b>  !</b></p>

80、;<p>  version 12.1</p><p>  no service password-encryption</p><p><b>  !</b></p><p>  hostname Switch</p><p><b>  !</b></p><p

81、><b>  !</b></p><p><b>  !</b></p><p>  interface FastEthernet0/1</p><p>  switchport mode trunk</p><p><b>  !</b></p><

82、p>  interface FastEthernet0/2</p><p>  switchport access vlan 10</p><p><b>  !</b></p><p>  interface FastEthernet0/3</p><p>  switchport access vlan 10&

83、lt;/p><p><b>  !</b></p><p>  interface FastEthernet0/4</p><p>  switchport access vlan 10</p><p><b>  !</b></p><p>  interface FastEt

84、hernet0/5</p><p>  switchport access vlan 10</p><p><b>  !</b></p><p>  interface FastEthernet0/6</p><p>  switchport access vlan 10</p><p><

85、;b>  !</b></p><p>  interface FastEthernet0/7</p><p>  switchport access vlan 10</p><p><b>  !</b></p><p>  interface FastEthernet0/8</p>&l

86、t;p>  switchport access vlan 10</p><p><b>  !</b></p><p>  interface FastEthernet0/9</p><p>  switchport access vlan 10</p><p><b>  !</b><

87、/p><p>  interface FastEthernet0/10</p><p>  switchport access vlan 10</p><p><b>  !</b></p><p>  interface FastEthernet0/11</p><p>  switchport a

88、ccess vlan 20</p><p><b>  !</b></p><p>  interface FastEthernet0/12</p><p>  switchport access vlan 20</p><p><b>  !</b></p><p>  i

89、nterface FastEthernet0/13</p><p>  switchport access vlan 20</p><p><b>  !</b></p><p>  interface FastEthernet0/14</p><p>  switchport access vlan 20</p&

90、gt;<p><b>  !</b></p><p>  interface FastEthernet0/15</p><p>  switchport access vlan 20</p><p><b>  !</b></p><p>  interface FastEtherne

91、t0/16</p><p>  switchport access vlan 20</p><p><b>  !</b></p><p>  interface FastEthernet0/17</p><p>  switchport access vlan 20</p><p><b&

92、gt;  !</b></p><p>  interface FastEthernet0/18</p><p>  switchport access vlan 20</p><p><b>  !</b></p><p>  interface FastEthernet0/19</p><

93、;p>  switchport access vlan 20</p><p><b>  !</b></p><p>  interface FastEthernet0/20</p><p>  switchport access vlan 20</p><p><b>  !</b><

94、/p><p>  interface FastEthernet0/21</p><p><b>  !</b></p><p>  interface FastEthernet0/22</p><p><b>  !</b></p><p>  interface FastEth

95、ernet0/23</p><p><b>  !</b></p><p>  interface FastEthernet0/24</p><p><b>  !</b></p><p>  interface Vlan1</p><p>  no ip address&l

96、t;/p><p><b>  shutdown</b></p><p><b>  !</b></p><p>  line con 0</p><p><b>  !</b></p><p>  line vty 0 4</p><p&

97、gt;<b>  login</b></p><p>  line vty 5 15</p><p><b>  login</b></p><p><b>  !</b></p><p><b>  !</b></p><p>&

98、lt;b>  end</b></p><p><b>  6.Switch2</b></p><p><b>  !</b></p><p>  version 12.1</p><p>  no service password-encryption</p><

99、;p><b>  !</b></p><p>  hostname Switch</p><p><b>  !</b></p><p><b>  !</b></p><p><b>  !</b></p><p>  in

100、terface FastEthernet0/1</p><p>  switchport mode trunk</p><p><b>  !</b></p><p>  interface FastEthernet0/2</p><p>  switchport access vlan 10</p>&l

101、t;p><b>  !</b></p><p>  interface FastEthernet0/3</p><p>  switchport access vlan 10</p><p><b>  !</b></p><p>  interface FastEthernet0/4<

102、/p><p>  switchport access vlan 10</p><p><b>  !</b></p><p>  interface FastEthernet0/5</p><p>  switchport access vlan 10</p><p><b>  !<

103、/b></p><p>  interface FastEthernet0/6</p><p>  switchport access vlan 10</p><p><b>  !</b></p><p>  interface FastEthernet0/7</p><p>  swit

104、chport access vlan 10</p><p><b>  !</b></p><p>  interface FastEthernet0/8</p><p>  switchport access vlan 10</p><p><b>  !</b></p><p

105、>  interface FastEthernet0/9</p><p>  switchport access vlan 10</p><p><b>  !</b></p><p>  interface FastEthernet0/10</p><p>  switchport access vlan 10&

106、lt;/p><p><b>  !</b></p><p>  interface FastEthernet0/11</p><p>  switchport access vlan 20</p><p><b>  !</b></p><p>  interface FastE

107、thernet0/12</p><p>  switchport access vlan 20</p><p><b>  !</b></p><p>  interface FastEthernet0/13</p><p>  switchport access vlan 20</p><p>

108、<b>  !</b></p><p>  interface FastEthernet0/14</p><p>  switchport access vlan 20</p><p><b>  !</b></p><p>  interface FastEthernet0/15</p>

109、;<p>  switchport access vlan 20</p><p><b>  !</b></p><p>  interface FastEthernet0/16</p><p>  switchport access vlan 20</p><p><b>  !</b&g

110、t;</p><p>  interface FastEthernet0/17</p><p>  switchport access vlan 20</p><p><b>  !</b></p><p>  interface FastEthernet0/18</p><p>  switch

111、port access vlan 20</p><p><b>  !</b></p><p>  interface FastEthernet0/19</p><p>  switchport access vlan 20</p><p><b>  !</b></p><p&

112、gt;  interface FastEthernet0/20</p><p>  switchport access vlan 20</p><p><b>  !</b></p><p>  interface FastEthernet0/21</p><p><b>  !</b></p

113、><p>  interface FastEthernet0/22</p><p><b>  !</b></p><p>  interface FastEthernet0/23</p><p><b>  !</b></p><p>  interface FastEther

114、net0/24</p><p><b>  !</b></p><p>  interface Vlan1</p><p>  no ip address</p><p><b>  shutdown</b></p><p><b>  !</b><

115、;/p><p>  line con 0</p><p><b>  !</b></p><p>  line vty 0 4</p><p><b>  login</b></p><p>  line vty 5 15</p><p><b>

116、;  login</b></p><p><b>  !</b></p><p><b>  !</b></p><p><b>  end</b></p><p><b>  驗證</b></p><p>  各主機(jī)p

117、ing的結(jié)果:</p><p>  PC0 ping PC4:</p><p>  PC3 ping PC6:</p><p>  PC5 ping PC3:</p><p>  PC6 ping PC8:</p><p>  PC9 ping PC1:</p><p>  PC10 ping

118、PC7:</p><p>  主機(jī)與服務(wù)器的連接:</p><p>  PC1和服務(wù)器的連接:</p><p>  PC3和服務(wù)器的連接:</p><p>  PC4和服務(wù)器的連接:</p><p>  PC7和服務(wù)器的連接:</p><p>  PC8和服務(wù)器的連接:</p>&

119、lt;p>  PC11和服務(wù)器的連接:</p><p><b>  八、實驗總結(jié)</b></p><p>  這次課程設(shè)計是三年以來最難忘的一次,收獲很大。剛拿到課程設(shè)計的題目時不知道如何下手,不知道該用什么樣的拓?fù)浣Y(jié)構(gòu),雖然這次是之前實驗的一次融合但時間的原因還是有點生疏。按照自己對題目的理解和上網(wǎng)查詢的結(jié)果,對實驗的解決方案有了初步的構(gòu)思。</p>

120、;<p>  之前的實驗,路由和交換機(jī)等設(shè)備的配置我都是采用了在設(shè)備的屬性里直接手動修改的,所以這次第一次在命令行里用程序修改,這也是我在本次實驗里遇見的第一個困難,由于操作不熟練浪費(fèi)了很多時間也多次導(dǎo)致配置錯誤。經(jīng)過多次練習(xí)最終克服了這個困難。其次,在所有都搭建好了pc機(jī)可以相互ping的情況下發(fā)現(xiàn)自己沒有劃分VLAN,后又直接在交換機(jī)里增加的VLAN,當(dāng)重新配置以后發(fā)現(xiàn)所有PC機(jī)不能相互ping了,經(jīng)過長時間的問題排查

121、始終沒有發(fā)現(xiàn)錯誤,后又讓同學(xué)幫忙檢查也未發(fā)現(xiàn)準(zhǔn)確的錯誤,后來只能重新做了一次。以上兩個是這次我遇到的比較大的困難,還有遇到了許多小的磕磕盼盼,比如漏將服務(wù)器劃分到虛擬局域網(wǎng)里等。另外一個是剛開始IP地址太多,配IP地址時一時搞不清混亂了,后來自己做了張表記錄下來,使配置更加有條不紊。</p><p>  課程設(shè)計將思維實踐結(jié)合,既運(yùn)用書本知識又聯(lián)系生活活學(xué)活用。雖然過程曲折但當(dāng)結(jié)果出來以后心里很有成就感。希望自己

溫馨提示

  • 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
  • 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
  • 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會有圖紙預(yù)覽,若沒有圖紙預(yù)覽就沒有圖紙。
  • 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
  • 5. 眾賞文庫僅提供信息存儲空間,僅對用戶上傳內(nèi)容的表現(xiàn)方式做保護(hù)處理,對用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對任何下載內(nèi)容負(fù)責(zé)。
  • 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請與我們聯(lián)系,我們立即糾正。
  • 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時也不承擔(dān)用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。

最新文檔

評論

0/150

提交評論