cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
884
Views
0
Helpful
3
Replies

Is there a F5-bigip NED that can be used in ncs-netsim?

ssmichok
Cisco Employee
Cisco Employee

Is there a F5-bigip NED that can be used in ncs-netsim?

1 Accepted Solution

Accepted Solutions

rogaglia
Cisco Employee
Cisco Employee

Hi,

The F5BIGIP is a generic NED. For CLI and NETCONF NEDs, it is very simple to create NETSIM devices and to recreate the real device configuration "on the wire".

For Generic NEDs, the situation is different. As we cannot re-create the messages "on the wire", what we can do to facilitate development and testing is to create a simil NETCONF NED. This means that you take the same YANG module from your NED and you create NETCONF devices that support these modules (although you may need to edit it to remove some tail-f extensions).

Using a NETCONF NETSIM device, you will be able to develop and test your services. The one main difference is that the command "commit dry-run outformat native" will have a different output.

You can create these NETCONF NETSIM devices yourself without waiting for the a NED improvement.

Roque

View solution in original post

3 Replies 3

alam.bilal
Cisco Employee
Cisco Employee

There is a F5 BIGIP NED. I'm not sure if it supports NETSIM. This can be quickly tried out. Check if there is a "netsim" directory in the NED's folder. Subsequently the following can be tried:

ncs-netsim create-network packages/f5-bigip 2 f5n

ncs-netsim start

ncs-netsim cli f5n0

If a netsim does not exist or is broken then a ticket can be raised and Engineering can evaluate whether a NETSIM makes sense and whether it can be built.

Thank you, Bilal.

Unfortunately, I knew that already ☹.

I was hoping someone already has the NED that supports netsim….

Steven Smichok

SOFTWARE SOLUTIONS ARCHITECT GES SALES

ssmichok@cisco.com

Phone: +1 631 391 2066

Cisco Systems, Ltd.

145 Pinelawn Road

MELVILLE, NY 11747

US

Cisco.com<http://www.cisco.com/>

Think before you print.

This email may contain confidential and privileged material for the sole use of the intended recipient. Any review, use, distribution or disclosure by others is strictly prohibited. If you are not the intended recipient (or authorized to receive for the recipient), please contact the sender by reply email and delete all copies of this message.

For corporate legal information go to:

http://www.cisco.com/web/about/doing_business/legal/cri/index.html

rogaglia
Cisco Employee
Cisco Employee

Hi,

The F5BIGIP is a generic NED. For CLI and NETCONF NEDs, it is very simple to create NETSIM devices and to recreate the real device configuration "on the wire".

For Generic NEDs, the situation is different. As we cannot re-create the messages "on the wire", what we can do to facilitate development and testing is to create a simil NETCONF NED. This means that you take the same YANG module from your NED and you create NETCONF devices that support these modules (although you may need to edit it to remove some tail-f extensions).

Using a NETCONF NETSIM device, you will be able to develop and test your services. The one main difference is that the command "commit dry-run outformat native" will have a different output.

You can create these NETCONF NETSIM devices yourself without waiting for the a NED improvement.

Roque