На ftp.dlink.ru выложена новая версия FW 2.20.B35 для DGS-3600.
Ниже - перечень изменений.
DGS-3600 series Firmware Release Note
Firmware: 2.20-B35
Hardware: A1 (for DGS-3612G/DGS-3627/DGS-3627G)
A1/A2 (for DGS-3650)
Problems Resolved:
1. Fix the problem when login DGS-3612G via SSH, the cursor will move very slowly pressing the left/right arrow key.
2. Fix that system will show fail message when typing “show config ?” commend.
Enhancements:
1. Physical Stacking
2. Trunking/Mirroring across stack
3. Mirroring ACL mode
4. 802.1v protocol VLAN enhancement
5. ISM VLAN (Only for stand alone mode)
6. Double VLAN
7. IPv6 Floating Static Route
8. Secondary default route
9. OSPF Equal Cost Route
10. Multi Path Routing
11. Enlarge IP interface to 256 (per device/per VLAN)
12. IPv6 Ready Logo Phase 1
13. PIM SM
14. ACL Based on User Defined Packet Content
15. Web-based Access Control (WAC)
16. sFlow
17. DHCP Server
18. IF MIB
19. ACL Statistic
Notes:
In DGS3600 R2.20, the 802.1q/1v VLAN port member can be untag overlapped, and at the same time, the PVID setting will not be auto-assigned. And therefore, DGS3600 R2.20 PVID must be explicitly assigned when adding untagged port member into a vlan.
Command: config gvrp <portlist> pvid <vlanid 1-4094>
For example, the commands for configuring a new IP interface (ipif2 at vlan2 consist of ports 1-4 untagged member) will be:
config vlan default delete 1-4
create vlan vlan2 tag 2
config vlan vlan2 add untag 1-4
# (in R1, PVID of untag port member 1-4 will be auto-assigned to pvid=2, but in R2, PVID is unchanged)
config gvrp 1-4 pvid 2
# (In R2.2, PVID of untagged port member 1-4 must be manually assigned)
create ipif ipif2 192.168.2.1/24 vlan2
|