Comments
-
Except that does not allow me to do real-time monitoring just a snapshot whenever its ran. It would be better to have real-time stats, history, alerts. As part of the NPM engine.
-
I cannot get a trace right now but yes the same commands work perfect. When I copy to configs via scp manually it works fine. When I show the config via "more current-config" it produces a little "spinning" prompt. This is what causes all the extra junk in the config file for some reason the backup-config does not do the…
-
Most common needs are because of "errdisable" state. To clear it you issue this on the interface: shut no shut Alternatively you can turn on "errdisable recovery" and let them automatically be cleared but some security polices might not like that…
-
I got a reply from support. You currently cannot pass variables to an external program as parameters.
-
I just opened a case.
-
Thank you. This matched all my WAN interfaces perfectly and excluded all interfaces bound into a mlppp interface. ^interface.*\n\sdescription DS[13][\w-]+\d+[^\.\d]+$
-
I think it would make my life easier. Luckily I have NCM so my script to create bulk IP SLAs is probably a lot easier than others. Still being able to manage/modify them via IP SLA Manager would be better than the way I am doing it now.
-
We have 33 sites fully meshed with MPLS. I manually created the fully meshed IPSLAs 32 from each site for a total of 1056 operations (32*33). It does not seem to be causing any problems on our networks using the default timers of 300sec. Just seems like limiting it to 18 is a little restrictive. To calculate the number of…
-
I think you need to put some parenthesis in there and create a 2nd condition where nothing is found. (this or this or this) or (nothing) I'm using a slightly different approach. Each interface is prefixed with a "type" tag. Such as "trunk: " or "computer: " if non of those prefixes are found or the interface does not have…
-
Im getting the same thing. The service is running on the server but shows down in Orion. Restarting the service causes Orion to detect the service is up.
-
Another think is then how can I then remediate for these violations? It would be awsome if NCM could then apply the remediation script to the "section" that was in violation. In my previous post I used this example. int fa0/0.10 desc isolated <-Tested. missing ip verify produce exception. exit The "section" thats in…
-
I got most of this figured out myself. The change template forces the user to select a single interface per node but because it allows multiple nodes to be selected the description does not end up being unique. So now I either need to somehow force only a single node to be selected for require unique descriptions for each…
-
I just found that a group schedule works even better. This distributes the IPSLA operations evenly over the 300 second window the operations run for. So only a few run at any given time rather than all of them running every 5 minuets. Example. ip sla group schedule 1 1-36 schedule-period 300 start-time now It still could…
-
Anyone? I need to monitor when packets are being dropped due to the crypto accelerator not being able to handle the traffic. This stat is not exposed via SNMP so I am going to need to poll via a script or something then compare it to the previous query to determine if there have been any additional packets lost. If so I…
-
Just thought I would put it out there that Im already deploying a config by copying the cfg file to the systems. I was just wondering if there were any plans for a more AD integrated deployment option.
-
This identifies all the applications I want to remove. SELECT * FROM [NetPerfMon].[dbo].[NetFlowApps] WHERE [NetPerfMon].[dbo].[NetFlowApps].AppName LIKE 'Port %' AND AppID != '146160' I can find all the ports related to these applications with this query. SELECT * FROM [NetPerfMon].[dbo].[NetFlowAppPorts]INNER JOIN…
-
Can we do this yet? It seems like if we can search blocks for problems we should be able to remediate them also. Being able to remediate multiple block violations would be VERY helpful to me in ensuring all our router and switch interfaces match our polcy requirement. Would also allow less technical staff remediate…
-
I have been told that NetFlow will only collect data on inbound traffic. http://www.dslreports.com/forum/r19332065-Config-NetFlow-IngressEgressBoth
-
I have seen that error message before, and I had to uninstall .NET 2.0 and then install the application to get it to work. Not saying that it will work here, but you might give it a try.
-
I just copied the method SolarWinds used for IOS detection but included two patterns. http://thwack.solarwinds.com/thread/55075 You should also configure a new pattern to ignore the checksum.
-
Here is a pretty simple rule for checking all interfaces. Its a great feature but is only useful for auditing because you cannot remediate anything. This example just audits interfaces for the proper description prefix that we use in my network to classify the interface. The last statement in here is that the interface is…
-
Sounds like your asking for block level remediation and NCM does not support it right now. Its been requested several times in the forums but no one has actually created an "Idea/Feature Request" yet.
-
I think there is a bug if the image/file is over 500MB. There are a few posts similar to this about downloading images from the SCP server and having it stop/hang/fail. In my case the server is crashing and has to be started again. I have opened a case for this. Update: I got an response back from support that they…
-
I was having a similar problem managing an ISR4321 that is connected through a VPN tunnel. I was getting a different error "invalid argument" but that could be differences in IOS versions. After checking the basics on the Orion SCP/SFTP server: * Service is running. * Firewall rule enabled. * Authentication configured or…
-
Just upgraded to 7.5 and having this issue.
-
I am also having this problem. Looks like its a problem with wodSSHD.dll but the version I have is different. Fault bucket , type 0 Event Name: APPCRASH Response: Not available Cab Id: 0 Problem signature: P1: SolarWindsSftpServer.exe P2: 1.2.0.21 P3: 5b9ba3b1 P4: wodSSHD.dll P5: 2.5.4.466 P6: 5b8da7ba P7: c0000005 P8:…
-
1. If you consider yourself to be network engineer (analyst, admin, consultant), why do you monitor servers in Orion today? a. I would consider myself a network admin. I administer the network, and server infrastructure where I work. Paying for two separate programs to monitor the network, and servers isn't practical when…
-
I have tried to do this with compliance policies and rules to create some type of blocklevel remediation. We classify each interface/port in the description via prefix "desc computer: MYPC" or "desc printer: SOMEPRINTER". Computer ports are configured different than printer ports ect but all computer ports are identical.…
-
I went back, and deleted all the files for the website, and then reran the config wizard. I only selected the website, and it reinstalled the whole thing. Now I am able to at least use the site again A few problems: 1. I cannot use hostheaders, and have multiple sites running on port 80 it does not seem to work. Start…
-
Wow purge ran for 5 hours Ouch. Now to shrink this thing back down to size. (36598648 row(s) affected)