Network BulkTransfer6

Package: inet.examples.ipv6.ipv6bulk
File: examples/ipv6/ipv6bulk/BulkTransfer6.ned

(no description)

StandardHost6 StandardHost6 StandardHost6 StandardHost6 Router6 FlatNetworkConfigurator6

Usage diagram:

The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.

Inheritance diagram:

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.

Properties:

Name Value Description
isNetwork

Unassigned submodule parameters:

Name Type Default value Description
client1.status.initialStatus string "UP"

TODO @signal, @statistic

client1.routingTable.forwarding bool
client1.routingTable.multicastForwarding bool
client1.interfaceTable.displayAddresses bool false

whether to display IP addresses on links

client1.pcapRecorder.verbose bool false

whether to log packets on the module output

client1.pcapRecorder.pcapFile string ""

the PCAP file to be written

client1.pcapRecorder.snaplen int 65535

maximum number of bytes to record per packet

client1.pcapRecorder.dumpBadFrames bool true

enable dump of frames with hasBitError

client1.pcapRecorder.moduleNamePatterns string "wlan[*] eth[*] ppp[*] ext[*]"

space-separated list of sibling module names to listen on

client1.pcapRecorder.sendingSignalNames string "packetSentToLower"

space-separated list of outbound packet signals to subscribe to

client1.pcapRecorder.receivingSignalNames string "packetReceivedFromLower"

space-separated list of inbound packet signals to subscribe to

client1.pcapRecorder.alwaysFlush bool false

flush the pcapFile after each write to ensure that all packets are captured in case of a crash

client1.lo0.lo.interfaceTableModule string

The path to the InterfaceTable module

client1.lo0.lo.mtu int 4470B
client2.status.initialStatus string "UP"

TODO @signal, @statistic

client2.routingTable.forwarding bool
client2.routingTable.multicastForwarding bool
client2.interfaceTable.displayAddresses bool false

whether to display IP addresses on links

client2.pcapRecorder.verbose bool false

whether to log packets on the module output

client2.pcapRecorder.pcapFile string ""

the PCAP file to be written

client2.pcapRecorder.snaplen int 65535

maximum number of bytes to record per packet

client2.pcapRecorder.dumpBadFrames bool true

enable dump of frames with hasBitError

client2.pcapRecorder.moduleNamePatterns string "wlan[*] eth[*] ppp[*] ext[*]"

space-separated list of sibling module names to listen on

client2.pcapRecorder.sendingSignalNames string "packetSentToLower"

space-separated list of outbound packet signals to subscribe to

client2.pcapRecorder.receivingSignalNames string "packetReceivedFromLower"

space-separated list of inbound packet signals to subscribe to

client2.pcapRecorder.alwaysFlush bool false

flush the pcapFile after each write to ensure that all packets are captured in case of a crash

client2.lo0.lo.interfaceTableModule string

The path to the InterfaceTable module

client2.lo0.lo.mtu int 4470B
client3.status.initialStatus string "UP"

TODO @signal, @statistic

client3.routingTable.forwarding bool
client3.routingTable.multicastForwarding bool
client3.interfaceTable.displayAddresses bool false

whether to display IP addresses on links

client3.pcapRecorder.verbose bool false

whether to log packets on the module output

client3.pcapRecorder.pcapFile string ""

the PCAP file to be written

client3.pcapRecorder.snaplen int 65535

maximum number of bytes to record per packet

client3.pcapRecorder.dumpBadFrames bool true

enable dump of frames with hasBitError

client3.pcapRecorder.moduleNamePatterns string "wlan[*] eth[*] ppp[*] ext[*]"

space-separated list of sibling module names to listen on

client3.pcapRecorder.sendingSignalNames string "packetSentToLower"

space-separated list of outbound packet signals to subscribe to

client3.pcapRecorder.receivingSignalNames string "packetReceivedFromLower"

space-separated list of inbound packet signals to subscribe to

client3.pcapRecorder.alwaysFlush bool false

flush the pcapFile after each write to ensure that all packets are captured in case of a crash

client3.lo0.lo.interfaceTableModule string

The path to the InterfaceTable module

client3.lo0.lo.mtu int 4470B
server.status.initialStatus string "UP"

TODO @signal, @statistic

server.routingTable.forwarding bool
server.routingTable.multicastForwarding bool
server.interfaceTable.displayAddresses bool false

whether to display IP addresses on links

server.pcapRecorder.verbose bool false

whether to log packets on the module output

server.pcapRecorder.pcapFile string ""

the PCAP file to be written

server.pcapRecorder.snaplen int 65535

maximum number of bytes to record per packet

server.pcapRecorder.dumpBadFrames bool true

enable dump of frames with hasBitError

server.pcapRecorder.moduleNamePatterns string "wlan[*] eth[*] ppp[*] ext[*]"

space-separated list of sibling module names to listen on

server.pcapRecorder.sendingSignalNames string "packetSentToLower"

space-separated list of outbound packet signals to subscribe to

server.pcapRecorder.receivingSignalNames string "packetReceivedFromLower"

space-separated list of inbound packet signals to subscribe to

server.pcapRecorder.alwaysFlush bool false

flush the pcapFile after each write to ensure that all packets are captured in case of a crash

server.lo0.lo.interfaceTableModule string

The path to the InterfaceTable module

server.lo0.lo.mtu int 4470B
router.status.initialStatus string "UP"

TODO @signal, @statistic

router.routingTable.forwarding bool
router.routingTable.multicastForwarding bool
router.interfaceTable.displayAddresses bool false

whether to display IP addresses on links

router.pcapRecorder.verbose bool false

whether to log packets on the module output

router.pcapRecorder.pcapFile string ""

the PCAP file to be written

router.pcapRecorder.snaplen int 65535

maximum number of bytes to record per packet

router.pcapRecorder.dumpBadFrames bool true

enable dump of frames with hasBitError

router.pcapRecorder.moduleNamePatterns string "wlan[*] eth[*] ppp[*] ext[*]"

space-separated list of sibling module names to listen on

router.pcapRecorder.sendingSignalNames string "packetSentToLower"

space-separated list of outbound packet signals to subscribe to

router.pcapRecorder.receivingSignalNames string "packetReceivedFromLower"

space-separated list of inbound packet signals to subscribe to

router.pcapRecorder.alwaysFlush bool false

flush the pcapFile after each write to ensure that all packets are captured in case of a crash

router.lo0.lo.interfaceTableModule string

The path to the InterfaceTable module

router.lo0.lo.mtu int 4470B

Source code:

network BulkTransfer6
{
    types:
        channel C extends DatarateChannel
        {
            datarate = 10Mbps;
            delay = 0.1us;
        }
    submodules:
        client1: StandardHost6 {
            parameters:
                @display("p=131,67;i=device/pc3");
        }
        client2: StandardHost6 {
            parameters:
                @display("p=337,67;i=device/pc3");
        }
        client3: StandardHost6 {
            parameters:
                @display("p=337,247;i=device/pc3");
        }
        server: StandardHost6 {
            parameters:
                @display("p=131,247;i=device/pc2");
        }
        router: Router6 {
            parameters:
                @display("p=239,156");
        }
        configurator: FlatNetworkConfigurator6 {
            parameters:
                @display("p=62,119");
        }
    connections:
        client1.ethg++ <--> C <--> router.ethg++;
        client2.ethg++ <--> C <--> router.ethg++;
        client3.ethg++ <--> C <--> router.ethg++;
        client1.ethg++ <--> C <--> server.ethg++;
        server.ethg++ <--> C <--> router.ethg++;
}