Guest User

Untitled

a guest
Apr 22nd, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. root@iad01-fwa01# show security policies from-zone untrust to-zone trust
  2. policy untrust_to_trust {
  3. match {
  4. source-address any;
  5. destination-address any;
  6. application any;
  7. }
  8. then {
  9. permit;
  10. }
  11. }
Add Comment
Please, Sign In to add comment