1
0
Fork 1
mirror of https://github.com/thatmattlove/hyperglass.git synced 2026-02-07 17:58:24 +00:00

Update sample_directives_juniper.yaml

This commit is contained in:
Carlos Santos 2025-09-13 01:08:19 -03:00 committed by GitHub
parent 3f3b233c6f
commit d53b850d6c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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