PSI · Senior Solutions Consultant

Comments

  • I would like to get Chassis serial, module serials (power supply, FWSM, GSS...) and Stack serials in the same report. For a single device, what are all serial numbers associated with it. You can pull a report for stacks, but in that report you cannot have chassis serials because it's not the same type of data (table?) to…
  • This is exactly what I did. Custom HTML...
  • That is all good if you want to get the serial number of every members of the stacks you have. But what if you would like to get one report, to get the serial numbers of all your devices, including the multiple ones in stacks. I tried to do a report based on the Physical Entities type of report but I can't filter to only…
  • Same scenario for me here. Network Guru I understand how you handled your alert suppression when your "main routers" (where I suspect all your remotes sites connects to) goes down, you will not receive alert for devices behind it. In my case, as MaverucK5L is also picturing, I have 600 "main routers" and behind each I have…
  • All right, so to recap, currently only fetching CPU and Memory is available through UdP. The two MIBs that work (tests with Cisco NXOS 4.2(1) with NPM 9.5 SP4 with MIB db from May 2009) are those: MIB: CISCO-SYSTEM-EXT-MIB OID: cseSysMemoryUtilization Loc: .1.3.6.1.4.1.9.9.305.1.1.2 Range: 0..100 (%) Desc: The average…
  • I'm back in the lab this morning. The CPU graph looks good. I'm now looking to get the Memory MIB Working. From the WALK I ran this morning, looks like cpmCPUMemoryUsed.1 and cpmCPUMemoryFree.1 would be working. Here's an interesting Post: http://www.mail-archive.com/cisco-nsp@puck.nether.net/msg23742.html Seems…
  • As I posted on Thu, May 21 2009 10:22 AM, Cisco said that we should use the CISCO-PROCESS-MID for CPU. CISCO-PROCESS-MIB cpmCPUTotal5sec.1 CISCO-PROCESS-MIB cpmCPUTotal1min.1 CISCO-PROCESS-MIB cpmCPUTotal5min.1 CISCO-PROCESS-MIB cpmCPUTotal5secRev.1 CISCO-PROCESS-MIB cpmCPUTotal1minRev.1 CISCO-PROCESS-MIB…
  • I'm in my lab now: still don't work. Here's the setup: Nexus 7010 NXOS 4.2.1 with NPM 9.5 SP4 and MIB Database from May 2009... Still can't fetch CPU with standard MIB.
  • And let's say that your System name has some extra information you don't want to add as Node Name, like say your domain name. devicexzy.domain.net and you would like to get just devicexyz... Here's what I've done, I'm by no mean an SQL expert so I used what I've learned from this post and added on. I used the "Custom…
  • I'm asking if I have 600 sites do I have to configure 600 alerts?
  • Have a look here for hints:
  • Thanks.
  • You need to transform those custom MIBs Have a look here for the custom mib polles here: 
  • As per Cisco's MIB details, the Nexxus supports CISCO-PROCESS-MIB which is the same MIB used for regular Cisco CPU. The CISCO-PROCESS-MIB.my wasn't updated since 2007. It's the same OID [1.3.6.1.4.1.9.9.109]. Is the problem more related to the device modelisation i.e. NPM does not recognized the Nexus devices? We're…
  • What if I have 600 sites? I would require 600 alerts? What I would like to do (I don't know if it can) is to be able to use variables in the supression tab. If the device that went down has Tier X and Site ABC (where X and ABC could be the variables) we could lookup in the suppression tab something like if Tier is higher…
  • Yeah, indeed it was worth mentionning that the "upgrade" ain't done on the same box. We started from scratch a new install of v9. We're not upgrading v9 on the v8.5.1 box but rather exporting/importing de database and we're trying to do the same with the webconsole configuration.
  • Hi, it's not an unknown device but the method do calculate CPU is wrong. NPM 9.5 uses the wrong OID to calculate CPU of the Infoblox Appliance. System OID 1.3.6.1.4.1.7779.2.5 As per Infoblox faq: The following formula can be used to calculate CPU usage:- 100 * (ssCpuRawUser.0 + ssCpuRawNice.0 + ssCpuRawSystem.0) / (…
  • It would be very usefull for us to allow a user class that could unmanage/manage devices, interfaces, volumes... without giving them the "Allow Node Management Rights". So unmanage/manage alone could be enables for a user. We have a somehow big SolarWinds deployement (around 3500 devices / 15 000 elements) using IP SLA,…