Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.67 KB | None | 0 0
  1. wavecon@WAVECON-EX4200-VC# show firewall
  2. family inet {
  3. ...
  4.     filter udp-block {
  5.         term udp {
  6.             from {
  7.                 destination-address {
  8.                     81.95.6.105/32;
  9.                     81.95.6.91/32;
  10.                     81.95.6.122/32;
  11.                     81.95.6.177/32;
  12.                     81.95.6.185/32;
  13.                     81.95.6.186/32;
  14.                     81.95.6.188/32;
  15.                     81.95.6.107/32;
  16.                     81.95.6.106/32;
  17.                 }  
  18.                 protocol udp;
  19.             }      
  20.             then {  
  21.                 discard;
  22.             }      
  23.         }          
  24.     }              
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement