Advertisement
Guest User

Untitled

a guest
Mar 26th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.84 KB | None | 0 0
  1. R3#sh run
  2. Building configuration...
  3.  
  4. Current configuration : 1689 bytes
  5. !
  6. ! Last configuration change at 12:43:37 UTC Sun Mar 26 2017
  7. !
  8. upgrade fpd auto
  9. version 15.0
  10. service timestamps debug datetime msec
  11. service timestamps log datetime msec
  12. no service password-encryption
  13. !
  14. hostname R3
  15. !
  16. boot-start-marker
  17. boot-end-marker
  18. !
  19. !
  20. no aaa new-model
  21. !
  22. !
  23. !
  24. no ipv6 cef
  25. ip source-route
  26. no ip icmp rate-limit unreachable
  27. ip cef
  28. !
  29. !
  30. !
  31. ip dhcp pool TEST_POOL
  32. network 10.13.49.0 255.255.255.0
  33. default-router 10.13.49.1
  34. !
  35. !
  36. no ip domain lookup
  37. !
  38. multilink bundle-name authenticated
  39. !
  40. !
  41. !
  42. !
  43. !
  44. !
  45. !
  46. !
  47. !
  48. redundancy
  49. !
  50. !
  51. ip tcp synwait-time 5
  52. !
  53. !
  54. crypto isakmp policy 1
  55. encr aes
  56. authentication pre-share
  57. group 2
  58. crypto isakmp key cisco address 205.17.49.109
  59. !
  60. !
  61. crypto ipsec transform-set myset esp-aes esp-sha-hmac
  62. !
  63. crypto map R3_to_R1 10 ipsec-isakmp
  64. set peer 205.17.49.109
  65. set security-association lifetime seconds 86400
  66. set transform-set myset
  67. match address 101
  68. !
  69. !
  70. !
  71. !
  72. !
  73. !
  74. interface FastEthernet0/0
  75. ip address 10.13.49.1 255.255.255.0
  76. duplex auto
  77. speed auto
  78. !
  79. !
  80. interface FastEthernet0/1
  81. ip address 19.39.242.94 255.255.255.252
  82. duplex auto
  83. speed auto
  84. crypto map R3_to_R1
  85. !
  86. !
  87. ip forward-protocol nd
  88. no ip http server
  89. no ip http secure-server
  90. !
  91. !
  92. ip route 0.0.0.0 0.0.0.0 FastEthernet0/1
  93. ip route 205.17.49.108 255.255.255.252 FastEthernet0/1
  94. !
  95. access-list 101 permit ip 10.13.49.0 0.0.0.255 172.18.59.0 0.0.0.255
  96. !
  97. no cdp log mismatch duplex
  98. !
  99. !
  100. !
  101. !
  102. !
  103. control-plane
  104. !
  105. !
  106. !
  107. mgcp fax t38 ecm
  108. mgcp behavior g729-variants static-pt
  109. !
  110. !
  111. gatekeeper
  112. shutdown
  113. !
  114. !
  115. line con 0
  116. exec-timeout 0 0
  117. privilege level 15
  118. logging synchronous
  119. stopbits 1
  120. line aux 0
  121. exec-timeout 0 0
  122. privilege level 15
  123. logging synchronous
  124. stopbits 1
  125. line vty 0 4
  126. login
  127. !
  128. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement