From d53b850d6ca5d43f4f83163af2ab174690984342 Mon Sep 17 00:00:00 2001 From: Carlos Santos <125412989+CarlosSuporteISP@users.noreply.github.com> Date: Sat, 13 Sep 2025 01:08:19 -0300 Subject: [PATCH] Update sample_directives_juniper.yaml --- .samples/sample_directives_juniper.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.samples/sample_directives_juniper.yaml b/.samples/sample_directives_juniper.yaml index 6372f19..5f5cf82 100644 --- a/.samples/sample_directives_juniper.yaml +++ b/.samples/sample_directives_juniper.yaml @@ -40,7 +40,7 @@ JuniperTraceroute: ge: 32 le: 32 action: permit - command: 'traceroute {target} interface lo0 wait 1' + command: 'traceroute inet {target} wait 1 source {source4}' # REGRA DENY SITE LOCAL DEPRECIADO RFC 3879 - condition: 'fec0::/10' ge: 10 @@ -75,7 +75,7 @@ JuniperTraceroute: ge: 128 le: 128 action: permit - command: 'traceroute {target} interface lo0 wait 1' + command: 'traceroute inet6 {target} wait 2 source {source6}' field: description: IP Address, or Hostname JuniperPing: @@ -119,7 +119,7 @@ JuniperPing: - condition: '0.0.0.0/0' ge: 32 le: 32 - command: 'ping count 5 rapid {target} interface lo0' + command: 'ping inet {target} count 5 source {source4}' # REGRA DENY SITE LOCAL DEPRECIADO RFC 3879 - condition: 'fec0::/10' ge: 10 @@ -154,6 +154,6 @@ JuniperPing: ge: 128 le: 128 action: permit - command: 'ping count 5 rapid {target} interface lo0' + command: 'ping inet6 {target} count 5 source {source6}' field: description: IP Address, or Hostname