Configure a simple filter to support Ethernet IQ2 PICs:
- [edit]
- firewall {
-
- family inet {
-
- simple-filter sf-1 {
-
- term 1 {
-
- from {
- source-address 172.16.0.0/16;
- destination-address 20.16.0.0/16;
- source-port 1024-9071;
- }
-
- then {
- forwarding-class fc-be1;
- loss-priority high;
- accept;
- }
- }
-
- term 2 {
-
- from {
- source-address 173.16.0.0/16;
- destination-address 21.16.0.0/16;
- }
-
- then {
- forwarding-class fc-ef1;
- loss-priority low;
- accept;
- }
- }
- }
- }
- }