Comments
-
BUMP please. Seriously, 6 years and 6 pages of comments? What else is needed from the community to get some traction on this? Do product manager(s) need more feedback, or more specific feedback (i.e. very specific examples of ways this could be implemented)? I haven't read through all 6 pages of comments, so not sure if…
-
Is this topic still alive? Just ran across this and very interested and hopeful we'll soon see some granularity. Also would have like to see some UX designs, but I might be a little late chiming in. Thanks!
-
Great article series. Looking forward to more.
-
Is the Seattle event for sure or is it dependent on getting 25 attendees? I see 19 rsvp so far.
-
Yes we really need the export to csv or xls option.
-
This info should definitely be available to dependencies.
-
I might have missed it, but has a PM chimed in on this yet? this is sorely needed.
-
Sounds awesome. We had an older version a while ago and let it expire as we couldn't get the requisite value from the product. v2.0 sounds much improved.
-
We would also like to leverage the Cisco cieIfSpeedReceive (1.3.6.1.4.1.9.9.276.1.1.2.1.11) for the receive speed of an interface. Here is the support case we opened for this: 00031707 Product managers and developers: Please consider this feature request as it would help us immensely (and others I'm sure). Editing custom…
-
Thanks for bumping again!! We really need this available for our device entry automation.
-
Correction: No need to create a URI because we can select it right from Cirrus.Nodes in the SWQL query.
-
With ""IsAutoImport": "true", the nodes will be auto created (imported) for you. Doing it this way should address the issue you were having with interfaces. Cheers
-
Hopefully this will be helpful to you or someone else interested. (Side note for the Python experts out there, please be kind when critiquing my code, I'm just a newb hack). We do some fancy stuff here, excluding the Primary server so that only the additional polling engines are used. And we choose the polling engine with…
-
hello Tomas, I'm finally getting back to this, trying to get the Python code to import previously discovered nodes + interfaces. Since it's been a long time, I'm starting out by re-visiting this thread and trying to validate that when I provide list of NodeIDs instead of empty array for ImportDiscoveryResults verb,…
-
this is awesome man.
-
Awesome, this is working for me. I was trying to make it harder than it needs to be. Since I already am querying the Cirrus NodeID and have it in a list, I just need to create the URI, and pass that to Swis.Update along with "ConnectionProfile = 2" (mine happens to actually be 2). Here I'm manually creating a URI for a…
-
That's great, I didn't realize there was a way to check status. I'll just need to figure out how to do that in Python. And by the way, specifying the NodeIDs in importConfiguration does seem to work. It appears to have imported the nodes with the interfaces according to the filters I have in interfacesPluginContext. So…
-
I've got this working in Python now, so no longer need an example. There is a significant difference in how a list of node IDs is passed to the verb, compared to DownloadConfig. I thought it would be worthwhile to point this out. DownloadConfig requires a list, whereas ConfigSearch will not work with a list. Instead,…
-
Could you post a Python example for me? Having trouble translating the syntax and getting the parameters correct. Thanks in advance!!
-
Thank you!! I'll give this a try soon as I can.
-
Could you provide a Python example for: Set-SwisObject $swis -Uri $ProfileURI -Properties @{ConnectionProfile=$NCMConnectionProfileId} I just can't seem to translate it from PS. Thanks!
-
thanks Dan!! What do you think about querying Cirrus.LatestComparisonResults? I see the DiffFlag in there, wondering if this can be of use. (I did a join so I can get CoreNodeID, anticipating we will already have a known Orion NodeID) SELECT TOP 10 lc.NodeID, lc.DiffFlag, lc.ComparisonType, lc.ConfigType, n.CoreNodeID FROM…
-
Nice catch Dan!! I didn't realize that the Key was not plural in the corePluginContext dictionary. I ran a discovery today with BulkList, Subnets, and IpRanges and it works!! Here is what it should look like: * corePluginContext = { * 'BulkList': bulklist_hosts, * 'Subnets': subnets, * "IpRanges": ipranges, *…
-
Hopefully this is in context. I'm wondering about the process of creating a node prior to discovery. We have automated node creation and do this by running discovery with auto import option. So the nodes are created/imported at the end of the discovery. And we use the interface plugin context to do a bunch of filtering so…
-
If you check out this thread, I posted on Nov 16, 2017, my Python script does: * Programmatically builds the Credentials list, rather than hard code them all in the corePluginContext * Selects the polling engine with lowest job weight (if you have multiple pollers) * Performs the discovery * Uses RegEx to filter and select…
-
Thank you very much. I was able to adapt this same approach to my script and it works great!
-
Hi Ding, just following up to see if you and the team had a chance to discuss yet? Thank you!!
-
Thank you very much!!
-
Hi Tomas, This looks very promising and I should be able to get it to work. On a related note, would you know how we can check the status of the import (similar to how we check status of Discovery (by checking the Status from DiscoveryProfiles) to make sure it has completed before we continue with our script? After the…
-
Can we get a status update on issue NCM-3979? We recently upgraded to NCM v8.0 and the same security bugs still exist. This was reported in Aug 2018 and I was hopeful that by now it would have been addressed. Thanks!!