LSR1_rsvp.xml 434 B

123456789101112131415161718192021222324
  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. </sessions>