09-16-2022 09:24 AM - edited 09-19-2022 02:29 AM
Hello,
Solved! Go to Solution.
09-19-2022 03:30 AM
Hello, you can put same configurations on same xml template, you just need to specify the namespace with the attribute xmlns.
For example for ios-xr you would use: xmlns="http://tail-f.com/ned/cisco-ios-xr"
And for Junos you would use: xmlns="http://xml.juniper.net/xnm/1.1/xnm"
This is just an example. But if you want to see it working you can take a look at NSO examples at:
/examples.ncs/getting-started/developing-with-ncs/17-mpls-vpn-python/packages/l3vpn/templates
The l3vpn-pe.xml template is a good one.
09-19-2022 03:30 AM
Hello, you can put same configurations on same xml template, you just need to specify the namespace with the attribute xmlns.
For example for ios-xr you would use: xmlns="http://tail-f.com/ned/cisco-ios-xr"
And for Junos you would use: xmlns="http://xml.juniper.net/xnm/1.1/xnm"
This is just an example. But if you want to see it working you can take a look at NSO examples at:
/examples.ncs/getting-started/developing-with-ncs/17-mpls-vpn-python/packages/l3vpn/templates
The l3vpn-pe.xml template is a good one.
09-19-2022 07:11 AM
thank you so much i really appreciate it
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide