SNMP - Not so "Simple"

Hello,
I am somewhat new to newtworking and I was tasked with getting Solarwinds to communicate with all of our network equipment.  I have been able to get everything into Solarwinds and recognized but our ASA is not returning SNMP information.  I have been running a tool called getsnmp.exe and I can get a response from my workstation after adding my ip address into the asa host access list.  If I then add the SolarWinds server to the Host access list, snmp still times out.  If I try from another workstation and add it to the list, it also times out.  If I change the ip address to match my workstation address, snmp works.  I am utterly confused as to why it is only working with my IP address of my workstation.  Everything is on the same subnet.  Any help please?

The firewall can be managed via up sown pretty easily as a node.
as long as you enable
SNMP Host and the interface Poll Community
SNMP Host and the interface Poll Version
Once you get that going you will probabaly need to dig a little for the IKE OID's to check tunnel states.
or for number of connections etc...  It realy depends on your monitoring strategy.
Hope this helps.
Carl

Similar Messages

  • Simple PL/SQL Report - Using Break on and Compute Sum - Not So Simple

    Good morning, All:
    I have a simple pl/sql report that is not so simple. Basic on the code below, would like to add a blank line/row after the resulting "sum" row to make it easier to read. Any and all help would be appreciated.
    Thank you.
    Preston@Large
    Code:
    =======================
    BREAK ON ALM_OG_CAMPAIGN_CODE
    COMPUTE SUM OF ALM_OG_AMOUNT ON ALM_OG_CAMPAIGN_CODE
    set linesize 1024
    set pagesize 60
    set newpage 0
    set serveroutput on
    SPOOL &so_outfile;
    ttitle center 'Wayne State University' skip 1 Left 'WSU Online Giving Essentials Report' skip 2
    select TO_CHAR(sysdate, 'mm/dd/yyyy hh:mm AM') "Report Date" from dual;
    CLEAR COLUMNS
    column ALM_OG_ACCI_CODE heading "ACCI|CODE" format a10
    column ALM_OG_AMOUNT heading "AMOUNT|DONATED" format $999,999,999.99
    column ALM_OG_CAMPAIGN_CODE heading "CAMPAIGN|CODE" format a14
    select
    ALM_OG_CAMPAIGN_CODE,
    ALM_OG_ACCI_CODE,
    ALM_OG_AMOUNT
    From WSUALUMNI.WSU_ONLINE_GIVING_TABLE
    ORDER BY ALM_OG_CAMPAIGN_CODE;
    CLEAR COLUMNS
    spool off
    Output:
    WSU Online Giving Essentials Report
    Report Date
    ======================
    06/05/2009 10:06 AM
    1 row selected.
    Wayne State University
    WSU Online Giving Essentials Report
    CAMPAIGN ACCI AMOUNT
    CODE CODE DONATED
    ====== ======== ==========
    sum $560.00
    NUR 444814 $10.00
    ***** =======
    sum $10.00
    PHS 445216 $10.00
    ***** =======
    sum $10.00
    PRES 445211 $450.00
    445211 $60.00
    445211 $250.00
    ***** =======
    sum $760.00
    SBA 444216 $10.00
    ***** =======
    sum $10.00
    SSW 444469 $10.00
    ***** =======
    sum $10.00

    Prestone,
    Welcome to the Forum!
    I have used skip 2 lines you can use 1
    SQL> break on job report skip 2
    SQL> compute sum of sal on job report
    SQL> select job , sal from emp order by job ;
    JOB              SAL
    ANALYST         3000
                    3000
    sum             6000
    CLERK           1300
                     950
                     800
                    1100
    sum             4150
    MANAGER         2850
                    2975
                    2450
    sum             8275
    PRESIDENT       5000
    sum             5000
    SALESMAN        1500
                    1250
                    1250
                    1600
    sum             5600
    14 rows selected.READ
    Quick SQL*Plus Guide
    http://download.oracle.com/docs/cd/B14117_01/server.101/b12171/toc.htm
    SQL*Plus Reference
    http://download.oracle.com/docs/cd/B14117_01/server.101/b12170/toc.htm
    SS

  • Composite key field is not a simple type or enum

    According to the docs here - http://www.oracle.com/technology/documentation/berkeley-db/je/java/index.html?com/sleepycat/persist/model/PrimaryKey.html - you can use "A composite key class containing one or more simple type or enum fields" as a key field. When we try that we get "java.lang.IllegalArgumentException: Composite key field is not a simple type or enum: Result$Key.recordId". Am I misreading the docs?
    Thanks,
    Trevor
    @Persistent
    public final class RecordKey {
    @KeyField(1)
    private final String name;
    @KeyField(2)
    private final int duplicateNumber;
    RecordKey(final String name, final int duplicateNumber) {
    this.name = name;
    this.duplicateNumber = duplicateNumber;
    RecordKey() {
    this.name = null;
    this.duplicateNumber = -1;
    @Persistent
    static final class Key {
    @KeyField(1)
    private final RecordKey recordId;
    @KeyField(2)
    private final String key;
    Key(final RecordKey recordId, final String key) {
    this.recordId = recordId;
    this.key = key;
    Key() {
    this.recordId = null;
    this.key = null;
    }

    Hi Trevor,
    You're nesting one key class inside another. All fields of a key class must be simple types or enums, which is what the exception message is trying to say. If you want all those fields in your key class, you'll have to include them in a single flattened class.
    Neither nesting of key classes nor inheritance of key classes is supported. We have enhancements filed to support these in the future, but no concrete plans.
    --mark                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Did not know simple things such as removing hyphen from phone numbers will be so complicated. How do i remove the hyphen from stored phone numbers since i am not able to make a phone call using VOIP. Everytime i make a phone call i have to type the number

    Did not know simple things such as removing hyphen from phone numbers will be so complicated. How do i remove the hyphen from stored phone numbers since i am not able to make a phone call using MobileVOIP. Everytime i make a phone call i have to type the number.

    Go into your contacts and edit them.

  • SNMP not responding

    Hi,
    I have a Windows 2003 R2 server with SNMP enabled.
    I monitor it via Nagios, and have been working fine since a few days ago, that snmp started to not answering.
    I've removed SNMP services, and reinstalled, clean registry entries, but unsuccedfully.
    What I see strange is that when I type "netstat -an | find "161"" , I got:
    UDP    0.0.0.0:161            *:*
    UDP    x.x.x.x:161      *:* (where x.x.x.x is the IP address assinged to the network card).
    The rest of servers only show:
    UDP    0.0.0.0:161            *:*
    I think this could be the cause, but don't know how to solve it.
    There is no firewall.
    Thanks,

    this maybe helpful...
    https://social.technet.microsoft.com/Forums/en-US/129f94e7-de20-4e4c-8a7e-cde13725478d/snmp-not-responding?forum=winservergen
    Best,
    Howtodo

  • Extend the EPM install to a new EOI and remove the old EOI's (server decommissioning). EPM version 11.1.2.1 and having essbase and planning; I understand removing EOI's is not as simple as 11.1.2.3 but any suggestion/steps would be of great help.

    Extend the EPM install to a new EOI and remove the old EOI's (server decommissioning). EPM version 11.1.2.1 and having essbase and planning; I understand removing EOI's is not as simple as 11.1.2.3 but any suggestion/steps would be of great help....

    Next time try to create a topic that is not the question.
    There was no option to remove epm instances in 11.1.2.1, basically the cloest you get is uninstalling the products on the server and hope that some of the info is removed from the epm registry
    Cheers
    John

  • Is there a wat to bypass a iphone 4 password lock, not the simple 4 digit passcode lock without having to resotre the iphone?

    Is there a way to bypass a iPhone 4 password lock, not the simple 4 digit pass code lock without having to restore the iPhone? My friend owns her phone but upgraded to the iPhone 5s and wants to get her baby photos and videos off the old phone.
    She can provide ownership of the device but is very worried that she cannot access the phone without a restore as she cannot remember her password for the old phone. Can she go into an Apple store and can they do something to bypass the password when she proves ownership the device to them?
    Any help is greatly appreciated

    No. They can't bypass the lock screen password. All they could do would be restore the phone, which will wipe it.

  • Could JAXB (1.2.x) not handle simple extensions

    I've implemented a simple JAXB (1.2) unmarshaller for our xml files,
    which are using simple extensions like this:
    <xsd:complexType name="Format" abstract="true"/>
    <xsd:complexType name="FormatNumber">
          <xsd:complexContent>
             <xsd:extension base="br:Format">
                 <xsd:attribute name="decimalplace" type="br:Decimalplace" use="required"/>
             </xsd:extension>
          </xsd:complexContent>
    </xsd:complexType>  If i unmarshall the follwing xml file, an exception is thrown on validation of the format tag.
    <data>
        <column>
            <format xsi:type="br:FormatNumber" decimalplace="0"/>
        </column>
    </data>
    [...]JAXB reports that the decimal attribute definition is unknown for the format tag. This
    is correct, but JAXB should recognize that this is an extension of the FormatNumber
    complex type. Could JAXB not handle simple Extensions like this one?
    Knows anyone a solution, how i could solve this problem?
    Thanks for any hint.
    Best regards,
    Christian

    well, you could always go to a blank sheet, set your options to navigate without data, zoom in to all levels of the dimension you want to get the full list of members then search on that using the excel search function

  • Pages for ipad2 - how do you get text to wrap around the contours of a picture? Not the simple square wrap, but I saw text following the contours of a bike wheel at the Apple store demo

    Pages for ipad2 - how do you get text to wrap around the contours of a picture?  Not the simple square wrap, but I saw text following the contours of a picture of a bike wheel at the Apple store demo

    Sjazbec,
    Thanks for the reply.
    I did read the help and went through the tutorial - the butterfly text wrap (and the wrap around the curved contour of the bicycle wheel at the Apple store) is the reason I am asking this question.  I don't know how to use one of my own pictures and tell Pages what contour to wrap around.  Is there some additional image editing software that I need to "creatively crop" one of my own pictures, so that Pages will be able to wrap around that contour?
    Thanks / Danke!!

  • Simple Button Listener not so simple

    Here is code that works fine without the Listener:
    myButton_Zoom = function () {
    bt_zoombig_mc._visible = !bt_zoombig_mc._visible;
    Now when I try to add a listener it will not listen. Here is
    the code with the Listener:
    listener = new Object();
    listener.myButton_Zoom = function(objEvt) {
    bt_zoombig_mc._visible = !bt_zoombig_mc._visible;
    myList.addEventListener("myButton_Zoom",listener);
    Can anybody please tell me why?

    This is the same code as you attached above. It will not work
    for 2 reasons.
    Will not toggle visibility and will not call a function.
    Maybe think from scratch and make 2 buttons:
    ButtonUp_mc and ButtonDn_mc
    Place ButtonUp_mc on top of the other.
    Put the same code on both
    If you can achieve the visibility then we are half way there.
    Next, make 2 simple functions in the root like:
    goto_frame = function () {
    nextFrame();
    goBack_frame = function () {
    prevFrame();
    One function is called from either button (goes to next frame
    and then goes back)
    The goes back function is on the bottom and executes with the
    toggle code after
    the user has clicked the top button and made it _visible =
    false.
    Now we need to call these functions when the user clicks
    either button so
    this function has to appear in the toggle code with the
    Listener either embbeded
    with the Listener code or, outside following the listener
    code.
    In short, the button executes the _visible code, then calls
    the function.

  • OBIEE 11g: Dashboard not invoking simple javascript alert

    Hi Experts,
    I'm trying to invoke one simple ALERT command with javascript in obiee 11g dashboard. The purpose is when it loads, it should print one ALERT message and also when we change something in the prompt and clicking Apply button.
    Here is code written in a text item (Checked html markup option) after prompts;
    <script language="Javascript">
    alert ("Hello");
    </script>
    The Javascript alert message is showing when the dashboard page loads, but its not coming when we click the Apply button after changing the prompts.
    Can anyone give helpful hint, how to check it and why its not showing up when we press Apply button?
    Any hint or some useful links will b highly appreciated.
    Thanks in advance.

    You just used code and I would say the default event is onload of the page, thats the reason you are able to see alert.
    Since you didnt ask or written code onClick event to show alert, its not showing.
    You need to tell to browser when to prompt alert message instead of onload.
    Hope you are more confuse about 'how to do'
    if yes, mark :)
    give some more info about your actual req. that helps any other gurus to help.
    Edited by: Srini VEERAVALLI on Mar 27, 2013 8:42 AM

  • Discovering Network Devices with SNMP not working

    I have implemented SCOM 2012 SP1 CU5 on Server 2008 R2 with SQL 2008 R2 all installed on the same VM running side by side with SCOM 2007 R2 v 6.1.7221.0. I have almost fully decommissioned SCOM 2007 and all that remains on it is 2 network devices that
    I cannot discover with SCOM 2012 using SNMP, no matter what I try. If I just use ICMP the discovery works. I have checked both the devices and SNMP is enabled and if I run this snmpwalk command on both devices I get a response;
    c:\Support\SNMP Walk>SnmpWalk.exe -r:10.X.X.XX -v:1 -c:"public" -os:.1.3.6.1.
    2.1.1 -op:.1.3.6.1.2.1.2
    SnmpWalk v1.01 - Copyright (C) 2009 SnmpSoft Company
    [ More useful network tools on http://www.snmpsoft.com ]
    OID=.1.3.6.1.2.1.1.1.0, Type=OctetString, Value=NetMan 100 plus
    OID=.1.3.6.1.2.1.1.2.0, Type=OID, Value=1.3.6.1.4.1.5491.6
    OID=.1.3.6.1.2.1.1.3.0, Type=TimeTicks, Value=5 days, 1:58:58.04
    OID=.1.3.6.1.2.1.1.4.0, Type=OctetString, Value=SystemsEngineer
    OID=.1.3.6.1.2.1.1.5.0, Type=OctetString, Value=MARMUPS
    OID=.1.3.6.1.2.1.1.6.0, Type=OctetString, Value=FXXXXX
    OID=.1.3.6.1.2.1.1.7.0, Type=Integer, Value=0
    Total: 7
    c:\Support\SNMP Walk>SnmpWalk.exe -r:10.X.X.1 -v:1 -c:"scom05" -os:.1.3.6.1.2.1
    .1 -op:.1.3.6.1.2.1.2
    SnmpWalk v1.01 - Copyright (C) 2009 SnmpSoft Company
    [ More useful network tools on http://www.snmpsoft.com ]
    OID=.1.3.6.1.2.1.1.1.0, Type=OctetString, Value=SSG-140 version 6.3.0r2.0 (SN: 0
    185112006000325, Firewall+VPN)
    OID=.1.3.6.1.2.1.1.2.0, Type=OID, Value=1.3.6.1.4.1.3224.1.52
    OID=.1.3.6.1.2.1.1.3.0, Type=TimeTicks, Value=359 days, 2:20:16.00
    OID=.1.3.6.1.2.1.1.4.0, Type=OctetString, Value=Network
    OID=.1.3.6.1.2.1.1.5.0, Type=OctetString, Value=XXXXXX
    OID=.1.3.6.1.2.1.1.6.0, Type=OctetString, Value=FXXXXX
    OID=.1.3.6.1.2.1.1.7.0, Type=Integer, Value=72
    Total: 7
    The first device is a Marms UPS which has had its firmware upgraded, which was discovered using SNMP in SCOM 2007 and the second device is a Juniper SSG-140 Firewall, again this is discovered using SNMP in SCOM 2007.
    I believe that I have setup SNMP correctly on SCOM 2012 because I have 28 other networks devices discovered using SNMP using an explicit discovery, some of these being newer Marms UPS's, emerson air conditioners, netapp SAN etc.
    I have added any and all accepted community names in the SNMP service properties on SCOM 2012 and enabled accept SNMP packets from any host.
    Does anyone have any information that they could forward to me or point in the right direction to troubleshoot this issue for eg run some snmp get commands and capture / filter traffic with wireshark, what do I look for? Any other logs to check besides the
    obvious ones? Any known issues with SCOM 2012 SP1 and SNMP, should I upgrade to R2? It just seems that some network devices get discovered with ease and others do not and I am running out of ideas. Thank you all in advance.

    Patrick, thank you for your reply.
    Yes the snmpwalk command is run from the new SCOM 2012 server which has the discovery rule on it.
    I don't have any pending network devices, its blank.
    Could there be an issue with my discovery rule? I have noticed that each time I make a change to, for eg, the access mode and change this from ICMP to ICMP/SNMP, save it, run it, it doesn't seem to update the said network devices access mode's in network
    devices, it just stays on ICMP. Do I have to manually remove the network devices which have been discovered before making any changes to the discovery rule and running it which I have done? They don't seem to appear in network devices pending management either?

  • Simple PRC file transfer between devices or via PC not so simple, sigh.

    Greeting, this is my first post so excuse me if I make some faux pas.
    I was unpleasantly surprised how difficult, almost imposible it is to take a [custom] PRC off one Palm device and put it on a second, even using a Windows PC as the intermediary.
    The devices use Palm 4.1 OS and are bar code scanners, SPT1800, made by Symbol and now legacy devices since Motorola bought them out.
    So one PRC is a tiny program that allows the main program to be downloaded via a network. Without this tiny program, can't get the devices to do anything.
    I tried terminal programs and what not. I can talk to the devices via COM1 and even 9600 n81, a simple protocol. They do have some kind of binary file transfer capability. But I cannot even get a Directory listing, nothing from the Palm device. That file capability is simple not there. Really surprised me.
    Desktop software is useless so far, from Symbol/Motorola. Have not tried Palm's but it looks almost identical and only allows PRC to be transferred to the device for installation, not vice versa.
    I am trying to avoid installing linux and using pilot-xfer only because that takes a couple of days before I can download and debug everything. But Pilot can make a backup of the Palm device, purportedly, any Palm device just about.
    Any suggestions? Pilot-xfer is still not ready for Windows?
    I am using Windows XP Pro with the Com1 port. I did try Telnet and a Terminal program but I cannot get the Palm device to do much.
    I guess they did this on purpose so the files can't be messed up?
    Anyway to just make a backup of the regular memory, not the ROM?
    I have emailed a few Palm service companies if they can sell me a program to do this but I doubt they will. We did send some Palm devices out to one of these companies and it's almost 2 months now. It's murder.
    Thanks, AdamPalm
    Post relates to: None

     Your references are appreciated. I look forward to testing this out. It's interesting how complicated this gets and all the little deadly false steps. For example, I use 98se and XP Pro mostly [Win 2000 and linux sometimes]. I shut down the serial ports. No problem I thought. I just open them up when I need COM1 and that particular IRQ.
    BIG PROBLEM NOW. Machine can't work now with COM1 in 98se. That IRQ is not moving back. XP PRO does not have this problem since presumably lots of IRQs and not used that much.
    This complete collapse of the computer with something as dumb as enabling/disabling COM ports in the BIOS has me gobsmacked. It's so bad it's funny. Never saw this problem before in all the various operating systems. I better not see this again. I might really go over to linux as soon as I figure out how to play all those proprietary formats that don't play in linux.
    What should take minutes will probably take days to sort out all the problems.
    Do others encounter this too? Sorry to whine but that's fun too.
    Thanks for all the comments fellow. Appreciated.
    Post relates to: None

  • Watchguard XTM 515 SNMP not working

    Mine scan fine, and I have a mix of models including a 535.
    Here's how you set them up.
    In your snmp setup in policy manager, use version 3. Lets go with a snmp username of watchguardv3.
    Select SHA1 and DES. For all 4 password boxes, use the same password.
    In Spiceworks, use the username: authPriv:sha:des:watchguardv3
    Put the same password that you used in the 4 boxes.
    One other possibility. You have it all setup correctly and it scanned fine but you actually have duplicate devices in your inventory and you are looking at the other one. It won't scan correctly because of the first entry. Try putting in the IP of the firebox in spiceworks and see what comes up in the search.
    If this is at a remote site, I've found that entering credentials to identify it when it asks at your main site doesn't always work. Instead, go into your settings for the...

    I have an XTM 515 which Spiceworks scans, finds, and then fails to identify, and am lost as to what to do next. 
    I turned on SNMP in the Watchguard configuration, and added the firewall rule from the Spiceworks IP to Firebox; later, I included all Trusted in the from (didn't change anything). 
    I have tried SNMPv1/v2c, and v3, as well as all combinations of traps/informs. 
    Spiceworks accepts the credentials, says "Yep! It worked. We're rescanning the device now." then spins for a while, before returning to the N-scale robot not identified device page.
    Any advice would be appreciated.
    This topic first appeared in the Spiceworks Community

  • SNMP not working properly

    I have this perl script at /tmp/shtest:
    #!/bin/sh
    echo hello world
    echo hi there
    exit 35
    Which outputs:
    $ /bin/sh /tmp/shtest
    hello world
    hi there
    When I want to execute this script with SNMP exec I add this to my /usr/share/snmp/snmpd.conf:
    exec shtest /bin/sh /tmp/shtest
    And call snmpwalk with following command:
    $ snmpwalk -On -v 2c -c public localhost .1.3.6.1.4.1.2021.8
    which gives:
    $ snmpwalk -On -v 2c -c public localhost .1.3.6.1.4.1.2021.8
    .1.3.6.1.4.1.2021.8.1.1.1 = INTEGER: 1
    .1.3.6.1.4.1.2021.8.1.2.1 = STRING: shtest
    .1.3.6.1.4.1.2021.8.1.3.1 = STRING: /bin/sh
    .1.3.6.1.4.1.2021.8.1.100.1 = INTEGER: 35
    .1.3.6.1.4.1.2021.8.1.101.1 = STRING: hello world
    .1.3.6.1.4.1.2021.8.1.102.1 = INTEGER: noError(0)
    .1.3.6.1.4.1.2021.8.1.103.1 = STRING:
    As you can see the second line of the output is missing. Hm,.. this way I can not use SNMP for graphing purposes. Anyone has a clue?

    Hi criuz,
    When doing an exec with multi-line output you need to map the output to a mib (as per the /etc/snmp/snmpd.conf.default file comments). eg:
    exec .1.3.6.1.4.1.2021.50 shelltest /bin/sh /tmp/shtest
    But, I cant get this to work on our 10.5.6 Servers, or workstations. It does work fine on our remaining 10.4.11 - which has me wondering about the implementation of snmpd on OS X 1.5.x - in particular the handling of the multi-line output.
    In my testing, I either get no output, single line, or manage to crash the snmpd daemon ! I am running the cacti scripts to monitor the servers, and they generate data files that are then "cat"ed out through the snmpd exec command, as per below.
    exec .1.3.6.1.4.1.2021.8.1 cpu /bin/cat /opt/net-snmp/data/cpu
    the data files have multi-line text data, but I can only get the first line out. (Not very handy for showing both CPU temperatures !)
    Has anyone else been able to get the multi-line exec working in 10.5.6 ? (From memory it was doing the same in 10.5.5 as well).

Maybe you are looking for