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

Add support for Logical Systems #413

Open
roadracer96 opened this issue May 11, 2023 · 0 comments
Open

Add support for Logical Systems #413

roadracer96 opened this issue May 11, 2023 · 0 comments

Comments

@roadracer96
Copy link

SUMMARY

Add support for virtual device contexts (Logical System in Juniper)

Should be able to gather configuration data from a logical system and present it as a separate unique device from the parent.
Should be able to run most configuration functions in the context of a logical system.

Juniper structures their configuration in a way that should make this relatively easy by dereferencing the logical system configuration in the XML configuration output.

ISSUE TYPE
  • Feature Idea
COMPONENT NAME

All Modules

ADDITIONAL INFORMATION

All MX routers and higher end SRX firewalls suport logical systems. IT is a very useful feature and support would go a long way to making this a comprehensive integration.

logical-systems {
LSYSNAME {
interfaces {
xe-0/0/0 {
unit 0 }
}
}
}
protocols {
ospf {
}
bgp {
}
etc {
}
}
}
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant