Network EarthCloud

Package: inet.examples.internetcloud.earthcloud
File: examples/internetcloud/earthcloud/EarthCloud.ned

(no description)

IPv4NetworkConfigurator InternetCloud SimpleContinentCloud SimpleContinentCloud SimpleContinentCloud SimpleContinentCloud SimpleContinentCloud SimpleContinentCloud

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
display bgi=maps/world;bgb=875,414

Unassigned submodule parameters:

Name Type Default value Description
configurator.minLinkWeight double 1E-3
configurator.config xml xml("")

XML configuration parameters for IP address assignment and adding manual routes

configurator.assignAddresses bool true

assign IP addresses to all interfaces in the network

configurator.assignDisjunctSubnetAddresses bool true

avoid using the same address prefix and netmask on different links when assigning IP addresses to interfaces

configurator.addStaticRoutes bool true

add static routes to the routing tables of all nodes to route to all destination interfaces (only where applicable; turn off when config file contains manual routes)

configurator.addDefaultRoutes bool true

add default routes if all routes from a source node go through the same gateway (used only if addStaticRoutes is true)

configurator.addSubnetRoutes bool true

add subnet routes instead of destination interface routes (only where applicable; used only if addStaticRoutes is true)

configurator.optimizeRoutes bool true

optimize routing tables by merging routes, the resulting routing table might route more packets than the original (used only if addStaticRoutes is true)

configurator.dumpTopology bool false

print extracted network topology to the module output

configurator.dumpLinks bool false

print recognized network links to the module output

configurator.dumpAddresses bool false

print assigned IP addresses for all interfaces to the module output

configurator.dumpRoutes bool false

print configured and optimized routing tables for all nodes to the module output

configurator.dumpConfig string ""

write configuration into the given config file that can be fed back to speed up subsequent runs (network configurations)

internet.interfaceTable.displayAddresses bool false

whether to display IP addresses on links

internet.routingTable.interfaceTableModule string

The path to the InterfaceTable module

internet.routingTable.netmaskRoutes string "*"

maintain netmask routes for interfaces

internet.routingTable.multicastForwarding bool false

turns multicast forwarding on/off

internet.routingTable.useAdminDist bool false

Use Cisco like administrative distances

internet.routingTable.routingFile string ""

routing table file name

internet.pcapRecorder.verbose bool false

whether to log packets on the module output

internet.pcapRecorder.pcapFile string ""

the PCAP file to be written

internet.pcapRecorder.snaplen int 65535

maximum number of bytes to record per packet

internet.pcapRecorder.dumpBadFrames bool true

enable dump of frames with hasBitError

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

space-separated list of sibling module names to listen on

internet.pcapRecorder.sendingSignalNames string "packetSentToLower"

space-separated list of outbound packet signals to subscribe to

internet.pcapRecorder.receivingSignalNames string "packetReceivedFromLower"

space-separated list of inbound packet signals to subscribe to

internet.pcapRecorder.alwaysFlush bool false

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

internet.networkLayer.configurator.interfaceTableModule string

The path to the InterfaceTable module

internet.networkLayer.configurator.networkConfiguratorModule string "configurator"

TODO: eventually rename to networkConfigurator

internet.networkLayer.configurator.configureRoutingTable bool true

add routing entries to routing table (uses the configurator module)

internet.networkLayer.ip.interfaceTableModule string

The path to the InterfaceTable module

internet.networkLayer.ip.arpModule string
internet.networkLayer.ip.icmpModule string
internet.networkLayer.ip.procDelay double 0s
internet.networkLayer.ip.forceBroadcast bool false
internet.networkLayer.arp.interfaceTableModule string

The path to the InterfaceTable module

internet.networkLayer.arp.retryTimeout double 1s

number seconds ARP waits between retries to resolve an IPv4 address

internet.networkLayer.arp.retryCount int 3

number of times ARP will attempt to resolve an IPv4 address

internet.networkLayer.arp.cacheTimeout double 120s

number seconds unused entries in the cache will time out

internet.networkLayer.icmp.interfaceTableModule string

The path to the InterfaceTable module

internet.networkLayer.icmp.routingTableModule string
africa.router.status.initialStatus string "UP"

