Re: Net-SNMP 5.8 - Having both snmp v2 and v3 available.

2018-08-31 Thread Simon Chamlian
I am not seeing and compilation errors. It compiles fine but v2 does not work: *with 5.7.3* $ snmpset -v 3 -u Simon -a MD5 -A Simon-00 -l authNoPriv 172.27.43.15 MPBC-1RU-MIB::mpbc1RUAckTrapCriticalEnable.0 i 1 MPBC-1RU-MIB::mpbc1RUAckTrapCriticalEnable.0 = INTEGER: true(1) $ snmpget -v 2c -c

Re: Net-SNMP 5.8 - Having both snmp v2 and v3 available.

2018-08-31 Thread Wes Hardaker via Net-snmp-coders
Simon Chamlian writes: > With snmp 5.7.3 I used to have the agent handling both v2 and v3. > > With 5.8, only v3 seems to be available. No, they should both work. Can you be more specific about how you compiled it and what errors you're seeing? -- Wes Hardaker Please mail all replies to

Net-SNMP 5.8 - Having both snmp v2 and v3 available.

2018-08-31 Thread Simon Chamlian
Greetings, With snmp 5.7.3 I used to have the agent handling both v2 and v3. With 5.8, only v3 seems to be available. Did the compilation flags changed ? Do I need a specific flag (something like --enable_v2) to enable both v2 and v3? Thanks, S