Package: inet.examples.inet.netperfmeter
testNetwork
network(no description)
Usage diagram
The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| systems | int | 3 |
Properties
| Name | Value | Description |
|---|---|---|
| isNetwork | ||
| display | bgi=maps/world,s |
Unassigned submodule parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| configurator.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| 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 towards local network members (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.updateRoutes | bool | false |
Recalculate static routes if an interface goes down/up or a carrier is lost/back |
| 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) |
| westernBorderRouter.status.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| westernBorderRouter.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| westernBorderRouter.environment.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| westernBorderRouter.environment.initStage | int | 0 |
Initialization stage for the setup command |
| westernBorderRouter.environment.globalNamespace | bool | false |
Create new network namespaces under /var/run/netns/ (Linux only) |
| westernBorderRouter.environment.namespace | string | "" |
Name of the host OS network namespace (optional) (Linux only) |
| westernBorderRouter.environment.setupCommand | string | "" |
A host OS system command |
| westernBorderRouter.environment.teardownCommand | string | "" |
A host OS system command |
| westernBorderRouter.pcapRecorder.displayStringTextFormat | string | "rec: %n pks" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| westernBorderRouter.pcapRecorder.verbose | bool | true |
Whether to log packets on the module output |
| westernBorderRouter.pcapRecorder.recordEmptyPackets | bool | true |
Specifies if zero length packets are recorded or not |
| westernBorderRouter.pcapRecorder.enableConvertingPackets | bool | true |
Specifies if converting packets to link type is allowed or not |
| westernBorderRouter.pcapRecorder.pcapFile | string | "" |
The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap" |
| westernBorderRouter.pcapRecorder.fileFormat | string | "pcapng" | |
| westernBorderRouter.pcapRecorder.snaplen | int | 65535 |
Maximum number of bytes to record per packet |
| westernBorderRouter.pcapRecorder.timePrecision | int | 6 |
Time precision in recorded file. pcap supports only 6 (usec) or 9 (nanosec), pcapng supports more values (see 'if_tsresol' option in pcapng file format). |
| westernBorderRouter.pcapRecorder.dumpBadFrames | bool | true |
Enable dump of frames with hasBitError |
| westernBorderRouter.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
Space-separated list of sibling module names to listen on |
| westernBorderRouter.pcapRecorder.sendingSignalNames | string | "transmissionEnded" |
Space-separated list of outbound packet signals to subscribe to |
| westernBorderRouter.pcapRecorder.receivingSignalNames | string | "receptionEnded" |
Space-separated list of inbound packet signals to subscribe to |
| westernBorderRouter.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
Space-separated list of protocol names as defined in the Protocol class |
| westernBorderRouter.pcapRecorder.packetFilter | object | "*" |
Which packets are considered, matches all packets by default |
| westernBorderRouter.pcapRecorder.helpers | string | "" |
Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| westernBorderRouter.pcapRecorder.alwaysFlush | bool | false |
Flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| westernBorderRouter.interfaceTable.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| westernBorderRouter.interfaceTable.displayAddresses | bool | false |
Whether to display IP addresses on links |
| westernBorderRouter.cb.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| westernBorderRouter.cb.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| westernBorderRouter.cb.forwardServiceRegistration | bool | true | |
| westernBorderRouter.cb.forwardProtocolRegistration | bool | true | |
| westernBorderRouter.cb.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| westernBorderRouter.cb.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| westernBorderRouter.cb.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| westernBorderRouter.bl.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| westernBorderRouter.bl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| westernBorderRouter.bl.forwardServiceRegistration | bool | true | |
| westernBorderRouter.bl.forwardProtocolRegistration | bool | true | |
| westernBorderRouter.bl.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| westernBorderRouter.bl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| westernBorderRouter.bl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| westernBorderRouter.li.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| westernBorderRouter.li.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| westernBorderRouter.li.forwardServiceRegistration | bool | true | |
| westernBorderRouter.li.forwardProtocolRegistration | bool | true | |
| westernBorderRouter.li.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| westernBorderRouter.li.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| westernBorderRouter.li.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| westernBorderRouter.eth.bitrate | double | ||
| westernBorderRouter.nl.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| westernBorderRouter.nl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| westernBorderRouter.nl.forwardServiceRegistration | bool | true | |
| westernBorderRouter.nl.forwardProtocolRegistration | bool | true | |
| westernBorderRouter.nl.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| westernBorderRouter.nl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| westernBorderRouter.nl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| westernBorderRouter.tn.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| westernBorderRouter.tn.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| westernBorderRouter.tn.forwardServiceRegistration | bool | true | |
| westernBorderRouter.tn.forwardProtocolRegistration | bool | true | |
| westernBorderRouter.tn.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| westernBorderRouter.tn.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| westernBorderRouter.tn.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| westernBorderRouter.at.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| westernBorderRouter.at.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| westernBorderRouter.at.forwardServiceRegistration | bool | true | |
| westernBorderRouter.at.forwardProtocolRegistration | bool | true | |
| westernBorderRouter.at.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| westernBorderRouter.at.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| westernBorderRouter.at.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| westernBorderRouter.bgp.interfaceTableModule | string |
The path to the InterfaceTable module |
|
| westernBorderRouter.bgp.routingTableModule | string | ||
| westernBorderRouter.bgp.ospfRoutingModule | string | parent.hasOspf ? "^.ospf" : "" | |
| westernCoreRouter.status.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| westernCoreRouter.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| westernCoreRouter.environment.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| westernCoreRouter.environment.initStage | int | 0 |
Initialization stage for the setup command |
| westernCoreRouter.environment.globalNamespace | bool | false |
Create new network namespaces under /var/run/netns/ (Linux only) |
| westernCoreRouter.environment.namespace | string | "" |
Name of the host OS network namespace (optional) (Linux only) |
| westernCoreRouter.environment.setupCommand | string | "" |
A host OS system command |
| westernCoreRouter.environment.teardownCommand | string | "" |
A host OS system command |
| westernCoreRouter.pcapRecorder.displayStringTextFormat | string | "rec: %n pks" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| westernCoreRouter.pcapRecorder.verbose | bool | true |
Whether to log packets on the module output |
| westernCoreRouter.pcapRecorder.recordEmptyPackets | bool | true |
Specifies if zero length packets are recorded or not |
| westernCoreRouter.pcapRecorder.enableConvertingPackets | bool | true |
Specifies if converting packets to link type is allowed or not |
| westernCoreRouter.pcapRecorder.pcapFile | string | "" |
The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap" |
| westernCoreRouter.pcapRecorder.fileFormat | string | "pcapng" | |
| westernCoreRouter.pcapRecorder.snaplen | int | 65535 |
Maximum number of bytes to record per packet |
| westernCoreRouter.pcapRecorder.timePrecision | int | 6 |
Time precision in recorded file. pcap supports only 6 (usec) or 9 (nanosec), pcapng supports more values (see 'if_tsresol' option in pcapng file format). |
| westernCoreRouter.pcapRecorder.dumpBadFrames | bool | true |
Enable dump of frames with hasBitError |
| westernCoreRouter.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
Space-separated list of sibling module names to listen on |
| westernCoreRouter.pcapRecorder.sendingSignalNames | string | "transmissionEnded" |
Space-separated list of outbound packet signals to subscribe to |
| westernCoreRouter.pcapRecorder.receivingSignalNames | string | "receptionEnded" |
Space-separated list of inbound packet signals to subscribe to |
| westernCoreRouter.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
Space-separated list of protocol names as defined in the Protocol class |
| westernCoreRouter.pcapRecorder.packetFilter | object | "*" |
Which packets are considered, matches all packets by default |
| westernCoreRouter.pcapRecorder.helpers | string | "" |
Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| westernCoreRouter.pcapRecorder.alwaysFlush | bool | false |
Flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| westernCoreRouter.interfaceTable.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| westernCoreRouter.interfaceTable.displayAddresses | bool | false |
Whether to display IP addresses on links |
| westernCoreRouter.cb.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| westernCoreRouter.cb.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| westernCoreRouter.cb.forwardServiceRegistration | bool | true | |
| westernCoreRouter.cb.forwardProtocolRegistration | bool | true | |
| westernCoreRouter.cb.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| westernCoreRouter.cb.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| westernCoreRouter.cb.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| westernCoreRouter.bl.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| westernCoreRouter.bl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| westernCoreRouter.bl.forwardServiceRegistration | bool | true | |
| westernCoreRouter.bl.forwardProtocolRegistration | bool | true | |
| westernCoreRouter.bl.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| westernCoreRouter.bl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| westernCoreRouter.bl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| westernCoreRouter.li.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| westernCoreRouter.li.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| westernCoreRouter.li.forwardServiceRegistration | bool | true | |
| westernCoreRouter.li.forwardProtocolRegistration | bool | true | |
| westernCoreRouter.li.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| westernCoreRouter.li.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| westernCoreRouter.li.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| westernCoreRouter.eth.bitrate | double | ||
| westernCoreRouter.nl.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| westernCoreRouter.nl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| westernCoreRouter.nl.forwardServiceRegistration | bool | true | |
| westernCoreRouter.nl.forwardProtocolRegistration | bool | true | |
| westernCoreRouter.nl.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| westernCoreRouter.nl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| westernCoreRouter.nl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| westernCoreRouter.tn.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| westernCoreRouter.tn.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| westernCoreRouter.tn.forwardServiceRegistration | bool | true | |
| westernCoreRouter.tn.forwardProtocolRegistration | bool | true | |
| westernCoreRouter.tn.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| westernCoreRouter.tn.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| westernCoreRouter.tn.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| westernCoreRouter.at.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| westernCoreRouter.at.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| westernCoreRouter.at.forwardServiceRegistration | bool | true | |
| westernCoreRouter.at.forwardProtocolRegistration | bool | true | |
| westernCoreRouter.at.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| westernCoreRouter.at.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| westernCoreRouter.at.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| westernCoreRouter.bgp.interfaceTableModule | string |
The path to the InterfaceTable module |
|
| westernCoreRouter.bgp.routingTableModule | string | ||
| westernCoreRouter.bgp.ospfRoutingModule | string | parent.hasOspf ? "^.ospf" : "" | |
| easternCoreRouter.status.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| easternCoreRouter.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| easternCoreRouter.environment.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| easternCoreRouter.environment.initStage | int | 0 |
Initialization stage for the setup command |
| easternCoreRouter.environment.globalNamespace | bool | false |
Create new network namespaces under /var/run/netns/ (Linux only) |
| easternCoreRouter.environment.namespace | string | "" |
Name of the host OS network namespace (optional) (Linux only) |
| easternCoreRouter.environment.setupCommand | string | "" |
A host OS system command |
| easternCoreRouter.environment.teardownCommand | string | "" |
A host OS system command |
| easternCoreRouter.pcapRecorder.displayStringTextFormat | string | "rec: %n pks" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| easternCoreRouter.pcapRecorder.verbose | bool | true |
Whether to log packets on the module output |
| easternCoreRouter.pcapRecorder.recordEmptyPackets | bool | true |
Specifies if zero length packets are recorded or not |
| easternCoreRouter.pcapRecorder.enableConvertingPackets | bool | true |
Specifies if converting packets to link type is allowed or not |
| easternCoreRouter.pcapRecorder.pcapFile | string | "" |
The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap" |
| easternCoreRouter.pcapRecorder.fileFormat | string | "pcapng" | |
| easternCoreRouter.pcapRecorder.snaplen | int | 65535 |
Maximum number of bytes to record per packet |
| easternCoreRouter.pcapRecorder.timePrecision | int | 6 |
Time precision in recorded file. pcap supports only 6 (usec) or 9 (nanosec), pcapng supports more values (see 'if_tsresol' option in pcapng file format). |
| easternCoreRouter.pcapRecorder.dumpBadFrames | bool | true |
Enable dump of frames with hasBitError |
| easternCoreRouter.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
Space-separated list of sibling module names to listen on |
| easternCoreRouter.pcapRecorder.sendingSignalNames | string | "transmissionEnded" |
Space-separated list of outbound packet signals to subscribe to |
| easternCoreRouter.pcapRecorder.receivingSignalNames | string | "receptionEnded" |
Space-separated list of inbound packet signals to subscribe to |
| easternCoreRouter.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
Space-separated list of protocol names as defined in the Protocol class |
| easternCoreRouter.pcapRecorder.packetFilter | object | "*" |
Which packets are considered, matches all packets by default |
| easternCoreRouter.pcapRecorder.helpers | string | "" |
Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| easternCoreRouter.pcapRecorder.alwaysFlush | bool | false |
Flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| easternCoreRouter.interfaceTable.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| easternCoreRouter.interfaceTable.displayAddresses | bool | false |
Whether to display IP addresses on links |
| easternCoreRouter.cb.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| easternCoreRouter.cb.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| easternCoreRouter.cb.forwardServiceRegistration | bool | true | |
| easternCoreRouter.cb.forwardProtocolRegistration | bool | true | |
| easternCoreRouter.cb.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| easternCoreRouter.cb.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| easternCoreRouter.cb.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| easternCoreRouter.bl.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| easternCoreRouter.bl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| easternCoreRouter.bl.forwardServiceRegistration | bool | true | |
| easternCoreRouter.bl.forwardProtocolRegistration | bool | true | |
| easternCoreRouter.bl.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| easternCoreRouter.bl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| easternCoreRouter.bl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| easternCoreRouter.li.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| easternCoreRouter.li.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| easternCoreRouter.li.forwardServiceRegistration | bool | true | |
| easternCoreRouter.li.forwardProtocolRegistration | bool | true | |
| easternCoreRouter.li.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| easternCoreRouter.li.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| easternCoreRouter.li.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| easternCoreRouter.eth.bitrate | double | ||
| easternCoreRouter.nl.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| easternCoreRouter.nl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| easternCoreRouter.nl.forwardServiceRegistration | bool | true | |
| easternCoreRouter.nl.forwardProtocolRegistration | bool | true | |
| easternCoreRouter.nl.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| easternCoreRouter.nl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| easternCoreRouter.nl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| easternCoreRouter.tn.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| easternCoreRouter.tn.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| easternCoreRouter.tn.forwardServiceRegistration | bool | true | |
| easternCoreRouter.tn.forwardProtocolRegistration | bool | true | |
| easternCoreRouter.tn.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| easternCoreRouter.tn.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| easternCoreRouter.tn.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| easternCoreRouter.at.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| easternCoreRouter.at.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| easternCoreRouter.at.forwardServiceRegistration | bool | true | |
| easternCoreRouter.at.forwardProtocolRegistration | bool | true | |
| easternCoreRouter.at.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| easternCoreRouter.at.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| easternCoreRouter.at.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| easternCoreRouter.bgp.interfaceTableModule | string |
The path to the InterfaceTable module |
|
| easternCoreRouter.bgp.routingTableModule | string | ||
| easternCoreRouter.bgp.ospfRoutingModule | string | parent.hasOspf ? "^.ospf" : "" | |
| easternBorderRouter.status.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| easternBorderRouter.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| easternBorderRouter.environment.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| easternBorderRouter.environment.initStage | int | 0 |
Initialization stage for the setup command |
| easternBorderRouter.environment.globalNamespace | bool | false |
Create new network namespaces under /var/run/netns/ (Linux only) |
| easternBorderRouter.environment.namespace | string | "" |
Name of the host OS network namespace (optional) (Linux only) |
| easternBorderRouter.environment.setupCommand | string | "" |
A host OS system command |
| easternBorderRouter.environment.teardownCommand | string | "" |
A host OS system command |
| easternBorderRouter.pcapRecorder.displayStringTextFormat | string | "rec: %n pks" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| easternBorderRouter.pcapRecorder.verbose | bool | true |
Whether to log packets on the module output |
| easternBorderRouter.pcapRecorder.recordEmptyPackets | bool | true |
Specifies if zero length packets are recorded or not |
| easternBorderRouter.pcapRecorder.enableConvertingPackets | bool | true |
Specifies if converting packets to link type is allowed or not |
| easternBorderRouter.pcapRecorder.pcapFile | string | "" |
The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap" |
| easternBorderRouter.pcapRecorder.fileFormat | string | "pcapng" | |
| easternBorderRouter.pcapRecorder.snaplen | int | 65535 |
Maximum number of bytes to record per packet |
| easternBorderRouter.pcapRecorder.timePrecision | int | 6 |
Time precision in recorded file. pcap supports only 6 (usec) or 9 (nanosec), pcapng supports more values (see 'if_tsresol' option in pcapng file format). |
| easternBorderRouter.pcapRecorder.dumpBadFrames | bool | true |
Enable dump of frames with hasBitError |
| easternBorderRouter.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
Space-separated list of sibling module names to listen on |
| easternBorderRouter.pcapRecorder.sendingSignalNames | string | "transmissionEnded" |
Space-separated list of outbound packet signals to subscribe to |
| easternBorderRouter.pcapRecorder.receivingSignalNames | string | "receptionEnded" |
Space-separated list of inbound packet signals to subscribe to |
| easternBorderRouter.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
Space-separated list of protocol names as defined in the Protocol class |
| easternBorderRouter.pcapRecorder.packetFilter | object | "*" |
Which packets are considered, matches all packets by default |
| easternBorderRouter.pcapRecorder.helpers | string | "" |
Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| easternBorderRouter.pcapRecorder.alwaysFlush | bool | false |
Flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| easternBorderRouter.interfaceTable.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| easternBorderRouter.interfaceTable.displayAddresses | bool | false |
Whether to display IP addresses on links |
| easternBorderRouter.cb.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| easternBorderRouter.cb.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| easternBorderRouter.cb.forwardServiceRegistration | bool | true | |
| easternBorderRouter.cb.forwardProtocolRegistration | bool | true | |
| easternBorderRouter.cb.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| easternBorderRouter.cb.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| easternBorderRouter.cb.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| easternBorderRouter.bl.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| easternBorderRouter.bl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| easternBorderRouter.bl.forwardServiceRegistration | bool | true | |
| easternBorderRouter.bl.forwardProtocolRegistration | bool | true | |
| easternBorderRouter.bl.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| easternBorderRouter.bl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| easternBorderRouter.bl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| easternBorderRouter.li.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| easternBorderRouter.li.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| easternBorderRouter.li.forwardServiceRegistration | bool | true | |
| easternBorderRouter.li.forwardProtocolRegistration | bool | true | |
| easternBorderRouter.li.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| easternBorderRouter.li.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| easternBorderRouter.li.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| easternBorderRouter.eth.bitrate | double | ||
| easternBorderRouter.nl.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| easternBorderRouter.nl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| easternBorderRouter.nl.forwardServiceRegistration | bool | true | |
| easternBorderRouter.nl.forwardProtocolRegistration | bool | true | |
| easternBorderRouter.nl.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| easternBorderRouter.nl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| easternBorderRouter.nl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| easternBorderRouter.tn.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| easternBorderRouter.tn.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| easternBorderRouter.tn.forwardServiceRegistration | bool | true | |
| easternBorderRouter.tn.forwardProtocolRegistration | bool | true | |
| easternBorderRouter.tn.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| easternBorderRouter.tn.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| easternBorderRouter.tn.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| easternBorderRouter.at.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| easternBorderRouter.at.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| easternBorderRouter.at.forwardServiceRegistration | bool | true | |
| easternBorderRouter.at.forwardProtocolRegistration | bool | true | |
| easternBorderRouter.at.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| easternBorderRouter.at.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| easternBorderRouter.at.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| easternBorderRouter.bgp.interfaceTableModule | string |
The path to the InterfaceTable module |
|
| easternBorderRouter.bgp.routingTableModule | string | ||
| easternBorderRouter.bgp.ospfRoutingModule | string | parent.hasOspf ? "^.ospf" : "" | |
| clientMain.status.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| clientMain.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| clientMain.environment.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| clientMain.environment.initStage | int | 0 |
Initialization stage for the setup command |
| clientMain.environment.globalNamespace | bool | false |
Create new network namespaces under /var/run/netns/ (Linux only) |
| clientMain.environment.namespace | string | "" |
Name of the host OS network namespace (optional) (Linux only) |
| clientMain.environment.setupCommand | string | "" |
A host OS system command |
| clientMain.environment.teardownCommand | string | "" |
A host OS system command |
| clientMain.pcapRecorder.displayStringTextFormat | string | "rec: %n pks" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| clientMain.pcapRecorder.verbose | bool | true |
Whether to log packets on the module output |
| clientMain.pcapRecorder.recordEmptyPackets | bool | true |
Specifies if zero length packets are recorded or not |
| clientMain.pcapRecorder.enableConvertingPackets | bool | true |
Specifies if converting packets to link type is allowed or not |
| clientMain.pcapRecorder.pcapFile | string | "" |
The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap" |
| clientMain.pcapRecorder.fileFormat | string | "pcapng" | |
| clientMain.pcapRecorder.snaplen | int | 65535 |
Maximum number of bytes to record per packet |
| clientMain.pcapRecorder.timePrecision | int | 6 |
Time precision in recorded file. pcap supports only 6 (usec) or 9 (nanosec), pcapng supports more values (see 'if_tsresol' option in pcapng file format). |
| clientMain.pcapRecorder.dumpBadFrames | bool | true |
Enable dump of frames with hasBitError |
| clientMain.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
Space-separated list of sibling module names to listen on |
| clientMain.pcapRecorder.sendingSignalNames | string | "transmissionEnded" |
Space-separated list of outbound packet signals to subscribe to |
| clientMain.pcapRecorder.receivingSignalNames | string | "receptionEnded" |
Space-separated list of inbound packet signals to subscribe to |
| clientMain.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
Space-separated list of protocol names as defined in the Protocol class |
| clientMain.pcapRecorder.packetFilter | object | "*" |
Which packets are considered, matches all packets by default |
| clientMain.pcapRecorder.helpers | string | "" |
Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| clientMain.pcapRecorder.alwaysFlush | bool | false |
Flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| clientMain.interfaceTable.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| clientMain.interfaceTable.displayAddresses | bool | false |
Whether to display IP addresses on links |
| clientMain.cb.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| clientMain.cb.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| clientMain.cb.forwardServiceRegistration | bool | true | |
| clientMain.cb.forwardProtocolRegistration | bool | true | |
| clientMain.cb.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| clientMain.cb.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| clientMain.cb.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| clientMain.bl.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| clientMain.bl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| clientMain.bl.forwardServiceRegistration | bool | true | |
| clientMain.bl.forwardProtocolRegistration | bool | true | |
| clientMain.bl.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| clientMain.bl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| clientMain.bl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| clientMain.li.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| clientMain.li.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| clientMain.li.forwardServiceRegistration | bool | true | |
| clientMain.li.forwardProtocolRegistration | bool | true | |
| clientMain.li.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| clientMain.li.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| clientMain.li.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| clientMain.eth.bitrate | double | ||
| clientMain.nl.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| clientMain.nl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| clientMain.nl.forwardServiceRegistration | bool | true | |
| clientMain.nl.forwardProtocolRegistration | bool | true | |
| clientMain.nl.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| clientMain.nl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| clientMain.nl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| clientMain.tn.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| clientMain.tn.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| clientMain.tn.forwardServiceRegistration | bool | true | |
| clientMain.tn.forwardProtocolRegistration | bool | true | |
| clientMain.tn.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| clientMain.tn.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| clientMain.tn.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| clientMain.at.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| clientMain.at.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| clientMain.at.forwardServiceRegistration | bool | true | |
| clientMain.at.forwardProtocolRegistration | bool | true | |
| clientMain.at.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| clientMain.at.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| clientMain.at.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| serverMain.status.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| serverMain.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| serverMain.environment.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| serverMain.environment.initStage | int | 0 |
Initialization stage for the setup command |
| serverMain.environment.globalNamespace | bool | false |
Create new network namespaces under /var/run/netns/ (Linux only) |
| serverMain.environment.namespace | string | "" |
Name of the host OS network namespace (optional) (Linux only) |
| serverMain.environment.setupCommand | string | "" |
A host OS system command |
| serverMain.environment.teardownCommand | string | "" |
A host OS system command |
| serverMain.pcapRecorder.displayStringTextFormat | string | "rec: %n pks" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| serverMain.pcapRecorder.verbose | bool | true |
Whether to log packets on the module output |
| serverMain.pcapRecorder.recordEmptyPackets | bool | true |
Specifies if zero length packets are recorded or not |
| serverMain.pcapRecorder.enableConvertingPackets | bool | true |
Specifies if converting packets to link type is allowed or not |
| serverMain.pcapRecorder.pcapFile | string | "" |
The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap" |
| serverMain.pcapRecorder.fileFormat | string | "pcapng" | |
| serverMain.pcapRecorder.snaplen | int | 65535 |
Maximum number of bytes to record per packet |
| serverMain.pcapRecorder.timePrecision | int | 6 |
Time precision in recorded file. pcap supports only 6 (usec) or 9 (nanosec), pcapng supports more values (see 'if_tsresol' option in pcapng file format). |
| serverMain.pcapRecorder.dumpBadFrames | bool | true |
Enable dump of frames with hasBitError |
| serverMain.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
Space-separated list of sibling module names to listen on |
| serverMain.pcapRecorder.sendingSignalNames | string | "transmissionEnded" |
Space-separated list of outbound packet signals to subscribe to |
| serverMain.pcapRecorder.receivingSignalNames | string | "receptionEnded" |
Space-separated list of inbound packet signals to subscribe to |
| serverMain.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
Space-separated list of protocol names as defined in the Protocol class |
| serverMain.pcapRecorder.packetFilter | object | "*" |
Which packets are considered, matches all packets by default |
| serverMain.pcapRecorder.helpers | string | "" |
Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| serverMain.pcapRecorder.alwaysFlush | bool | false |
Flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| serverMain.interfaceTable.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| serverMain.interfaceTable.displayAddresses | bool | false |
Whether to display IP addresses on links |
| serverMain.cb.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| serverMain.cb.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| serverMain.cb.forwardServiceRegistration | bool | true | |
| serverMain.cb.forwardProtocolRegistration | bool | true | |
| serverMain.cb.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| serverMain.cb.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| serverMain.cb.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| serverMain.bl.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| serverMain.bl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| serverMain.bl.forwardServiceRegistration | bool | true | |
| serverMain.bl.forwardProtocolRegistration | bool | true | |
| serverMain.bl.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| serverMain.bl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| serverMain.bl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| serverMain.li.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| serverMain.li.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| serverMain.li.forwardServiceRegistration | bool | true | |
| serverMain.li.forwardProtocolRegistration | bool | true | |
| serverMain.li.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| serverMain.li.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| serverMain.li.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| serverMain.eth.bitrate | double | ||
| serverMain.nl.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| serverMain.nl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| serverMain.nl.forwardServiceRegistration | bool | true | |
| serverMain.nl.forwardProtocolRegistration | bool | true | |
| serverMain.nl.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| serverMain.nl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| serverMain.nl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| serverMain.tn.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| serverMain.tn.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| serverMain.tn.forwardServiceRegistration | bool | true | |
| serverMain.tn.forwardProtocolRegistration | bool | true | |
| serverMain.tn.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| serverMain.tn.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| serverMain.tn.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| serverMain.at.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| serverMain.at.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| serverMain.at.forwardServiceRegistration | bool | true | |
| serverMain.at.forwardProtocolRegistration | bool | true | |
| serverMain.at.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| serverMain.at.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| serverMain.at.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
Source code
network testNetwork { // ====== System Parameters ============================================= parameters: int systems = default(3); @display("bgi=maps/world,s"); // ====== Network Components ============================================ submodules: // ------ Routing Auto-Configuration -------------------------------- configurator: Ipv4NetworkConfigurator { parameters: @display("p=850,75;i=abstract/penguin_l,gold"); } // ------ Routers ----------------------------------------------------- westernBorderRouter: Router { parameters: @display("p=500,150,c,150;i=abstract/router_l,gold"); gates: pppg[1 + parent.systems]; } westernCoreRouter: Router { parameters: @display("p=700,150,c,150;i=abstract/router_l,gold"); gates: pppg[2]; } easternCoreRouter: Router { parameters: @display("p=1000,150,c,150;i=abstract/router_l,gold"); gates: pppg[2]; } easternBorderRouter: Router { parameters: @display("p=1200,150,c,150;i=abstract/router_l,gold"); gates: pppg[1 + parent.systems]; } // ------ Systems ----------------------------------------------------- clientMain[systems]: StandardHost { parameters: forwarding = false; @display("p=50,50,c,200;i=device/laptop_l,green"); gates: pppg[1]; } serverMain[systems]: StandardHost { parameters: forwarding = false; @display("p=1650,50,c,200;i=device/server_l,green"); gates: pppg[1]; } // ====== Connections ==================================================== connections: westernCoreRouter.pppg[0] <--> coreChannel { @display("ls=blue,3"); } <--> easternCoreRouter.pppg[0]; westernBorderRouter.pppg[0] <--> accessChannel { @display("ls=blue,5"); } <--> westernCoreRouter.pppg[1]; easternBorderRouter.pppg[0] <--> accessChannel { @display("ls=blue,5"); } <--> easternCoreRouter.pppg[1]; for s=0..systems-1 { clientMain[s].pppg[0] <--> accessChannel { @display("ls=green,5"); } <--> westernBorderRouter.pppg[1 + s]; serverMain[s].pppg[0] <--> accessChannel { @display("ls=green,5"); } <--> easternBorderRouter.pppg[1 + s]; } }File: examples/inet/netperfmeter/netperfmeter.ned