TODO @signal, @statistic

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

whether to display IP addresses on links

africa.router.pcapRecorder.verbose bool false

whether to log packets on the module output

africa.router.pcapRecorder.pcapFile string ""

the PCAP file to be written

africa.router.pcapRecorder.snaplen int 65535

maximum number of bytes to record per packet

africa.router.pcapRecorder.dumpBadFrames bool true

enable dump of frames with hasBitError

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

space-separated list of sibling module names to listen on

africa.router.pcapRecorder.sendingSignalNames string "packetSentToLower"

space-separated list of outbound packet signals to subscribe to

africa.router.pcapRecorder.receivingSignalNames string "packetReceivedFromLower"

space-separated list of inbound packet signals to subscribe to

africa.router.pcapRecorder.alwaysFlush bool false

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

africa.router.lo0.lo.interfaceTableModule string

The path to the InterfaceTable module

africa.router.lo0.lo.mtu int 4470B
africa.router.bgp.interfaceTableModule string

The path to the InterfaceTable module

africa.router.bgp.routingTableModule string
africa.router.bgp.ospfRoutingModule string hasOSPF ? "^.ospf" : ""
africa.router.bgp.dataTransferMode string
africa.client.status.initialStatus string "UP"

TODO @signal, @statistic

africa.client.routingTable.forwarding bool
africa.client.routingTable.multicastForwarding bool
africa.client.interfaceTable.displayAddresses bool false

whether to display IP addresses on links

africa.client.pcapRecorder.verbose bool false

whether to log packets on the module output

africa.client.pcapRecorder.pcapFile string ""

the PCAP file to be written

africa.client.pcapRecorder.snaplen int 65535

maximum number of bytes to record per packet

africa.client.pcapRecorder.dumpBadFrames bool true

enable dump of frames with hasBitError

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

space-separated list of sibling module names to listen on

africa.client.pcapRecorder.sendingSignalNames string "packetSentToLower"

space-separated list of outbound packet signals to subscribe to

africa.client.pcapRecorder.receivingSignalNames string "packetReceivedFromLower"

space-separated list of inbound packet signals to subscribe to

africa.client.pcapRecorder.alwaysFlush bool false

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

africa.client.lo0.lo.interfaceTableModule string

The path to the InterfaceTable module

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

TODO @signal, @statistic

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

whether to display IP addresses on links

africa.server.pcapRecorder.verbose bool false

whether to log packets on the module output

africa.server.pcapRecorder.pcapFile string ""

the PCAP file to be written

africa.server.pcapRecorder.snaplen int 65535

maximum number of bytes to record per packet

africa.server.pcapRecorder.dumpBadFrames bool true

enable dump of frames with hasBitError

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

space-separated list of sibling module names to listen on

africa.server.pcapRecorder.sendingSignalNames string "packetSentToLower"

space-separated list of outbound packet signals to subscribe to

africa.server.pcapRecorder.receivingSignalNames string "packetReceivedFromLower"

space-separated list of inbound packet signals to subscribe to

africa.server.pcapRecorder.alwaysFlush bool false

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

africa.server.lo0.lo.interfaceTableModule string

The path to the InterfaceTable module

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

TODO @signal, @statistic

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

whether to display IP addresses on links

asia.router.pcapRecorder.verbose bool false

whether to log packets on the module output

asia.router.pcapRecorder.pcapFile string ""

the PCAP file to be written

asia.router.pcapRecorder.snaplen int 65535

maximum number of bytes to record per packet

asia.router.pcapRecorder.dumpBadFrames bool true

enable dump of frames with hasBitError

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

space-separated list of sibling module names to listen on

asia.router.pcapRecorder.sendingSignalNames string "packetSentToLower"

space-separated list of outbound packet signals to subscribe to

asia.router.pcapRecorder.receivingSignalNames string "packetReceivedFromLower"

space-separated list of inbound packet signals to subscribe to

asia.router.pcapRecorder.alwaysFlush bool false

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

asia.router.lo0.lo.interfaceTableModule string

The path to the InterfaceTable module

asia.router.lo0.lo.mtu int 4470B
asia.router.bgp.interfaceTableModule string

The path to the InterfaceTable module

