Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
keyboard_arrow_right

Applying the Firewall Filter to Customer Interfaces

date_range 13-Jan-21

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.

content_copy zoom_out_map
[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;
        }
    }
}
footer-navigation