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

auto-export

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
auto-export {
    disable;
    family inet {
        disable;
        flow {
            disable;
            rib-group rib-group;
        }
        multicast {
            disable;
            rib-group rib-group;
        }
        unicast {
            disable;
            rib-group rib-group;
        }
    }
    family inet6 {
        disable;
        multicast {
            disable;
            rib-group rib-group;
        }
        unicast {
            disable;
            rib-group rib-group;
        }
    }
    family iso {
        disable;
        unicast {
            disable;
            rib-group rib-group;
        }
    }
    traceoptions {
        file filename <files number> <size maximum-file-size> <world-readable | no-world-readable>;
        flag flag <flag-modifier> <disable>;
    }
}

Hierarchy Level

content_copy zoom_out_map
[edit logical-systems logical-system-name routing-instances routing-instance-name routing-options],
[edit logical-systems logical-system-name routing-options],
[edit routing-instances routing-instance-name routing-options],
[edit routing-options]

Description

Export routes between routing instances.

This statement enables you to leak routes between VPN routing and forwarding (VRF) instances that are locally configured on a provider edge (PE) router. Auto export is always applied on the local PE router, because it applies to only local prefix leaking by evaluating the export policy of each VRF and determining which route targets can be leaked. The standard VRF import and export policies affect remote PE prefix leaking.

You can use this statement as an alternative to using the VRF import and export policies.

Default

auto-export is disabled by default. If you want to export routes between routing instances, include the auto-export CLI statement at the [edit routing-options] or at the [edit routing-instances routing-instance-name routing-options] hierarchy levels. You can use the show route export CLI command to verify the route export information.

Options

family—Address family.

inet—IP version 4 (IPv4) address family.

multicast—Multicast routing information.

unicast—Unicast routing information.

The remaining statements are explained separately. See CLI Explorer.

Required Privilege Level

routing—To view this statement in the configuration.

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

Release Information

Statement introduced before Junos OS Release 7.4.

footer-navigation