You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I hadn't authorized protocol with ethernet-switching because the Junos cli hide the option :
# set firewall family ethernet-switching filter 1 term 1 from ?
Possible completions:
...
+ learn-vlan-id Match Learnt VLAN ID
+ learn-vlan-id-except Do not match Learnt VLAN ID
+ port Match TCP/UDP source or destination port
+ port-except Do not match TCP/UDP source or destination port
> source-mac-address Match MAC source address
+ source-port Match TCP/UDP source port
+ source-port-except Do not match TCP/UDP source port
...
but indeed, I do think it's a mistake.
It's strange that protocol is hidden but not port. What's more, Juniper docs use protocol in their examples -> juniper.net
Terraform and Provider Versions
Terraform Configuration Files
Expected Behavior
The junos_firewall_filter is applied
Actual Behavior
Error:
Steps to Reproduce
terraform plan --target junos_firewall_filter.ethernet-switching-demo
Additional Context
Junos supports
protocol
definition forethernet-switching
familyReferences
https://www.juniper.net/documentation/us/en/software/junos/routing-policy/topics/example/firewall-filter-ex-series-configuring.html
i guess it's enough to add
"ethernet-switching",
thereThe text was updated successfully, but these errors were encountered: