On 05/12/2007, Ansa Ahammed <[EMAIL PROTECTED]> wrote: > I need to provide SNMP support for Virtual APs.
> I want to know what is the logic behind the use of separate > IP addresses for each virtual APs. and how it will work.. Essentially you would have two or more separate SNMP agents, each one listening on a different IP address, and each one serving a different set of data. Depending on which IP address the request comes in on, that will determine which SNMP agent handles the request, and hence which collection of data is reported. That's the simplest way to implement this approach. Dave ------------------------------------------------------------------------- SF.Net email is sponsored by: The Future of Linux Business White Paper from Novell. From the desktop to the data center, Linux is going mainstream. Let it simplify your IT future. http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4 _______________________________________________ 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
