README.t1040-l2switch 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. This file contains information for VSC9953, a Vitesse L2 Switch IP
  2. which is integrated in the T1040/T1020 Freescale SoCs.
  3. About Device:
  4. =============
  5. VSC9953 is an 8-port Gigabit Ethernet switch supports the following features:
  6. - 8192 MAC addresses
  7. - Static Address provisioning
  8. - Dynamic learning of MAC addresses and aging
  9. - 4096 VLANs
  10. - Independent and shared VLAN learning (IVL, SVL)
  11. - Policing with storm control and MC/BC protection
  12. - IPv4 and IPv6 multicast
  13. - Jumbo frames (9.6 KB)
  14. - Access Control List
  15. - VLAN editing, translation and remarking
  16. - RMON counters per port
  17. Switch interfaces:
  18. - 8 Gigabit switch ports (ports 0 to 7) are external and are connected to external PHYs
  19. - 2 switch ports (ports 8 and 9) of 2.5 G are connected (fixed links)
  20. to FMan ports (FM1@DTSEC1 and FM1@DTSEC2)
  21. Commands Overview:
  22. =============
  23. Commands supported
  24. - enable/disable a port or show its configuration (speed, duplexity, status, etc.)
  25. - port statistics
  26. - MAC learning
  27. - add/remove FDB entries
  28. - Port-based VLAN
  29. - Private/Shared VLAN learning
  30. - VLAN ingress filtering
  31. - Port LAG
  32. Commands syntax
  33. ethsw [port <port_no>] { enable | disable | show } - enable/disable a port; show a port's configuration
  34. ethsw [port <port_no>] statistics { [help] | [clear] } - show an l2 switch port's statistics
  35. ethsw [port <port_no>] learning { [help] | show | auto | disable } - enable/disable/show learning configuration on a port
  36. ethsw [port <port_no>] [vlan <vid>] fdb { [help] | show | flush | { add | del } <mac> } - add/delete a mac entry in FDB; use show to see FDB entries;
  37. if [vlan <vid>] is missing, VID 1 will be used
  38. ethsw [port <port_no>] pvid { [help] | show | <pvid> } - set/show PVID (ingress and egress VLAN tagging) for a port
  39. ethsw [port <port_no>] vlan { [help] | show | add <vid> | del <vid> } - add a VLAN to a port (VLAN members)
  40. ethsw [port <port_no>] untagged { [help] | show | all | none | pvid } - set egress tagging mode for a port
  41. ethsw [port <port_no>] egress tag { [help] | show | pvid | classified } - configure VID source for egress tag.
  42. Tag's VID could be the frame's classified VID or the PVID of the port
  43. ethsw vlan fdb { [help] | show | shared | private } - make VLAN learning shared or private
  44. ethsw [port <port_no>] ingress filtering { [help] | show | enable | disable } - enable/disable VLAN ingress filtering on port
  45. ethsw [port <port_no>] aggr { [help] | show | <lag_group_no> } - get/set LAG group for a port
  46. => ethsw show
  47. Port Status Link Speed Duplex
  48. 0 enabled down 10 half
  49. 1 enabled down 10 half
  50. 2 enabled down 10 half
  51. 3 enabled up 1000 full
  52. 4 disabled down - half
  53. 5 disabled down - half
  54. 6 disabled down - half
  55. 7 disabled down - half
  56. 8 enabled up 2500 full
  57. 9 enabled up 2500 full
  58. =>