asia.router.bgp.routingTableModule string
asia.router.bgp.ospfRoutingModule string hasOSPF ? "^.ospf" : ""
asia.router.bgp.dataTransferMode string
asia.client.status.initialStatus string "UP"

TODO @signal, @statistic

asia.client.routingTable.forwarding bool
asia.client.routingTable.multicastForwarding bool
asia.client.interfaceTable.displayAddresses bool false

whether to display IP addresses on links

asia.client.pcapRecorder.verbose bool false

whether to log packets on the module output

asia.client.pcapRecorder.pcapFile string ""

the PCAP file to be written

asia.client.pcapRecorder.snaplen int 65535

maximum number of bytes to record per packet

asia.client.pcapRecorder.dumpBadFrames bool true

enable dump of frames with hasBitError

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

space-separated list of sibling module names to listen on

asia.client.pcapRecorder.sendingSignalNames string "packetSentToLower"

space-separated list of outbound packet signals to subscribe to

asia.client.pcapRecorder.receivingSignalNames string "packetReceivedFromLower"

space-separated list of inbound packet signals to subscribe to

asia.client.pcapRecorder.alwaysFlush bool false

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

asia.client.lo0.lo.interfaceTableModule string

The path to the InterfaceTable module

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

TODO @signal, @statistic

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

whether to display IP addresses on links

asia.server.pcapRecorder.verbose bool false

whether to log packets on the module output

asia.server.pcapRecorder.pcapFile string ""

the PCAP file to be written

asia.server.pcapRecorder.snaplen int 65535

maximum number of bytes to record per packet

asia.server.pcapRecorder.dumpBadFrames bool true

enable dump of frames with hasBitError

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

space-separated list of sibling module names to listen on

asia.server.pcapRecorder.sendingSignalNames string "packetSentToLower"

space-separated list of outbound packet signals to subscribe to

asia.server.pcapRecorder.receivingSignalNames string "packetReceivedFromLower"

space-separated list of inbound packet signals to subscribe to

asia.server.pcapRecorder.alwaysFlush bool false

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

asia.server.lo0.lo.interfaceTableModule string

The path to the InterfaceTable module

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

TODO @signal, @statistic

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

whether to display IP addresses on links

australia.router.pcapRecorder.verbose bool false

whether to log packets on the module output

australia.router.pcapRecorder.pcapFile string ""

the PCAP file to be written

australia.router.pcapRecorder.snaplen int 65535

maximum number of bytes to record per packet

australia.router.pcapRecorder.dumpBadFrames bool true

enable dump of frames with hasBitError

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

space-separated list of sibling module names to listen on

australia.router.pcapRecorder.sendingSignalNames string "packetSentToLower"

space-separated list of outbound packet signals to subscribe to

australia.router.pcapRecorder.receivingSignalNames string "packetReceivedFromLower"

space-separated list of inbound packet signals to subscribe to

australia.router.pcapRecorder.alwaysFlush bool false

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

australia.router.lo0.lo.interfaceTableModule string

The path to the InterfaceTable module

australia.router.lo0.lo.mtu int 4470B
australia.router.bgp.interfaceTableModule string

The path to the InterfaceTable module

australia.router.bgp.routingTableModule string
australia.router.bgp.ospfRoutingModule string hasOSPF ? "^.ospf" : ""
australia.router.bgp.dataTransferMode string
australia.client.status.initialStatus string "UP"

TODO @signal, @statistic

australia.client.routingTable.forwarding bool
australia.client.routingTable.multicastForwarding bool
australia.client.interfaceTable.displayAddresses bool false

whether to display IP addresses on links

australia.client.pcapRecorder.verbose bool false

whether to log packets on the module output

australia.client.pcapRecorder.pcapFile string ""

the PCAP file to be written

australia.client.pcapRecorder.snaplen int 65535

maximum number of bytes to record per packet

australia.client.pcapRecorder.dumpBadFrames bool true

enable dump of frames with hasBitError

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

space-separated list of sibling module names to listen on

australia.client.pcapRecorder.sendingSignalNames string "packetSentToLower"

space-separated list of outbound packet signals to subscribe to

australia.client.pcapRecorder.receivingSignalNames string "packetReceivedFromLower"

