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.75 KB | None | 0 0
  1. R1#sh run
  2. Building configuration...
  3.  
  4. Current configuration : 1597 bytes
  5. !
  6. ! Last configuration change at 12:44:54 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 R1
  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. !
  32. no ip domain lookup
  33. !
  34. multilink bundle-name authenticated
  35. !
  36. !
  37. !
  38. !
  39. !
  40. !
  41. !
  42. !
  43. !
  44. redundancy
  45. !
  46. !
  47. ip tcp synwait-time 5
  48. !
  49. !
  50. crypto isakmp policy 1
  51. encr aes
  52. authentication pre-share
  53. group 2
  54. crypto isakmp key cisco address 19.39.242.94
  55. !
  56. !
  57. crypto ipsec transform-set myset esp-aes esp-sha-hmac
  58. !
  59. crypto map R1_to_R3 10 ipsec-isakmp
  60. set peer 19.39.242.94
  61. set security-association lifetime seconds 86400
  62. set transform-set myset
  63. match address 101
  64. !
  65. !
  66. !
  67. !
  68. !
  69. !
  70. interface FastEthernet0/0
  71. ip address 205.17.49.109 255.255.255.252
  72. duplex half
  73. speed auto
  74. crypto map R1_to_R3
  75. !
  76. !
  77. interface FastEthernet0/1
  78. ip address 172.18.59.1 255.255.255.0
  79. duplex auto
  80. speed auto
  81. !
  82. !
  83. ip forward-protocol nd
  84. no ip http server
  85. no ip http secure-server
  86. !
  87. !
  88. ip route 0.0.0.0 0.0.0.0 FastEthernet0/0
  89. ip route 19.39.242.92 255.255.255.252 FastEthernet0/0
  90. !
  91. access-list 101 permit ip 172.18.59.0 0.0.0.255 10.13.49.0 0.0.0.255
  92. !
  93. no cdp log mismatch duplex
  94. !
  95. !
  96. !
  97. !
  98. !
  99. control-plane
  100. !
  101. !
  102. !
  103. mgcp fax t38 ecm
  104. mgcp behavior g729-variants static-pt
  105. !
  106. !
  107. gatekeeper
  108. shutdown
  109. !
  110. !
  111. line con 0
  112. exec-timeout 0 0
  113. privilege level 15
  114. logging synchronous
  115. stopbits 1
  116. line aux 0
  117. exec-timeout 0 0
  118. privilege level 15
  119. logging synchronous
  120. stopbits 1
  121. line vty 0 4
  122. login
  123. !
  124. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement