Something like this.?
[edit interfaces ge-3/0/0 unit 0 family ethernet-switching] + filter { + input BLOCK-25; + } [edit] + firewall { + family ethernet-switching { + filter BLOCK-25 { + term PORT-25-BLOCK { + from { + source-port smtp; + destination-port smtp; + } + then discard; + } + term allow-all { + then accept; + } + } + } + }
Could I equally add to ge-3/0/0 output BLOCK-25 ?