Advertisement
Guest User

Untitled

a guest
Apr 6th, 2021
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.95 KB | None | 0 0
  1. hub-cnt-01#sh run
  2.  
  3. Building configuration...
  4. Current configuration : 3989 bytes
  5. !
  6. ! Last configuration change at 13:48:41 GMT Mon May 6 2019 by admin
  7. ! NVRAM config last updated at 13:58:38 GMT Mon May 6 2019 by admin
  8. !
  9. version 15.7
  10. service timestamps debug datetime localtime
  11. service timestamps log datetime localtime
  12. no service password-encryption
  13. !
  14. hostname hub-cnt-01
  15. !
  16. boot-start-marker
  17. boot-end-marker
  18. !
  19. !
  20. enable secret 5 UQO0
  21. !
  22. aa new-model
  23. !
  24. !
  25. aaa authentication login default local
  26. aaa authentication login local_access local
  27. aaa authorization exec default local
  28. !
  29. !
  30. !
  31. !
  32. !
  33. !
  34. aaa session-id common
  35. clock timezone GMT 10 0
  36. clock calendar-valid
  37. !
  38. !
  39. !
  40. !
  41. ip domain name corp.ххх.ru
  42. ip host hub-cnt-01 172.16.100.3
  43. ip cef
  44. login block-for 60 attempts 3 within 30
  45. login delay 5
  46. no ipv6 cef
  47. !
  48. !
  49. flow record nbar-appmon
  50. match ipv4 source address
  51. match ipv4 destination address
  52. match application name
  53. collect interface output
  54. collect counter bytes
  55. collect counter packets
  56. collect timestamp absolute first
  57. collect timestamp absolute last
  58. !
  59. !
  60. flow monitor application-mon
  61. cache timeout active 60
  62. record nbar-appmon
  63. !
  64. multilink bundle-name authenticated
  65. !
  66. !
  67. !
  68. password encryption aes
  69. !
  70. !
  71. license udi pid CISCO2911/K9 sn FHK1452F1Q6
  72. !
  73. !
  74. object-group service DENY_PORTS_IN
  75. tcp eq 22
  76. tcp eq www
  77. tcp eq telnet
  78. !
  79. object-group network local_cws_net
  80. !
  81. object-group network local_lan_subnets
  82. any
  83. !
  84. object-group network vpn_remote_subnets
  85. any
  86. !
  87. username admin secret 5 $1$
  88. !
  89. redundancy
  90. !
  91. !
  92. !
  93. zone security LAN
  94. zone security WAN
  95. zone security VPN
  96. zone security DMZ
  97. !
  98. !
  99. crypto isakmp policy 10
  100. encr aes 256
  101. hash md5
  102. authentication pre-share
  103.  
  104. crypto isakmp key 6 HLVAYOcAAB address 0.0.0.0
  105. crypto isakmp keepalive 10 periodic
  106. !
  107. !
  108. crypto ipsec transform-set TRANS_SET esp-aes 256 esp-md5-hmac
  109. mode transport
  110. !
  111. crypto ipsec profile IPSEC_PROF
  112. set transform-set TRANS_SET
  113. !
  114. !
  115. !
  116. !
  117. interface Tunnel1
  118. description ***PRIMARY DMVPN CLOUD PODRYAD***
  119. bandwidth 10000
  120. ip address 10.10.1.1 255.255.255.0
  121. no ip redirects
  122. ip mtu 1472
  123. no ip next-hop-self eigrp 1
  124. no ip split-horizon eigrp 1
  125. ip nhrp authentication 67
  126. ip nhrp network-id 1
  127. ip nhrp redirect
  128. ip tcp adjust-mss 1360
  129. delay 1000
  130. tunnel source GigabitEthernet0/1
  131. tunnel mode gre multipoint
  132. tunnel key 1
  133. tunnel protection ipsec profile IPSEC_PROF
  134. !
  135. interface Embedded-Service-Engine0/0
  136. no ip address
  137. shutdown
  138. !
  139. interface GigabitEthernet0/0
  140. no ip address
  141. shutdown
  142. duplex auto
  143. speed auto
  144. !
  145. interface GigabitEthernet0/1
  146.  
  147. ip address 31.хх.хх.204 255.255.255.248
  148. duplex auto
  149. speed auto
  150. !
  151. interface GigabitEthernet0/2
  152. no ip address
  153. shutdown
  154. duplex auto
  155. speed auto
  156. !
  157. interface BRI0/1/0
  158. no ip address
  159. encapsulation hdlc
  160. shutdown
  161. !
  162. interface FastEthernet0/0/0
  163. no ip address
  164. !
  165. interface FastEthernet0/0/1
  166. no ip address
  167. !
  168. interface FastEthernet0/0/2
  169. no ip address
  170. !
  171. interface FastEthernet0/0/3
  172. no ip address
  173. !
  174. interface Vlan1
  175. ip address 172.16.100.3 255.255.255.0
  176. !
  177. !
  178. !
  179. router eigrp 1
  180. network 10.10.1.0 0.0.0.255
  181. network 172.16.100.0 0.0.0.255
  182. !
  183. ip forward-protocol nd
  184. !
  185. no ip http server
  186. no ip http secure-server
  187. !
  188. ip route 0.0.0.0 0.0.0.0 31.хх.хх.201
  189. ip ssh logging events
  190. ip ssh version 2
  191. !
  192. ip access-list extended ACCESS_SSH
  193. permit ip host 172.16.100.127 any log
  194. ip access-list extended nat-list
  195. permit ip object-group local_lan_subnets any
  196. !
  197. ipv6 ioam timestamp
  198. !
  199. !
  200. !
  201. !
  202. !
  203. control-plane
  204. !
  205. !
  206. vstack
  207. !
  208. line con 0
  209. logging synchronous
  210. login authentication local_access
  211. line aux 0
  212. line 2
  213. no activation-character
  214. no exec
  215. transport preferred none
  216. transport output lat pad telnet rlogin lapb-ta mop udptn v120 ssh
  217. stopbits 1
  218. line vty 0 4
  219. access-class ACCESS_SSH in
  220. privilege level 15
  221. logging synchronous
  222. login authentication local_access
  223. transport input ssh
  224. !
  225. scheduler allocate 20000 1000
  226. ntp update-calendar
  227. ntp server 91.206.16.3
  228. ntp server 89.109.251.23
  229. ntp server 88.212.196.95
  230. !
  231. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement