123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- [General]
- network = RSVPTE4
- sim-time-limit = 5s
- #cpu-time-limit= 5800000s
- total-stack = 64MiB
- tkenv-plugin-path = ../../../etc/plugins
- **.host{1..2,5}.numUdpApps = 1
- **.host{1..2,5}.udpApp[*].typename = "UDPBasicApp"
- **.host{1..2,5}.udpApp[0].localPort = 100
- **.host{1..2,5}.udpApp[0].destPort = 100
- **.host{1..2,5}.udpApp[0].messageLength = 128 bytes
- **.host{1..2,5}.udpApp[0].sendInterval = 0.01s
- **.host{1..2,5}.udpApp[0].destAddresses = "host3"
- **.host3.numUdpApps = 1
- **.host3.udpApp[*].typename = "UDPSink"
- **.host3.udpApp[0].localPort = 100
- # ip config
- **.host1.routingTable.routingFile = "host1.rt"
- **.host2.routingTable.routingFile = "host2.rt"
- **.host3.routingTable.routingFile = "host3.rt"
- **.host4.routingTable.routingFile = "host4.rt"
- **.host5.routingTable.routingFile = "host5.rt"
- # LSR configuration
- **.LSR1.classifier.config = xmldoc("LSR1_fec.xml")
- **.LSR1.rsvp.traffic = xmldoc("LSR1_rsvp.xml")
- **.LSR*.rsvp.helloInterval = 0.2s
- **.LSR*.rsvp.helloTimeout = 0.5s
- **.LSR1.routingTable.routingFile = "LSR1.rt"
- **.LSR2.routingTable.routingFile = "LSR2.rt"
- **.LSR3.routingTable.routingFile = "LSR3.rt"
- **.LSR4.routingTable.routingFile = "LSR4.rt"
- **.LSR5.routingTable.routingFile = "LSR5.rt"
- **.LSR6.routingTable.routingFile = "LSR6.rt"
- **.LSR7.routingTable.routingFile = "LSR7.rt"
- # NIC configuration
- **.ppp[*].queueType = "DropTailQueue" # in routers
- **.ppp[*].queue.frameCapacity = 10 # in routers
- # scenario
- **.scenarioManager.script = xml("<scenario/>")
|