Comments
-
Is that possible with the alerter?
-
Yes please. It seems like they don't really know what it is and the research they've done has shown that it can cause problems if not used correctly.
-
I only worked on it for a little while after posting. I just checked and it is still broken. From what I can see the router isn't doing something correctly. I've been too busy to open a TAC case.
-
Sorry about the delay in getting back to you. To be honest, we barely used the features of the syslog server at all. We basically used it as a way to archive error messages so we could look through them later to look for patterns. We also monitored it to make sure that we didn't see a sharp spike in the amount of logs we…
-
I wanted to wait a day before posting the results. I'm still seeing the traffic but it is showing in the overall device view. If I go into the actual interface, I only see the traffic from that interface. Is this working as expected?
-
We have the licenses installed and they show that they're available.
-
That is Great News!!!
-
Do you have a tool to walk the SNMP Tree? You may want to walk it to see if there are other values there that aren't showing what you expect and see if they're somewhere else. I had to do that for some of our Liebert UPS's. Different models of SNMP Cards used different OIDs.
-
I'll do it when I can... I'm pretty swamped right now. I might be able to do it this afternoon. Thanks.
-
Thank you for the information, it will be very helpful in the next few days! This is a little off subject from the title, but since doing all this and installing SP2 I've noticed some strange things. The nodes are no longer listed in alphabetical order. When I edit the views, there is what looks like it should be a link:…
-
So we've run into a little bit of an issue. Our NCM Server is located at our HQ in the US. The second NPM installation is in our Asian offices. The integration works but the staff at that site said that the server is pretty slow now. I'm guessing that its because it's trying to pull the data from the server across the…
-
Maybe I have more problems than I know about... I don't see a Custom Mib Poller. What version are you running?
-
Thank you for looking into this!
-
I'm interested in this as well! Edit: I'd be interested in knowing about drops or when the queue was approaching being full. IE: 95% queue used, etc.
-
Thanks Chris!
-
The problem with that is that you loose the alphabetical sorting of the node names if you do that. I want to have the icon to the left but want to still have the node names sorted properly.
-
That is perfect! Thanks for the response! I was worried about moving it and affecting everyones links, now it looks like we'll be ok. Thanks for the quick response!
-
I had something interesting happen. After booting the device, I got the strange messages again. I did a copysnortrules and both interfaces were set to disabled. If I do a "resetsnort" I stop getting them again.
-
Great! Thanks for the response! We already have an IDS solution so it seemed redundant.
-
I asked his before but I don't know if its in your system. If we could put in a little descriptive text that displayed on the page next to the property that would be a great feature!
-
You could probably put together a calculated SQL column. First add a custom property (I call it "CustomLocation" but you could call it anything), then run SQL like this: ALTER TABLE Nodes ADD COLUMN EitherLocation AS ISNULL(CustomLocation, Location) Then use Custom Property Editor to update your report schemas again. Now…
-
Thank you very much! Would this be considered "supported?"
-
We have two Orion servers. The custom properties are not 1 for 1 but the ones that we use to group things are identical. IE: We have a Region and City custom property that exists on both servers that are the first two levels that we use. This used to work prior to our server move.
-
When you log in there is a section the lower right that has the service packs. Its pretty easy to miss.
-
We have a similar situation here and I'd like to get good reports. Are you happy with the change reports that you are getting minus what you mentioned above? We use WCS as well and I'm guessing we'll just have to use that for backups and NCM for change reports.
-
Any update to this, I just ran into the same thing. I don't think our ASA was pushing 4.5 Gbps of data on a 1 Gbps link. Most of the spikes seem to be in the 500 Mbps range but there is no way we could generate that much traffic.
-
Karlo, I'm trying to get this to work but I'm running into some problems. I get this trap: And here is the rule I setup for it: I don't fully understand the last part of your reply. Am I close? Thanks!
-
Is there a way to see what it is set to currently?
-
Well, it turns out one of my assumtions was wrong. I used our MIB walker tool and found the proper values but the the proper MIB wasn't loaded. Turned out we had an older version of the RFC MIB and when I replaced it with the newer version I got the data. I'll be submitting a ticket.
-
I have another question about this.... I copied the same line that I use for my Cisco devices and tried to use it for my Juniper firewalls but I get an error when it tries to run the ConfigAutoDownload the following way, "ConfigAutoDownload.exe ${IP},${MESSAGE},${DateTime}". The log shows: A valid IP address must be…