...
Code Block |
---|
admin@XorPlus# set firewall filter bad-net sequence 221 from source-address-ipv4 1.1.1.0/24 admin@XorPlus# set firewall filter bad-net sequence 221 then action discard admin@XorPlus# set firewall filter bad-net sequence 222 from source-address-ipv4 1.1.2.0/24 admin@XorPlus# set firewall filter bad-net sequence 222 then action discard admin@XorPlus# commit Waiting for merging configuration. Commit OK. Save done. admin@XorPlus# set vlans vlan-id 2 l3-interface vlan-2 admin@XorPlus# set vlanl3-interface vlan-interface interface vlan-2 admin@XorPlus# set firewall filter bad-net input vlan-interface vlan-2 admin@XorPlus# commit Waiting for merging configuration. Commit OK. Save done. admin@XorPlus# |
...