18 System Firmware Version 3.2.0.6
Description User Impact Resolution
Bridge multicast forbidden
forward-unregistered causes
L3 Multicast to fail.
Flooding in ingress VLAN. Modified the L3 interaction code of
snooping to notify the driver when
snooping is enabled. When
snooping is disabled, the current
operational state of snooping is also
sent to the driver.
Cut-through mode command
help is not clear. For normal command and no command
the help information is the same. Changed the help information
Console logging levels help
does not indicate precedence. Help content needs to show severity level
of logging. Added the severity levels to the help
strings.
Web Dot1x Authentication Max
Users show units in seconds
vs. # Users.
Incorrect help string added in read-only
page of dot1x, causing user confusion. Removed help string for read-only
page of dot1x.
Web and CLI disagreement on
Dot1x statistics. Not displaying the MAC address correctly
in the field Last Frames Source in the
web page EAP Statistics.
Corrected the problem in the object
handler.
ReFormatFlashFileSystem no
available via the boot menu. ReFormatFlashFileSystem cannot be
executed from boot menu. The ReFormatFlashFileSystem
operation is now available via the
boot menu.
Show interfaces advertise
ethernet <unit> <port>
command is not parsed
properly.
Show interfaces advertise ethernet <unit>
<port> command is not parsed properly. Added a check for invalid interface.
Stack port link status mismatch
in CLI and Web interface when
configured for Ethernet.
To display the correct link status when
configured stack mode is Ethernet in the
Stack Port Summary web page.
Corrected the web page to properly
handle Ethernet and show link
status as up.
Web Home > General > Asset
selection does not show
details.
Incorrect link for Asset page on General
Index page. Corrected the file name for the
Asset page.
Mirroring port should not send
CDP packets. Both mirrored and mirroring ports are
sending CDP packets. Get probe events, and mark
interface as acquired in ISDP
database. As a result, ISDP does
not participate on this port.
Backups with SNMP do not
work correctly.
The MIB allows users to backup the
starting configuration to TFTP using
SNMP, but the file is corrupted.
Corrected handling of upload
filetypes and setting local filename
in SNMP.
END command with all upper
case is not understood by CLI. User will not be able to go to root mode
by entering END. Use case insensitive comparison.
Trying to add ninth member to
a channel-group shows LACP
assignment in HTTP view.
Trying to add ninth member to a channel-
group shows LACP assignment in HTTP
view.
Corrected the code to enable LACP
after ports are added to lag
successfully.
Switchport protected name
accepts non-alphanumeric
characters.
Needed to check that protected port name
accepts only alphanumeric characters. Enhanced the validation.
Description inconsistency
between HTTP and CLI
Administration.
Spaces were not accepted in description
fields through web. Added appropriate validation.
Inconsistent CLI and Web
interface responses for STP
LAG settings.
Inconsistent CLI and Web interface
responses for STP LAG settings. Use the CLI formatting such that
both the CLI and Web are in sync.
Ip host parse Some ip host names with numbers and
periods are rejected. Corrected the host name checks.