1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- [General]
- network = RSVPTE4
- sim-time-limit = 5s
- #cpu-time-limit= 5800000s
- total-stack = 64MiB
- tkenv-plugin-path = ../../../etc/plugins
- **.host1.numUdpApps = 1
- **.host1.udpApp[*].typename = "UDPBasicApp"
- **.host1.udpApp[0].localPort = 100
- **.host1.udpApp[0].destPort = 100
- **.host1.udpApp[0].messageLength = 128 bytes
- **.host1.udpApp[0].sendInterval = 0.01s
- **.host1.udpApp[0].destAddresses = "host3"
- **.host2.numUdpApps = 1
- **.host2.udpApp[*].typename = "UDPBasicApp"
- **.host2.udpApp[0].localPort = 100
- **.host2.udpApp[0].destPort = 100
- **.host2.udpApp[0].messageLength = 128 bytes
- **.host2.udpApp[0].sendInterval = 0.01s
- **.host2.udpApp[0].destAddresses = "host4"
- **.host{3..4}.numUdpApps = 1
- **.host{3..4}.udpApp[*].typename = "UDPSink"
- **.host{3..4}.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 = xmldoc("scenario.xml")
|