Comments
-
Looking forward to this functionality!
-
Check if your node is present in SolarWinds. I had problems with one machine. Receiving SNMP Traps was fine but without alerting from SolarWinds side. (you can add node as External)
-
Hello, I have fixed this. We had problems with evaluation license (license expiration related to timezone and date) which lead us to discover wrong time settings. Similar problems: https://thwack.solarwinds.com/message/170878#170878 Thanks Nicole for your help! Regards, Matt
-
moobys How did you manage to receive NetFlow from 5520? I'm getting: NetFlow Receiver Service [PL-L-SWIAPP-L5] received NetFlow V9 flows without any template for decoding them. Configure the device xxx.xxx.xxx.xxx to export an appropriate NetFlow V9 template at 1-minute intervals. See help for details. WLC Software…
-
I have no problems with other connectors. Security Events (FW) Service Events System Events (PIX and IOS Connector) User Logons (received from LEM Agent) and LEM Agent installed on workstation For those filters above, both InsertionTime and DetectionTime are the same (or similar). Example of InternalNewToolData for Cisco…
-
+1 You would filter out the whole noise and forward only important messages. Swapping the IP/Hostname, like it was in Orion legacy syslog/trap service, would be beneficial!
-
Hello, Here you go: Remember that this is port-security with "dash" char for Cisco. Regards, Mateusz
-
Hello, Could you please provide sample config? Regards, Mateusz
-
Hello, Use Blocks in Advanced Config Search: Regards, Mateusz
-
Hello, Unfortunately, it is not possible to get current date/time from switch via SNMP. Instead of monitoring switches for NTP, try to monitor links to NTP Server. I suppose you need this for syslog + maybe some timestaps for configs. Correct me if Im wrong. Is there any other "services" on switch, that actual date/time is…
-
Hello, I don't know how exactly you want create your script, here is small example: // Loop through selected interfaces foreach (@interfaceItem in @ContextNode.Interfaces) { // we are looking for loopback interface if (@interfaceItem.InterfaceDescription contains 'Loopback') { // For each loopback address foreach (@ip in…
-
Timestamps in "LEM Internal Events" are fine. There is small difference, less than 5 minutes in InsertionTime and DetectionTime. LEM can successfully fire alert on those evens. Problem is with SNMP Traps. I'm filtering by: SystemStatus.ToolAlias = SNMPTrapAlias This is the Filter for all SNMP Traps messages (assigned to…
-
Dear Jerold, As I said before, negation in NCM RegEx is not supported. You can negate only one character or range of characters. Regarding to Manual (Using Regular Expressions, Character Classes or Character Sets [abc]): CharacterDescriptionExample^ (caret) immediately after the opening [Negates the character class,…
-
${CR} Regards, Mateusz
-
Hello, Create script: script ShowSysDescr(NCM.Nodes @ContextNode){ CLI { @ContextNode.SysDescr }} and run against your nodes. This is simply System Description, found in Node Details resource: Regards, Mateusz
-
Hello, It should be: AND (ArpTables.MAC LIKE '00809f%') after your Filter Results (look at screenshot with notepad). Regards, Mateusz
-
Create two separate Rules, one for Gig interfaces and another one for Fa interfaces. Put those into same Policy and then into Report. Your Report should have two columns and violation should be related only to specific switch model (of course you can have 100M switch with 1Gig uplinks and report will include those).…
-
From UCS Manager: Equipment tab Equipment -> Chassis -> Chassis X -> Servers -> Server X Inventory tab CIMC tab UCS Manager release 2.0, 2.1 or 2.2. You can easily find Config Guide on Cisco webpage. GUI or via CLI
-
Hello, /\d\n! Indicates interface with no configuration (In searching Block: slash, number, newline, exclamation mark) This RegEx expression works on InterfaceTypeX/X/X format. Different rule will be for X/X/XX: /(\d|\d\d)\n! Regards, Mateusz
-
Hi, Thanks for your response. I decided to move Player on SolarWinds Server. It is working. Those SEUM-User-X accounts should have local admin or be inside Administrators group. Unfortunately, I left with no success using Player installed on my PC. Tried both methods – same results. Best regards, Matt
-
You should check if there is no additional "space" char after a line. You can also try with .* (dot and asterisk) before ending line (\n). Keep in mind that if you select RegEx expression in string, you must use backslash for escape special characters (e.g. parenthesis). Regards, Mateusz
-
Hello, NTP fixed. Without success. I have tried with SNMP Traps from my PC: DetectionTime is still different. Should I do another tests? btw. how LEM is parsing SNMP messages? Best regards, Matt
-
It used to be $150 then company moved to 3x free attempts.
-
Please fix the link. It should be LEM-v6.2.0-HotFix2.zip HotFix is also available from Customer Portal.
-
jreves Sorry, please ignore my comment - I was wrong! NetFlow-Lite is simply a sampling type (minimum 1:32) of flow data. So this means The NetFlow Replicator should be able to forward traffic as it supports sampled flow data.
-
I wish this support the NetFlow-Lite and replicate (transform) to a v5 or v9 format!
-
Hello, Try to use: .*,\s\sload average: \s - stands for whitechar (e.g. spacebar, tab) EDIT: Not working for me, trying to find solution... dbruynb Could you please provide sample config? Regards, Mateusz
-
Hi, Keep in mind differences between databases in Orion Platform 2014.2 and 2015.1: http://knowledgebase.solarwinds.com/kb/questions/6263/Database+changes+between+NPM+11.0.1+and+11.5+(Orion+Platform+2014.2+and+2015.1 Regards, Matt
-
Jodros, 1x A5500 4x A5120 Without problems! When we addedd to SolarWinds some custom pollers were created (for CPU). Also, for NCM Module was created custom Device Template with "super" (no success with RADIUS bypass into level 3 privilege) Regards, Mateusz
-
Hello, Did you tried debugging this? NCM Settings -> Advanced Settings: Enable Session Tracing Session trace files in Session-Trace directory. Try different upload method (e.g. TFTP). Regards, Mateusz