LSR1_rsvp.xml 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. <?xml version="1.0"?>
  2. <sessions>
  3. <session>
  4. <endpoint>host3</endpoint>
  5. <tunnel_id>1</tunnel_id>
  6. <paths>
  7. <path>
  8. <lspid>100</lspid>
  9. <bandwidth>100000</bandwidth>
  10. <route>
  11. <node>LSR1%routerId</node>
  12. <node>LSR2%routerId</node>
  13. <node>LSR4%routerId</node>
  14. <node>LSR5%routerId</node>
  15. </route>
  16. <permanent>true</permanent>
  17. <color>100</color>
  18. </path>
  19. </paths>
  20. </session>
  21. <session>
  22. <endpoint>host3</endpoint>
  23. <tunnel_id>2</tunnel_id>
  24. <paths>
  25. <path>
  26. <lspid>200</lspid>
  27. <bandwidth>100000</bandwidth>
  28. <route>
  29. <node>LSR1%routerId</node>
  30. <lnode>LSR6%routerId</lnode>
  31. <node>LSR5%routerId</node>
  32. </route>
  33. <permanent>true</permanent>
  34. <color>200</color>
  35. </path>
  36. </paths>
  37. </session>
  38. <session>
  39. <endpoint>host3</endpoint>
  40. <tunnel_id>3</tunnel_id>
  41. <paths>
  42. <path>
  43. <lspid>300</lspid>
  44. <bandwidth>100000</bandwidth>
  45. <permanent>true</permanent>
  46. <color>300</color>
  47. </path>
  48. </paths>
  49. </session>
  50. </sessions>