[Contents] [Prev] [Next] [Index] [Report an Error]


Configuring auto-export for all VRF Instances

The following configuration allows you to configure the auto-export statement for all of the routing instances in a configuration group:

[edit]
groups {
    vrf-export-on {
        routing-instances {
            <*> {
                routing-options {
                    auto-export;
                }
            }
        }
    }
}

apply-groups vrf-export-on;

[Contents] [Prev] [Next] [Index] [Report an Error]