You apply an MF classifier firewall filter for IPv6 to customer interfaces. To apply an MF classifier firewall filter on customer-facing links, apply the classifier as an input filter at the [edit interfaces] hierarchy level.
- [edit interfaces]
- so-0/0/1 {
-
- unit 0 {
-
- family inet {
- address 192.168.54.1/24;
- }
-
- family inet6 {
-
- filter {
- input mf-classifier;
- }
- address 0:0:FFFF:192.168.54.1/120;
- }
- }
- }