当前位置:   article > 正文

专科华为ensp网络毕业设计(企业网万金油拓扑)_网络工程毕设拓扑

网络工程毕设拓扑

没有废话,上玩意

  1. 接入层 (其他接入略)
  2. #
  3. sysname sw1
  4. #
  5. vlan batch 10 20 101
  6. #
  7. interface Ethernet0/0/1
  8. port link-type access
  9. port default vlan 10
  10. #
  11. interface Ethernet0/0/2
  12. port link-type access
  13. port default vlan 20
  14. #
  15. interface Ethernet0/0/3
  16. port link-type trunk
  17. port trunk pvid vlan 101
  18. port trunk allow-pass vlan 10 101
  19. #
  20. interface GigabitEthernet0/0/1
  21. port link-type trunk
  22. port trunk allow-pass vlan 10 20 101
  23. #
  24. interface GigabitEthernet0/0/2
  25. port link-type trunk
  26. port trunk allow-pass vlan 10 20 101
  27. #
  28. 汇聚层(其他汇聚略)
  29. #
  30. sysname sw4
  31. #
  32. vlan batch 10 20 30 40 101
  33. #
  34. interface GigabitEthernet0/0/1
  35. port link-type trunk
  36. port trunk allow-pass vlan 10 20 30 40 101
  37. #
  38. interface GigabitEthernet0/0/2
  39. port link-type trunk
  40. port trunk allow-pass vlan 10 20 30 40 101
  41. #
  42. interface GigabitEthernet0/0/3
  43. port link-type trunk
  44. port trunk allow-pass vlan 10 20 101
  45. #
  46. interface GigabitEthernet0/0/4
  47. port link-type trunk
  48. port trunk allow-pass vlan 20 30 101
  49. #
  50. interface GigabitEthernet0/0/5
  51. port link-type trunk
  52. port trunk allow-pass vlan 30 40 101
  53. 核心1
  54. #
  55. sysname sw6
  56. #
  57. vlan batch 10 20 30 40 60 100 to 102
  58. #
  59. stp instance 0 root primary
  60. #
  61. dhcp enable
  62. #
  63. interface Vlanif10
  64. ip address 10.0.10.252 255.255.255.0
  65. vrrp vrid 10 virtual-ip 10.0.10.254
  66. vrrp vrid 10 priority 120
  67. vrrp vrid 10 track interface GigabitEthernet0/0/1 reduced 30
  68. dhcp select interface
  69. #
  70. interface Vlanif20
  71. ip address 10.0.20.252 255.255.255.0
  72. vrrp vrid 20 virtual-ip 10.0.20.254
  73. vrrp vrid 20 priority 120
  74. vrrp vrid 20 track interface GigabitEthernet0/0/1 reduced 30
  75. dhcp select interface
  76. #
  77. interface Vlanif30
  78. ip address 10.0.30.252 255.255.255.0
  79. vrrp vrid 30 virtual-ip 10.0.30.254
  80. vrrp vrid 30 priority 120
  81. vrrp vrid 30 track interface GigabitEthernet0/0/1 reduced 30
  82. dhcp select interface
  83. #
  84. interface Vlanif40
  85. ip address 10.0.40.252 255.255.255.0
  86. vrrp vrid 40 virtual-ip 10.0.40.254
  87. vrrp vrid 40 priority 120
  88. vrrp vrid 40 track interface GigabitEthernet0/0/1 reduced 30
  89. dhcp select interface
  90. #
  91. interface Vlanif60
  92. ip address 172.16.0.252 255.255.255.0
  93. vrrp vrid 60 virtual-ip 172.16.0.254
  94. vrrp vrid 60 priority 120
  95. vrrp vrid 60 track interface GigabitEthernet0/0/1 reduced 30
  96. #
  97. interface Vlanif100
  98. ip address 10.0.0.1 255.255.255.252
  99. #
  100. interface Vlanif102
  101. ip address 10.0.0.10 255.255.255.252
  102. #
  103. interface Eth-Trunk1
  104. port link-type trunk
  105. port trunk allow-pass vlan 10 20 30 40 60 101
  106. #
  107. interface GigabitEthernet0/0/1
  108. port link-type access
  109. port default vlan 100
  110. #
  111. interface GigabitEthernet0/0/2
  112. port link-type trunk
  113. port trunk allow-pass vlan 10 20 30 40 101
  114. #
  115. interface GigabitEthernet0/0/3
  116. port link-type trunk
  117. port trunk allow-pass vlan 10 20 30 40 101
  118. #
  119. interface GigabitEthernet0/0/4
  120. port link-type trunk
  121. port trunk allow-pass vlan 10 20 30 40 101 to 102
  122. #
  123. interface GigabitEthernet0/0/10
  124. port link-type trunk
  125. port trunk allow-pass vlan 60
  126. #
  127. interface GigabitEthernet0/0/23
  128. eth-trunk 1
  129. #
  130. interface GigabitEthernet0/0/24
  131. eth-trunk 1
  132. #
  133. ospf 1
  134. silent-interface Vlanif102
  135. area 0.0.0.0
  136. network 172.16.0.0 0.0.0.255
  137. network 10.0.0.0 0.0.0.3
  138. network 10.0.0.4 0.0.0.3
  139. network 10.0.0.8 0.0.0.3
  140. area 0.0.0.1
  141. network 10.0.10.0 0.0.0.255
  142. network 10.0.20.0 0.0.0.255
  143. network 10.0.30.0 0.0.0.255
  144. network 10.0.40.0 0.0.0.255
  145. #
  146. 核心2
  147. #
  148. sysname sw7
  149. #
  150. vlan batch 10 20 30 40 60 100 to 101
  151. #
  152. stp instance 0 root secondary
  153. #
  154. dhcp enable
  155. #
  156. interface Vlanif10
  157. ip address 10.0.10.253 255.255.255.0
  158. vrrp vrid 10 virtual-ip 10.0.10.254
  159. dhcp select interface
  160. #
  161. interface Vlanif20
  162. ip address 10.0.20.253 255.255.255.0
  163. vrrp vrid 20 virtual-ip 10.0.20.254
  164. dhcp select interface
  165. #
  166. interface Vlanif30
  167. ip address 10.0.30.253 255.255.255.0
  168. vrrp vrid 30 virtual-ip 10.0.30.254
  169. dhcp select interface
  170. #
  171. interface Vlanif40
  172. ip address 10.0.40.253 255.255.255.0
  173. vrrp vrid 40 virtual-ip 10.0.40.254
  174. dhcp select interface
  175. #
  176. interface Vlanif60
  177. ip address 172.16.0.253 255.255.255.0
  178. vrrp vrid 60 virtual-ip 172.16.0.254
  179. #
  180. interface Vlanif100
  181. ip address 10.0.0.5 255.255.255.252
  182. #
  183. interface Eth-Trunk1
  184. port link-type trunk
  185. port trunk allow-pass vlan 10 20 30 40 60 101
  186. #
  187. interface GigabitEthernet0/0/1
  188. port link-type access
  189. port default vlan 100
  190. #
  191. interface GigabitEthernet0/0/2
  192. port link-type trunk
  193. port trunk allow-pass vlan 10 20 30 40 101
  194. #
  195. interface GigabitEthernet0/0/3
  196. port link-type trunk
  197. port trunk allow-pass vlan 10 20 30 40 101
  198. #
  199. interface GigabitEthernet0/0/10
  200. port link-type trunk
  201. port trunk allow-pass vlan 60
  202. #
  203. interface GigabitEthernet0/0/23
  204. eth-trunk 1
  205. #
  206. interface GigabitEthernet0/0/24
  207. eth-trunk 1
  208. #
  209. ospf 1
  210. area 0.0.0.0
  211. network 10.0.0.0 0.0.0.3
  212. network 10.0.0.4 0.0.0.3
  213. network 172.16.0.0 0.0.0.255
  214. area 0.0.0.1
  215. network 10.0.10.0 0.0.0.255
  216. network 10.0.20.0 0.0.0.255
  217. network 10.0.30.0 0.0.0.255
  218. network 10.0.40.0 0.0.0.255
  219. 防火墙
  220. #
  221. sysname USG6000V1
  222. #
  223. interface GigabitEthernet1/0/0
  224. undo shutdown
  225. ip address 10.0.0.2 255.255.255.252
  226. #
  227. interface GigabitEthernet1/0/1
  228. undo shutdown
  229. ip address 10.0.0.6 255.255.255.252
  230. #
  231. interface GigabitEthernet1/0/2
  232. undo shutdown
  233. ip address 220.100.0.1 255.255.255.0
  234. #
  235. firewall zone trust
  236. set priority 85
  237. add interface GigabitEthernet0/0/0
  238. add interface GigabitEthernet1/0/0
  239. add interface GigabitEthernet1/0/1
  240. #
  241. firewall zone untrust
  242. set priority 5
  243. add interface GigabitEthernet1/0/2
  244. #
  245. ospf 1
  246. default-route-advertise
  247. area 0.0.0.0
  248. network 10.0.0.2 0.0.0.0
  249. network 10.0.0.6 0.0.0.0
  250. #
  251. ip route-static 0.0.0.0 0.0.0.0 220.100.0.2
  252. #
  253. security-policy
  254. rule name T-U
  255. source-zone trust
  256. destination-zone untrust
  257. source-address 10.0.10.0 mask 255.255.255.0
  258. source-address 10.0.20.0 mask 255.255.255.0
  259. source-address 10.0.30.0 mask 255.255.255.0
  260. source-address 10.0.40.0 mask 255.255.255.0
  261. action permit
  262. #
  263. nat-policy
  264. rule name T-U
  265. source-zone trust
  266. destination-zone untrust
  267. source-address 10.0.10.0 mask 255.255.255.0
  268. source-address 10.0.20.0 mask 255.255.255.0
  269. source-address 10.0.30.0 mask 255.255.255.0
  270. source-address 10.0.40.0 mask 255.255.255.0
  271. action source-nat easy-ip
  272. #
  273. AC
  274. #
  275. vlan batch 10 20 30 40 101 to 102
  276. #
  277. dhcp enable
  278. #
  279. ip pool ap
  280. gateway-list 10.0.1.254
  281. network 10.0.1.0 mask 255.255.255.0
  282. option 43 sub-option 3 ascii 10.0.0.9
  283. #
  284. interface Vlanif101
  285. ip address 10.0.1.254 255.255.255.0
  286. dhcp select global
  287. #
  288. interface Vlanif102
  289. ip address 10.0.0.9 255.255.255.252
  290. #
  291. interface GigabitEthernet0/0/1
  292. port link-type trunk
  293. port trunk allow-pass vlan 10 20 30 40 101 to 102
  294. #
  295. ip route-static 0.0.0.0 0.0.0.0 10.0.0.10
  296. #
  297. capwap source interface vlanif102
  298. #
  299. wlan
  300. security-profile name sec
  301. security wpa-wpa2 psk pass-phrase %^%#+!SyUB4ck%lV_X#id8"!]hYp<'Z>l<K<u08v#B"A%^%# aes
  302. ssid-profile name ssid
  303. ssid wifi
  304. vap-profile name vlan10
  305. service-vlan vlan-id 10
  306. ssid-profile ssid
  307. security-profile sec
  308. vap-profile name vlan40
  309. service-vlan vlan-id 40
  310. ssid-profile ssid
  311. security-profile sec
  312. ap-group name vlan10
  313. radio 0
  314. vap-profile vlan10 wlan 1
  315. radio 1
  316. vap-profile vlan10 wlan 1
  317. ap-group name vlan40
  318. radio 0
  319. vap-profile vlan40 wlan 1
  320. radio 1
  321. vap-profile vlan40 wlan 1
  322. ap-id 1 type-id 45 ap-mac 00e0-fcc9-5790 ap-sn 2102354483108876DF1D
  323. ap-name vlan10
  324. ap-group vlan10
  325. ap-id 2 type-id 45 ap-mac 00e0-fca5-2810 ap-sn 210235448310F207ED3A
  326. ap-name vlan40
  327. ap-group vlan40
  328. 外网配置
  329. #
  330. sysname AR6
  331. #
  332. interface GigabitEthernet0/0/0
  333. ip address 220.100.0.2 255.255.255.0
  334. #
  335. interface GigabitEthernet0/0/1
  336. ip address 221.0.0.1 255.255.255.252
  337. #
  338. interface GigabitEthernet0/0/2
  339. ip address 221.0.0.5 255.255.255.252
  340. #
  341. rip 1
  342. undo summary
  343. version 2
  344. network 221.0.0.0
  345. network 220.100.0.0
  346. #
  347. sysname AR7
  348. #
  349. interface GigabitEthernet0/0/0
  350. ip address 221.0.0.2 255.255.255.252
  351. #
  352. interface GigabitEthernet0/0/1
  353. ip address 221.0.0.9 255.255.255.252
  354. #
  355. rip 1
  356. undo summary
  357. version 2
  358. network 221.0.0.0
  359. sysname AR8
  360. #
  361. interface GigabitEthernet0/0/0
  362. ip address 221.0.0.10 255.255.255.252
  363. #
  364. interface GigabitEthernet0/0/1
  365. ip address 221.0.0.13 255.255.255.252
  366. #
  367. interface GigabitEthernet0/0/2
  368. ip address 221.0.0.6 255.255.255.252
  369. #
  370. rip 1
  371. undo summary
  372. version 2
  373. network 221.0.0.0
  374. sysname AR9
  375. #
  376. interface GigabitEthernet0/0/0
  377. ip address 221.0.0.14 255.255.255.252
  378. #
  379. interface GigabitEthernet0/0/1
  380. ip address 200.100.0.2 255.255.255.0
  381. #
  382. rip 1
  383. undo summary
  384. version 2
  385. network 200.100.0.0
  386. network 221.0.0.0

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/IT小白/article/detail/713219
推荐阅读
相关标签
  

闽ICP备14008679号