Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support of configuration-groups in Juniper #124

Open
jean1 opened this issue Apr 3, 2014 · 0 comments
Open

Support of configuration-groups in Juniper #124

jean1 opened this issue Apr 3, 2014 · 0 comments
Labels
Milestone

Comments

@jean1
Copy link
Collaborator

jean1 commented Apr 3, 2014

The following configuration should be analysed by the junos parser:

groups {
mysubgroup {
...
}
mygroup {
interfaces {
<ge-*> {
apply-group mysubgroup;
unit 0 {
family ethernet-switching {
vlan {
members [ 2 ];
}
}
}
}
}
}
}

interface {
ge-1/1/0 {
apply-group mygroup;
unit 0 {
family ethernet-switching {
port-mode trunk;
vlan {
members [ 3 ];
}
}
}
}

This could be done by a pre-processor which replaces groups at the correct depth.

@jean1 jean1 added the feature label Apr 3, 2014
@pdav pdav added this to the v2.2.3 milestone Jun 26, 2014
@pdav pdav modified the milestones: v2.2.3, v2.3 Sep 10, 2014
@pdav pdav modified the milestones: v2.3, v2.4 Jul 21, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants