PowerConnect 6224/6224F/6224P/6248/6248P Release Notes
System Firmware Version 3.2.0.6 Page 17
Issues Resolved
The following is a list of issues resolved in the current firmware release.
Description User Impact Resolution
Unable to configure IPv6 host
(4001::2) as an SNMP trap
receiver on the DUT.
User is not aware that the only IPv4
address is accepted by the command
snmp-server host <ipaddress> and so
may try to give IPV6 address as input.
Updated the help string to mention
that IPv4 address is expected as input
for snmp-server host <ipaddress>
CLI command.
WFB: Logging messages show
UTC time only. Logging messages show UTC time
instead of updated time with timezone
offset.
Used simAdjustedTimeGet()
function for correcting log messages
time.
Web: Zone config incorrect
with summer time config. Zone is not correctly populated on the
web page with the summertime taken into
consideration.
Added an object to get the
information on summertime check
and based on this value, populating
the zone in the web page.
MLD Packets are not snooped,
when sending MLD packets
with Hop-by-Hop header with
Router Alert Option.
PC6200 cannot properly identify IPv6
MLD packets that have the hop-by-hop
option set like other chips such as FP2.
Added a new MLD rule to the FFP
which will trap to the CPU IPv6
Membership reports which use the
well known MAC address
33:33:00:00:00:16.
Firmware missing no
command to remove switch x
priority x.
The no switch 2 priority 2 command
does not work. There is no no form for Added the no version of the
command, setting the value to the
default.
Missing RFC1213 MIB-2
SNMP Trap counter. User could not walk all objects in SNMP
group. Re-enabled objects to provide
support even though the objects
were obsoleted in RFC
Member xx changes do not
result in prompt to save
running-config on reload.
If there is an unsaved member, standby,
or NSF configuration, user is not warned
of the unsaved configuration on issuing
reload.
Set the unitMgrCfgFile ->
dataChanged flag in the respective
APIs.
Cut-through mode does not
show in running-config. The user cannot determine how cut-
through mode is configured via the show
running-config command.
Added a comment to the running
config to indicate when the switch is
configured in cut-through mode. The
switch must be rebooted for the cut-
through configuration to be
changed.
Asset-tag is not set on stack
members. If a user would run the show system id
on the stack member, the asset tag would
not be displayed.
Process SET_ASSET_TAG event
while in
connected_unit/connected_stby
state.
GVRP CLI vs. GUI
inconsistency. CLI and Web field names are different
and used reverse to each other. Make the Web field names similar to
those of CLI such that the
configuration is understood
correctly.
Configured non-existing host
cannot be deleted for logging
syslog.
Configured non-existing host cannot be
deleted for logging syslog. Corrected logic so that only valid
servers could be deleted.
Syslog server CLI description
accepts invalid control
characters
Validation for syslog description is
different between Web and CLI. Added validation for syslog
description in CLI to accept control
characters: 'a-z' | 'A-Z' | '0-9' | " " | ' @
' | ' # ' | ' $ ' | ' _ ' | ' - ' | ' . '