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;