space-separated list of inbound packet signals to subscribe to

australia.client.pcapRecorder.alwaysFlush bool false

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

australia.client.lo0.lo.interfaceTableModule string

The path to the InterfaceTable module

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

TODO @signal, @statistic

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

whether to display IP addresses on links

australia.server.pcapRecorder.verbose bool false

whether to log packets on the module output

australia.server.pcapRecorder.pcapFile string ""

the PCAP file to be written

australia.server.pcapRecorder.snaplen int 65535

maximum number of bytes to record per packet

australia.server.pcapRecorder.dumpBadFrames bool true

enable dump of frames with hasBitError

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

space-separated list of sibling module names to listen on

australia.server.pcapRecorder.sendingSignalNames string "packetSentToLower"

space-separated list of outbound packet signals to subscribe to

australia.server.pcapRecorder.receivingSignalNames string "packetReceivedFromLower"

space-separated list of inbound packet signals to subscribe to

australia.server.pcapRecorder.alwaysFlush bool false

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

australia.server.lo0.lo.interfaceTableModule string

The path to the InterfaceTable module

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

TODO @signal, @statistic

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

whether to display IP addresses on links

europe.router.pcapRecorder.verbose bool false

whether to log packets on the module output

europe.router.pcapRecorder.pcapFile string ""

the PCAP file to be written

europe.router.pcapRecorder.snaplen int 65535

maximum number of bytes to record per packet

europe.router.pcapRecorder.dumpBadFrames bool true

enable dump of frames with hasBitError

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

space-separated list of sibling module names to listen on

europe.router.pcapRecorder.sendingSignalNames string "packetSentToLower"

space-separated list of outbound packet signals to subscribe to

europe.router.pcapRecorder.receivingSignalNames string "packetReceivedFromLower"

space-separated list of inbound packet signals to subscribe to

europe.router.pcapRecorder.alwaysFlush bool false

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

europe.router.lo0.lo.interfaceTableModule string

The path to the InterfaceTable module

europe.router.lo0.lo.mtu int 4470B
europe.router.bgp.interfaceTableModule string

The path to the InterfaceTable module

europe.router.bgp.routingTableModule string
europe.router.bgp.ospfRoutingModule string hasOSPF ? "^.ospf" : ""
europe.router.bgp.dataTransferMode string
europe.client.status.initialStatus string "UP"

TODO @signal, @statistic

europe.client.routingTable.forwarding bool
europe.client.routingTable.multicastForwarding bool
europe.client.interfaceTable.displayAddresses bool false

whether to display IP addresses on links

europe.client.pcapRecorder.verbose bool false

whether to log packets on the module output

europe.client.pcapRecorder.pcapFile string ""

the PCAP file to be written

europe.client.pcapRecorder.snaplen int 65535

maximum number of bytes to record per packet

europe.client.pcapRecorder.dumpBadFrames bool true

enable dump of frames with hasBitError

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

space-separated list of sibling module names to listen on

europe.client.pcapRecorder.sendingSignalNames string "packetSentToLower"

space-separated list of outbound packet signals to subscribe to

europe.client.pcapRecorder.receivingSignalNames string "packetReceivedFromLower"

space-separated list of inbound packet signals to subscribe to

europe.client.pcapRecorder.alwaysFlush bool false

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

europe.client.lo0.lo.interfaceTableModule string

The path to the InterfaceTable module

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

TODO @signal, @statistic

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

whether to display IP addresses on links

europe.server.pcapRecorder.verbose bool false

whether to log packets on the module output

europe.server.pcapRecorder.pcapFile string ""

the PCAP file to be written

europe.server.pcapRecorder.snaplen int 65535

maximum number of bytes to record per packet

europe.server.pcapRecorder.dumpBadFrames bool true

enable dump of frames with hasBitError

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

space-separated list of sibling module names to listen on

europe.server.pcapRecorder.sendingSignalNames string "packetSentToLower"

space-separated list of outbound packet signals to subscribe to

europe.server.pcapRecorder.receivingSignalNames string "packetReceivedFromLower"

space-separated list of inbound packet signals to subscribe to

europe.server.pcapRecorder.alwaysFlush bool false

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

europe.server.lo0.lo.interfaceTableModule string

