Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The minimum properties you need to have to add a device to NMIS are, name, host, group, role, community, roleType and netType.  Technically you can use defaults for group and role and the name and host maybe the same, so the absolute minimum is host and community.  This sample CSV includes the full five properties and if required you can use additional ones.

Use the activated.XXX field to activate for NMIS, opConfig, opEvents, you can activate for NMIS but not opConfig for example.

Code Block
name,host,group,role,community,netType,roleType,activated.NMIS,activated.opConfig
import_test1,127.0.0.1,Branches,core,nmisGig8,lan,default,1,1
import_test2,127.0.0.1,Sales,core,nmisGig8,lan,default,1,1
import_test3,127.0.0.1,DataCenter,core,nmisGig8,lan,default,1,1
newnode,127.0.0.1,DataCenter,core,nmisGig8,lan,default,1,0

To load these devices into NMIS9 run the following command:

...