scenario.xml 873 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. <?xml version="1.0"?>
  2. <scenario>
  3. <at t="2s">
  4. <add-session module="LSR1.rsvp">
  5. <endpoint>host3</endpoint>
  6. <tunnel_id>1</tunnel_id>
  7. <paths>
  8. <path>
  9. <lspid>101</lspid>
  10. <bandwidth>400000</bandwidth>
  11. <route>
  12. <node>LSR1%routerId</node>
  13. <node>LSR2%routerId</node>
  14. <node>LSR4%routerId</node>
  15. <node>LSR5%routerId</node>
  16. </route>
  17. <color>100</color>
  18. </path>
  19. </paths>
  20. </add-session>
  21. </at>
  22. <at t="2.2s">
  23. <bind-fec module="LSR1.classifier">
  24. <id>1</id>
  25. <endpoint>host3</endpoint>
  26. <tunnel_id>1</tunnel_id>
  27. <destination>host3</destination>
  28. <lspid>101</lspid>
  29. </bind-fec>
  30. </at>
  31. <at t="2.4s">
  32. <del-session module="LSR1.rsvp">
  33. <endpoint>host3</endpoint>
  34. <tunnel_id>1</tunnel_id>
  35. <paths>
  36. <path>
  37. <lspid>100</lspid>
  38. </path>
  39. </paths>
  40. </del-session>
  41. </at>
  42. </scenario>