The path to the InterfaceTable module

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

TODO @signal, @statistic

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

whether to display IP addresses on links

northAmerica.router.pcapRecorder.verbose bool false

whether to log packets on the module output

northAmerica.router.pcapRecorder.pcapFile string ""

the PCAP file to be written

northAmerica.router.pcapRecorder.snaplen int 65535

maximum number of bytes to record per packet

northAmerica.router.pcapRecorder.dumpBadFrames bool true

enable dump of frames with hasBitError

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

space-separated list of sibling module names to listen on

northAmerica.router.pcapRecorder.sendingSignalNames string "packetSentToLower"

space-separated list of outbound packet signals to subscribe to

northAmerica.router.pcapRecorder.receivingSignalNames string "packetReceivedFromLower"

space-separated list of inbound packet signals to subscribe to

northAmerica.router.pcapRecorder.alwaysFlush bool false

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

northAmerica.router.lo0.lo.interfaceTableModule string

The path to the InterfaceTable module

northAmerica.router.lo0.lo.mtu int 4470B
northAmerica.router.bgp.interfaceTableModule string

The path to the InterfaceTable module

northAmerica.router.bgp.routingTableModule string
northAmerica.router.bgp.ospfRoutingModule string hasOSPF ? "^.ospf" : ""
northAmerica.router.bgp.dataTransferMode string
northAmerica.client.status.initialStatus string "UP"

TODO @signal, @statistic

northAmerica.client.routingTable.forwarding bool
northAmerica.client.routingTable.multicastForwarding bool
northAmerica.client.interfaceTable.displayAddresses bool false

whether to display IP addresses on links

northAmerica.client.pcapRecorder.verbose bool false

whether to log packets on the module output

northAmerica.client.pcapRecorder.pcapFile string ""

the PCAP file to be written

northAmerica.client.pcapRecorder.snaplen int 65535

maximum number of bytes to record per packet

northAmerica.client.pcapRecorder.dumpBadFrames bool true

enable dump of frames with hasBitError

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

space-separated list of sibling module names to listen on

northAmerica.client.pcapRecorder.sendingSignalNames string "packetSentToLower"

space-separated list of outbound packet signals to subscribe to

northAmerica.client.pcapRecorder.receivingSignalNames string "packetReceivedFromLower"

space-separated list of inbound packet signals to subscribe to

northAmerica.client.pcapRecorder.alwaysFlush bool false

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

northAmerica.client.lo0.lo.interfaceTableModule string

The path to the InterfaceTable module

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

TODO @signal, @statistic

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

whether to display IP addresses on links

northAmerica.server.pcapRecorder.verbose bool false

whether to log packets on the module output

northAmerica.server.pcapRecorder.pcapFile string ""

the PCAP file to be written

northAmerica.server.pcapRecorder.snaplen int 65535

maximum number of bytes to record per packet

northAmerica.server.pcapRecorder.dumpBadFrames bool true

enable dump of frames with hasBitError

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

space-separated list of sibling module names to listen on

northAmerica.server.pcapRecorder.sendingSignalNames string "packetSentToLower"

space-separated list of outbound packet signals to subscribe to

northAmerica.server.pcapRecorder.receivingSignalNames string "packetReceivedFromLower"

space-separated list of inbound packet signals to subscribe to

northAmerica.server.pcapRecorder.alwaysFlush bool false

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

northAmerica.server.lo0.lo.interfaceTableModule string

The path to the InterfaceTable module

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

TODO @signal, @statistic

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

whether to display IP addresses on links

southAmerica.router.pcapRecorder.verbose bool false

whether to log packets on the module output

southAmerica.router.pcapRecorder.pcapFile string ""

the PCAP file to be written

southAmerica.router.pcapRecorder.snaplen int 65535

maximum number of bytes to record per packet

southAmerica.router.pcapRecorder.dumpBadFrames bool true

enable dump of frames with hasBitError

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

space-separated list of sibling module names to listen on

southAmerica.router.pcapRecorder.sendingSignalNames string "packetSentToLower"

space-separated list of outbound packet signals to subscribe to

southAmerica.router.pcapRecorder.receivingSignalNames string "packetReceivedFromLower"

space-separated list of inbound packet signals to subscribe to

