cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
977
Views
0
Helpful
1
Replies

Reusable Packages for L3vpn in NSO

yongz2
Cisco Employee
Cisco Employee

Hi All,

Do we have some reusable packages in NSO for l3vpn?

 

Most of the functions of l3vpn would be same, we just need to change part of it according to customer demand.

 

So why not use a template package for developing?

 

Or have tried but give up?

1 Accepted Solution

Accepted Solutions

KJ Rossavik
Cisco Employee
Cisco Employee

Yes, there are several included in your NSO installation. Look in

examples.ncs/service-provider/simple-mpls-vpn/ (this one uses templates only - no code)

examples.ncs/getting-started/developing-with-ncs/17-mpls-vpn-python/ (uses Python code in order to traverse the topology model connecting CE to PE)

examples.ncs/service-provider/mpls-vpn (same as previous, but uses Java code)

examples.ncs/service-provider/mpls-vpn-layered-service-architecture/ (layered service architecture (LSA) lets you distribute the application over multiple servers for scale)

View solution in original post

1 Reply 1

KJ Rossavik
Cisco Employee
Cisco Employee

Yes, there are several included in your NSO installation. Look in

examples.ncs/service-provider/simple-mpls-vpn/ (this one uses templates only - no code)

examples.ncs/getting-started/developing-with-ncs/17-mpls-vpn-python/ (uses Python code in order to traverse the topology model connecting CE to PE)

examples.ncs/service-provider/mpls-vpn (same as previous, but uses Java code)

examples.ncs/service-provider/mpls-vpn-layered-service-architecture/ (layered service architecture (LSA) lets you distribute the application over multiple servers for scale)