Advertisement
swaggboi

Untitled

Dec 12th, 2019
445
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. kieron@ten-forward# show vpn ipsec
  2. allow-access-to-local-interface ike-group
  3. auto-firewall-nat-exclude site-to-site
  4. esp-group
  5. [edit]
  6. kieron@ten-forward# show vpn ipsec site-to-site
  7. peer 76.125.229.100 {
  8. authentication {
  9. mode pre-shared-secret
  10. pre-shared-secret XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
  11. }
  12. connection-type initiate
  13. description ipsec
  14. ike-group FOO0
  15. ikev2-reauth inherit
  16. local-address 73.129.236.163
  17. vti {
  18. bind vti0
  19. esp-group FOO0
  20. }
  21. }
  22. [edit]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement