Re: Regex and Fortinets
Ah, sounds like that's the case. It was a typo, though - ^.*?set admintimeout 480 was what I was shooting for.
View ArticleRe: Cisco WLC 2504 backup
Strange. I really have only seen "Connection Refused" for one of the reasons I have mentioned.
View ArticleRe: Cisco WLC 2504 backup
I've found a couple things help in getting your WLC's managed in NCM. The first is to set up a separate connection profile that has the "Enable Level" set to "No Enable Login". I personally also...
View ArticleRe: Regex for VTY Transport Compliance
Here is how I do my VTY matching. The problem with using "transport input ssh" as your config block end is if it actually contains just "transport input telnet" or "transport input telnet ssh" it...
View ArticleRe: Regex for VTY Transport Compliance
Presumably you have a second rule for the second block of VTY? I'm currently looking at doing these two I think (which I think are equivalent to what you guys are suggesting, but without actually using...
View ArticleF5 11.6 Download Configuration using tmsh
Hello, I am trying to download the running configuration of our F5 LTM load balancer using SSH through NCM. The command in F5 is "tmsh show running-configuration". After you enter the command, the...
View ArticleAdding Device IOS to Compliance reports
Outside of copy/pasting the device IOS from a report to a compliance report, does anyone know if there is a way to include it in the original compliance report? Checking for the latest IOS shoud be...
View ArticleRe: Regex for VTY Transport Compliance
Nope, the one rule catches >all< VTY blocks. Remember, if VTY 4 is configured differently than VTY 0 3, it will be a separate block too. You can't count on the blocks being "vty 0 4" and "vty...
View ArticleRe: Regex for VTY Transport Compliance
So, using the config block setup, does that mean it is locating the 2+ blocks VTY blocks as separate entities and actually running the config search regex on each found block individually? If so, that...
View ArticleRe: Regex for VTY Transport Compliance
Nevermind, that looks like it's exactly what it does. Woot! Looks like that's my solution. Also thanks Mateusz O, you already told me how the blocks work with a screenshot and I apparently completely...
View ArticleRe: Little Help with SQL Query - NCM Report
NCM used different NodeID style or data type.In my efforts, I had to tie the IP addresses from NCM to NPM.
View ArticleRe: Little Help with SQL Query - NCM Report
try reverse engineering from:select top 10 n.Caption, pr.* from Nodes n left join NCM_IPAddresses nip on n.IP_Address=nip.IPAddress left join NCM_PolicyCacheResults pr on...
View ArticleRe: Little Help with SQL Query - NCM Report
theroadguyI was actually just working on something similar that I found from a post from a couple of years ago. NCM Poloicy Violations Report - SQL Reporting Services VersionI am pretty sure that...
View ArticleRe: Little Help with SQL Query - NCM Report
Not sure why my formatting kept messing up on my post, above, but I shall try again here... SELECT TOP 100 [SWNPMDB].[dbo].[NodesData].[Caption],...
View ArticleRe: Support for LLDP (future proofing L2 Discovery)
I got it to partially work by forcing the poller to use the LLDP oid available. It appears that a firmware difference from before ruggedcom was purchased by siemens works, and post it doesn't...
View ArticleCompliance Report, Summarize & Count Multiple Violations Per Device
I need a report that will show the number of violations each device has.I need to inventory the various profiles currently configured on nearly 700 devices. (All devices are from the same vendor, and...
View ArticleRe: Policies broke created with Policy Reporter since NCM/NPM integration
Figured it out. Actually, I only had to change the CP Device_Type values which slightly differed in NPM. The NCM_Nodes table was changed from a table to a view.
View ArticleRe: How to remove interfaces and volumes form the Discovery Ignore List en...
Hey zrj913, Would you mind posting here the ticket number? Thanks!
View ArticleRe: NCM - Need to Develop a widget/button to kick off series of scripts on...
Not Authentication but the app works independently of SolarWinds Issues I am running into:A. If I add my app as a child application of the SolarWinds Application under IIS - I am trying to avoid...
View Articlebrand new to NCM
got placed into this contract to fix stig issues. figured out how to build build rules w/ regex or string. build policy and reports.Much appreciated if someone can help me with some things that i...
View Article