Routing

 View Only
last person joined: 7 days ago 

Ask questions and share experiences about ACX Series, CTP Series, MX Series, PTX Series, SSR Series, JRR Series, and all things routing, including portfolios and protocols.

Question on dynamic firewall preference

  • 1.  Question on dynamic firewall preference

    Posted 22 days ago

    Hi.

    Below I am applying a filter dynamically to subscriber interfaces. Junos does NOT allow me to apply multiple filters. Then what is the purpose of the 'precedence' configuration? With which other filter will the below precedence value of 10 be compared?

    dynamic-profiles {
        my_profile {
            interfaces {
                "$junos-interface-ifd-name" {
                    unit "$junos-underlying-interface-unit" {
                        family inet {
                            filter {
                                input my_filter precedence 10;
                            }
                            unnumbered-address lo0.0;
                        }
                    }
                }
            }
        }
    }

    Thanks,

    Deepak



    -------------------------------------------