Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

Announcement: Try the Ask AI chatbot for answers to your technical questions about Juniper products and solutions.

close
header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
Junos CLI Reference
Table of Contents Expand all
list Table of Contents

satellite-policies

date_range 20-Nov-23

Syntax

content_copy zoom_out_map
satellite-policies {
    <candidate-uplink-port-profile policy-name> {
        <holddownholddown-time>;
        <minimum-linksnumber-of-links>;
        <uplink-port-group uplink-port-group-name>;
        term term-name {
            from {
                product-model model-name;
                <holddown holddown-time>;
                <minimum-links number-of-links>;
                <uplink-port-group uplink-port-group-name>;
            }
        }
    }
    environment-monitoring-policy policy-name {
        <alarm <linkdown>
        term term-name {
            from {
                product-model model-name;
            }
        }
    }
    forwarding-policy {
         policy-name {
            port-group-extended name;
                filter filter-name;
                mirror-egress port-group-mirror port-group-mirror;
            mirror-ingress port-group-mirror port-group-mirror,
                port-group-uplink port-group-uplnk-name
                    holddown time;
            term term-name {
                from {
                    port-group-extended name;
                        filter filter-name;
                        mirror-egress port-group-mirror port-group-mirror;
                    mirror-ingress port-group-mirror port-group-mirror,
                        port-group-uplink port-group-uplnk-name
                            holddown time;
                    product-model model-name;
                    port-group-extended port-group-alias-name {
                        port-group-uplink port-group-alias-name;
                    }
                }
            }
        }
    }
    port-group-alias port-group-alias-name {
        pic pic-number {
        port [port-number | port-number-range | all];
        }
    }

Hierarchy Level

content_copy zoom_out_map
[edit policy-options]

Description

Configure satellite policies for a Junos Fusion.

Options

The remaining statements are explained separately.

Required Privilege Level

admin—To view this statement in the configuration.

admin-control—To add this statement to the configuration.

Release Information

Statement introduced in Junos OS Release 14.2R3.

footer-navigation