06-07-2017 07:20 AM - edited 03-01-2019 03:51 AM
Hi Experts
I want to test certain NCS/NSO services over my netsim created devices. Can two netsim devices be made pingable to each other?
Thanks
Jahangir
Solved! Go to Solution.
06-08-2017 02:27 AM
Short answer is no, since the netsim devices don't really have a data plane. You need a "real" device, or a virtualised version of one. I'd recommend using vrnetlab (GitHub - plajjan/vrnetlab: Run virtual routers with docker) which makes it very easy to start up and work with virtual routers for development or CI purposes.
Note: I am the author of vrnetlab so I'm fairly biased on its usefulness
06-07-2017 04:57 PM
NETSIM devices are very poor man's version of simulated devices. They do not have any control-plane or data-plane, i.e. do not run any protocols or process packets.
NETSIM device just uses the corresponding YANG device-model and accepts those exact configs on its north-bound interface.
People have used VIRL environments to simulate a more realistic network layer. Other option would be to get access to VNFs (CSR1kv, vASA, etc) and use them instead.
06-08-2017 02:27 AM
Short answer is no, since the netsim devices don't really have a data plane. You need a "real" device, or a virtualised version of one. I'd recommend using vrnetlab (GitHub - plajjan/vrnetlab: Run virtual routers with docker) which makes it very easy to start up and work with virtual routers for development or CI purposes.
Note: I am the author of vrnetlab so I'm fairly biased on its usefulness
06-09-2017 12:23 AM
Will try vrnetlab device. Thanks
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