LSR1_rsvp.xml 882 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <?xml version="1.0"?>
  2. <sessions>
  3. <session>
  4. <endpoint>host3</endpoint>
  5. <tunnel_id>1</tunnel_id>
  6. <setup_pri>1</setup_pri>
  7. <holding_pri>1</holding_pri>
  8. <paths>
  9. <path>
  10. <lspid>100</lspid>
  11. <bandwidth>400000</bandwidth>
  12. <route>
  13. <node>LSR1%routerId</node>
  14. <node>LSR3%routerId</node>
  15. <node>LSR7%routerId</node>
  16. <node>LSR5%routerId</node>
  17. </route>
  18. <permanent>true</permanent>
  19. <color>100</color>
  20. </path>
  21. </paths>
  22. </session>
  23. <session>
  24. <endpoint>host4</endpoint>
  25. <tunnel_id>2</tunnel_id>
  26. <paths>
  27. <path>
  28. <lspid>200</lspid>
  29. <bandwidth>400000</bandwidth>
  30. <route>
  31. <node>LSR1%routerId</node>
  32. <node>LSR2%routerId</node>
  33. <node>LSR4%routerId</node>
  34. <node>LSR5%routerId</node>
  35. </route>
  36. <permanent>true</permanent>
  37. <color>200</color>
  38. </path>
  39. </paths>
  40. </session>
  41. </sessions>