wavec022

final project switch config

May 5th, 2021 (edited)
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.44 KB | None | 0 0
  1. --------------3ID_SW CONFIG-----------------------------
  2.  
  3. service password-encryption
  4. hostname 3ID_SW
  5. enable secret cisco
  6. enable password cisco1
  7. username sshuser password 0 sshpassword
  8. !
  9. ip domain-name cy350.com
  10. crypto key generate rsa
  11. 1024
  12. ip ssh version 2
  13. !
  14. vlan 10
  15. name LOC_Users
  16. vlan 11
  17. name OPS_Users
  18. vlan 12
  19. name 75th_Ranger
  20. vlan 13
  21. name Marines_Users
  22. vlan 14
  23. name AF_Users
  24. vlan 15
  25. name Sparta_Data
  26. vlan 16
  27. name Maresz_Data
  28. vlan 17
  29. name Army_Users
  30. vlan 18
  31. name Speicher_Data
  32. vlan 19
  33. name SOF
  34. vlan 25
  35. name Sparta_Voice
  36. vlan 28
  37. name Speicher_Voice
  38. vlan 30
  39. name Balad_MGMT
  40. vlan 31
  41. name Warhorse_IMO
  42. vlan 32
  43. name 3ID_MGMT
  44. !
  45. interface vlan 32
  46. description vlan self
  47. ip address 10.64.104.180 255.255.255.240
  48. no shutdown
  49. !
  50. interface FastEthernet0/1
  51. description to Liberty
  52. switchport mode trunk
  53. switchport trunk allowed vlan 10,11,12,13,14,15,16,17,18,19,25,28,30,31,32
  54. !
  55. interface FastEthernet0/2
  56. description to Balad
  57. switchport mode trunk
  58. switchport trunk allowed vlan 10,11,12,13,14,30
  59. !
  60. interface FastEthernet0/3
  61. description to Warhorse
  62. switchport mode trunk
  63. switchport trunk allowed vlan 15,16,17,18,19,25,28,31
  64. !
  65. banner login # This is the remote login for 3ID_SW #
  66. banner motd # Welcome to 3ID_SW #
  67. !
  68. line con 0
  69. password cisco
  70. line vty 0 15
  71. password cisco
  72. login local
  73. transport input ssh
  74. end
  75.  
  76.  
  77. --------------Catfish_SW CONFIG-----------------------------
  78.  
  79. service password-encryption
  80. hostname Catfish_SW
  81. enable secret cisco
  82. enable password cisco1
  83. username sshuser password 0 sshpassword
  84. !
  85. ip domain-name cy350.com
  86. crypto key generate rsa
  87. 1024
  88. ip ssh version 2
  89. !
  90. vlan 10
  91. name LOC_Users
  92. vlan 11
  93. name OPS_Users
  94. vlan 12
  95. name 75th_Ranger
  96. vlan 13
  97. name Marines_Users
  98. vlan 14
  99. name AF_Users
  100. vlan 15
  101. name Sparta_Data
  102. vlan 16
  103. name Maresz_Data
  104. vlan 17
  105. name Army_Users
  106. vlan 18
  107. name Speicher_Data
  108. vlan 19
  109. name SOF
  110. vlan 25
  111. name Sparta_Voice
  112. vlan 28
  113. name Speicher_Voice
  114. vlan 30
  115. name Balad_MGMT
  116. vlan 31
  117. name Warhorse_IMO
  118. vlan 32
  119. name 3ID_MGMT
  120. !
  121. vtp domain CY350.com
  122. vtp mode server
  123. vtp password cisco
  124. vtp version 2
  125. !
  126. interface vlan 30
  127. description vlan self
  128. ip address 10.64.104.161 255.255.255.240
  129. no shutdown
  130. !
  131. interface FastEthernet0/10
  132. description to LOC Users
  133. switchport mode access
  134. switchport access vlan 10
  135. !
  136. interface FastEthernet0/11
  137. description to LOC Users
  138. switchport mode access
  139. switchport access vlan 10
  140. !
  141. interface FastEthernet0/12
  142. description to OPS Users
  143. switchport mode access
  144. switchport access vlan 11
  145. !
  146. interface FastEthernet0/13
  147. description to OPS Users
  148. switchport mode access
  149. switchport access vlan 11
  150. !
  151. interface FastEthernet0/23
  152. description to MGMT
  153. switchport mode access
  154. switchport access vlan 30
  155. !
  156. interface FastEthernet0/24
  157. description to Balad
  158. switchport mode trunk
  159. switchport trunk allowed vlan 10,11,12,13,14,30
  160. !
  161. interface GigabitEthernet0/1
  162. description to Talil
  163. switchport mode trunk
  164. switchport trunk allowed vlan 12,30
  165. !
  166. interface GigabitEthernet0/2
  167. description to Ramadi
  168. switchport mode trunk
  169. switchport trunk allowed vlan 13,14,30
  170. !
  171. banner login # This is the remote login for Catfish_SW #
  172. banner motd # Welcome to Catfish_SW #
  173. !
  174. line con 0
  175. password cisco
  176. line vty 0 15
  177. password cisco
  178. login local
  179. transport input ssh
  180. end
  181.  
  182.  
  183. --------------Talil_SW CONFIG-----------------------------
  184.  
  185. service password-encryption
  186. hostname Catfish_SW
  187. enable secret cisco
  188. enable password cisco1
  189. username sshuser password 0 sshpassword
  190. !
  191. ip domain-name cy350.com
  192. crypto key generate rsa
  193. 1024
  194. ip ssh version 2
  195. !
  196. vlan 10
  197. name LOC_Users
  198. vlan 11
  199. name OPS_Users
  200. vlan 12
  201. name 75th_Ranger
  202. vlan 13
  203. name Marines_Users
  204. vlan 14
  205. name AF_Users
  206. vlan 15
  207. name Sparta_Data
  208. vlan 16
  209. name Maresz_Data
  210. vlan 17
  211. name Army_Users
  212. vlan 18
  213. name Speicher_Data
  214. vlan 19
  215. name SOF
  216. vlan 25
  217. name Sparta_Voice
  218. vlan 28
  219. name Speicher_Voice
  220. vlan 30
  221. name Balad_MGMT
  222. vlan 31
  223. name Warhorse_IMO
  224. vlan 32
  225. name 3ID_MGMT
  226. !
  227. vtp domain CY350.com
  228. vtp mode client
  229. vtp password cisco
  230. vtp version 2
  231. !
  232. interface vlan 30
  233. description vlan self
  234. ip address 10.64.104.162 255.255.255.240
  235. no shutdown
  236. !
  237. interface GigabitEthernet0/1
  238. description to Ramadi_SW
  239. switchport mode trunk
  240. switchport trunk allowed vlan 30
  241. !
  242. interface GigabitEthernet0/2
  243. description to Catfish_SW
  244. switchport mode trunk
  245. switchport trunk allowed vlan 12,30
  246. !
  247. interface FastEthernet0/2
  248. description to Talil Wireless
  249. switchport mode trunk
  250. switchport trunk allowed vlan 12,30
  251. !
  252. interface FastEthernet0/23
  253. description to MGMT
  254. switchport mode access
  255. switchport access vlan 30
  256. !
  257. banner login # This is the remote login for Talil_SW #
  258. banner motd # Welcome to Talil_SW #
  259. !
  260. line con 0
  261. password cisco
  262. line vty 0 15
  263. password cisco
  264. login local
  265. transport input ssh
  266. end
  267.  
  268.  
  269. --------------Ramadi_SW CONFIG-----------------------------
  270.  
  271. service password-encryption
  272. hostname Catfish_SW
  273. enable secret cisco
  274. enable password cisco1
  275. username sshuser password 0 sshpassword
  276. !
  277. ip domain-name cy350.com
  278. crypto key generate rsa
  279. 1024
  280. ip ssh version 2
  281. !
  282. vlan 10
  283. name LOC_Users
  284. vlan 11
  285. name OPS_Users
  286. vlan 12
  287. name 75th_Ranger
  288. vlan 13
  289. name Marines_Users
  290. vlan 14
  291. name AF_Users
  292. vlan 15
  293. name Sparta_Data
  294. vlan 16
  295. name Maresz_Data
  296. vlan 17
  297. name Army_Users
  298. vlan 18
  299. name Speicher_Data
  300. vlan 19
  301. name SOF
  302. vlan 25
  303. name Sparta_Voice
  304. vlan 28
  305. name Speicher_Voice
  306. vlan 30
  307. name Balad_MGMT
  308. vlan 31
  309. name Warhorse_IMO
  310. vlan 32
  311. name 3ID_MGMT
  312. !
  313. vtp domain CY350.com
  314. vtp mode client
  315. vtp password cisco
  316. vtp version 2
  317. !
  318. interface vlan 30
  319. description vlan self
  320. ip address 10.64.104.163 255.255.255.240
  321. no shutdown
  322. !
  323. interface GigabitEthernet0/1
  324. description to Talil_SW
  325. switchport mode trunk
  326. switchport trunk allowed vlan 30
  327. !
  328. interface GigabitEthernet0/2
  329. description to Catfish_SW
  330. switchport mode trunk
  331. switchport trunk allowed vlan 13,14,30
  332. !
  333. interface FastEthernet0/10
  334. description to Marines Users
  335. switchport mode access
  336. switchport access vlan 13
  337. !
  338. interface FastEthernet0/11
  339. description to Marines Users
  340. switchport mode access
  341. switchport access vlan 13
  342. !
  343. interface FastEthernet0/12
  344. description to Marines Users
  345. switchport mode access
  346. switchport access vlan 13
  347. !
  348. interface FastEthernet0/13
  349. description to Marines Users
  350. switchport mode access
  351. switchport access vlan 13
  352. !
  353. interface FastEthernet0/23
  354. description to MGMT
  355. switchport mode access
  356. switchport access vlan 30
  357. !
  358. interface FastEthernet0/23
  359. description to Tikrit
  360. switchport mode trunk
  361. switchport trunk allowed vlan 14,30
  362. !
  363. banner login # This is the remote login for Ramadi_SW #
  364. banner motd # Welcome to Ramadi_SW #
  365. !
  366. line con 0
  367. password cisco
  368. line vty 0 15
  369. password cisco
  370. login local
  371. transport input ssh
  372. end
  373.  
  374.  
  375. --------------Sparta_SW CONFIG-----------------------------
  376.  
  377. service password-encryption
  378. hostname Sparta_SW
  379. enable secret cisco
  380. enable password cisco1
  381. username sshuser password 0 sshpassword
  382. !
  383. ip domain-name cy350.com
  384. crypto key generate rsa
  385. 1024
  386. ip ssh version 2
  387. !
  388. vlan 10
  389. name LOC_Users
  390. vlan 11
  391. name OPS_Users
  392. vlan 12
  393. name 75th_Ranger
  394. vlan 13
  395. name Marines_Users
  396. vlan 14
  397. name AF_Users
  398. vlan 15
  399. name Sparta_Data
  400. vlan 16
  401. name Maresz_Data
  402. vlan 17
  403. name Army_Users
  404. vlan 18
  405. name Speicher_Data
  406. vlan 19
  407. name SOF
  408. vlan 25
  409. name Sparta_Voice
  410. vlan 28
  411. name Speicher_Voice
  412. vlan 30
  413. name Balad_MGMT
  414. vlan 31
  415. name Warhorse_IMO
  416. vlan 32
  417. name 3ID_MGMT
  418. !
  419. vtp domain CY350.com
  420. vtp mode server
  421. vtp password cisco
  422. vtp version 2
  423. !
  424. interface vlan 31
  425. description vlan self
  426. ip address 10.64.104.201 255.255.255.248
  427. no shutdown
  428. !
  429. interface GigabitEthernet0/1
  430. description to Warhorse
  431. switchport mode trunk
  432. switchport trunk allowed vlan 15,25,31
  433. !
  434. interface GigabitEthernet0/2
  435. description to Maresz_SW
  436. switchport mode trunk
  437. switchport trunk allowed vlan 15,16,25,31
  438. !
  439. interface FastEthernet0/3
  440. description to Sparta Users
  441. switchport mode access
  442. switchport access vlan 15
  443. switchport voice vlan 25
  444. !
  445. interface FastEthernet0/4
  446. description to Sparta Users
  447. switchport mode access
  448. switchport access vlan 15
  449. switchport voice vlan 25
  450. !
  451. interface FastEthernet0/10
  452. description to Sparta Users
  453. switchport mode access
  454. switchport access vlan 15
  455. switchport voice vlan 25
  456. !
  457. interface FastEthernet0/11
  458. description to Sparta Users
  459. switchport mode access
  460. switchport access vlan 15
  461. switchport voice vlan 25
  462. !
  463. interface FastEthernet0/12
  464. description to Sparta Users
  465. switchport mode access
  466. switchport access vlan 15
  467. switchport voice vlan 25
  468. !
  469. interface FastEthernet0/13
  470. description to Sparta Users
  471. switchport mode access
  472. switchport access vlan 15
  473. switchport voice vlan 25
  474. !
  475. interface FastEthernet0/14
  476. description to Sparta Users
  477. switchport mode access
  478. switchport access vlan 15
  479. switchport voice vlan 25
  480. !
  481. interface FastEthernet0/15
  482. description to Sparta Users
  483. switchport mode access
  484. switchport access vlan 15
  485. switchport voice vlan 25
  486. !
  487. interface FastEthernet0/16
  488. description to Sparta Users
  489. switchport mode access
  490. switchport access vlan 15
  491. switchport voice vlan 25
  492. !
  493. interface FastEthernet0/17
  494. description to Sparta Users
  495. switchport mode access
  496. switchport access vlan 15
  497. switchport voice vlan 25
  498. !
  499. interface FastEthernet0/18
  500. description to Sparta Users
  501. switchport mode access
  502. switchport access vlan 15
  503. switchport voice vlan 25
  504. !
  505. interface FastEthernet0/23
  506. description to MGMT
  507. switchport mode access
  508. switchport access vlan 31
  509. !
  510. banner login # This is the remote login for Sparta_SW #
  511. banner motd # Welcome to Sparta_SW #
  512. !
  513. line con 0
  514. password cisco
  515. line vty 0 15
  516. password cisco
  517. login local
  518. transport input ssh
  519. end
  520.  
  521.  
  522. --------------Maresz_SW CONFIG-----------------------------
  523.  
  524. service password-encryption
  525. hostname Maresz_SW
  526. enable secret cisco
  527. enable password cisco1
  528. username sshuser password 0 sshpassword
  529. !
  530. ip domain-name cy350.com
  531. crypto key generate rsa
  532. 1024
  533. ip ssh version 2
  534. !
  535. vlan 10
  536. name LOC_Users
  537. vlan 11
  538. name OPS_Users
  539. vlan 12
  540. name 75th_Ranger
  541. vlan 13
  542. name Marines_Users
  543. vlan 14
  544. name AF_Users
  545. vlan 15
  546. name Sparta_Data
  547. vlan 16
  548. name Maresz_Data
  549. vlan 17
  550. name Army_Users
  551. vlan 18
  552. name Speicher_Data
  553. vlan 19
  554. name SOF
  555. vlan 25
  556. name Sparta_Voice
  557. vlan 28
  558. name Speicher_Voice
  559. vlan 30
  560. name Balad_MGMT
  561. vlan 31
  562. name Warhorse_IMO
  563. vlan 32
  564. name 3ID_MGMT
  565. !
  566. vtp domain CY350.com
  567. vtp mode client
  568. vtp password cisco
  569. vtp version 2
  570. !
  571. interface vlan 31
  572. description vlan self
  573. ip address 10.64.104.202 255.255.255.248
  574. no shutdown
  575. !
  576. interface GigabitEthernet0/1
  577. description to Warhorse
  578. switchport mode trunk
  579. switchport trunk allowed vlan 16,17,31
  580. !
  581. interface GigabitEthernet0/2
  582. description to Sparta_SW
  583. switchport mode trunk
  584. switchport trunk allowed vlan 15,16,25,31
  585. !
  586. interface FastEthernet0/1
  587. description to Army Users
  588. switchport mode access
  589. switchport access vlan 17
  590. !
  591. interface FastEthernet0/2
  592. description to Army Users
  593. switchport mode access
  594. switchport access vlan 17
  595. !
  596. interface FastEthernet0/3
  597. description to Army Users
  598. switchport mode access
  599. switchport access vlan 17
  600. !
  601. interface FastEthernet0/4
  602. description to Army Users
  603. switchport mode access
  604. switchport access vlan 17
  605. !
  606. interface FastEthernet0/5
  607. description to Army Users
  608. switchport mode access
  609. switchport access vlan 17
  610. !
  611. interface FastEthernet0/6
  612. description to Army Users
  613. switchport mode access
  614. switchport access vlan 17
  615. !
  616. interface FastEthernet0/7
  617. description to Army Users
  618. switchport mode access
  619. switchport access vlan 17
  620. !
  621. interface FastEthernet0/8
  622. description to Army Users
  623. switchport mode access
  624. switchport access vlan 17
  625. !
  626. interface FastEthernet0/9
  627. description to Army Users
  628. switchport mode access
  629. switchport access vlan 17
  630. !
  631. interface FastEthernet0/11
  632. description to Maresz Data
  633. switchport mode access
  634. switchport access vlan 16
  635. !
  636. interface FastEthernet0/12
  637. description to Maresz Data
  638. switchport mode access
  639. switchport access vlan 16
  640. !
  641. interface FastEthernet0/13
  642. description to Maresz Data
  643. switchport mode access
  644. switchport access vlan 16
  645. !
  646. interface FastEthernet0/14
  647. description to Maresz Data
  648. switchport mode access
  649. switchport access vlan 16
  650. !
  651. interface FastEthernet0/15
  652. description to Maresz Data
  653. switchport mode access
  654. switchport access vlan 16
  655. !
  656. interface FastEthernet0/16
  657. description to Maresz Data
  658. switchport mode access
  659. switchport access vlan 16
  660. !
  661. interface FastEthernet0/17
  662. description to Maresz Data
  663. switchport mode access
  664. switchport access vlan 16
  665. !
  666. interface FastEthernet0/23
  667. description to MGMT
  668. switchport mode access
  669. switchport access vlan 31
  670. !
  671. banner login # This is the remote login for Maresz_SW #
  672. banner motd # Welcome to Maresz_SW #
  673. !
  674. line con 0
  675. password cisco
  676. line vty 0 15
  677. password cisco
  678. login local
  679. transport input ssh
  680. end
  681.  
  682.  
  683. --------------Speicher_SW CONFIG-----------------------------
  684.  
  685. service password-encryption
  686. hostname Speicher_SW
  687. enable secret cisco
  688. enable password cisco1
  689. username sshuser password 0 sshpassword
  690. !
  691. ip domain-name cy350.com
  692. crypto key generate rsa
  693. 1024
  694. ip ssh version 2
  695. !
  696. vlan 10
  697. name LOC_Users
  698. vlan 11
  699. name OPS_Users
  700. vlan 12
  701. name 75th_Ranger
  702. vlan 13
  703. name Marines_Users
  704. vlan 14
  705. name AF_Users
  706. vlan 15
  707. name Sparta_Data
  708. vlan 16
  709. name Maresz_Data
  710. vlan 17
  711. name Army_Users
  712. vlan 18
  713. name Speicher_Data
  714. vlan 19
  715. name SOF
  716. vlan 25
  717. name Sparta_Voice
  718. vlan 28
  719. name Speicher_Voice
  720. vlan 30
  721. name Balad_MGMT
  722. vlan 31
  723. name Warhorse_IMO
  724. vlan 32
  725. name 3ID_MGMT
  726. !
  727. interface vlan 18
  728. description vlan self
  729. ip address 10.64.104.213 255.255.255.248
  730. no shutdown
  731. !
  732. interface GigabitEthernet0/1
  733. description to Ironhorse
  734. switchport mode trunk
  735. switchport trunk allowed vlan 18,19,28
  736. !
  737. interface FastEthernet0/1
  738. description to SOF
  739. switchport mode access
  740. switchport access vlan 19
  741. !
  742. interface FastEthernet0/2
  743. description to SOF
  744. switchport mode access
  745. switchport access vlan 19
  746. !
  747. interface FastEthernet0/11
  748. description to Speicher Data
  749. switchport mode access
  750. switchport access vlan 18
  751. switchport voice vlan 28
  752. !
  753. interface FastEthernet0/12
  754. description to Speicher Data
  755. switchport mode access
  756. switchport access vlan 18
  757. switchport voice vlan 28
  758. !
  759. banner login # This is the remote login for Speicher_SW #
  760. banner motd # Welcome to MSpeicher_SW #
  761. !
  762. line con 0
  763. password cisco
  764. line vty 0 15
  765. password cisco
  766. login local
  767. transport input ssh
  768. end
  769.  
Add Comment
Please, Sign In to add comment