SNMPv3 support for IPV6

RAVI KUMAR <[email protected]>
Newsgroups gmane.network.net-snmp.user
Message-ID <CABwnDk5571K-MDZgxx8qo+jBM+CQhS=fH9XUju-7ViuFB6kjqw@mail.gmail.com>
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
[email protected]
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.