                        ===========================
                        R E L E A S E    N O T E S
                        ===========================

                   Broadcom SNMP Instrumentation Agent
                           for Novell NetWare

                   Copyright (c) 2003 Broadcom Corporation
                            All rights reserved.


Version 6.00 (May 07 2003)
--------------------------
Fixes:
======
1. Problem: (CQ 3857)
            When viewing the SNMP btpMemberType attribute, the value did
            not reflect the member type and the value was not one of the
            valid values specified in the baspConfig.mib file (100 or 101).
   Cause:   Was returning BM_ADAPTER_INFO.nic_type instead of 
            BM_ADAPTER_INFO.member_type. The correct values for
            BM_ADAPTER_INFO.member_type are BMAPI_MEMBER_ROLE_LOAD_BALANCE
            or BMAPI_MEMBER_ROLE_STAND_BY (0 or 1).
   Change:  Switched BMAPI adapter info member variable used to populate
            btpMemberType attribute and corrected valid values in 
            baspConfig.mib.
   Impact:  Any SNMP client software that relied on the old behavior or 
            values (100 or 101) must be corrected.


Fixes:
======
2. Problem: (CQ 3860)
            When viewing the SNMP btTeamType attribute, the value was not
            one of the valid values specified in the baspConfig.mib file.
   Cause:   BT_TEAM_INFO.team_type is set to BMAPI_TEAM_BRCM_LBFO through
            BMAPI_TEAM_802_3_AD (0-2), not 100-102 as was specified in
            baspConfig.mib.
   Change:  Corrected valid values for btTeamType in baspConfig.mib.
   Impact:  Any SNMP client software that relied on the old values (100
            through 102) must be corrected.


03/22/02 - v1.02
	Initial Release.