southAmerica.router.pcapRecorder.alwaysFlush bool false

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

southAmerica.router.lo0.lo.interfaceTableModule string

The path to the InterfaceTable module

southAmerica.router.lo0.lo.mtu int 4470B
southAmerica.router.bgp.interfaceTableModule string

The path to the InterfaceTable module

southAmerica.router.bgp.routingTableModule string
southAmerica.router.bgp.ospfRoutingModule string hasOSPF ? "^.ospf" : ""
southAmerica.router.bgp.dataTransferMode string
southAmerica.client.status.initialStatus string "UP"

TODO @signal, @statistic

southAmerica.client.routingTable.forwarding bool
southAmerica.client.routingTable.multicastForwarding bool
southAmerica.client.interfaceTable.displayAddresses bool false

whether to display IP addresses on links

southAmerica.client.pcapRecorder.verbose bool false

whether to log packets on the module output

southAmerica.client.pcapRecorder.pcapFile string ""

the PCAP file to be written

southAmerica.client.pcapRecorder.snaplen int 65535

maximum number of bytes to record per packet

southAmerica.client.pcapRecorder.dumpBadFrames bool true

enable dump of frames with hasBitError

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

space-separated list of sibling module names to listen on

southAmerica.client.pcapRecorder.sendingSignalNames string "packetSentToLower"

space-separated list of outbound packet signals to subscribe to

southAmerica.client.pcapRecorder.receivingSignalNames string "packetReceivedFromLower"

space-separated list of inbound packet signals to subscribe to

southAmerica.client.pcapRecorder.alwaysFlush bool false

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

southAmerica.client.lo0.lo.interfaceTableModule string

The path to the InterfaceTable module

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

TODO @signal, @statistic

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

whether to display IP addresses on links

southAmerica.server.pcapRecorder.verbose bool false

whether to log packets on the module output

southAmerica.server.pcapRecorder.pcapFile string ""

the PCAP file to be written

southAmerica.server.pcapRecorder.snaplen int 65535

maximum number of bytes to record per packet

southAmerica.server.pcapRecorder.dumpBadFrames bool true

enable dump of frames with hasBitError

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

space-separated list of sibling module names to listen on

southAmerica.server.pcapRecorder.sendingSignalNames string "packetSentToLower"

space-separated list of outbound packet signals to subscribe to

southAmerica.server.pcapRecorder.receivingSignalNames string "packetReceivedFromLower"

space-separated list of inbound packet signals to subscribe to

southAmerica.server.pcapRecorder.alwaysFlush bool false

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

southAmerica.server.lo0.lo.interfaceTableModule string

The path to the InterfaceTable module

southAmerica.server.lo0.lo.mtu int 4470B

Source code:

network EarthCloud
{
    @display("bgi=maps/world;bgb=875,414");
    submodules:
        configurator: IPv4NetworkConfigurator {
            parameters:
                @display("p=75,315");
        }

        internet: InternetCloud {
            @display("p=387,185;is=vl");
        }
        africa: SimpleContinentCloud {
            @display("p=465,288");
        }
        asia: SimpleContinentCloud {
            @display("p=662,121");
        }
        australia: SimpleContinentCloud {
            @display("p=759,299;");
        }
        europe: SimpleContinentCloud {
            @display("p=446,77");
        }
        northAmerica: SimpleContinentCloud {
            @display("p=153,90");
        }
        southAmerica: SimpleContinentCloud {
            @display("p=260,270");
        }
    connections:
        africa.pppg++ <--> {  datarate = 100Mbps; delay = 2ms; } <--> internet.pppg++;
        asia.pppg++ <--> {  datarate = 100Mbps; delay = 2ms; } <--> internet.pppg++;
        australia.pppg++ <--> {  datarate = 100Mbps; delay = 2ms; } <--> internet.pppg++;
        europe.pppg++ <--> {  datarate = 100Mbps; delay = 2ms; } <--> internet.pppg++;
        northAmerica.pppg++ <--> {  datarate = 100Mbps; delay = 2ms; } <--> internet.pppg++;
        southAmerica.pppg++ <--> {  datarate = 100Mbps; delay = 2ms; } <--> internet.pppg++;
}