Advertisement
Guest User

Untitled

a guest
Jul 26th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. edit security
  2. set zones security-zone trust address-book address accessvsphere 172.16.254.112/32
  3. exit
  4.  
  5. edit security policies from-zone untrust to-zone trust
  6. set policy vspherepolicy match source-address any destination-address [ accessvsphere ] application any
  7. set policy vspherepolicy then permit
  8. exit
  9.  
  10. edit security nat destination
  11. set pool dst-nat-pool-vsphere address 172.16.254.112 port 443
  12. set rule-set rs1 from zone untrust
  13. set rule-set rs1 rule myrule1 match destination-address 1.1.1.2
  14. set rule-set rs1 rule myrule1 match destination-port 443
  15. set rule-set rs1 rule myrule1 then destination-nat pool dst-nat-pool-vsphere
  16. exit
  17.  
  18. edit security nat
  19. set proxy-arp interface ge-0/0/0.0 address 1.1.1.2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement