odd issue with nxsnmpwalk yet snmpwalk works fine..

Started by rhodri.ross, April 06, 2019, 08:35:56 PM

Previous topic - Next topic

rhodri.ross

right a really odd issue, I have about 14 crs112 switches and a few ubnt radios in the the network plus a butt load of mikrotik routers and other kit ccr1009's no issue even the rb2011 add on fine but the CRS112, and UBNT radios just won't find the interfaces. I tried first by command line

nxsnmpwalk -v 1 -c public [ip] .1.3.6.1.2.1.2.2.1.2 and would get -> SNMP Error: Request timed out

on the same server using..

snmpwalk -v 1 -c public [ip] .1.3.6.1.2.1.2.2.1.2
iso.3.6.1.2.1.2.2.1.2.1 = STRING: "lo"
iso.3.6.1.2.1.2.2.1.2.2 = STRING: "eth0"
iso.3.6.1.2.1.2.2.1.2.3 = STRING: "eth1"
iso.3.6.1.2.1.2.2.1.2.4 = STRING: "wifi0"
iso.3.6.1.2.1.2.2.1.2.5 = STRING: "ath0"
iso.3.6.1.2.1.2.2.1.2.6 = STRING: "eth0.100"
iso.3.6.1.2.1.2.2.1.2.7 = STRING: "ath0.100"
iso.3.6.1.2.1.2.2.1.2.8 = STRING: "eth0.1000"
iso.3.6.1.2.1.2.2.1.2.9 = STRING: "ath0.1000"
iso.3.6.1.2.1.2.2.1.2.10 = STRING: "ath0.400"
iso.3.6.1.2.1.2.2.1.2.11 = STRING: "eth0.400"
iso.3.6.1.2.1.2.2.1.2.12 = STRING: "eth0.10"
iso.3.6.1.2.1.2.2.1.2.13 = STRING: "ath0.10"
iso.3.6.1.2.1.2.2.1.2.14 = STRING: "br0"
iso.3.6.1.2.1.2.2.1.2.15 = STRING: "br1"
iso.3.6.1.2.1.2.2.1.2.16 = STRING: "br2"
iso.3.6.1.2.1.2.2.1.2.17 = STRING: "br3"
iso.3.6.1.2.1.2.2.1.2.18 = STRING: "br4"

i suspect its a naming issue of some description but I have no real clue where to start?


rhodri.ross

well well well.. this i never expected it seemed to be a NAT related issue not sure why but the old snmpwalk works fine yet the nxsnmpwalk would be stopped by the the firewall it was something very odd indeed but hay ho!

p.s love the software ;) keep up the good work!