Re: SolarWinds NCM Connector for Cisco SmartAdvisor
Jiri,You said you were going to "publish a blog post that will clarify many things" is that available yet ? If so where ? Apparently, like many other users even though I have a valid CCOID and...
View ArticleRe: SolarWinds NCM Connector for Cisco SmartAdvisor
Sorry for asking, but have you gone through Self-Service Onboarding - Get Access To Smart Net Total Care Portal | Smart Net Total Care | Cisco Support Community | 4… step by step?If yes, please send me...
View ArticleNCM: Device Template Management - Unable to save new/modified template
I am unable to save a new device template using any of the following methods:A) Add New; Used XML Editor: SaveB) Copy existing Device Template; Modified; SaveC) Edit existing Device Template; Modified;...
View ArticleRe: NCM: Device Template Management - Unable to save new/modified template
Have opened a case with Solarwinds Technical Support
View Articlenode list
when added a node to ncm, the new node doesn't show up in the node list column. what do I do?
View ArticleRe: SolarWinds NCM Connector for Cisco SmartAdvisor
Please add me to the list also who gets UserId is not valid. I have gone through the Self-Service Onboarding and I have access to total care portal. "Dear Ian, Congratulations on completing the...
View ArticleRe: SolarWinds NCM Connector for Cisco SmartAdvisor
Yes, I'll check your permission level with Cisco. Jiri
View ArticleRe: ACS is eventually being discontinued - what are people planning on using...
We are using ACS 5.7 right now and had put off migrating over to ISE because TACACS wasn't supported. But it has now been released and we have just purchased the license for it. Guess I know what I'll...
View ArticleRe: node list
Have you refreshed the page? If a node is added to NCM, it will show in the list. Have you confirmed that it is indeed configured correctly for NCM? Can you post some pics of your issue?
View ArticleRe: ACS is eventually being discontinued - what are people planning on using...
From discussions with a few of the Cisco SEs that I know, it will be a little while yet before ACS is canned; indeed, ver 5.8 has just been released so that's got at least 3-4 years before it becomes...
View ArticleRe: SolarWinds NCM Connector for Cisco SmartAdvisor
All, In order to use Cisco Smart Advisor, your account must have either “CBRAdmin” or “CustomerAdmin” role. This is often not the case. Jiri
View ArticleNCM Connector Error: unable to commit cds report request
Hi all, I am trying to run reports using NCM connector. The connector appears to process nodes but then throws up an "unable to commit cds report request error" Below is the output from the...
View ArticleRe: NCM Connector Error: unable to commit cds report request
Let me check with engineers. Jiri
View ArticleRe: Configuration Manager - Used Node License Indicator
It helps, but it's not complete.For instance, when I look at that page, it shows me numbers for network discovery, interfaces, netflow, etc. We have a license for 100 NPM. If I add up all these...
View ArticleCipher protocols supported by NCM SSH
FYI, just hit an issue following the upgrade of the OS on some of our fortigate boxes [due to the backdoor password discovery] where the ssh provided in NCM 7.3.x doesn't have an agreeable set of...
View ArticleNCM Regex to find if deny any is present for each ACL
Hello All, I am trying to create a regex that looks for 'deny any' at the end of each ACL. Currently, I am performing the below which seems to work for the sample of results I have gathered. Does...
View ArticleRe: NCM Regex to find if deny any is present for each ACL
You've definitely got the right idea, I'd do the execution a bit different, but I like my stuff as exacting as I can get it at times. First I'd break it into two different rules myself. One for...
View ArticleRe: NCM Regex to find if deny any is present for each ACL
Hello Craig, These are great points. You smoothened out the rough edges for me!In regards to anchoring end of line. At times there is "log" after any. But beginning of line is definite thing. Thank you.
View ArticleRe: NCM Regex to find if deny any is present for each ACL
Yea, the beginning of the line is usually sufficient. Of course, if you want to anchor at the end with a possible log, you could do it with '^\s+deny\s+any(| log)\r\n' I believe. You have to love...
View Article