Advertisement
moneron

Untitled

Nov 11th, 2017
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. crypto isakmp policy 1
  2. encr aes 256
  3. authentication pre-share
  4. group 2
  5. crypto isakmp key 1234 address 1.1.1.2
  6. !
  7. !
  8. crypto ipsec transform-set ESP-AES esp-aes 256 esp-sha-hmac
  9. mode transport
  10. !
  11. !
  12. !
  13. crypto map CMAP local-address Ethernet0/0
  14. crypto map CMAP 1 ipsec-isakmp
  15. set peer 1.1.1.2
  16. set transform-set ESP-AES
  17. set pfs group2
  18. match address LIST
  19. !
  20. !
  21. !
  22. !
  23. !
  24. interface Tunnel0
  25. ip address 172.16.0.2 255.255.255.252
  26. ip mtu 1400
  27. tunnel source 2.2.2.2
  28. tunnel destination 1.1.1.2
  29. !
  30. interface Ethernet0/0
  31. ip address 2.2.2.2 255.255.255.252
  32. crypto map CMAP
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement