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
Broadband Subscriber Services User Guide
Table of Contents Expand all
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
keyboard_arrow_right

Example: Firewall Dynamic Profile

date_range 06-Dec-23

In this example, dynamic firewall is configured for subscriber access using Junos IPv4 predefined variables.

The predefined variables equate to RADIUS settings as follows:

Junos OS Predefined Variable

RADIUS VSA Name

RADIUS Attribute Number

$junos-input-filter

Ingress-Policy-Name

26–10

$junos-output-filter

Egress-Policy-Name

26–11

content_copy zoom_out_map
dynamic-profiles {
    DynamicFilterProfile {
        interfaces {
            “$junos-interface-ifd-name” {
                unit “$junos-underlying-interface-unit” {
                    family inet {
                        filter {
                            input “$junos-input-filter”;
                            output “$junos-output-filter”;
                        }
                    }
                }
            }
        }
    }
}
Note:

You must also configure any global firewall parameters.

footer-navigation