cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
972
Views
2
Helpful
3
Replies

netsim multi-ned network issue

previousqna
Level 5
Level 5

Hi All, 

 

I am trying to create a netsim network of ios and iosxr devices, however nso is only able to see devices of one type.

 

I am using nso 4.2 and create an iosxr network using ncs-netsim create-network command. Next I use the add-to-network command and add ios devices followed by ncs-setup and ncs to start nso.

 

When I connect to the devices I only see the iosxr devices which I created via the ‘create-network’ option. 

 

Not sure why I don’t see the ios devices in nso even though they are visible in the netsim directory and I can cli-i connect to them?

 

1 Accepted Solution

Accepted Solutions

And better, with NSO 4.2, you should be using NSO projects:

 

ROGAGLIA-M-M0VW:~ rogaglia$ ncs-project —help

View solution in original post

3 Replies 3

previousqna
Level 5
Level 5

Looking at the netsim man page you should be doing the following to load the netim devices into the ncs db

 

$ ncs-netsim ncs-xml-init > devices.xml
$ ncs_load -l -m devices.xml

Thanks, that works.

 

I was following the getting started guide which doesn’t work for this case.

And better, with NSO 4.2, you should be using NSO projects:

 

ROGAGLIA-M-M0VW:~ rogaglia$ ncs-project —help