Forum Discussion
Anonymous
5 years agoIt seems that you've setup the ConfigSource as multi-instance (didn't you clone from something else?). You probably don't want this since there is only one config file on the device you're interested in.
You have a couple options, you can:
- Create a new ConfigSource and copy the parameters from your clone into it without selecting multi-instance
- Hard code the active discovery to just discover the one instance. You'd do this by changing your discovery script to:
println("0##Running Configuration")
Then put the Expect script in the collection script field (not the Active Discovery field).
Also, you should put a "return 0" at the end of your script to let LM know that the script finished successfully.
Related Content
- 2 years ago
- 3 months ago
- 2 years ago