-
Notifications
You must be signed in to change notification settings - Fork 39
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
Trying to mount 14.2 JunOS MX80 into ODL #1
Comments
Trying to debug this further ... Found that we have from mx80 the following:
but in the published yang module there is not such construct in the policy-options:
Can you help with missed apply-flags structure ? |
Continuing to tshoot this... have added the construct to apply-flags:
It solves this sync error. But found that, when in the we have the following config, i.e. using "*" as the unit name:
We still have an issue to sync. Because in the published yang module we have:
So, I have bin changed type for name leaf to string, as following:
It solves, all my issues for mounting and configuration data tree syncing with ODL, as for now... |
I am trying to mount SUBJ running JunOS 14.2R5.7 via netconf to the ODL. The mount process and compilation of configuration.yang module works fine. But when I try to run get-config rpc have the following issue:
java.lang.IllegalStateException: Unknown child(ren) node(s) detected, identified by: (http://xml.juniper.net/xnm/1.1/xnm)apply-flags, in: container policy-options
Was using the 14.2/configuration.yang.
So wonder with what version you have tried it ?
The text was updated successfully, but these errors were encountered: