Junos OS

 View Only
last person joined: yesterday 

Ask questions and share experiences about Junos OS.
  • 1.  Adding community to Access internal and/or local interface routes

    Posted 12-07-2020 05:01
    Hello,
    Is there any way to add community to auto generated access-internal routes, and local routes (i.e. routes generated from interface ae0.12 family inet address 10.0.0.1/24)?


  • 2.  RE: Adding community to Access internal and/or local interface routes

    Posted 12-07-2020 06:18
    Edited by akushner 12-07-2020 06:20
    local routes not exported by default , but you can add this config to allow this. Then you will be able to add community to these routes via policy-statement
    routing-options {
        interface-routes {
            family inet {
                export {
                    lan;
                }
            }
        }
    }​


    ------------------------------
    Anatoliy
    ------------------------------