danhoutz

Junos ICMP Log

Sep 16th, 2015
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. show configuration firewall family inet filter LOG
  2. term log {
  3. from {
  4. protocol icmp;
  5. }
  6. then {
  7. log;
  8. accept;
  9. }
  10. }
  11. term default {
  12. then accept;
  13. }
Advertisement
Add Comment
Please, Sign In to add comment