Guest User

Untitled

a guest
Jan 19th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. interface GigabitEthernet1/1
  2. nameif outside
  3. security-level 0
  4. ip address 123.123.123.2 255.255.255.248
  5. !
  6. interface GigabitEthernet1/2
  7. nameif inside
  8. security-level 100
  9. ip address 10.10.10.254 255.255.255.0
  10. !
  11. object network Branch2
  12. subnet 192.168.78.0 255.255.255.0
  13. !
  14. access-list outside_cryptomap_1 extended permit ip 10.10.10.0 255.255.255.0 object Branch2
  15. !
  16. nat (inside,outside) source static NETWORK_OBJ_10.10.10.0_24 NETWORK_OBJ_10.10.10.0_24 destination static Branch2 Branch2 no-proxy-arp route-lookup
  17. !
  18. crypto map outside_map 2 match address outside_cryptomap_1
  19. crypto map outside_map 2 set peer 123.123.123.3
  20. crypto map outside_map 2 set ikev1 transform-set ESP-AES-256-SHA
  21. !
  22. management-access inside
Add Comment
Please, Sign In to add comment