- 編輯ACL Rules
#edit firewall
#set family ethernet-switching filter acl1 term drop from source-address 192.168.2.50
#set family ethernet-switching filter acl1 term drop then discard
#set family ethernet-switching filter acl1 term default then accept
#exit
Note : 粗體部分可自行定義 - 綁定Interface Port 或 VLAN
- One Interface Port
#edit interfaces
#set ge-0/0/8 unit 0 family ethernet-switching filter input acl1
#commit- Multi Interface Port
或一次綁定多組Port
#set interfaces interface-range test member-range ge-0/0/0 to ge-0/0/48
#edit interfaces
#set interface-range test unit 0 family ethernet-switching filter input acl1
#commit- VLAN
#edit vlans
#set default filter input acl1
#commit
Reference :
[1] Juniper Firewall Configuration for EX Series
沒有留言:
張貼留言