Hi,
I am using SNMP package to create SNMPv3 session. But I am not sure how to
pass transport information as UDP6 as I think default behavior is UDP. As
far as I know that when use `Net::SNMP` to create session then we have
"domain" parameter to classify between ipv4 and ipv6 address . But the same
is not applicable to `SNMP::Session`. Can you please let me know how to
pass transport information?
new SNMP::Session(DestHost => $self->{'ip'},
version
=> 3,
RemotePort
=> $self->{'port'},
SecEngineId
=> ‘0x8888233356',
SecName
=> $hashVal{'userName'},
AuthProto
=> $authProto,
AuthPass
=> $hashVal{'authPW'},
PrivProto
=> $privProto,
PrivPass
=> $hashVal{'privPW'},
SecLevel
=> $hashVal{‘secLevel’');
My second question is whether Net::SNMP package support SNMPv3 support
fully ? Can I create session and send trap ?
Please help answering these questions .
Thanks!
------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are
consuming the most bandwidth. Provides multi-vendor support for NetFlow,
J-Flow, sFlow and other flows. Make informed decisions using capacity
planning reports. http://sdm.link/zohodev2dev
_______________________________________________
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users