Facebook
From Jozko, 1 Year ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 113
  1.  
  2. hostname R71
  3. !
  4. boot-start-marker
  5. boot-end-marker
  6. !
  7. !
  8. !
  9. no aaa new-model
  10. ethernet lmi ce
  11. bsd-client server url https://cloudsso.cisco.com/as/token.oauth2
  12. !
  13. !
  14. dot11 syslog
  15. !
  16. !
  17. !
  18. ip dhcp pool VLAN30
  19.  network 10.7.30.0 255.255.255.0
  20.  default-router 10.7.30.1
  21. !
  22. ip dhcp pool POOL20
  23.  network 10.7.20.0 255.255.255.0
  24.  default-router 10.7.20.1
  25. !
  26. !
  27. !
  28. !
  29. ip cef
  30. no ipv6 cef
  31. !
  32. multilink bundle-name authenticated
  33. !
  34. !
  35. !
  36. !
  37. license udi pid CISCO1841 sn FCZ102310FS
  38. !
  39. redundancy
  40. !
  41. !
  42. !
  43. !
  44. !
  45. !
  46. !
  47. !
  48. !
  49. !
  50. !
  51. !
  52. interface FastEthernet0/0
  53.  ip address 100.0.0.7 255.255.255.0
  54.  ip nat outside
  55.  ip virtual-reassembly in
  56.  duplex auto
  57.  speed auto
  58. !
  59. interface FastEthernet0/1
  60.  no ip address
  61.  ip nat inside
  62.  ip virtual-reassembly in
  63.  duplex auto
  64.  speed auto
  65. !
  66. interface FastEthernet0/1.30
  67.  encapsulation dot1Q 30
  68.  ip address 10.7.30.1 255.255.255.0
  69.  ip nat inside
  70.  ip virtual-reassembly in
  71. !
  72. interface FastEthernet0/1.40
  73.  encapsulation dot1Q 40
  74.  ip address 10.7.40.1 255.255.255.0
  75.  ip helper-address 10.7.12.2
  76.  ip nat inside
  77.  ip virtual-reassembly in
  78. !
  79. interface Serial0/0/0
  80.  ip address 10.7.12.1 255.255.255.0
  81.  ip nat inside
  82.  ip virtual-reassembly in
  83.  clock rate 2000000
  84. !
  85. interface Serial0/0/1
  86.  no ip address
  87.  shutdown
  88.  clock rate 2000000
  89. !
  90. interface FastEthernet0/1/0
  91.  no ip address
  92. !
  93. interface FastEthernet0/1/1
  94.  no ip address
  95. !
  96. interface FastEthernet0/1/2
  97.  no ip address
  98. !
  99. interface FastEthernet0/1/3
  100.  no ip address
  101. !
  102. interface Vlan1
  103.  no ip address
  104. !
  105. router rip
  106.  version 2
  107.  redistribute connected
  108.  redistribute static
  109.  network 10.0.0.0
  110.  no auto-summary
  111. !
  112. ip forward-protocol nd
  113. no ip http server
  114. no ip http secure-server
  115. !
  116. !
  117. ip nat pool POOL 207.0.0.3 207.0.0.254 netmask 255.255.255.0
  118. ip nat inside source list 1 pool POOL
  119. ip nat inside source static 10.7.30.3 207.0.0.1
  120. ip nat inside source static tcp 10.7.30.2 22 207.0.0.2 2222 extendable
  121. ip route 10.8.0.0 255.255.0.0 100.0.0.8
  122. ip route 208.0.0.0 255.255.255.0 100.0.0.8
  123. !
  124. !
  125. !
  126. access-list 1 deny   10.7.30.3
  127. access-list 1 deny   10.7.30.2
  128. access-list 1 permit 10.7.0.0 0.0.255.255
  129. !
  130. control-plane
  131. !
  132. !
  133. !
  134. line con 0
  135. line aux 0
  136. line vty 0 4
  137.  login
  138.  transport input none
  139. !
  140. scheduler allocate 20000 1000
  141. !
  142. end
  143.