Advertisement
Guest User

Untitled

a guest
Nov 13th, 2019
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.93 KB | None | 0 0
  1.  
  2. johalath@HGD-T2FW-7A# show security policies global policy TEDI-BC2JCH-1
  3. description "Petter - TEDI-BC2JCH - 1";
  4. match {
  5. source-address [ TELE2-OFFICES-GLOBAL-TRUSTED_USERS TELE2-OFFICES-GLOBAL-TRUSTED_DEVICES LT-10.214.192.0/19 ];
  6. destination-address LT-10.20.10.41;
  7. application [ junos-http junos-https ];
  8. from-zone [ Trusted_Devices Trusted_Users Limited_Access ];
  9. to-zone Local;
  10. }
  11. then {
  12. permit;
  13. }
  14.  
  15.  
  16.  
  17. !!!!!!!!!!!Regel innan ovanför!!!!!!!!!!
  18. !!!!!!!!!!Nya regeler nedan!!!!!!!!!
  19.  
  20.  
  21. johalath@HGD-T2FW-7A# show | compare
  22. [edit security policies]
  23. + from-zone Trusted_Devices to-zone Local {
  24. + policy TEDI-BC2JCH-1 {
  25. + match {
  26. + source-address [ TELE2-OFFICES-GLOBAL-TRUSTED_USERS TELE2-OFFICES-GLOBAL-TRUSTED_DEVICES LT-10.214.192.0/19 ];
  27. + destination-address LT-10.20.10.41;
  28. + application [ junos-http junos-https ];
  29. + }
  30. + then {
  31. + permit;
  32. + }
  33. + }
  34. + }
  35. + from-zone Trusted_Users to-zone Local {
  36. + policy TEDI-BC2JCH-1 {
  37. + match {
  38. + source-address [ TELE2-OFFICES-GLOBAL-TRUSTED_USERS TELE2-OFFICES-GLOBAL-TRUSTED_DEVICES LT-10.214.192.0/19 ];
  39. + destination-address LT-10.20.10.41;
  40. + application [ junos-http junos-https ];
  41. + }
  42. + then {
  43. + permit;
  44. + }
  45. + }
  46. + }
  47. + from-zone Limited_Access to-zone Local {
  48. + policy TEDI-BC2JCH-1 {
  49. + description "Petter - TEDI-BC2JCH - 1";
  50. + match {
  51. + source-address [ TELE2-OFFICES-GLOBAL-TRUSTED_USERS TELE2-OFFICES-GLOBAL-TRUSTED_DEVICES LT-10.214.192.0/19 ];
  52. + destination-address LT-10.20.10.41;
  53. + application [ junos-http junos-https ];
  54. + }
  55. + then {
  56. + permit;
  57. + }
  58. + }
  59. + }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement