README
上传用户:allwinjm
上传日期:2021-08-29
资源大小:99k
文件大小:1k
源码类别:

Internet/IE编程

开发平台:

Unix_Linux

  1. The Rapid Spanning Tree Library project contains a  full  implementation
  2. of 802.1s as an library  with API.  There is two  processes,  using this
  3. library: 'bridge' & 'mngr'. First simulates RSTP bridge behavior, second
  4. is dedicated to link/unlink 'bridges' into virtual RSTP domain (VRSTPD).
  5. Both 'bridge' & 'mngr' has its own simple CLI like language of commands;
  6. these  commands  allow  to manage the VRSTPD.  There are  tools to trace
  7. state machine transitions and get traps about drastic changes.
  8. Purpose: studying, debugging, development.
  9. The library may be used in real bridges/routers while bounding to a real
  10. system depending environment.
  11. To run:
  12. 1. In one shell run 'mngr'
  13. ./mngr
  14. You will get prompt of 'mngr'; type '?' and get full help of
  15. 'mngr' commands.
  16. 2. In another shell run bridge instance.
  17. ./bridge
  18. You will get prompt of 'bridge'; type '?' and get full help
  19. of bridge management commands.
  20. 3. You may (and should) run a number of bridge instances, each in its 
  21. separate shell (this way you will be able manage them).
  22. For example, if there were two bridge instances, you may see examples
  23. of the dialog in files mngr.txt, B5055.txt and B5056.txt.
  24. Note: prompt both of 'mngr' and of 'bridge' instance contains time stamp,
  25. while all these process run onto the same computer, these time stamps
  26. are synchronized.
  27.