README.t1040-l2switch 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  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
  25. - check a port's link speed, duplexity and status.
  26. Commands syntax
  27. ethsw port <port_nr> enable|disable - enable/disable an l2 switch port
  28. ethsw port <port_nr> show - show an l2 switch port's configuration
  29. port_nr=0..9; use "all" for all ports
  30. => ethsw port all show
  31. Port Status Link Speed Duplex
  32. 0 enabled down 10 half
  33. 1 enabled down 10 half
  34. 2 enabled down 10 half
  35. 3 enabled up 1000 full
  36. 4 disabled down - half
  37. 5 disabled down - half
  38. 6 disabled down - half
  39. 7 disabled down - half
  40. 8 enabled up 2500 full
  41. 9 enabled up 2500 full
  42. =>