Comments
-
Sorry, which version of NCM do you mean? (10.6.1 would be NPM.) The above syntax should work with any NCM version 7+. Jiri
-
I'm afraid that's not possible. Jiri
-
Hi sandeep.cybertech@gmail.com, If you don't mind, I'll close this idea as we have the same here: and here: . This feature is now available in NCM 7.4 Release Candidate: Network Configuration Manager v7.4 Release Candidate is Available! Regards, Jiri
-
Hi, This is one of the possible enhancements that we are aware of. Jiri
-
I'll do it soon.
-
Hi , The feature should be user-friendly, you need reporting etc. I agree that some parts of the functionality may be achieved with the current NCM abilities, but here we prefer a solid, easy-to-use feature. Regards, Jiri
-
Implemented in NCM 7.3. Jiri
-
Hi newkidd2, NCM team has been working on the items from the list at the top of the page. As you can imagine, an item like DB merge is a big chunk of work for both development and QA. The release also includes a considerable changes in user interface -- all that must be prepared thoroughly. Stay tuned; the Beta is not far.…
-
This is the same as and is included in NCM 7.4. Jiri
-
Hi, Do you mean e.g. paging? Regards, Jiri
-
Thanks for the explanation. If you refer to the NCM "Node Group" property, it's actually only a text field for every node managed by NCM. I would rather make it deprecated. I suggest that you start using only the NPM/Core custom properties for node grouping. Jiri
-
I've changed the title so that it clearly relates to the content.
-
Yep, Pure is high on our priority list for the future. Jiri
-
You can manage custom pollers already if you have e.g. NPM in addition to NCM. Adding this possibility to standalone NCM is high on our priority list.
-
Hi newkidd2, Here is the update: What We Are Working On For NCM After 7.3 Regards, Jiri
-
Understood. Our communication policy doesn't allow me to share much information, but I can confirm it's very high on our priority list.
-
What exactly would you expect UDT to do based on info from LEM logs? Providing a few use cases would be very helpful.
-
Have you updated inventory? If yes, does the Interfaces report list the interfaces of your device? (Check Configs -> Reports -> Inventory -> Interfaces) Jiri
-
Will you be able to submit a ticket and send me the case #? I can help from there. Jiri
-
Hi ciobis, It depends on how the H3C switches reply to certain MIBs that NCM uses to collect information about interfaces. Update inventory and give it a try. The code you are looking for would be: script BaseChangeTemplate(NCM.Nodes @ContextNode) { foreach (@interfaceItem in @ContextNode.Interfaces) Iterate through all…
-
This is certainly a valid feature request. However, have you tried e.g. this template: Jiri
-
It's available in CatTools 3.10 released earlier this year.
-
Isn't this rather a deeper security problem on the local computer? Even if the website tried to enforce no-cache, the browser or operating system may still store the copy of the page locally.
-
benny, What you can do with NCM is to back up the ARP table as you would back up configuration of a device. NCM can do inventory report for ARP tables but this is done via SNMP, so not an option for you, if I understand your situation. If you think this NCM workaround would bring you some value, please start a thread in…
-
Actually I found out that the fix didn't make it into the Core release. Jiri
-
Hi M33DLO, Yes, that's possible since NCM 7.2. You have to use Advanced scheduling. Regards, Jiri
-
If you have NCM 7.4 or newer, you have this functionality.
-
Yes -- to my knowledge, NCM 7.4 and newer include this item. Jiri
-
Remove the foreach ( @node in @ContextNode ) loop. The config change template is applied to each node separately. Then you change if ( @node.SysDescr contains 'Cisco IOS Software, 3800' ) to if ( @ContextNode.SysDescr contains 'Cisco IOS Software, 3800' ) Jiri
-
The goal of this feature is to have EOL/EOS info directly in NCM with no need of CCO account.