Comments
-
When i am importing the subnets by the bulk add subnets automatically the IP's are generated with in that subnet. Is there any option not to add the IP address on to the subnet by defaults. You help is appreciated.
-
make sure that the devcie is sending the syslog/snmp traps to the NCM server. Do you have any other syslog server where you can test if the device sends these logs out.
-
Is there an option to report or display the real time value of the Class map of the cbqos on to the network map for a device. If so what are the parameters that we need to look for to populate these real time values on the map. Thanks.
-
It did worked for me fine for the 44xx WLC
-
Hi do any of you have any suggestions.
-
Hi, I had a similar issue when i wanted to run a 95th percentile report. I edited few codes and that fixed my problem. Here is the code for the same. DECLARE @StartDate DateTime DECLARE @EndDate DateTime SET @StartDate = CAST((ROUND(CAST(GetDate() - 1 AS FLOAT), 0, 1)) as datetime) SET @EndDate = CAST((ROUND(CAST(GetDate()…