Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »





route manip
config

    authority

        routing

            filter  exportNETWORK
                type  prefix-filter
                name  exportNETWORK

                rule  expMRS-HUB
                    name    expMRS-HUB
                    filter  accept
                    prefix  172.20.13.0/24
                exit

                rule  expMRS-SPOKE
                    name    expMRS-SPOKE
                    prefix  172.21.13.0/24
                exit
            exit

            policy  expPOLICY
                name       expPOLICY

                statement  extSTAT
                    name       extSTAT

                    condition  address-prefix-filter-condition
                        type           address-prefix-filter-condition
                        prefix-filter  exportNETWORK
                    exit

                    action     modify-metric
                        type  modify-metric
                        set   87
                    exit

                    action     modify-as-path
                        type     modify-as-path
                        prepend  "65101 65101 65101"
                    exit
                exit
            exit
        exit
    exit
exit











  • No labels