Lindsay_54748
Jul 04, 2011Nimbostratus
snmpwalk fails when using Route Domains
Hi
I have developed an external SNMP nonitor that works fine on normal LTM, however when I use LTM v10.1 configured with 2 RDs (%1 and %2), I get an error.
I have converted the IPV4 address to IPV6 as recommend.. and tested this via ping and telnet. My Pool member is 10.160.1.81
telnet 2620:0:c10:f501:0:2:aa0:151 80 works OK..
ping6 2620:0:c10:f501:0:2:aa0:151 works OK
However when I enter snmpwalk -d -t 1 -v2c -c GC_Web udp6:[2620:0:c10:f501:0:2:aa0:151]:161 .1.3.6.1.2.1.25.3.3.1.2 returns
(the -d in snmpwalks enabled debug
Sending 45 bytes to UDP/IPv6: [2620:0:c10:f501:0:2:aa0:151]:161
0000: 30 2B 02 01 01 04 06 47 43 5F 57 65 62 A1 1E 02 0+.....GC_Web...
0016: 04 53 95 C5 1F 02 01 00 02 01 00 30 10 30 0E 06 .S.........0.0..
0032: 0A 2B 06 01 02 01 19 03 03 01 02 05 00 .+...........
snmpwalk: Failure in sendto (Invalid argument) however nothing appears in a tcpdump???
Does snmpwalk support the upd6 option?.. and would anyone know this wouldn't work.
Many thanks