Advertisement
Guest User

Untitled

a guest
Apr 16th, 2014
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. AS1-7304A#show running-config
  2. !
  3. crypto ipsec transform-set ivdf3-1 esp-aes esp-sha-hmac
  4. crypto map AS1VPN 10 ipsec-isakmp
  5. set peer 200.1.1.2
  6. set transform-set ivdf3-1
  7. match address 101
  8. set pfs group5
  9. crypto map AS1VPN 20 ipsec-isakmp
  10. set peer 200.1.1.10
  11. set transform-set ivdf3-1
  12. match address 102
  13. set pfs group5
  14. access-list 101 permit ip 211.0.0.0 0.255.255.255 212.0.0.0 0.255.255.255
  15. access-list 102 permit ip 211.0.0.0 0.255.255.255 213.0.0.0 0.255.255.255
  16. !
  17. interface HSSI1/0
  18. ip address 200.1.1.1 255.255.255.252
  19. encapsulation HDLC
  20. crypto map AS1VPN
  21. interface HSSI2/0
  22. ip address 200.1.1.9 255.255.255.252
  23. encapsulation HDLC
  24. crypto map AS1VPN
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement