EarthCloud

Package: inet.examples.internetcloud.earthcloud

EarthCloud

network

(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.

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.configureIsolatedNetworksSeparatly bool false
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.assignUniqueAddresses bool true

avoid using the same address and raise an error if not possible

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.addDirectRoutes bool true

add direct routes (i.e. directly connected interfaces) to the routing table (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.status.initialStatus string "UP"

TODO @signal, @statistic

internet.pcapRecorder.verbose bool true

whether to log packets on the module output

internet.pcapRecorder.pcapFile string ""

the PCAP file to be written

internet.pcapRecorder.fileFormat string "pcapng"
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[*]"

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.dumpProtocols string "ethernetmac ppp ieee80211mac"

space-separated list of protocol names as defined in the Protocol class

internet.pcapRecorder.packetFilter object "*"

which packets are considered, matches all packets by default

internet.pcapRecorder.helpers string ""

usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper"

internet.pcapRecorder.alwaysFlush bool false

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

internet.pcapRecorder.displayStringTextFormat string "rec: %n pks"
internet.interfaceTable.displayAddresses bool false

whether to display IP addresses on links

internet.cb.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

internet.cb.forwardServiceRegistration bool true
internet.cb.forwardProtocolRegistration bool true
internet.bl.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

internet.bl.forwardServiceRegistration bool true
internet.bl.forwardProtocolRegistration bool true
internet.li.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

internet.li.forwardServiceRegistration bool true
internet.li.forwardProtocolRegistration bool true
internet.eth.bitrate double
internet.nl.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

internet.nl.forwardServiceRegistration bool true
internet.nl.forwardProtocolRegistration bool true
africa.router.status.initialStatus string "UP"

TODO @signal, @statistic

africa.router.pcapRecorder.verbose bool true

whether to log packets on the module output

africa.router.pcapRecorder.pcapFile string ""

the PCAP file to be written

africa.router.pcapRecorder.fileFormat string "pcapng"
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[*]"

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.dumpProtocols string "ethernetmac ppp ieee80211mac"

space-separated list of protocol names as defined in the Protocol class

africa.router.pcapRecorder.packetFilter object "*"

which packets are considered, matches all packets by default

africa.router.pcapRecorder.helpers string ""

usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper"

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.pcapRecorder.displayStringTextFormat string "rec: %n pks"
africa.router.interfaceTable.displayAddresses bool false

whether to display IP addresses on links

africa.router.cb.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

africa.router.cb.forwardServiceRegistration bool true
africa.router.cb.forwardProtocolRegistration bool true
africa.router.bl.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

africa.router.bl.forwardServiceRegistration bool true
africa.router.bl.forwardProtocolRegistration bool true
africa.router.li.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

africa.router.li.forwardServiceRegistration bool true
africa.router.li.forwardProtocolRegistration bool true
africa.router.eth.bitrate double
africa.router.nl.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

africa.router.nl.forwardServiceRegistration bool true
africa.router.nl.forwardProtocolRegistration bool true
africa.router.tn.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

africa.router.tn.forwardServiceRegistration bool true
africa.router.tn.forwardProtocolRegistration bool true
africa.router.at.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

africa.router.at.forwardServiceRegistration bool true
africa.router.at.forwardProtocolRegistration bool true
africa.router.bgp.interfaceTableModule string

The path to the InterfaceTable module

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

TODO @signal, @statistic

africa.client.pcapRecorder.verbose bool true

whether to log packets on the module output

africa.client.pcapRecorder.pcapFile string ""

the PCAP file to be written

africa.client.pcapRecorder.fileFormat string "pcapng"
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[*]"

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.dumpProtocols string "ethernetmac ppp ieee80211mac"

space-separated list of protocol names as defined in the Protocol class

africa.client.pcapRecorder.packetFilter object "*"

which packets are considered, matches all packets by default

africa.client.pcapRecorder.helpers string ""

usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper"

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.pcapRecorder.displayStringTextFormat string "rec: %n pks"
africa.client.interfaceTable.displayAddresses bool false

whether to display IP addresses on links

africa.client.cb.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

africa.client.cb.forwardServiceRegistration bool true
africa.client.cb.forwardProtocolRegistration bool true
africa.client.bl.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

africa.client.bl.forwardServiceRegistration bool true
africa.client.bl.forwardProtocolRegistration bool true
africa.client.li.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

africa.client.li.forwardServiceRegistration bool true
africa.client.li.forwardProtocolRegistration bool true
africa.client.eth.bitrate double
africa.client.nl.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

africa.client.nl.forwardServiceRegistration bool true
africa.client.nl.forwardProtocolRegistration bool true
africa.client.tn.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

africa.client.tn.forwardServiceRegistration bool true
africa.client.tn.forwardProtocolRegistration bool true
africa.client.at.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

africa.client.at.forwardServiceRegistration bool true
africa.client.at.forwardProtocolRegistration bool true
africa.server.status.initialStatus string "UP"

TODO @signal, @statistic

africa.server.pcapRecorder.verbose bool true

whether to log packets on the module output

africa.server.pcapRecorder.pcapFile string ""

the PCAP file to be written

africa.server.pcapRecorder.fileFormat string "pcapng"
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[*]"

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.dumpProtocols string "ethernetmac ppp ieee80211mac"

space-separated list of protocol names as defined in the Protocol class

africa.server.pcapRecorder.packetFilter object "*"

which packets are considered, matches all packets by default

africa.server.pcapRecorder.helpers string ""

usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper"

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.pcapRecorder.displayStringTextFormat string "rec: %n pks"
africa.server.interfaceTable.displayAddresses bool false

whether to display IP addresses on links

africa.server.cb.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

africa.server.cb.forwardServiceRegistration bool true
africa.server.cb.forwardProtocolRegistration bool true
africa.server.bl.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

africa.server.bl.forwardServiceRegistration bool true
africa.server.bl.forwardProtocolRegistration bool true
africa.server.li.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

africa.server.li.forwardServiceRegistration bool true
africa.server.li.forwardProtocolRegistration bool true
africa.server.eth.bitrate double
africa.server.nl.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

africa.server.nl.forwardServiceRegistration bool true
africa.server.nl.forwardProtocolRegistration bool true
africa.server.tn.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

africa.server.tn.forwardServiceRegistration bool true
africa.server.tn.forwardProtocolRegistration bool true
africa.server.at.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

africa.server.at.forwardServiceRegistration bool true
africa.server.at.forwardProtocolRegistration bool true
asia.router.status.initialStatus string "UP"

TODO @signal, @statistic

asia.router.pcapRecorder.verbose bool true

whether to log packets on the module output

asia.router.pcapRecorder.pcapFile string ""

the PCAP file to be written

asia.router.pcapRecorder.fileFormat string "pcapng"
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[*]"

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.dumpProtocols string "ethernetmac ppp ieee80211mac"

space-separated list of protocol names as defined in the Protocol class

asia.router.pcapRecorder.packetFilter object "*"

which packets are considered, matches all packets by default

asia.router.pcapRecorder.helpers string ""

usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper"

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.pcapRecorder.displayStringTextFormat string "rec: %n pks"
asia.router.interfaceTable.displayAddresses bool false

whether to display IP addresses on links

asia.router.cb.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

asia.router.cb.forwardServiceRegistration bool true
asia.router.cb.forwardProtocolRegistration bool true
asia.router.bl.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

asia.router.bl.forwardServiceRegistration bool true
asia.router.bl.forwardProtocolRegistration bool true
asia.router.li.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

asia.router.li.forwardServiceRegistration bool true
asia.router.li.forwardProtocolRegistration bool true
asia.router.eth.bitrate double
asia.router.nl.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

asia.router.nl.forwardServiceRegistration bool true
asia.router.nl.forwardProtocolRegistration bool true
asia.router.tn.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

asia.router.tn.forwardServiceRegistration bool true
asia.router.tn.forwardProtocolRegistration bool true
asia.router.at.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

asia.router.at.forwardServiceRegistration bool true
asia.router.at.forwardProtocolRegistration bool true
asia.router.bgp.interfaceTableModule string

The path to the InterfaceTable module

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

TODO @signal, @statistic

asia.client.pcapRecorder.verbose bool true

whether to log packets on the module output

asia.client.pcapRecorder.pcapFile string ""

the PCAP file to be written

asia.client.pcapRecorder.fileFormat string "pcapng"
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[*]"

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.dumpProtocols string "ethernetmac ppp ieee80211mac"

space-separated list of protocol names as defined in the Protocol class

asia.client.pcapRecorder.packetFilter object "*"

which packets are considered, matches all packets by default

asia.client.pcapRecorder.helpers string ""

usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper"

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.pcapRecorder.displayStringTextFormat string "rec: %n pks"
asia.client.interfaceTable.displayAddresses bool false

whether to display IP addresses on links

asia.client.cb.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

asia.client.cb.forwardServiceRegistration bool true
asia.client.cb.forwardProtocolRegistration bool true
asia.client.bl.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

asia.client.bl.forwardServiceRegistration bool true
asia.client.bl.forwardProtocolRegistration bool true
asia.client.li.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

asia.client.li.forwardServiceRegistration bool true
asia.client.li.forwardProtocolRegistration bool true
asia.client.eth.bitrate double
asia.client.nl.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

asia.client.nl.forwardServiceRegistration bool true
asia.client.nl.forwardProtocolRegistration bool true
asia.client.tn.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

asia.client.tn.forwardServiceRegistration bool true
asia.client.tn.forwardProtocolRegistration bool true
asia.client.at.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

asia.client.at.forwardServiceRegistration bool true
asia.client.at.forwardProtocolRegistration bool true
asia.server.status.initialStatus string "UP"

TODO @signal, @statistic

asia.server.pcapRecorder.verbose bool true

whether to log packets on the module output

asia.server.pcapRecorder.pcapFile string ""

the PCAP file to be written

asia.server.pcapRecorder.fileFormat string "pcapng"
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[*]"

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.dumpProtocols string "ethernetmac ppp ieee80211mac"

space-separated list of protocol names as defined in the Protocol class

asia.server.pcapRecorder.packetFilter object "*"

which packets are considered, matches all packets by default

asia.server.pcapRecorder.helpers string ""

usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper"

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.pcapRecorder.displayStringTextFormat string "rec: %n pks"
asia.server.interfaceTable.displayAddresses bool false

whether to display IP addresses on links

asia.server.cb.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

asia.server.cb.forwardServiceRegistration bool true
asia.server.cb.forwardProtocolRegistration bool true
asia.server.bl.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

asia.server.bl.forwardServiceRegistration bool true
asia.server.bl.forwardProtocolRegistration bool true
asia.server.li.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

asia.server.li.forwardServiceRegistration bool true
asia.server.li.forwardProtocolRegistration bool true
asia.server.eth.bitrate double
asia.server.nl.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

asia.server.nl.forwardServiceRegistration bool true
asia.server.nl.forwardProtocolRegistration bool true
asia.server.tn.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

asia.server.tn.forwardServiceRegistration bool true
asia.server.tn.forwardProtocolRegistration bool true
asia.server.at.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

asia.server.at.forwardServiceRegistration bool true
asia.server.at.forwardProtocolRegistration bool true
australia.router.status.initialStatus string "UP"

TODO @signal, @statistic

australia.router.pcapRecorder.verbose bool true

whether to log packets on the module output

australia.router.pcapRecorder.pcapFile string ""

the PCAP file to be written

australia.router.pcapRecorder.fileFormat string "pcapng"
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[*]"

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.dumpProtocols string "ethernetmac ppp ieee80211mac"

space-separated list of protocol names as defined in the Protocol class

australia.router.pcapRecorder.packetFilter object "*"

which packets are considered, matches all packets by default

australia.router.pcapRecorder.helpers string ""

usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper"

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.pcapRecorder.displayStringTextFormat string "rec: %n pks"
australia.router.interfaceTable.displayAddresses bool false

whether to display IP addresses on links

australia.router.cb.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

australia.router.cb.forwardServiceRegistration bool true
australia.router.cb.forwardProtocolRegistration bool true
australia.router.bl.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

australia.router.bl.forwardServiceRegistration bool true
australia.router.bl.forwardProtocolRegistration bool true
australia.router.li.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

australia.router.li.forwardServiceRegistration bool true
australia.router.li.forwardProtocolRegistration bool true
australia.router.eth.bitrate double
australia.router.nl.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

australia.router.nl.forwardServiceRegistration bool true
australia.router.nl.forwardProtocolRegistration bool true
australia.router.tn.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

australia.router.tn.forwardServiceRegistration bool true
australia.router.tn.forwardProtocolRegistration bool true
australia.router.at.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

australia.router.at.forwardServiceRegistration bool true
australia.router.at.forwardProtocolRegistration bool true
australia.router.bgp.interfaceTableModule string

The path to the InterfaceTable module

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

TODO @signal, @statistic

australia.client.pcapRecorder.verbose bool true

whether to log packets on the module output

australia.client.pcapRecorder.pcapFile string ""

the PCAP file to be written

australia.client.pcapRecorder.fileFormat string "pcapng"
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[*]"

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.dumpProtocols string "ethernetmac ppp ieee80211mac"

space-separated list of protocol names as defined in the Protocol class

australia.client.pcapRecorder.packetFilter object "*"

which packets are considered, matches all packets by default

australia.client.pcapRecorder.helpers string ""

usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper"

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.pcapRecorder.displayStringTextFormat string "rec: %n pks"
australia.client.interfaceTable.displayAddresses bool false

whether to display IP addresses on links

australia.client.cb.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

australia.client.cb.forwardServiceRegistration bool true
australia.client.cb.forwardProtocolRegistration bool true
australia.client.bl.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

australia.client.bl.forwardServiceRegistration bool true
australia.client.bl.forwardProtocolRegistration bool true
australia.client.li.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

australia.client.li.forwardServiceRegistration bool true
australia.client.li.forwardProtocolRegistration bool true
australia.client.eth.bitrate double
australia.client.nl.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

australia.client.nl.forwardServiceRegistration bool true
australia.client.nl.forwardProtocolRegistration bool true
australia.client.tn.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

australia.client.tn.forwardServiceRegistration bool true
australia.client.tn.forwardProtocolRegistration bool true
australia.client.at.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

australia.client.at.forwardServiceRegistration bool true
australia.client.at.forwardProtocolRegistration bool true
australia.server.status.initialStatus string "UP"

TODO @signal, @statistic

australia.server.pcapRecorder.verbose bool true

whether to log packets on the module output

australia.server.pcapRecorder.pcapFile string ""

the PCAP file to be written

australia.server.pcapRecorder.fileFormat string "pcapng"
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[*]"

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.dumpProtocols string "ethernetmac ppp ieee80211mac"

space-separated list of protocol names as defined in the Protocol class

australia.server.pcapRecorder.packetFilter object "*"

which packets are considered, matches all packets by default

australia.server.pcapRecorder.helpers string ""

usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper"

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.pcapRecorder.displayStringTextFormat string "rec: %n pks"
australia.server.interfaceTable.displayAddresses bool false

whether to display IP addresses on links

australia.server.cb.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

australia.server.cb.forwardServiceRegistration bool true
australia.server.cb.forwardProtocolRegistration bool true
australia.server.bl.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

australia.server.bl.forwardServiceRegistration bool true
australia.server.bl.forwardProtocolRegistration bool true
australia.server.li.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

australia.server.li.forwardServiceRegistration bool true
australia.server.li.forwardProtocolRegistration bool true
australia.server.eth.bitrate double
australia.server.nl.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

australia.server.nl.forwardServiceRegistration bool true
australia.server.nl.forwardProtocolRegistration bool true
australia.server.tn.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

australia.server.tn.forwardServiceRegistration bool true
australia.server.tn.forwardProtocolRegistration bool true
australia.server.at.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

australia.server.at.forwardServiceRegistration bool true
australia.server.at.forwardProtocolRegistration bool true
europe.router.status.initialStatus string "UP"

TODO @signal, @statistic

europe.router.pcapRecorder.verbose bool true

whether to log packets on the module output

europe.router.pcapRecorder.pcapFile string ""

the PCAP file to be written

europe.router.pcapRecorder.fileFormat string "pcapng"
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[*]"

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.dumpProtocols string "ethernetmac ppp ieee80211mac"

space-separated list of protocol names as defined in the Protocol class

europe.router.pcapRecorder.packetFilter object "*"

which packets are considered, matches all packets by default

europe.router.pcapRecorder.helpers string ""

usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper"

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.pcapRecorder.displayStringTextFormat string "rec: %n pks"
europe.router.interfaceTable.displayAddresses bool false

whether to display IP addresses on links

europe.router.cb.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

europe.router.cb.forwardServiceRegistration bool true
europe.router.cb.forwardProtocolRegistration bool true
europe.router.bl.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

europe.router.bl.forwardServiceRegistration bool true
europe.router.bl.forwardProtocolRegistration bool true
europe.router.li.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

europe.router.li.forwardServiceRegistration bool true
europe.router.li.forwardProtocolRegistration bool true
europe.router.eth.bitrate double
europe.router.nl.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

europe.router.nl.forwardServiceRegistration bool true
europe.router.nl.forwardProtocolRegistration bool true
europe.router.tn.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

europe.router.tn.forwardServiceRegistration bool true
europe.router.tn.forwardProtocolRegistration bool true
europe.router.at.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

europe.router.at.forwardServiceRegistration bool true
europe.router.at.forwardProtocolRegistration bool true
europe.router.bgp.interfaceTableModule string

The path to the InterfaceTable module

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

TODO @signal, @statistic

europe.client.pcapRecorder.verbose bool true

whether to log packets on the module output

europe.client.pcapRecorder.pcapFile string ""

the PCAP file to be written

europe.client.pcapRecorder.fileFormat string "pcapng"
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[*]"

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.dumpProtocols string "ethernetmac ppp ieee80211mac"

space-separated list of protocol names as defined in the Protocol class

europe.client.pcapRecorder.packetFilter object "*"

which packets are considered, matches all packets by default

europe.client.pcapRecorder.helpers string ""

usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper"

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.pcapRecorder.displayStringTextFormat string "rec: %n pks"
europe.client.interfaceTable.displayAddresses bool false

whether to display IP addresses on links

europe.client.cb.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

europe.client.cb.forwardServiceRegistration bool true
europe.client.cb.forwardProtocolRegistration bool true
europe.client.bl.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

europe.client.bl.forwardServiceRegistration bool true
europe.client.bl.forwardProtocolRegistration bool true
europe.client.li.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

europe.client.li.forwardServiceRegistration bool true
europe.client.li.forwardProtocolRegistration bool true
europe.client.eth.bitrate double
europe.client.nl.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

europe.client.nl.forwardServiceRegistration bool true
europe.client.nl.forwardProtocolRegistration bool true
europe.client.tn.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

europe.client.tn.forwardServiceRegistration bool true
europe.client.tn.forwardProtocolRegistration bool true
europe.client.at.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

europe.client.at.forwardServiceRegistration bool true
europe.client.at.forwardProtocolRegistration bool true
europe.server.status.initialStatus string "UP"

TODO @signal, @statistic

europe.server.pcapRecorder.verbose bool true

whether to log packets on the module output

europe.server.pcapRecorder.pcapFile string ""

the PCAP file to be written

europe.server.pcapRecorder.fileFormat string "pcapng"
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[*]"

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.dumpProtocols string "ethernetmac ppp ieee80211mac"

space-separated list of protocol names as defined in the Protocol class

europe.server.pcapRecorder.packetFilter object "*"

which packets are considered, matches all packets by default

europe.server.pcapRecorder.helpers string ""

usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper"

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.pcapRecorder.displayStringTextFormat string "rec: %n pks"
europe.server.interfaceTable.displayAddresses bool false

whether to display IP addresses on links

europe.server.cb.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

europe.server.cb.forwardServiceRegistration bool true
europe.server.cb.forwardProtocolRegistration bool true
europe.server.bl.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

europe.server.bl.forwardServiceRegistration bool true
europe.server.bl.forwardProtocolRegistration bool true
europe.server.li.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

europe.server.li.forwardServiceRegistration bool true
europe.server.li.forwardProtocolRegistration bool true
europe.server.eth.bitrate double
europe.server.nl.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

europe.server.nl.forwardServiceRegistration bool true
europe.server.nl.forwardProtocolRegistration bool true
europe.server.tn.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

europe.server.tn.forwardServiceRegistration bool true
europe.server.tn.forwardProtocolRegistration bool true
europe.server.at.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

europe.server.at.forwardServiceRegistration bool true
europe.server.at.forwardProtocolRegistration bool true
northAmerica.router.status.initialStatus string "UP"

TODO @signal, @statistic

northAmerica.router.pcapRecorder.verbose bool true

whether to log packets on the module output

northAmerica.router.pcapRecorder.pcapFile string ""

the PCAP file to be written

northAmerica.router.pcapRecorder.fileFormat string "pcapng"
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[*]"

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.dumpProtocols string "ethernetmac ppp ieee80211mac"

space-separated list of protocol names as defined in the Protocol class

northAmerica.router.pcapRecorder.packetFilter object "*"

which packets are considered, matches all packets by default

northAmerica.router.pcapRecorder.helpers string ""

usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper"

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.pcapRecorder.displayStringTextFormat string "rec: %n pks"
northAmerica.router.interfaceTable.displayAddresses bool false

whether to display IP addresses on links

northAmerica.router.cb.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

northAmerica.router.cb.forwardServiceRegistration bool true
northAmerica.router.cb.forwardProtocolRegistration bool true
northAmerica.router.bl.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

northAmerica.router.bl.forwardServiceRegistration bool true
northAmerica.router.bl.forwardProtocolRegistration bool true
northAmerica.router.li.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

northAmerica.router.li.forwardServiceRegistration bool true
northAmerica.router.li.forwardProtocolRegistration bool true
northAmerica.router.eth.bitrate double
northAmerica.router.nl.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

northAmerica.router.nl.forwardServiceRegistration bool true
northAmerica.router.nl.forwardProtocolRegistration bool true
northAmerica.router.tn.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

northAmerica.router.tn.forwardServiceRegistration bool true
northAmerica.router.tn.forwardProtocolRegistration bool true
northAmerica.router.at.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

northAmerica.router.at.forwardServiceRegistration bool true
northAmerica.router.at.forwardProtocolRegistration bool true
northAmerica.router.bgp.interfaceTableModule string

The path to the InterfaceTable module

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

TODO @signal, @statistic

northAmerica.client.pcapRecorder.verbose bool true

whether to log packets on the module output

northAmerica.client.pcapRecorder.pcapFile string ""

the PCAP file to be written

northAmerica.client.pcapRecorder.fileFormat string "pcapng"
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[*]"

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.dumpProtocols string "ethernetmac ppp ieee80211mac"

space-separated list of protocol names as defined in the Protocol class

northAmerica.client.pcapRecorder.packetFilter object "*"

which packets are considered, matches all packets by default

northAmerica.client.pcapRecorder.helpers string ""

usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper"

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.pcapRecorder.displayStringTextFormat string "rec: %n pks"
northAmerica.client.interfaceTable.displayAddresses bool false

whether to display IP addresses on links

northAmerica.client.cb.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

northAmerica.client.cb.forwardServiceRegistration bool true
northAmerica.client.cb.forwardProtocolRegistration bool true
northAmerica.client.bl.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

northAmerica.client.bl.forwardServiceRegistration bool true
northAmerica.client.bl.forwardProtocolRegistration bool true
northAmerica.client.li.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

northAmerica.client.li.forwardServiceRegistration bool true
northAmerica.client.li.forwardProtocolRegistration bool true
northAmerica.client.eth.bitrate double
northAmerica.client.nl.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

northAmerica.client.nl.forwardServiceRegistration bool true
northAmerica.client.nl.forwardProtocolRegistration bool true
northAmerica.client.tn.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

northAmerica.client.tn.forwardServiceRegistration bool true
northAmerica.client.tn.forwardProtocolRegistration bool true
northAmerica.client.at.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

northAmerica.client.at.forwardServiceRegistration bool true
northAmerica.client.at.forwardProtocolRegistration bool true
northAmerica.server.status.initialStatus string "UP"

TODO @signal, @statistic

northAmerica.server.pcapRecorder.verbose bool true

whether to log packets on the module output

northAmerica.server.pcapRecorder.pcapFile string ""

the PCAP file to be written

northAmerica.server.pcapRecorder.fileFormat string "pcapng"
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[*]"

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.dumpProtocols string "ethernetmac ppp ieee80211mac"

space-separated list of protocol names as defined in the Protocol class

northAmerica.server.pcapRecorder.packetFilter object "*"

which packets are considered, matches all packets by default

northAmerica.server.pcapRecorder.helpers string ""

usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper"

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.pcapRecorder.displayStringTextFormat string "rec: %n pks"
northAmerica.server.interfaceTable.displayAddresses bool false

whether to display IP addresses on links

northAmerica.server.cb.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

northAmerica.server.cb.forwardServiceRegistration bool true
northAmerica.server.cb.forwardProtocolRegistration bool true
northAmerica.server.bl.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

northAmerica.server.bl.forwardServiceRegistration bool true
northAmerica.server.bl.forwardProtocolRegistration bool true
northAmerica.server.li.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

northAmerica.server.li.forwardServiceRegistration bool true
northAmerica.server.li.forwardProtocolRegistration bool true
northAmerica.server.eth.bitrate double
northAmerica.server.nl.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

northAmerica.server.nl.forwardServiceRegistration bool true
northAmerica.server.nl.forwardProtocolRegistration bool true
northAmerica.server.tn.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

northAmerica.server.tn.forwardServiceRegistration bool true
northAmerica.server.tn.forwardProtocolRegistration bool true
northAmerica.server.at.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

northAmerica.server.at.forwardServiceRegistration bool true
northAmerica.server.at.forwardProtocolRegistration bool true
southAmerica.router.status.initialStatus string "UP"

TODO @signal, @statistic

southAmerica.router.pcapRecorder.verbose bool true

whether to log packets on the module output

southAmerica.router.pcapRecorder.pcapFile string ""

the PCAP file to be written

southAmerica.router.pcapRecorder.fileFormat string "pcapng"
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[*]"

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.dumpProtocols string "ethernetmac ppp ieee80211mac"

space-separated list of protocol names as defined in the Protocol class

southAmerica.router.pcapRecorder.packetFilter object "*"

which packets are considered, matches all packets by default

southAmerica.router.pcapRecorder.helpers string ""

usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper"

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.pcapRecorder.displayStringTextFormat string "rec: %n pks"
southAmerica.router.interfaceTable.displayAddresses bool false

whether to display IP addresses on links

southAmerica.router.cb.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

southAmerica.router.cb.forwardServiceRegistration bool true
southAmerica.router.cb.forwardProtocolRegistration bool true
southAmerica.router.bl.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

southAmerica.router.bl.forwardServiceRegistration bool true
southAmerica.router.bl.forwardProtocolRegistration bool true
southAmerica.router.li.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

southAmerica.router.li.forwardServiceRegistration bool true
southAmerica.router.li.forwardProtocolRegistration bool true
southAmerica.router.eth.bitrate double
southAmerica.router.nl.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

southAmerica.router.nl.forwardServiceRegistration bool true
southAmerica.router.nl.forwardProtocolRegistration bool true
southAmerica.router.tn.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

southAmerica.router.tn.forwardServiceRegistration bool true
southAmerica.router.tn.forwardProtocolRegistration bool true
southAmerica.router.at.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

southAmerica.router.at.forwardServiceRegistration bool true
southAmerica.router.at.forwardProtocolRegistration bool true
southAmerica.router.bgp.interfaceTableModule string

The path to the InterfaceTable module

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

TODO @signal, @statistic

southAmerica.client.pcapRecorder.verbose bool true

whether to log packets on the module output

southAmerica.client.pcapRecorder.pcapFile string ""

the PCAP file to be written

southAmerica.client.pcapRecorder.fileFormat string "pcapng"
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[*]"

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.dumpProtocols string "ethernetmac ppp ieee80211mac"

space-separated list of protocol names as defined in the Protocol class

southAmerica.client.pcapRecorder.packetFilter object "*"

which packets are considered, matches all packets by default

southAmerica.client.pcapRecorder.helpers string ""

usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper"

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.pcapRecorder.displayStringTextFormat string "rec: %n pks"
southAmerica.client.interfaceTable.displayAddresses bool false

whether to display IP addresses on links

southAmerica.client.cb.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

southAmerica.client.cb.forwardServiceRegistration bool true
southAmerica.client.cb.forwardProtocolRegistration bool true
southAmerica.client.bl.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

southAmerica.client.bl.forwardServiceRegistration bool true
southAmerica.client.bl.forwardProtocolRegistration bool true
southAmerica.client.li.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

southAmerica.client.li.forwardServiceRegistration bool true
southAmerica.client.li.forwardProtocolRegistration bool true
southAmerica.client.eth.bitrate double
southAmerica.client.nl.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

southAmerica.client.nl.forwardServiceRegistration bool true
southAmerica.client.nl.forwardProtocolRegistration bool true
southAmerica.client.tn.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

southAmerica.client.tn.forwardServiceRegistration bool true
southAmerica.client.tn.forwardProtocolRegistration bool true
southAmerica.client.at.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

southAmerica.client.at.forwardServiceRegistration bool true
southAmerica.client.at.forwardProtocolRegistration bool true
southAmerica.server.status.initialStatus string "UP"

TODO @signal, @statistic

southAmerica.server.pcapRecorder.verbose bool true

whether to log packets on the module output

southAmerica.server.pcapRecorder.pcapFile string ""

the PCAP file to be written

southAmerica.server.pcapRecorder.fileFormat string "pcapng"
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[*]"

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.dumpProtocols string "ethernetmac ppp ieee80211mac"

space-separated list of protocol names as defined in the Protocol class

southAmerica.server.pcapRecorder.packetFilter object "*"

which packets are considered, matches all packets by default

southAmerica.server.pcapRecorder.helpers string ""

usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper"

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.pcapRecorder.displayStringTextFormat string "rec: %n pks"
southAmerica.server.interfaceTable.displayAddresses bool false

whether to display IP addresses on links

southAmerica.server.cb.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

southAmerica.server.cb.forwardServiceRegistration bool true
southAmerica.server.cb.forwardProtocolRegistration bool true
southAmerica.server.bl.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

southAmerica.server.bl.forwardServiceRegistration bool true
southAmerica.server.bl.forwardProtocolRegistration bool true
southAmerica.server.li.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

southAmerica.server.li.forwardServiceRegistration bool true
southAmerica.server.li.forwardProtocolRegistration bool true
southAmerica.server.eth.bitrate double
southAmerica.server.nl.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

southAmerica.server.nl.forwardServiceRegistration bool true
southAmerica.server.nl.forwardProtocolRegistration bool true
southAmerica.server.tn.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

southAmerica.server.tn.forwardServiceRegistration bool true
southAmerica.server.tn.forwardProtocolRegistration bool true
southAmerica.server.at.displayStringTextFormat string "processed %p pk (%l)"

determines the text that is written on top of the submodule

southAmerica.server.at.forwardServiceRegistration bool true
southAmerica.server.at.forwardProtocolRegistration bool true

Source code

network EarthCloud
{
    @display("bgi=maps/world;bgb=875,414");
    submodules:
        configurator: Ipv4NetworkConfigurator {
            parameters:
                @display("p=100,200;is=s");
        }

        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=170,120");
        }
        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++;
}

File: examples/internetcloud/earthcloud/EarthCloud.ned