Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi,
I wrote a yang model to configure a sub interface on a Juniper srx like this:
<interfaces xmlns="http://yang.juniper.net/junos-es/conf/interfaces">
<interface>
<name>st0</na...
Hi,I created a NED for Juniper SRX using devtools and build-ned command. (using NSO 6.1)During the process, I had to remove the junos-es-rpc-security module to avoid a "already defined" error.Everything seems to be OK, when I "devices device srx sync...
Hi,I planned use NSO to configure Remote-Access VPN on a Juniper SRX. I started to configure VPN using the Juniper-junos NED to get the XML format, but I realised that the NED is not complete, somme commands are not available.Is use the NETCONF NED a...
Hello,Running NSO 6.3, python 3.12, everything worked fine until this morning, when reloading packages, I got this result:admin@ncs# packages reload
reload-result {
package cfs-vlan
result true
}
reload-result {
package cisco-nx-cli-5.25
...
Hello,with the following yang, I defined a device with a list of vlans (id, ip_add and description). augment /ncs:services {
list rfs_router_intf {
tailf:info "RFS interfaces vlan";
key rfs_name;
leaf rfs_name {
typ...
I ran some more tests, and I figured out that the srx and NSO were not synchronized.After sync-from the srx, the problem disappears, and only sub interface is removed.I don't understand this side effect, but it seems to be the "explanation".
Here is the complet yang module.<config-template xmlns="http://tail-f.com/ns/config/1.0">
<devices xmlns="http://tail-f.com/ns/ncs">
<device>
<name>{device_name}</name>
<config>
<c...
I upgraded the Junos version from 20.4 to 22.4, and all issues disappeared!It should be a “bug” in Juniper exposed yang modules.The doc I used is for NSO 5.7, and it seems to work with 6.1 (few modifications needed).Thanks !