Comments
-
We do not run rmon on any of our switch ports. Pretty basic config: description switchport access vlan 999 switchport mode access spanning-tree portfast
-
We are connected to ISR 2911 on the border, connected from there to 2960 Switch and then to device. I see the traffic leave the ISR but never comes back. There are no logs on either Switch nor ISR to indicate it was blocked/denied. My assumption is that it is getting to the endpoint but something in the crafting of the…
-
Thanks for your reply and hand holding Sean, I did eventually get it to work and it looks like I was missing the notify option in my Group creation. I found that I was not able to specify the types of traps when defining my host either, however, here is what I have ended up with and it looks like my Cisco device is now…
-
Oh, current version of Orion etc...: Orion Platform 2013.2.1, SAM 6.0.2, NPM 10.6.1, WPM 2.0.1, IVIM 1.9.0
-
I have retested this morning and behaviour is the same. Initial discover and pings from the host OS are successful. Netflow shows traffic in both directions. Subsequent polls are unsuccessful and Netflow shows traffic only going to the device. Nothing coming back from the device. There must be some sort of a difference in…
-
Hi Anthonyb, I did eventually get snmpv3 traps from net-snmp working to Orion. I found that I had to have the machine running net-snmp added as a node in Orion that was being polled with SNMPv3 before Orion would accept the traps from it. To get my windows based net-snmp machine allowing snmpv3 connections from Orion, I…
-
Thanks for your feedback Sean, however, still not working. The changes you have bold do not appear to be valid syntax for my Cisco: TestSwitch(config)#$ host 10.1.2.3 version 3 auth MYROUSER version 3 snmp-server host 10.1.2.3 version 3 auth MYROUSER version 3 ^ % Invalid input detected at '^' marker. TestSwitch(config)#…
-
We never did find a solution and simply stopped monitoring the device but instead watch the port on the switch that the device is connected to. We didn't hook up wireshark or other protocol analyzer but assume that there is something different in the way that the poller packet is structured vs packets on initial discovery…
-
Thanks for the reply DH, The document was helpful in pointing to the appropriate log file. I have configured the node with credentials and when I send the following test from net-snmp: snmptrap -v3 -l authPriv -u MYAUTHPRIVUSER -a MD5 -A MYAUTHPASS -x DES -X MYPRIVPASS 10.1.2.3:162 "" NOTIFICATION-TEST-MIB::demo-notif…
-
Hi there, We have a main polling/web engine and have 2 additional Web Engines. We are currently balancing over the 2 additional Web Engines with F5 BigIP-DNS (aka: GTM). The GTM WideIP has a single pool containing the two additional Web Engines as its pool members. Note that I don't include the main poller/web engine in…