Advertisement
Guest User

Untitled

a guest
Mar 18th, 2019
258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.25 KB | None | 0 0
  1. r1
  2.  
  3.  
  4.  
  5. hostname R1
  6.  
  7. !
  8.  
  9. !
  10.  
  11. !
  12.  
  13. enable secret 5 $1$mERr$9cTjUIEqNGurQiFU.ZeCi1
  14.  
  15. !
  16.  
  17. !
  18.  
  19. !
  20.  
  21. !
  22.  
  23. !
  24.  
  25. !
  26.  
  27. no ip cef
  28.  
  29. ipv6 unicast-routing
  30.  
  31. !
  32.  
  33. no ipv6 cef
  34.  
  35. !
  36.  
  37. !
  38.  
  39. !
  40.  
  41. username R2 password 7 0822455D0A16
  42.  
  43. username user password 7 0822455D0A16
  44.  
  45. username web privilege 15 password 7 0822455D0A16
  46.  
  47. !
  48.  
  49. !
  50.  
  51. license udi pid CISCO1941/K9 sn FTX15243BUV
  52.  
  53. !
  54.  
  55. !
  56.  
  57. !
  58.  
  59. !
  60.  
  61. !
  62.  
  63. !
  64.  
  65. !
  66.  
  67. !
  68.  
  69. !
  70.  
  71. no ip domain-lookup
  72.  
  73. ip domain-name West.com
  74.  
  75. !
  76.  
  77. !
  78.  
  79. spanning-tree mode pvst
  80.  
  81. !
  82.  
  83. !
  84.  
  85. !
  86.  
  87. !
  88.  
  89. !
  90.  
  91. !
  92.  
  93. interface Loopback1
  94.  
  95. ip address 209.165.201.1 255.255.255.252
  96.  
  97. ipv6 address FE80::1 link-local
  98.  
  99. ipv6 address 2001:DB8:ACAD:2::1/64
  100.  
  101. ipv6 eigrp 1
  102.  
  103. !
  104.  
  105. interface Tunnel0
  106.  
  107. ip address 172.16.1.1 255.255.255.252
  108.  
  109. mtu 1476
  110.  
  111. tunnel source Serial0/0/0
  112.  
  113. tunnel destination 209.165.200.229
  114.  
  115. !
  116.  
  117. !
  118.  
  119. interface GigabitEthernet0/0
  120.  
  121. no ip address
  122.  
  123. duplex auto
  124.  
  125. speed auto
  126.  
  127. shutdown
  128.  
  129. !
  130.  
  131. interface GigabitEthernet0/1
  132.  
  133. description Connection to S1
  134.  
  135. ip address 192.168.1.1 255.255.255.0
  136.  
  137. ip access-group LIMIT_ACCESS out
  138.  
  139. ip nat inside
  140.  
  141. duplex auto
  142.  
  143. speed auto
  144.  
  145. ipv6 address FE80::1 link-local
  146.  
  147. ipv6 address 2001:DB8:ACAD:1::1/64
  148.  
  149. ipv6 eigrp 1
  150.  
  151. !
  152.  
  153. interface Serial0/0/0
  154.  
  155. description PPP Connection to Internet
  156.  
  157. ip address 209.165.200.225 255.255.255.252
  158.  
  159. encapsulation ppp
  160.  
  161. ppp authentication chap
  162.  
  163. no keepalive
  164.  
  165. ip nat outside
  166.  
  167. ipv6 address FE80::1 link-local
  168.  
  169. ipv6 address 2001:DB8:ACAD:A::1/64
  170.  
  171. ipv6 eigrp 1
  172.  
  173. clock rate 4000000
  174.  
  175. !
  176.  
  177. interface Serial0/0/1
  178.  
  179. no ip address
  180.  
  181. clock rate 2000000
  182.  
  183. shutdown
  184.  
  185. !
  186.  
  187. interface Vlan1
  188.  
  189. no ip address
  190.  
  191. shutdown
  192.  
  193. !
  194.  
  195. router bgp 65010
  196.  
  197. bgp log-neighbor-changes
  198.  
  199. no synchronization
  200.  
  201. neighbor 172.16.1.2 remote-as 65030
  202.  
  203. network 192.168.1.0
  204.  
  205. network 209.165.201.0 mask 255.255.255.252
  206.  
  207. !
  208.  
  209. ipv6 router eigrp 1
  210.  
  211. eigrp router-id 1.1.1.1
  212.  
  213. shutdown
  214.  
  215. !
  216.  
  217. ip nat inside source list 1 interface Serial0/0/0 overload
  218.  
  219. ip classless
  220.  
  221. ip route 0.0.0.0 0.0.0.0 Serial0/0/0
  222.  
  223. ip route 209.165.200.229 255.255.255.255 Serial0/0/0
  224.  
  225. !
  226.  
  227. ip flow-export version 9
  228.  
  229. !
  230.  
  231. !
  232.  
  233. access-list 1 permit 192.168.1.0 0.0.0.255
  234.  
  235. ip access-list extended LIMIT_ACCESS
  236.  
  237. deny icmp any any echo
  238.  
  239. permit ip any any
  240.  
  241. !
  242.  
  243. banner motd ^CUnauthorized Access is Prohibited!^C
  244.  
  245. !
  246.  
  247. !
  248.  
  249. !
  250.  
  251. !
  252.  
  253. !
  254.  
  255. line con 0
  256.  
  257. password 7 0822455D0A16
  258.  
  259. login
  260.  
  261. !
  262.  
  263. line aux 0
  264.  
  265. !
  266.  
  267. line vty 0 4
  268.  
  269. login local
  270.  
  271. transport input ssh
  272.  
  273. !
  274.  
  275. !
  276.  
  277. !
  278.  
  279. end
  280.  
  281.  
  282.  
  283.  
  284.  
  285.  
  286.  
  287. r2
  288.  
  289.  
  290.  
  291. hostname R2
  292.  
  293. !
  294.  
  295. !
  296.  
  297. !
  298.  
  299. enable secret 5 $1$mERr$9cTjUIEqNGurQiFU.ZeCi1
  300.  
  301. !
  302.  
  303. !
  304.  
  305. !
  306.  
  307. !
  308.  
  309. !
  310.  
  311. !
  312.  
  313. no ip cef
  314.  
  315. ipv6 unicast-routing
  316.  
  317. !
  318.  
  319. no ipv6 cef
  320.  
  321. !
  322.  
  323. !
  324.  
  325. !
  326.  
  327. username r1 password 7 0822455D0A16
  328.  
  329. !
  330.  
  331. !
  332.  
  333. license udi pid CISCO1941/K9 sn FTX1524Q63L
  334.  
  335. !
  336.  
  337. !
  338.  
  339. !
  340.  
  341. !
  342.  
  343. !
  344.  
  345. !
  346.  
  347. !
  348.  
  349. !
  350.  
  351. !
  352.  
  353. no ip domain-lookup
  354.  
  355. !
  356.  
  357. !
  358.  
  359. spanning-tree mode pvst
  360.  
  361. !
  362.  
  363. !
  364.  
  365. !
  366.  
  367. !
  368.  
  369. !
  370.  
  371. !
  372.  
  373. interface GigabitEthernet0/0
  374.  
  375. no ip address
  376.  
  377. duplex auto
  378.  
  379. speed auto
  380.  
  381. shutdown
  382.  
  383. !
  384.  
  385. interface GigabitEthernet0/1
  386.  
  387. no ip address
  388.  
  389. duplex auto
  390.  
  391. speed auto
  392.  
  393. shutdown
  394.  
  395. !
  396.  
  397. interface Serial0/0/0
  398.  
  399. description PPP Connection to West AS
  400.  
  401. ip address 209.165.200.226 255.255.255.252
  402.  
  403. encapsulation ppp
  404.  
  405. ppp authentication chap
  406.  
  407. ipv6 address FE80::2 link-local
  408.  
  409. ipv6 address 2001:DB8:ACAD:A::2/64
  410.  
  411. ipv6 eigrp 1
  412.  
  413. !
  414.  
  415. interface Serial0/0/1
  416.  
  417. description Connection to East AS
  418.  
  419. ip address 209.165.200.230 255.255.255.252
  420.  
  421. ipv6 address FE80::2 link-local
  422.  
  423. ipv6 address 2001:DB8:ACAD:B::2/64
  424.  
  425. ipv6 eigrp 1
  426.  
  427. clock rate 2000000
  428.  
  429. !
  430.  
  431. interface Vlan1
  432.  
  433. no ip address
  434.  
  435. shutdown
  436.  
  437. !
  438.  
  439. ipv6 router eigrp 1
  440.  
  441. eigrp router-id 2.2.2.2
  442.  
  443. shutdown
  444.  
  445. !
  446.  
  447. ip classless
  448.  
  449. !
  450.  
  451. ip flow-export version 9
  452.  
  453. !
  454.  
  455. !
  456.  
  457. !
  458.  
  459. no cdp run
  460.  
  461. !
  462.  
  463. banner motd ^CUnauthorized Access is Prohibited!^C
  464.  
  465. !
  466.  
  467. !
  468.  
  469. !
  470.  
  471. !
  472.  
  473. !
  474.  
  475. line con 0
  476.  
  477. password 7 0822455D0A16
  478.  
  479. login
  480.  
  481. !
  482.  
  483. line aux 0
  484.  
  485. !
  486.  
  487. line vty 0 4
  488.  
  489. login
  490.  
  491. !
  492.  
  493. !
  494.  
  495. !
  496.  
  497. end
  498.  
  499.  
  500.  
  501.  
  502.  
  503. r3
  504.  
  505.  
  506.  
  507. hostname r3
  508.  
  509. !
  510.  
  511. !
  512.  
  513. !
  514.  
  515. enable secret 5 $1$mERr$9cTjUIEqNGurQiFU.ZeCi1
  516.  
  517. !
  518.  
  519. !
  520.  
  521. !
  522.  
  523. !
  524.  
  525. !
  526.  
  527. !
  528.  
  529. no ip cef
  530.  
  531. ipv6 unicast-routing
  532.  
  533. !
  534.  
  535. no ipv6 cef
  536.  
  537. !
  538.  
  539. !
  540.  
  541. !
  542.  
  543. username user password 7 0822455D0A16
  544.  
  545. !
  546.  
  547. !
  548.  
  549. license udi pid CISCO1941/K9 sn FTX1524AC0O
  550.  
  551. !
  552.  
  553. !
  554.  
  555. !
  556.  
  557. !
  558.  
  559. !
  560.  
  561. !
  562.  
  563. !
  564.  
  565. !
  566.  
  567. !
  568.  
  569. no ip domain-lookup
  570.  
  571. ip domain-name East.com
  572.  
  573. !
  574.  
  575. !
  576.  
  577. spanning-tree mode pvst
  578.  
  579. !
  580.  
  581. !
  582.  
  583. !
  584.  
  585. !
  586.  
  587. !
  588.  
  589. !
  590.  
  591. interface Tunnel0
  592.  
  593. ip address 172.16.1.2 255.255.255.252
  594.  
  595. mtu 1476
  596.  
  597. tunnel source Serial0/0/1
  598.  
  599. tunnel destination 209.165.200.225
  600.  
  601. !
  602.  
  603. !
  604.  
  605. interface GigabitEthernet0/0
  606.  
  607. no ip address
  608.  
  609. duplex auto
  610.  
  611. speed auto
  612.  
  613. shutdown
  614.  
  615. !
  616.  
  617. interface GigabitEthernet0/1
  618.  
  619. description Connection to S3
  620.  
  621. ip address 192.168.3.1 255.255.255.0
  622.  
  623. ipv6 traffic-filter LIMIT_ACCESS out
  624.  
  625. ip nat inside
  626.  
  627. duplex auto
  628.  
  629. speed auto
  630.  
  631. ipv6 address FE80::3 link-local
  632.  
  633. ipv6 address 2001:DB8:ACAD:3::1/64
  634.  
  635. ipv6 eigrp 1
  636.  
  637. !
  638.  
  639. interface Serial0/0/0
  640.  
  641. no ip address
  642.  
  643. clock rate 2000000
  644.  
  645. shutdown
  646.  
  647. !
  648.  
  649. interface Serial0/0/1
  650.  
  651. description Connection to Internet
  652.  
  653. ip address 209.165.200.229 255.255.255.252
  654.  
  655. ip nat outside
  656.  
  657. ipv6 address FE80::3 link-local
  658.  
  659. ipv6 address 2001:DB8:ACAD:B::1/64
  660.  
  661. ipv6 eigrp 1
  662.  
  663. !
  664.  
  665. interface Vlan1
  666.  
  667. no ip address
  668.  
  669. shutdown
  670.  
  671. !
  672.  
  673. router bgp 65030
  674.  
  675. bgp log-neighbor-changes
  676.  
  677. no synchronization
  678.  
  679. neighbor 172.16.1.1 remote-as 65010
  680.  
  681. network 192.168.3.0
  682.  
  683. !
  684.  
  685. ipv6 router eigrp 1
  686.  
  687. eigrp router-id 3.3.3.3
  688.  
  689. shutdown
  690.  
  691. !
  692.  
  693. ip nat inside source list 3 interface Serial0/0/1 overload
  694.  
  695. ip classless
  696.  
  697. ip route 0.0.0.0 0.0.0.0 Serial0/0/1 200
  698.  
  699. ip route 209.165.200.225 255.255.255.255 Serial0/0/1
  700.  
  701. !
  702.  
  703. ip flow-export version 9
  704.  
  705. !
  706.  
  707. !
  708.  
  709. access-list 3 permit 192.168.3.0 0.0.0.255
  710.  
  711. ipv6 access-list LIMIT_ACCESS
  712.  
  713. deny icmp any 2001:DB8:ACAD:3::/64 echo-request
  714.  
  715. permit ipv6 any any
  716.  
  717. !
  718.  
  719. banner motd ^CUnauthorized Access is Prohibited!^C
  720.  
  721. !
  722.  
  723. !
  724.  
  725. !
  726.  
  727. !
  728.  
  729. !
  730.  
  731. line con 0
  732.  
  733. password 7 0822455D0A16
  734.  
  735. login
  736.  
  737. !
  738.  
  739. line aux 0
  740.  
  741. !
  742.  
  743. line vty 0 4
  744.  
  745. login local
  746.  
  747. transport input ssh
  748.  
  749. !
  750.  
  751. !
  752.  
  753. !
  754.  
  755. end
  756.  
  757.  
  758.  
  759. s2
  760.  
  761.  
  762.  
  763. monitor session 1 source interface Fa0/3
  764.  
  765. monitor session 1 destination interface Fa0/18
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement