omnetpp.ini 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. [General]
  2. network = RSVPTE4
  3. sim-time-limit = 6s
  4. #cpu-time-limit= 5800000s
  5. #debug-on-errors = true
  6. total-stack = 64MiB
  7. tkenv-plugin-path = ../../../etc/plugins
  8. **.host1.numUdpApps = 1
  9. **.host1.udpApp[*].typename = "UDPBasicApp"
  10. **.host1.udpApp[0].localPort = 100
  11. **.host1.udpApp[0].destPort = 100
  12. **.host1.udpApp[0].messageLength = 128 bytes
  13. **.host1.udpApp[0].sendInterval = 0.01s
  14. **.host1.udpApp[0].destAddresses = "host3"
  15. **.host3.numUdpApps = 1
  16. **.host3.udpApp[*].typename = "UDPSink"
  17. **.host3.udpApp[0].localPort = 100
  18. # ip config
  19. **.host1.routingTable.routingFile = "host1.rt"
  20. **.host2.routingTable.routingFile = "host2.rt"
  21. **.host3.routingTable.routingFile = "host3.rt"
  22. **.host4.routingTable.routingFile = "host4.rt"
  23. **.host5.routingTable.routingFile = "host5.rt"
  24. # LSR configuration
  25. **.LSR1.classifier.config = xmldoc("LSR1_fec.xml")
  26. **.LSR1.rsvp.traffic = xmldoc("LSR1_rsvp.xml")
  27. **.LSR*.rsvp.helloInterval = 0.2s
  28. **.LSR*.rsvp.helloTimeout = 0.5s
  29. **.LSR1.routingTable.routingFile = "LSR1.rt"
  30. **.LSR2.routingTable.routingFile = "LSR2.rt"
  31. **.LSR3.routingTable.routingFile = "LSR3.rt"
  32. **.LSR4.routingTable.routingFile = "LSR4.rt"
  33. **.LSR5.routingTable.routingFile = "LSR5.rt"
  34. **.LSR6.routingTable.routingFile = "LSR6.rt"
  35. **.LSR7.routingTable.routingFile = "LSR7.rt"
  36. # NIC configuration
  37. **.ppp[*].queueType = "DropTailQueue" # in routers
  38. **.ppp[*].queue.frameCapacity = 10 # in routers
  39. # scenario
  40. *.*.hasStatus = true
  41. **.scenarioManager.script = xmldoc("scenario.xml")