Re: NCM Regular expression to ignore "state up" or "state down" for node in...
If our RegEx guru tim.l.nelson can't help you then no one. Jiri
View ArticleRe: NCM Regular expression to ignore "state up" or "state down" for node in...
jhodges125 Copy and paste the example line in full context please.
View ArticleRe: Need to create Regex to find "ip http secure-server" but keep on finding...
As a follow up, \r\n are at the end of configs in Orion. So if you put blah$ you are actually missing the \r you could do a blah\r$ since the \n is the actual return line character. As far as what...
View ArticleRe: NCM Block Text Expressions
The rule should look like this: ip access-list extended POS-inboundfilter\rremark POS-inboundfilter Version 20140214\revaluate POS2-traffic\rremark Allow ICMP (ping)\rpermit icmp any any reflect...
View ArticleRe: NCM Block Text Expressions
Simply create a rule and make it Regex, then add the following to each line, \rPaste in the entire block, it should look like:line 1\rline 2\rline 3\r You will need to escape any special characters...
View ArticleNCM Scripting Question - Performing Action based on presence of IP address on...
Hey all, first time posting here. Was wondering whether the knowledgeable programmers / scripters could assist me with a Network Configuration Manager Script. I'm neither a SQL nor a scripting...
View ArticleRe: NCM Block Text Expressions
I am assuming that you are doing regular expression match. The choice of newline characters varies from device to device. Even among Cisco devices I have found newer versions are using just '\r'...
View ArticleRe: Importing CiscoWorks Templates into NCM!
I am bumping this up to the top!We have recently installed NCM, NTA, NPM, etc...I have been asked by the NOC folks how do they import/convert their existing CiscoWorks templates into NCM. I have...
View ArticleRe: NCM Regular expression to ignore "state up" or "state down" for node in...
Solarwinds support was able to help with the Regex. Here are the details.. ltm pool pool_name { load-balancing-mode least-connections-member members { server1:http { address...
View ArticleRe: NCM Regular expression to ignore "state up" or "state down" for node in...
Perfect, you do not need the .* though, the end of your pattern was the second letter in the second word so anything beyond that is completely ignored. jhodges125 also can you mark this solved?
View ArticleRe: NCM Block Text Expressions
thamizh85 You can check by copying the text config out of Firefox or IE into notepad++. I haven't ran into any where Solarwinds didn't have a \r\n at the end of each line. This is the best way to...
View ArticleF5 LTM Backup
Hello, I currently have NCM ver 7.2.2, and also 2 sets of F5 LTM 5K units in HA mode running version 11.4.0 HF5. I downloaded the template in the NCM\DeviceTypes, and modified the VIrtualPrompt as...
View Articleregex text block for Cisco access-lists
How would I set up the following VTYACL access list in NCM checking for blocks? I want also want to make sure some other entry is not in there that I am not aware of. ip access-list standard VTYACL...
View ArticleNetScaler NS10.1 Configs & NCM
Hi all, I've a couple of NetScaler NS10.1 devices sitting under my NCM 7.1 installation & am having issues when attempting to download the associated configs.. I've tried using a Netscaler template...
View ArticleRe: NetScaler NS10.1 Configs & NCM
I've reviewed the following threads & suspect it may well be a config template issue (wherein the commands to pull the config are not being executed correctly on the device). Again though, I'm not...
View ArticleWhat do you need to set up/enable on a Cisco device to allow NCM to make...
Hello, What do you need to set up/enable on a Cisco device to allow NCM to make config changes - Is it just a write community string, or something else?
View ArticleRe: What do you need to set up/enable on a Cisco device to allow NCM to make...
Hi - First you'll need to make sure that you have the relevant communication settings configured for the device (Edit Device and scroll down to see): (the settings/username etc that you choose are...
View ArticleDiscovery Data Export, beyond .pdf?
Good morning Thwackians, I am fairly new to solarwinds, but a rather experienced IT guy. I am doing a baseline via a nightly network discovery and Solarwinds returned a nice set of data from the first...
View ArticleRe: Discovery Data Export, beyond .pdf?
You should be able to export to CSV.NCM reports export to CSV?http://thwack.solarwinds.com/ideas/3448 It seems others have had this issue as well
View Article