README 803 B

12345678910111213141516
  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 LSR failure handling.
  5. Following description refers to the nam trace file genereated by the simulation
  6. run.
  7. Green LSP is established as a part of the initial configuration. Later, one of
  8. the routers lying on the green path crashes. This crash is detected by the RSVP
  9. HELLO mechanism by its upstream neighbour and PathErr is sent and propagates to
  10. the LSP ingress node. The ingress router tears down the now non-working path.
  11. Later when LSR4 becomes operational again, the path is re-created by the
  12. signalling module (since it is marked as permanent in the traffic database).