Advertisement
Guest User

Untitled

a guest
May 18th, 2021
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 KB | None | 0 0
  1. Current configuration : 1297 bytes
  2. !
  3. version 15.1
  4. no service timestamps log datetime msec
  5. no service timestamps debug datetime msec
  6. no service password-encryption
  7. !
  8. hostname BranchFirewall
  9. !
  10. !
  11. !
  12. !
  13. !
  14. !
  15. !
  16. !
  17. ip cef
  18. no ipv6 cef
  19. !
  20. !
  21. !
  22. !
  23. license udi pid CISCO2911/K9 sn FTX1524AZ51-
  24. license boot module c2900 technology-package securityk9
  25. !
  26. !
  27. !
  28. crypto isakmp policy 10
  29. encr aes 256
  30. authentication pre-share
  31. group 5
  32. !
  33. crypto isakmp key cxGStDRSyrCs3RQd7sQdLhjV1esSC6A2 address 10.10.10.2
  34. !
  35. !
  36. !
  37. crypto ipsec transform-set BRANCH-HQ esp-aes 256 esp-sha-hmac
  38. !
  39. crypto map AKC-CMAP 100 ipsec-isakmp
  40. set peer 10.10.10.2
  41. set pfs group5
  42. set security-association lifetime seconds 86400
  43. set transform-set BRANCH-HQ
  44. match address 100
  45. !
  46. !
  47. !
  48. !
  49. !
  50. !
  51. spanning-tree mode pvst
  52. !
  53. !
  54. !
  55. !
  56. !
  57. !
  58. interface GigabitEthernet0/0
  59. ip address 10.10.20.2 255.255.255.0
  60. duplex auto
  61. speed auto
  62. crypto map CMAP
  63. !
  64. interface GigabitEthernet0/1
  65. ip address 192.168.1.10 255.255.255.192
  66. duplex auto
  67. speed auto
  68. !
  69. interface GigabitEthernet0/2
  70. no ip address
  71. duplex auto
  72. speed auto
  73. shutdown
  74. !
  75. interface Vlan1
  76. no ip address
  77. shutdown
  78. !
  79. ip classless
  80. ip route 0.0.0.0 0.0.0.0 10.10.20.1
  81. !
  82. ip flow-export version 9
  83. !
  84. !
  85. access-list 100 permit ip 192.168.1.0 0.0.0.63 192.168.0.0 0.0.0.255
  86. !
  87. !
  88. !
  89. !
  90. !
  91. !
  92. line con 0
  93. !
  94. line aux 0
  95. !
  96. line vty 0 4
  97. login
  98. !
  99. !
  100. !
  101. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement