README 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. The MPLS/RSVP-TE/LDP protocol models have been revised and mostly rebuilt
  2. from scratch by Vojta Janota since the INET-20050922 release. This network
  3. already features the new simulation models.
  4. This is a sample to demonstrate reroute and preemption handling.
  5. Following description refers to the nam trace file genereated by the simulation
  6. run.
  7. Two LSPs are established on simulation startup. The green one is a higher
  8. priority path, the orange one has a regular priority. Later, the green path is
  9. rerouted to the same hop-route the orange one uses and since there is not enough
  10. bandwidth to serve both, the lower priority orange path is preempted.
  11. Remarks:
  12. Rerouting in RSVP-TE works in 3 steps:
  13. 1. New LSP (A) is created in the same session as the path being rerouted (B).
  14. 2. After (A) is successfully built, the ingress starts forwarding the traffic
  15. via this new path.
  16. 3. Old LSP (B) is torn down (usually after some short period).
  17. In this simulation, this process is controlled by the ScenarioManager. The
  18. small delay between the preemption and the actual act of rerouting the traffic
  19. onto new path is caused by the static timing of the process in the
  20. scenario.xml, i.e. traffic is not rerouted as soon as the (A) is ready, but
  21. after a fixed period after (A) starts to be built.
  22. After the orange path is preempted, there is no LSP for the traffic coming from
  23. host2 and this traffic is thus handled as a regular best-effort IP traffic.
  24. Particularly this means:
  25. 1. its color changes to black (black is used for L3-routed IP datagrams)
  26. 2. it's routed via the routing table