Querying SNMP status of a NSS4000

I have a program written by SnmpSource called MibViewer (for testing purposes, it has a builtin 5 day trial).  It can see the traps that are sent from my NSS4000 when I do Admin->SNMP Traps->Test All.
This same program cannot request the current status of any SNMP items.  I have tried using SNMP Get Next, SNMP Walk, and SNMP Get Bulk, and none of them return anything whatsoever.
So, the question is: How do I query the SNMP values of an NSS4000?  I'm guessing that there are certain security parameters that I need to use to talk to it, or that the device is not capable.

I'm curious how Cisco, one of the biggest proponents of SNMP, created a device that does not completely implement SNMP.   This implementation of SNMP is only useful for logging applications, and is totally inadequate for monitoring applications that need to know the current status of SNMP values at all times.
Are there any plans to complete the currently incomplete SNMP implementation for the NSS4000?   If so, is there a schedule for it?

Similar Messages

  • How to query Process Status from database in Project Server 2010

    Hello All,
    I am using Project Server 2010. 
    I need to query Process Status  from SQL. 
    where can I find Process Status in Database. 
    Thanks,
    Rohit

    Hi Rohit,
    you will not be able to find this information in reporting DB - the only database queries are supported.
    If you really want to go for an unsupported solution, you should be able to find related tables and how to join them in stored proc "MSP_WEB_SP_QRY_Statusing_ReadStatus" in published database.
    Regards
    Barbara
    To increase the value of this forum, please mark the replies that helped to solve your issue as answer. If you find answers to questions from other forum participants to be helpful, please mark them as helpful. Your participation will help others to find
    an appropriate solution faster. Thanks for your support!

  • QUERY FOR STATUS OF SALES ORDER

    Hi Experts,
    Here my Client required one query for status of the Sales Order line item wise and by when material will be  ready after giving clients PO no. sales order NO. Clients name etc.
    Please give me guide to write this query.
    Regards
    Madhu

    Hi,
    Try this link,
    http://help.sap.com/erp2005_ehp_04/helpdata/EN/d2/cb4759455611d189710000e8322d00/frameset.htm
    Cheers,
    Shailabh

  • Query connector status

    Hi folks,
    Can anyone tell me how to query the status of a connector via either Powershell or SDK?
    I can find pretty much everything except for:
    a)Start time
    b)Finish time
    c) is running?
    Many thanks
    Steve

    You're looking for a connector's "SyncStatus" object.
    SyncStatus objects are related to each connector. They keep track of start/end times and current status.
    The class name is "Microsoft.SystemCenter.LinkingFramework.SyncStatus"
    The relationship class between the connector object and the sync status object is "Microsoft.SystemCenter.LinkingFramework.DataSourceHostSyncStatus"
    Here's a quick line of C# to get the sync status object related to your connector:
    //Connect to your management group
    EnterpriseManagementGroup emg = new EnterpriseManagementGroup("myGroup");//Get the relationship we'll need
    ManagementPackRelationship relDataSourceHostSyncStatus = emg.EntityTypes.GetRelationshipClass(new Guid("1548950D-6CEA-D9C1-11EC-53701FBCBBEC")); //Microsoft.SystemCenter.LinkingFramework.DataSourceHostSyncStatus
    //Get your connector from the connector framework. Your Id is a Guid (you may have to look it up in the MT_Connector table in SQL, unless you already know it)
    EnterpriseManagementConnector emcMyConnector = emg.ConnectorFramework.GetConnector(new Guid("<my connector's Id>"));
    //Get all related sync status objects via the DataSourceHostsSyncStatus relationship
    IList<EnterpriseManagementObject> lstSyncStatus = emg.EntityObjects.GetRelatedObjects<EnterpriseManagementObject>(emcMyConnector.ConnectorObject.Id, relDataSourceHostSyncStatus, TraversalDepth.OneLevel, ObjectQueryOptions.Default);
    //Get the sync status object from the returned list..there should only be one sync status object per connector.
    EnterpriseManagementObject emoSyncStatus = null;
    foreach(EnterpriseManagementObject emo in lstSyncStatus)
    emoSyncStatus = emo;
    After you have your sync status object, you can see the "LastRunStartTime", "LastRunFinishTime", "SyncPercent", and "Status". Status is an enumeration with values like "Running, finishedsuccess, neverrun, unknown,
    funishedwitherror, and runningwitherror"
    Example:
    ManagementPackClass mpcSyncStatus = emg.EntityTypes.GetClass(new Guid("2D4AFD51-D2FF-92C6-266F-2B6060000DAE")); //Microsoft.SystemCenter.LinkingFramework.SyncStatus
    Console.Writeline(emoSyncStatus[mpcSyncStatus,"LastRunStartTime"].Value.ToString());
    Console.Writeline(emoSyncStatus[mpcSyncStatus,"LastRunFinishTime"].Value.ToString());
    Console.Writeline(emoSyncStatus[mpcSyncStatus,"Status"].Value.ToString());
    Console.Writeline(emoSyncStatus[mpcSyncStatus,"SyncPercent"].Value.ToString());
    Note that the .Value.ToString() calls will fail if Value is null..always check to see if the value has something in it :)

  • Help with sql query the status of  A/P Reserve Invoice

    Hi,
    I am trying to write a query which lists all A/P Reserve Invoice info with OPEN status.
    I check the OPCH table and cannot find the rule to tell the status.
    The "DocStatus" field has two values only: 'O' for open and 'C' for closed.
    However, the status of A/P Reserve Invoice are OPEN, CLOSED, DELIVERED, PAID, etc.
    I try to use DocStatus field to filter, but the result does not match what I see in SAP.
    Could you please give me some hints about how to get the data I need? Thank you.
    Best regards,
    Sylvia
    Edited by: csylvia on Jun 23, 2011 5:54 AM

    Hi Darius,
    Thanks for your reply.
    However, I don't know what is the relationship between Purchase order and A/P Reserve Invoice.
    Do you mean using "SELECT T0.DocEntry FROM OPCH T0, OPOR T1 WHERE T0.DocNum = T1.DocNum AND T1.DocStatus = 'O';" to query the A/P Reserve Invoice data with OPEN status?
    But the result is not what I want.
    The result of "*SELECT * FROM OPOR WHERE DocStatus = 'O';*" is also not.
    I'd like to query A/P Reserve Invoice list with OPEN status, and I try the following sql query:
    SELECT DocEntry FROM OPCH WHERE DocStatus = 'O' AND InvntSttus = 'O';
    The result is close to what I need, but it's not exactly correct.
    Moreover, I don't think the sql query conditions is accurate.
    Please give me some advice. Thank you.
    Best regards,
    Sylvia

  • SCCM sql query Client status if active or not in specific Collection

    I would like to create an sql report to show if config manager client is active or not in specific Collection
     ,  im  using  the  query  belong to  "ManoharPusala"
    Thank  you  so  much    which  is  
    SELECT S.Name0 as 'Computer Name', S.User_Name0 as 'User Name',Case when CS.ClientActiveStatus='1' then
    'Active' When CS.ClientActiveStatus='0' then 'Inactive' end as 'Client Active Status' FROM v_R_System S inner Join v_CH_ClientSummary CS on S.ResourceId=CS.ResourceID
    is  working  as  well  but  i  want  to  modify  it  to query  form  a  specific  Collection
     ,  please  help  me  . 
    Thanks  

    Hi,
    Please try to add "Join _RES_COLL_collectionID as coll on s.Name0=coll.name" to the end of the query.
    SELECT S.Name0 as 'Computer Name', S.User_Name0 as 'User Name',Case when CS.ClientActiveStatus='1' then 'Active' When CS.ClientActiveStatus='0' then 'Inactive' end as 'Client Active Status' FROM v_R_System S inner Join v_CH_ClientSummary CS on S.ResourceId=CS.ResourceID join _RES_COLL_PRI0000A as coll on S.Name0=coll.name
    Best Regards,
    Joyce

  • Monthly Sales Order query Doc Status problem

    Hi Experts,
    I am having an problem while making a total monthly sales order query in which I am not getting the document status which are Open - Printed. Also note that these document which are open printed are not having any target document.
    SELECT T0.[DocStatus],T1.[TargetType],T0.[CANCELED],T0.[CardCode], T0.[CardName], T0.[NumAtCard], T5.[SeriesName], T0.[DocNum], T0.[DocDate], T0.[DocDueDate], T0.[DocTotal],T0.[Max1099]'Total Before Discount',T0.[TotalExpns],T4.[descript]'Territory',T2.[SlpName]'Employee Name'
    ,T0.[discsum]  FROM ORDR T0  ,RDR1 T1,OSLP T2,OCRD T3,OTER T4,NNM1 T5  where  T0.DocEntry = T1.DocEntry AND T0.SlpCode = T2.SlpCode AND T0.CardCode = T3.CardCode
    AND T3.Territory = T4.territryID AND T0.Series = T5.Series and T0.[CANCELED]='N' and T1.[TargetType] is not null
    My mission for the above query is to have Total Monthly Sales Orders with value exluding the cancelled and closed sales sales ( close here means - which are manually done by right click on sales order screen and selecting Close )
    Please guied how to solve this issue because in the back end for Sales Order which have turned to deleivery are showing doc status as closed and the sales order which are manually closed are also showing doc status as closed. How to diffrentiate between them.
    Waiting for a positve feedback.
    Regards,
    Rahul

    Try this one:
    SELECT DISTINCT T0.[DocStatus],T0.[CardCode], T0.[CardName], T0.[NumAtCard], T5.[SeriesName],
    T0.[DocNum], T0.[DocDate], T0.[DocDueDate], T0.[DocTotal],T0.[Max1099]'Total Before Discount',
    T0.[TotalExpns],T4.[descript]'Territory',T2.[SlpName]'Employee Name',T0.[discsum]
    FROM DBO.ORDR T0
    INNER JOIN DBO.RDR1 T1 ON T0.DocEntry = T1.DocEntry
    INNER JOIN DBO.OSLP T2 ON T0.SlpCode = T2.SlpCode
    INNER JOIN DBO.OCRD T3 ON T0.CardCode = T3.CardCode
    INNER JOIN DBO.OTER T4 ON T3.Territory = T4.territryID
    INNER JOIN DBO.NNM1 T5 ON T0.Series = T5.Series
    where  T0.[CANCELED]='N' and T1.[TargetType] != -1
    Thanks,
    Gordon

  • Search error-Query component status initialzing

    When I try to search anything on my sharepoint site its is showing Internal Server Exception.
    When I looked into the Central Administartion->Search Service:Search Administration,the Query Component 0 status is stuck on
    initilialzing.So how can I solve this and make the query component 0 online.

    Try Moving the Query Components
    Open SharePoint 2010 Central Administration.
    Select Managed service applications under Application Management.
    On the Services Applications page, select the Search Service Application.
    On the Search Administration page, locate the Search Application Topology section and click Modify.
    On the Topology for Search Service Application: Search Service Application page, locate the Index Partition category. (The default Query Component
    is typically named Query Component 0). Click Query Component 0 and then click Edit Properties.
    On the Edit Query Component page, select a server in the topology from the Server drop-down list and then click OK.  This will move the Query
    Component to the selected server.
    If the query status still shows "initializing"
    Run the commands below to check the Query status as per article
    http://help.outlook.com/en-us/140/ff607963.aspx
    PS C:\Users\Administrator> $qc = Get-SpEnterpriseSearchQueryComponent -QueryTopology  and then run the command
    then run the command to set the status to active as per article:
    http://help.outlook.com/en-us/140/ff607665.aspx
    PS C:\Users\Administrator> $qc = Get-SpEnterpriseSearchQueryComponent -Identity [identity] -Active
    and then the status by running
    PS C:\Users\Administrator> $qc | fl Name, State
    If it is showing initializing then delete the current SSA and created a new one by following an article:
    https://blogs.technet.com/b/wbaer/archive/2009/11/23/step-by-step-provisioning-the-search-service-application.aspx#CreatingQuery
    Regards, Savoeurn Va Microsoft Online Community Support

  • Query disable status in bex query designer

    hi all,
    when i opened query in query designer for PA_PA cube it is in disabled mode.iam unabled to restrict or do any changes.and giving error like "the dependent objects are in different transport orders."i installed this particular queries in BI content also.please help me in this issue.
    Regards
    Vamshi D Krishna

    Hi Vamshi,
    go to rsa1 - transport connection and select  ur query and drag & drop into third screen
    u can see the locked request no. of ur query ..
    u can take that no. and go to se03 -- give that request no. & execute unlock..
    now, again come back to ur transport connection, now u can see under ur query no transport request has been assigned.. select the truck symbol..
    It will ask u for the new request no. assign a new request no. of urs and check the query at the designer level. u can able to change the query ..
    Hope it helps.
    If u have any doubt reply to this message.
    Thanks & Regards,
    V. Vijay Kumar.

  • Query the status of flashback

    Hi,
    From which v$ view I can take look the status after the command =>
    alter tablespace users flashback off;

    Monitor flashback status
    You could use v$flashback_database_log. This view shows the oldest time and SCN available for flashback, the current size of the flashback data, and the estimated flashback size based on recent workload:
    SELECT retention_target "RETENTION TARGET (MINS)",
           ROUND ((SYSDATE - oldest_flashback_time) * 24 * 60, 0)
           "CURRENT RETENTION (MINS)",
           TO_CHAR (oldest_flashback_time,
                'DD-MON-YYYY HH24:MI:SS') "OLDEST FLASHBACK TIME",
           ROUND (flashback_size / 1024 / 1024, 1)
           "FLASHBACK SIZE (M)",
           ROUND (estimated_flashback_size / 1024 / 1024, 1)
                "ESTIMATED FLASHBACK SIZE (M)"
    FROM   v$flashback_database_log;
                     CURRENT                                  ESTIMATED
        RETENTION  RETENTION OLDEST                FLASHBACK  FLASHBACK
    TARGET (MINS)     (MINS) FLASHBACK TIME         SIZE (M)   SIZE (M)
              120        178 21-FEB-2007 16:21:54     1339.1     2001.9 ~ Madrid.

  • How to query the status of disk groups in specific time?

    Dears,
    While trying connect to database , i faced ORA-00257:archiver error. Connect internal only, until freed.
    Also found in alert file ORA-15041: diskgroup space exhausted
    And found in ASM alert file WARNING: allocation failure on disk DG_DATA_0002 for file 357 xnum 2147483648
    I expected from above errors that the problem in ASM Disk groups or in file system space.
    After checking, found every thing is fine and OK as i have much free space.
    And when i tried after some time to connect to database, it connected successfully without errors.
    It means that the problem not in space,may be the status of disk groups became invalid for some time
    Appreciate your advise. And how can i know the status of disk groups in specific time?
    Thanks & Regards,,

    Hi All,
    We got another idea to create new template and use it as "Current Default Workbook".
    Then it is showing latest date as we changed one of the Text element from "Display Status of Data" to "Display status of Data To".
    But the this change is showing to my user id only but not to the other users.
    We are selecting the tick mark for "Global Default Workbook", but this tick mark is going away after each refresh. I think if this tick mark is holds permanently, my problem will solve.
    Please suggest me if you have any ideas to resolve this issue....

  • How to query deployment status.

    Hi all
    I'm trying to get the list of deployments in the admin console, namely, I'm trying to get the same thing you get when you go to Domain Structure -> Deployments, the list with the status of all the deployments, I need a third party application to check their health. Either by using a java or the command line tools, is that possible?
    I've tried the utilities (weblogic.Admin and weblogic.Deployer) and using the API that comes with Weblogic, but they don't seem to list the same things I get in the admin web interface. Any ideas?

    you can use WLST to get status of all deployed apps.
    below link describes nicely the steps for getting status:
    Getting Application States using WLST &amp;laquo; Middleware Magic
    Thanks,
    Vivek Vishal

  • SCCM sql query Client status if active or not

    I would like to create an sql report to show if config manager client is active or not, right now I query
    v_R_System, for installed client. Any guidance on which table to query for active or not active clients would be helpful.

    I had the same question. I found that this query does what I wanted. You can certainly change the number of days since LastHardwareScan.
    select SMS_R_SYSTEM.ResourceID,SMS_R_SYSTEM.ResourceType,SMS_R_SYSTEM.Name,SMS_R_SYSTEM.SMSUniqueIdentifier,SMS_R_SYSTEM.ResourceDomainORWorkgroup,SMS_R_SYSTEM.Client from SMS_R_System where SMS_R_System.ResourceId in (select SMS_R_System.ResourceID from
    SMS_R_System inner join SMS_G_System_WORKSTATION_STATUS on SMS_G_System_WORKSTATION_STATUS.ResourceID = SMS_R_System.ResourceID where DATEDIFF(dd,SMS_G_System_WORKSTATION_STATUS.LastHardwareScan,GetDate()) < 90)
    I hope this helps :)

  • Query VI status using VI server

    Hello,
    I am trying to figure out how to querry the status of a VI using VI server.
    I want to know if the VI I am calling is already running or open.
    Thanks
    Dan
    Solved!
    Go to Solution.

    You can pass JUST the VI name to to an "Open VI ref" and it will NOT return an error if the VI is already open and loaded into memory.
    The execution State proprty will tell you if it is running.
    Ben
    Ben Rayner
    I am currently active on.. MainStream Preppers
    Rayner's Ridge is under construction

  • Identifying connections and querying connection status

    Hello,
              Within a weblogic server (in a clustered environment, WLAS 5.1.0) we need to
              keep track of client connections to the cluster. We need to identify
              connections uniquely with our own id. We then need to use this id (among
              other things) to query, whether the connection with the id is still alive,
              or whether it has been disconnected.
              Do we directly have support for this kind of functionality in WLAS or do we
              have to implement this ourselves?
              Any proposals for potential solutions appreciated!
              petteri
              

    Petteri Laamanen wrote:
              > Hello,
              >
              > Within a weblogic server (in a clustered environment, WLAS 5.1.0) we need to
              > keep track of client connections to the cluster. We need to identify
              > connections uniquely with our own id. We then need to use this id (among
              > other things) to query, whether the connection with the id is still alive,
              > or whether it has been disconnected.
              I don't think weblogic offers anything for this in 5.1.
              >
              > Do we directly have support for this kind of functionality in WLAS or do we
              > have to implement this ourselves?
              I guess you will have to do it yourself. You might wanna look at the console
              to verify though.
              >
              > Any proposals for potential solutions appreciated!
              >
              > petteri
              Cheers
              - Prasad
              

Maybe you are looking for