Dear Dave:

Thank you. And if this looks reasonable, then , is i want to correct the
result as following:

IEEE802dot11-MIB::dot11GroupAddressesStatus.1.1  = INTEGER: active(1)
IEEE802dot11-MIB::dot11GroupAddressesStatus.2.2  = INTEGER: active(1)

IEEE802dot11-MIB::dot11GroupAddressesStatus.3 .3 = INTEGER: active(1)
IEEE802dot11-MIB::dot11GroupAddressesStatus.4 .4 = INTEGER: active(1)

how to do that, can you give me any advice about that. Thank you.


Best Regards,
Clement Hsu




2007/3/23, Dave Shield <[EMAIL PROTECTED]>:

On 23/03/07, Clement Hsu <[EMAIL PROTECTED]> wrote:
> dot11GroupAddressesEntry OBJECT-TYPE
>         INDEX { ifIndex,
>                 dot11GroupAddressesIndex}
>     ::= { dot11GroupAddressesTable  1 }


> When I perform snmpwork, I got the following result:
>
> IEEE802dot11-MIB::dot11GroupAddressesStatus.1.0 = INTEGER: active(1)
>  IEEE802dot11-MIB::dot11GroupAddressesStatus.2.0 = INTEGER: active(1)
> IEEE802dot11-MIB::dot11GroupAddressesStatus.3.0 = INTEGER: active(1)
>  IEEE802dot11-MIB::dot11GroupAddressesStatus.4.0 = INTEGER: active(1)

Yes - that looks reasonable.


> but the exact result should be
>
>  IEEE802dot11-MIB::dot11GroupAddressesStatus.1  = INTEGER: active(1)
>  IEEE802dot11-MIB::dot11GroupAddressesStatus.2  = INTEGER: active(1)
>  IEEE802dot11-MIB::dot11GroupAddressesStatus.3  = INTEGER: active(1)
>  IEEE802dot11-MIB::dot11GroupAddressesStatus.4  = INTEGER: active(1)

No it shouldn't.
Look at the definition of dot11GroupAddressesEntry, in particular the
INDEX
clause.  There are two objects listed here, so this table takes two index
values (exactly as you're seeing).
   What makes you think that there should only be one?

Dave

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Net-snmp-coders mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to