Package: inet.examples.ospfv3.multiple_areas_FINAL
multiple_areas2
network(no description)
Usage diagram
The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.
Properties
| Name | Value | Description |
|---|---|---|
| isNetwork | ||
| display | bgb=819.0325,484.4675 |
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.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.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) |
| Router1.status.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Router1.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| Router1.environment.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Router1.environment.initStage | int | 0 |
Initialization stage for the setup command |
| Router1.environment.globalNamespace | bool | false |
Create new network namespaces under /var/run/netns/ (Linux only) |
| Router1.environment.namespace | string | "" |
Name of the host OS network namespace (optional) (Linux only) |
| Router1.environment.setupCommand | string | "" |
A host OS system command |
| Router1.environment.teardownCommand | string | "" |
A host OS system command |
| Router1.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 |
| Router1.pcapRecorder.verbose | bool | true |
Whether to log packets on the module output |
| Router1.pcapRecorder.recordEmptyPackets | bool | true |
Specifies if zero length packets are recorded or not |
| Router1.pcapRecorder.enableConvertingPackets | bool | true |
Specifies if converting packets to link type is allowed or not |
| Router1.pcapRecorder.pcapFile | string | "" |
The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap" |
| Router1.pcapRecorder.fileFormat | string | "pcapng" | |
| Router1.pcapRecorder.snaplen | int | 65535 |
Maximum number of bytes to record per packet |
| Router1.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). |
| Router1.pcapRecorder.dumpBadFrames | bool | true |
Enable dump of frames with hasBitError |
| Router1.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
Space-separated list of sibling module names to listen on |
| Router1.pcapRecorder.sendingSignalNames | string | "transmissionEnded" |
Space-separated list of outbound packet signals to subscribe to |
| Router1.pcapRecorder.receivingSignalNames | string | "receptionEnded" |
Space-separated list of inbound packet signals to subscribe to |
| Router1.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
Space-separated list of protocol names as defined in the Protocol class |
| Router1.pcapRecorder.packetFilter | object | "*" |
Which packets are considered, matches all packets by default |
| Router1.pcapRecorder.helpers | string | "" |
Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| Router1.pcapRecorder.alwaysFlush | bool | false |
Flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| Router1.interfaceTable.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Router1.interfaceTable.displayAddresses | bool | false |
Whether to display IP addresses on links |
| Router1.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 |
| Router1.cb.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Router1.cb.forwardServiceRegistration | bool | true | |
| Router1.cb.forwardProtocolRegistration | bool | true | |
| Router1.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 |
| Router1.cb.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Router1.cb.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Router1.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 |
| Router1.bl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Router1.bl.forwardServiceRegistration | bool | true | |
| Router1.bl.forwardProtocolRegistration | bool | true | |
| Router1.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 |
| Router1.bl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Router1.bl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Router1.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 |
| Router1.li.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Router1.li.forwardServiceRegistration | bool | true | |
| Router1.li.forwardProtocolRegistration | bool | true | |
| Router1.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 |
| Router1.li.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Router1.li.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Router1.eth.bitrate | double | ||
| Router1.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 |
| Router1.nl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Router1.nl.forwardServiceRegistration | bool | true | |
| Router1.nl.forwardProtocolRegistration | bool | true | |
| Router1.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 |
| Router1.nl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Router1.nl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Router1.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 |
| Router1.tn.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Router1.tn.forwardServiceRegistration | bool | true | |
| Router1.tn.forwardProtocolRegistration | bool | true | |
| Router1.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 |
| Router1.tn.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Router1.tn.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Router1.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 |
| Router1.at.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Router1.at.forwardServiceRegistration | bool | true | |
| Router1.at.forwardProtocolRegistration | bool | true | |
| Router1.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 |
| Router1.at.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Router1.at.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Router1.bgp.interfaceTableModule | string |
The path to the InterfaceTable module |
|
| Router1.bgp.routingTableModule | string | ||
| Router1.bgp.ospfRoutingModule | string | parent.hasOspf ? "^.ospf" : "" | |
| Router2.status.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Router2.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| Router2.environment.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Router2.environment.initStage | int | 0 |
Initialization stage for the setup command |
| Router2.environment.globalNamespace | bool | false |
Create new network namespaces under /var/run/netns/ (Linux only) |
| Router2.environment.namespace | string | "" |
Name of the host OS network namespace (optional) (Linux only) |
| Router2.environment.setupCommand | string | "" |
A host OS system command |
| Router2.environment.teardownCommand | string | "" |
A host OS system command |
| Router2.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 |
| Router2.pcapRecorder.verbose | bool | true |
Whether to log packets on the module output |
| Router2.pcapRecorder.recordEmptyPackets | bool | true |
Specifies if zero length packets are recorded or not |
| Router2.pcapRecorder.enableConvertingPackets | bool | true |
Specifies if converting packets to link type is allowed or not |
| Router2.pcapRecorder.pcapFile | string | "" |
The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap" |
| Router2.pcapRecorder.fileFormat | string | "pcapng" | |
| Router2.pcapRecorder.snaplen | int | 65535 |
Maximum number of bytes to record per packet |
| Router2.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). |
| Router2.pcapRecorder.dumpBadFrames | bool | true |
Enable dump of frames with hasBitError |
| Router2.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
Space-separated list of sibling module names to listen on |
| Router2.pcapRecorder.sendingSignalNames | string | "transmissionEnded" |
Space-separated list of outbound packet signals to subscribe to |
| Router2.pcapRecorder.receivingSignalNames | string | "receptionEnded" |
Space-separated list of inbound packet signals to subscribe to |
| Router2.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
Space-separated list of protocol names as defined in the Protocol class |
| Router2.pcapRecorder.packetFilter | object | "*" |
Which packets are considered, matches all packets by default |
| Router2.pcapRecorder.helpers | string | "" |
Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| Router2.pcapRecorder.alwaysFlush | bool | false |
Flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| Router2.interfaceTable.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Router2.interfaceTable.displayAddresses | bool | false |
Whether to display IP addresses on links |
| Router2.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 |
| Router2.cb.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Router2.cb.forwardServiceRegistration | bool | true | |
| Router2.cb.forwardProtocolRegistration | bool | true | |
| Router2.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 |
| Router2.cb.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Router2.cb.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Router2.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 |
| Router2.bl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Router2.bl.forwardServiceRegistration | bool | true | |
| Router2.bl.forwardProtocolRegistration | bool | true | |
| Router2.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 |
| Router2.bl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Router2.bl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Router2.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 |
| Router2.li.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Router2.li.forwardServiceRegistration | bool | true | |
| Router2.li.forwardProtocolRegistration | bool | true | |
| Router2.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 |
| Router2.li.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Router2.li.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Router2.eth.bitrate | double | ||
| Router2.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 |
| Router2.nl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Router2.nl.forwardServiceRegistration | bool | true | |
| Router2.nl.forwardProtocolRegistration | bool | true | |
| Router2.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 |
| Router2.nl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Router2.nl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Router2.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 |
| Router2.tn.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Router2.tn.forwardServiceRegistration | bool | true | |
| Router2.tn.forwardProtocolRegistration | bool | true | |
| Router2.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 |
| Router2.tn.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Router2.tn.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Router2.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 |
| Router2.at.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Router2.at.forwardServiceRegistration | bool | true | |
| Router2.at.forwardProtocolRegistration | bool | true | |
| Router2.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 |
| Router2.at.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Router2.at.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Router2.bgp.interfaceTableModule | string |
The path to the InterfaceTable module |
|
| Router2.bgp.routingTableModule | string | ||
| Router2.bgp.ospfRoutingModule | string | parent.hasOspf ? "^.ospf" : "" | |
| Router4.status.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Router4.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| Router4.environment.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Router4.environment.initStage | int | 0 |
Initialization stage for the setup command |
| Router4.environment.globalNamespace | bool | false |
Create new network namespaces under /var/run/netns/ (Linux only) |
| Router4.environment.namespace | string | "" |
Name of the host OS network namespace (optional) (Linux only) |
| Router4.environment.setupCommand | string | "" |
A host OS system command |
| Router4.environment.teardownCommand | string | "" |
A host OS system command |
| Router4.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 |
| Router4.pcapRecorder.verbose | bool | true |
Whether to log packets on the module output |
| Router4.pcapRecorder.recordEmptyPackets | bool | true |
Specifies if zero length packets are recorded or not |
| Router4.pcapRecorder.enableConvertingPackets | bool | true |
Specifies if converting packets to link type is allowed or not |
| Router4.pcapRecorder.pcapFile | string | "" |
The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap" |
| Router4.pcapRecorder.fileFormat | string | "pcapng" | |
| Router4.pcapRecorder.snaplen | int | 65535 |
Maximum number of bytes to record per packet |
| Router4.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). |
| Router4.pcapRecorder.dumpBadFrames | bool | true |
Enable dump of frames with hasBitError |
| Router4.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
Space-separated list of sibling module names to listen on |
| Router4.pcapRecorder.sendingSignalNames | string | "transmissionEnded" |
Space-separated list of outbound packet signals to subscribe to |
| Router4.pcapRecorder.receivingSignalNames | string | "receptionEnded" |
Space-separated list of inbound packet signals to subscribe to |
| Router4.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
Space-separated list of protocol names as defined in the Protocol class |
| Router4.pcapRecorder.packetFilter | object | "*" |
Which packets are considered, matches all packets by default |
| Router4.pcapRecorder.helpers | string | "" |
Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| Router4.pcapRecorder.alwaysFlush | bool | false |
Flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| Router4.interfaceTable.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Router4.interfaceTable.displayAddresses | bool | false |
Whether to display IP addresses on links |
| Router4.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 |
| Router4.cb.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Router4.cb.forwardServiceRegistration | bool | true | |
| Router4.cb.forwardProtocolRegistration | bool | true | |
| Router4.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 |
| Router4.cb.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Router4.cb.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Router4.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 |
| Router4.bl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Router4.bl.forwardServiceRegistration | bool | true | |
| Router4.bl.forwardProtocolRegistration | bool | true | |
| Router4.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 |
| Router4.bl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Router4.bl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Router4.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 |
| Router4.li.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Router4.li.forwardServiceRegistration | bool | true | |
| Router4.li.forwardProtocolRegistration | bool | true | |
| Router4.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 |
| Router4.li.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Router4.li.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Router4.eth.bitrate | double | ||
| Router4.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 |
| Router4.nl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Router4.nl.forwardServiceRegistration | bool | true | |
| Router4.nl.forwardProtocolRegistration | bool | true | |
| Router4.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 |
| Router4.nl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Router4.nl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Router4.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 |
| Router4.tn.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Router4.tn.forwardServiceRegistration | bool | true | |
| Router4.tn.forwardProtocolRegistration | bool | true | |
| Router4.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 |
| Router4.tn.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Router4.tn.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Router4.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 |
| Router4.at.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Router4.at.forwardServiceRegistration | bool | true | |
| Router4.at.forwardProtocolRegistration | bool | true | |
| Router4.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 |
| Router4.at.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Router4.at.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Router4.bgp.interfaceTableModule | string |
The path to the InterfaceTable module |
|
| Router4.bgp.routingTableModule | string | ||
| Router4.bgp.ospfRoutingModule | string | parent.hasOspf ? "^.ospf" : "" | |
| Router3.status.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Router3.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| Router3.environment.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Router3.environment.initStage | int | 0 |
Initialization stage for the setup command |
| Router3.environment.globalNamespace | bool | false |
Create new network namespaces under /var/run/netns/ (Linux only) |
| Router3.environment.namespace | string | "" |
Name of the host OS network namespace (optional) (Linux only) |
| Router3.environment.setupCommand | string | "" |
A host OS system command |
| Router3.environment.teardownCommand | string | "" |
A host OS system command |
| Router3.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 |
| Router3.pcapRecorder.verbose | bool | true |
Whether to log packets on the module output |
| Router3.pcapRecorder.recordEmptyPackets | bool | true |
Specifies if zero length packets are recorded or not |
| Router3.pcapRecorder.enableConvertingPackets | bool | true |
Specifies if converting packets to link type is allowed or not |
| Router3.pcapRecorder.pcapFile | string | "" |
The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap" |
| Router3.pcapRecorder.fileFormat | string | "pcapng" | |
| Router3.pcapRecorder.snaplen | int | 65535 |
Maximum number of bytes to record per packet |
| Router3.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). |
| Router3.pcapRecorder.dumpBadFrames | bool | true |
Enable dump of frames with hasBitError |
| Router3.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
Space-separated list of sibling module names to listen on |
| Router3.pcapRecorder.sendingSignalNames | string | "transmissionEnded" |
Space-separated list of outbound packet signals to subscribe to |
| Router3.pcapRecorder.receivingSignalNames | string | "receptionEnded" |
Space-separated list of inbound packet signals to subscribe to |
| Router3.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
Space-separated list of protocol names as defined in the Protocol class |
| Router3.pcapRecorder.packetFilter | object | "*" |
Which packets are considered, matches all packets by default |
| Router3.pcapRecorder.helpers | string | "" |
Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| Router3.pcapRecorder.alwaysFlush | bool | false |
Flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| Router3.interfaceTable.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Router3.interfaceTable.displayAddresses | bool | false |
Whether to display IP addresses on links |
| Router3.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 |
| Router3.cb.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Router3.cb.forwardServiceRegistration | bool | true | |
| Router3.cb.forwardProtocolRegistration | bool | true | |
| Router3.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 |
| Router3.cb.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Router3.cb.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Router3.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 |
| Router3.bl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Router3.bl.forwardServiceRegistration | bool | true | |
| Router3.bl.forwardProtocolRegistration | bool | true | |
| Router3.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 |
| Router3.bl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Router3.bl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Router3.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 |
| Router3.li.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Router3.li.forwardServiceRegistration | bool | true | |
| Router3.li.forwardProtocolRegistration | bool | true | |
| Router3.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 |
| Router3.li.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Router3.li.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Router3.eth.bitrate | double | ||
| Router3.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 |
| Router3.nl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Router3.nl.forwardServiceRegistration | bool | true | |
| Router3.nl.forwardProtocolRegistration | bool | true | |
| Router3.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 |
| Router3.nl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Router3.nl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Router3.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 |
| Router3.tn.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Router3.tn.forwardServiceRegistration | bool | true | |
| Router3.tn.forwardProtocolRegistration | bool | true | |
| Router3.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 |
| Router3.tn.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Router3.tn.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Router3.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 |
| Router3.at.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Router3.at.forwardServiceRegistration | bool | true | |
| Router3.at.forwardProtocolRegistration | bool | true | |
| Router3.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 |
| Router3.at.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Router3.at.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Router3.bgp.interfaceTableModule | string |
The path to the InterfaceTable module |
|
| Router3.bgp.routingTableModule | string | ||
| Router3.bgp.ospfRoutingModule | string | parent.hasOspf ? "^.ospf" : "" | |
| Router5.status.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Router5.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| Router5.environment.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Router5.environment.initStage | int | 0 |
Initialization stage for the setup command |
| Router5.environment.globalNamespace | bool | false |
Create new network namespaces under /var/run/netns/ (Linux only) |
| Router5.environment.namespace | string | "" |
Name of the host OS network namespace (optional) (Linux only) |
| Router5.environment.setupCommand | string | "" |
A host OS system command |
| Router5.environment.teardownCommand | string | "" |
A host OS system command |
| Router5.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 |
| Router5.pcapRecorder.verbose | bool | true |
Whether to log packets on the module output |
| Router5.pcapRecorder.recordEmptyPackets | bool | true |
Specifies if zero length packets are recorded or not |
| Router5.pcapRecorder.enableConvertingPackets | bool | true |
Specifies if converting packets to link type is allowed or not |
| Router5.pcapRecorder.pcapFile | string | "" |
The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap" |
| Router5.pcapRecorder.fileFormat | string | "pcapng" | |
| Router5.pcapRecorder.snaplen | int | 65535 |
Maximum number of bytes to record per packet |
| Router5.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). |
| Router5.pcapRecorder.dumpBadFrames | bool | true |
Enable dump of frames with hasBitError |
| Router5.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
Space-separated list of sibling module names to listen on |
| Router5.pcapRecorder.sendingSignalNames | string | "transmissionEnded" |
Space-separated list of outbound packet signals to subscribe to |
| Router5.pcapRecorder.receivingSignalNames | string | "receptionEnded" |
Space-separated list of inbound packet signals to subscribe to |
| Router5.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
Space-separated list of protocol names as defined in the Protocol class |
| Router5.pcapRecorder.packetFilter | object | "*" |
Which packets are considered, matches all packets by default |
| Router5.pcapRecorder.helpers | string | "" |
Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| Router5.pcapRecorder.alwaysFlush | bool | false |
Flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| Router5.interfaceTable.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Router5.interfaceTable.displayAddresses | bool | false |
Whether to display IP addresses on links |
| Router5.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 |
| Router5.cb.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Router5.cb.forwardServiceRegistration | bool | true | |
| Router5.cb.forwardProtocolRegistration | bool | true | |
| Router5.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 |
| Router5.cb.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Router5.cb.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Router5.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 |
| Router5.bl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Router5.bl.forwardServiceRegistration | bool | true | |
| Router5.bl.forwardProtocolRegistration | bool | true | |
| Router5.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 |
| Router5.bl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Router5.bl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Router5.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 |
| Router5.li.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Router5.li.forwardServiceRegistration | bool | true | |
| Router5.li.forwardProtocolRegistration | bool | true | |
| Router5.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 |
| Router5.li.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Router5.li.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Router5.eth.bitrate | double | ||
| Router5.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 |
| Router5.nl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Router5.nl.forwardServiceRegistration | bool | true | |
| Router5.nl.forwardProtocolRegistration | bool | true | |
| Router5.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 |
| Router5.nl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Router5.nl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Router5.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 |
| Router5.tn.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Router5.tn.forwardServiceRegistration | bool | true | |
| Router5.tn.forwardProtocolRegistration | bool | true | |
| Router5.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 |
| Router5.tn.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Router5.tn.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Router5.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 |
| Router5.at.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Router5.at.forwardServiceRegistration | bool | true | |
| Router5.at.forwardProtocolRegistration | bool | true | |
| Router5.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 |
| Router5.at.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Router5.at.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Router5.bgp.interfaceTableModule | string |
The path to the InterfaceTable module |
|
| Router5.bgp.routingTableModule | string | ||
| Router5.bgp.ospfRoutingModule | string | parent.hasOspf ? "^.ospf" : "" | |
| Router6.status.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Router6.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| Router6.environment.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Router6.environment.initStage | int | 0 |
Initialization stage for the setup command |
| Router6.environment.globalNamespace | bool | false |
Create new network namespaces under /var/run/netns/ (Linux only) |
| Router6.environment.namespace | string | "" |
Name of the host OS network namespace (optional) (Linux only) |
| Router6.environment.setupCommand | string | "" |
A host OS system command |
| Router6.environment.teardownCommand | string | "" |
A host OS system command |
| Router6.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 |
| Router6.pcapRecorder.verbose | bool | true |
Whether to log packets on the module output |
| Router6.pcapRecorder.recordEmptyPackets | bool | true |
Specifies if zero length packets are recorded or not |
| Router6.pcapRecorder.enableConvertingPackets | bool | true |
Specifies if converting packets to link type is allowed or not |
| Router6.pcapRecorder.pcapFile | string | "" |
The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap" |
| Router6.pcapRecorder.fileFormat | string | "pcapng" | |
| Router6.pcapRecorder.snaplen | int | 65535 |
Maximum number of bytes to record per packet |
| Router6.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). |
| Router6.pcapRecorder.dumpBadFrames | bool | true |
Enable dump of frames with hasBitError |
| Router6.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
Space-separated list of sibling module names to listen on |
| Router6.pcapRecorder.sendingSignalNames | string | "transmissionEnded" |
Space-separated list of outbound packet signals to subscribe to |
| Router6.pcapRecorder.receivingSignalNames | string | "receptionEnded" |
Space-separated list of inbound packet signals to subscribe to |
| Router6.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
Space-separated list of protocol names as defined in the Protocol class |
| Router6.pcapRecorder.packetFilter | object | "*" |
Which packets are considered, matches all packets by default |
| Router6.pcapRecorder.helpers | string | "" |
Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| Router6.pcapRecorder.alwaysFlush | bool | false |
Flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| Router6.interfaceTable.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Router6.interfaceTable.displayAddresses | bool | false |
Whether to display IP addresses on links |
| Router6.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 |
| Router6.cb.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Router6.cb.forwardServiceRegistration | bool | true | |
| Router6.cb.forwardProtocolRegistration | bool | true | |
| Router6.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 |
| Router6.cb.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Router6.cb.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Router6.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 |
| Router6.bl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Router6.bl.forwardServiceRegistration | bool | true | |
| Router6.bl.forwardProtocolRegistration | bool | true | |
| Router6.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 |
| Router6.bl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Router6.bl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Router6.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 |
| Router6.li.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Router6.li.forwardServiceRegistration | bool | true | |
| Router6.li.forwardProtocolRegistration | bool | true | |
| Router6.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 |
| Router6.li.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Router6.li.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Router6.eth.bitrate | double | ||
| Router6.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 |
| Router6.nl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Router6.nl.forwardServiceRegistration | bool | true | |
| Router6.nl.forwardProtocolRegistration | bool | true | |
| Router6.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 |
| Router6.nl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Router6.nl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Router6.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 |
| Router6.tn.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Router6.tn.forwardServiceRegistration | bool | true | |
| Router6.tn.forwardProtocolRegistration | bool | true | |
| Router6.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 |
| Router6.tn.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Router6.tn.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Router6.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 |
| Router6.at.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Router6.at.forwardServiceRegistration | bool | true | |
| Router6.at.forwardProtocolRegistration | bool | true | |
| Router6.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 |
| Router6.at.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Router6.at.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Router6.bgp.interfaceTableModule | string |
The path to the InterfaceTable module |
|
| Router6.bgp.routingTableModule | string | ||
| Router6.bgp.ospfRoutingModule | string | parent.hasOspf ? "^.ospf" : "" | |
| Router7.status.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Router7.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| Router7.environment.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Router7.environment.initStage | int | 0 |
Initialization stage for the setup command |
| Router7.environment.globalNamespace | bool | false |
Create new network namespaces under /var/run/netns/ (Linux only) |
| Router7.environment.namespace | string | "" |
Name of the host OS network namespace (optional) (Linux only) |
| Router7.environment.setupCommand | string | "" |
A host OS system command |
| Router7.environment.teardownCommand | string | "" |
A host OS system command |
| Router7.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 |
| Router7.pcapRecorder.verbose | bool | true |
Whether to log packets on the module output |
| Router7.pcapRecorder.recordEmptyPackets | bool | true |
Specifies if zero length packets are recorded or not |
| Router7.pcapRecorder.enableConvertingPackets | bool | true |
Specifies if converting packets to link type is allowed or not |
| Router7.pcapRecorder.pcapFile | string | "" |
The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap" |
| Router7.pcapRecorder.fileFormat | string | "pcapng" | |
| Router7.pcapRecorder.snaplen | int | 65535 |
Maximum number of bytes to record per packet |
| Router7.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). |
| Router7.pcapRecorder.dumpBadFrames | bool | true |
Enable dump of frames with hasBitError |
| Router7.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
Space-separated list of sibling module names to listen on |
| Router7.pcapRecorder.sendingSignalNames | string | "transmissionEnded" |
Space-separated list of outbound packet signals to subscribe to |
| Router7.pcapRecorder.receivingSignalNames | string | "receptionEnded" |
Space-separated list of inbound packet signals to subscribe to |
| Router7.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
Space-separated list of protocol names as defined in the Protocol class |
| Router7.pcapRecorder.packetFilter | object | "*" |
Which packets are considered, matches all packets by default |
| Router7.pcapRecorder.helpers | string | "" |
Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| Router7.pcapRecorder.alwaysFlush | bool | false |
Flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| Router7.interfaceTable.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Router7.interfaceTable.displayAddresses | bool | false |
Whether to display IP addresses on links |
| Router7.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 |
| Router7.cb.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Router7.cb.forwardServiceRegistration | bool | true | |
| Router7.cb.forwardProtocolRegistration | bool | true | |
| Router7.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 |
| Router7.cb.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Router7.cb.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Router7.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 |
| Router7.bl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Router7.bl.forwardServiceRegistration | bool | true | |
| Router7.bl.forwardProtocolRegistration | bool | true | |
| Router7.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 |
| Router7.bl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Router7.bl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Router7.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 |
| Router7.li.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Router7.li.forwardServiceRegistration | bool | true | |
| Router7.li.forwardProtocolRegistration | bool | true | |
| Router7.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 |
| Router7.li.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Router7.li.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Router7.eth.bitrate | double | ||
| Router7.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 |
| Router7.nl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Router7.nl.forwardServiceRegistration | bool | true | |
| Router7.nl.forwardProtocolRegistration | bool | true | |
| Router7.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 |
| Router7.nl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Router7.nl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Router7.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 |
| Router7.tn.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Router7.tn.forwardServiceRegistration | bool | true | |
| Router7.tn.forwardProtocolRegistration | bool | true | |
| Router7.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 |
| Router7.tn.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Router7.tn.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Router7.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 |
| Router7.at.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Router7.at.forwardServiceRegistration | bool | true | |
| Router7.at.forwardProtocolRegistration | bool | true | |
| Router7.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 |
| Router7.at.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Router7.at.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Router7.bgp.interfaceTableModule | string |
The path to the InterfaceTable module |
|
| Router7.bgp.routingTableModule | string | ||
| Router7.bgp.ospfRoutingModule | string | parent.hasOspf ? "^.ospf" : "" | |
| Router8.status.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Router8.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| Router8.environment.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Router8.environment.initStage | int | 0 |
Initialization stage for the setup command |
| Router8.environment.globalNamespace | bool | false |
Create new network namespaces under /var/run/netns/ (Linux only) |
| Router8.environment.namespace | string | "" |
Name of the host OS network namespace (optional) (Linux only) |
| Router8.environment.setupCommand | string | "" |
A host OS system command |
| Router8.environment.teardownCommand | string | "" |
A host OS system command |
| Router8.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 |
| Router8.pcapRecorder.verbose | bool | true |
Whether to log packets on the module output |
| Router8.pcapRecorder.recordEmptyPackets | bool | true |
Specifies if zero length packets are recorded or not |
| Router8.pcapRecorder.enableConvertingPackets | bool | true |
Specifies if converting packets to link type is allowed or not |
| Router8.pcapRecorder.pcapFile | string | "" |
The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap" |
| Router8.pcapRecorder.fileFormat | string | "pcapng" | |
| Router8.pcapRecorder.snaplen | int | 65535 |
Maximum number of bytes to record per packet |
| Router8.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). |
| Router8.pcapRecorder.dumpBadFrames | bool | true |
Enable dump of frames with hasBitError |
| Router8.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
Space-separated list of sibling module names to listen on |
| Router8.pcapRecorder.sendingSignalNames | string | "transmissionEnded" |
Space-separated list of outbound packet signals to subscribe to |
| Router8.pcapRecorder.receivingSignalNames | string | "receptionEnded" |
Space-separated list of inbound packet signals to subscribe to |
| Router8.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
Space-separated list of protocol names as defined in the Protocol class |
| Router8.pcapRecorder.packetFilter | object | "*" |
Which packets are considered, matches all packets by default |
| Router8.pcapRecorder.helpers | string | "" |
Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| Router8.pcapRecorder.alwaysFlush | bool | false |
Flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| Router8.interfaceTable.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Router8.interfaceTable.displayAddresses | bool | false |
Whether to display IP addresses on links |
| Router8.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 |
| Router8.cb.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Router8.cb.forwardServiceRegistration | bool | true | |
| Router8.cb.forwardProtocolRegistration | bool | true | |
| Router8.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 |
| Router8.cb.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Router8.cb.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Router8.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 |
| Router8.bl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Router8.bl.forwardServiceRegistration | bool | true | |
| Router8.bl.forwardProtocolRegistration | bool | true | |
| Router8.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 |
| Router8.bl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Router8.bl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Router8.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 |
| Router8.li.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Router8.li.forwardServiceRegistration | bool | true | |
| Router8.li.forwardProtocolRegistration | bool | true | |
| Router8.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 |
| Router8.li.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Router8.li.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Router8.eth.bitrate | double | ||
| Router8.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 |
| Router8.nl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Router8.nl.forwardServiceRegistration | bool | true | |
| Router8.nl.forwardProtocolRegistration | bool | true | |
| Router8.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 |
| Router8.nl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Router8.nl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Router8.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 |
| Router8.tn.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Router8.tn.forwardServiceRegistration | bool | true | |
| Router8.tn.forwardProtocolRegistration | bool | true | |
| Router8.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 |
| Router8.tn.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Router8.tn.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Router8.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 |
| Router8.at.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Router8.at.forwardServiceRegistration | bool | true | |
| Router8.at.forwardProtocolRegistration | bool | true | |
| Router8.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 |
| Router8.at.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Router8.at.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Router8.bgp.interfaceTableModule | string |
The path to the InterfaceTable module |
|
| Router8.bgp.routingTableModule | string | ||
| Router8.bgp.ospfRoutingModule | string | parent.hasOspf ? "^.ospf" : "" | |
| Router9.status.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Router9.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| Router9.environment.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Router9.environment.initStage | int | 0 |
Initialization stage for the setup command |
| Router9.environment.globalNamespace | bool | false |
Create new network namespaces under /var/run/netns/ (Linux only) |
| Router9.environment.namespace | string | "" |
Name of the host OS network namespace (optional) (Linux only) |
| Router9.environment.setupCommand | string | "" |
A host OS system command |
| Router9.environment.teardownCommand | string | "" |
A host OS system command |
| Router9.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 |
| Router9.pcapRecorder.verbose | bool | true |
Whether to log packets on the module output |
| Router9.pcapRecorder.recordEmptyPackets | bool | true |
Specifies if zero length packets are recorded or not |
| Router9.pcapRecorder.enableConvertingPackets | bool | true |
Specifies if converting packets to link type is allowed or not |
| Router9.pcapRecorder.pcapFile | string | "" |
The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap" |
| Router9.pcapRecorder.fileFormat | string | "pcapng" | |
| Router9.pcapRecorder.snaplen | int | 65535 |
Maximum number of bytes to record per packet |
| Router9.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). |
| Router9.pcapRecorder.dumpBadFrames | bool | true |
Enable dump of frames with hasBitError |
| Router9.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
Space-separated list of sibling module names to listen on |
| Router9.pcapRecorder.sendingSignalNames | string | "transmissionEnded" |
Space-separated list of outbound packet signals to subscribe to |
| Router9.pcapRecorder.receivingSignalNames | string | "receptionEnded" |
Space-separated list of inbound packet signals to subscribe to |
| Router9.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
Space-separated list of protocol names as defined in the Protocol class |
| Router9.pcapRecorder.packetFilter | object | "*" |
Which packets are considered, matches all packets by default |
| Router9.pcapRecorder.helpers | string | "" |
Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| Router9.pcapRecorder.alwaysFlush | bool | false |
Flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| Router9.interfaceTable.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Router9.interfaceTable.displayAddresses | bool | false |
Whether to display IP addresses on links |
| Router9.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 |
| Router9.cb.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Router9.cb.forwardServiceRegistration | bool | true | |
| Router9.cb.forwardProtocolRegistration | bool | true | |
| Router9.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 |
| Router9.cb.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Router9.cb.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Router9.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 |
| Router9.bl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Router9.bl.forwardServiceRegistration | bool | true | |
| Router9.bl.forwardProtocolRegistration | bool | true | |
| Router9.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 |
| Router9.bl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Router9.bl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Router9.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 |
| Router9.li.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Router9.li.forwardServiceRegistration | bool | true | |
| Router9.li.forwardProtocolRegistration | bool | true | |
| Router9.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 |
| Router9.li.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Router9.li.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Router9.eth.bitrate | double | ||
| Router9.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 |
| Router9.nl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Router9.nl.forwardServiceRegistration | bool | true | |
| Router9.nl.forwardProtocolRegistration | bool | true | |
| Router9.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 |
| Router9.nl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Router9.nl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Router9.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 |
| Router9.tn.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Router9.tn.forwardServiceRegistration | bool | true | |
| Router9.tn.forwardProtocolRegistration | bool | true | |
| Router9.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 |
| Router9.tn.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Router9.tn.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Router9.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 |
| Router9.at.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Router9.at.forwardServiceRegistration | bool | true | |
| Router9.at.forwardProtocolRegistration | bool | true | |
| Router9.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 |
| Router9.at.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Router9.at.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Router9.bgp.interfaceTableModule | string |
The path to the InterfaceTable module |
|
| Router9.bgp.routingTableModule | string | ||
| Router9.bgp.ospfRoutingModule | string | parent.hasOspf ? "^.ospf" : "" | |
| Router10.status.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Router10.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| Router10.environment.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Router10.environment.initStage | int | 0 |
Initialization stage for the setup command |
| Router10.environment.globalNamespace | bool | false |
Create new network namespaces under /var/run/netns/ (Linux only) |
| Router10.environment.namespace | string | "" |
Name of the host OS network namespace (optional) (Linux only) |
| Router10.environment.setupCommand | string | "" |
A host OS system command |
| Router10.environment.teardownCommand | string | "" |
A host OS system command |
| Router10.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 |
| Router10.pcapRecorder.verbose | bool | true |
Whether to log packets on the module output |
| Router10.pcapRecorder.recordEmptyPackets | bool | true |
Specifies if zero length packets are recorded or not |
| Router10.pcapRecorder.enableConvertingPackets | bool | true |
Specifies if converting packets to link type is allowed or not |
| Router10.pcapRecorder.pcapFile | string | "" |
The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap" |
| Router10.pcapRecorder.fileFormat | string | "pcapng" | |
| Router10.pcapRecorder.snaplen | int | 65535 |
Maximum number of bytes to record per packet |
| Router10.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). |
| Router10.pcapRecorder.dumpBadFrames | bool | true |
Enable dump of frames with hasBitError |
| Router10.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
Space-separated list of sibling module names to listen on |
| Router10.pcapRecorder.sendingSignalNames | string | "transmissionEnded" |
Space-separated list of outbound packet signals to subscribe to |
| Router10.pcapRecorder.receivingSignalNames | string | "receptionEnded" |
Space-separated list of inbound packet signals to subscribe to |
| Router10.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
Space-separated list of protocol names as defined in the Protocol class |
| Router10.pcapRecorder.packetFilter | object | "*" |
Which packets are considered, matches all packets by default |
| Router10.pcapRecorder.helpers | string | "" |
Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| Router10.pcapRecorder.alwaysFlush | bool | false |
Flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| Router10.interfaceTable.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Router10.interfaceTable.displayAddresses | bool | false |
Whether to display IP addresses on links |
| Router10.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 |
| Router10.cb.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Router10.cb.forwardServiceRegistration | bool | true | |
| Router10.cb.forwardProtocolRegistration | bool | true | |
| Router10.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 |
| Router10.cb.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Router10.cb.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Router10.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 |
| Router10.bl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Router10.bl.forwardServiceRegistration | bool | true | |
| Router10.bl.forwardProtocolRegistration | bool | true | |
| Router10.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 |
| Router10.bl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Router10.bl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Router10.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 |
| Router10.li.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Router10.li.forwardServiceRegistration | bool | true | |
| Router10.li.forwardProtocolRegistration | bool | true | |
| Router10.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 |
| Router10.li.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Router10.li.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Router10.eth.bitrate | double | ||
| Router10.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 |
| Router10.nl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Router10.nl.forwardServiceRegistration | bool | true | |
| Router10.nl.forwardProtocolRegistration | bool | true | |
| Router10.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 |
| Router10.nl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Router10.nl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Router10.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 |
| Router10.tn.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Router10.tn.forwardServiceRegistration | bool | true | |
| Router10.tn.forwardProtocolRegistration | bool | true | |
| Router10.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 |
| Router10.tn.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Router10.tn.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Router10.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 |
| Router10.at.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Router10.at.forwardServiceRegistration | bool | true | |
| Router10.at.forwardProtocolRegistration | bool | true | |
| Router10.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 |
| Router10.at.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Router10.at.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Router10.bgp.interfaceTableModule | string |
The path to the InterfaceTable module |
|
| Router10.bgp.routingTableModule | string | ||
| Router10.bgp.ospfRoutingModule | string | parent.hasOspf ? "^.ospf" : "" | |
| etherSwitch.macTable.agingTime | double | ||
| etherSwitch.macTable.forwardingTableFile | string | ||
| etherSwitch.interfaceTable.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| etherSwitch.interfaceTable.displayAddresses | bool | false |
Whether to display IP addresses on links |
| etherSwitch.status.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| etherSwitch.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| etherSwitch.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 |
| etherSwitch.pcapRecorder.verbose | bool | true |
Whether to log packets on the module output |
| etherSwitch.pcapRecorder.recordEmptyPackets | bool | true |
Specifies if zero length packets are recorded or not |
| etherSwitch.pcapRecorder.enableConvertingPackets | bool | true |
Specifies if converting packets to link type is allowed or not |
| etherSwitch.pcapRecorder.pcapFile | string | "" |
The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap" |
| etherSwitch.pcapRecorder.fileFormat | string | "pcapng" | |
| etherSwitch.pcapRecorder.snaplen | int | 65535 |
Maximum number of bytes to record per packet |
| etherSwitch.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). |
| etherSwitch.pcapRecorder.dumpBadFrames | bool | true |
Enable dump of frames with hasBitError |
| etherSwitch.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
Space-separated list of sibling module names to listen on |
| etherSwitch.pcapRecorder.sendingSignalNames | string | "transmissionEnded" |
Space-separated list of outbound packet signals to subscribe to |
| etherSwitch.pcapRecorder.receivingSignalNames | string | "receptionEnded" |
Space-separated list of inbound packet signals to subscribe to |
| etherSwitch.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
Space-separated list of protocol names as defined in the Protocol class |
| etherSwitch.pcapRecorder.packetFilter | object | "*" |
Which packets are considered, matches all packets by default |
| etherSwitch.pcapRecorder.helpers | string | "" |
Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| etherSwitch.pcapRecorder.alwaysFlush | bool | false |
Flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| etherSwitch.mrp.ccmInterval | double | ||
| etherSwitch.mrp.mrpRole | string | ||
| etherSwitch.mrp.timingProfile | int | ||
| etherSwitch.mrp.uuid0 | int | ||
| etherSwitch.mrp.uuid1 | int | ||
| etherSwitch.mrp.ringPort1 | int | ||
| etherSwitch.mrp.ringPort2 | int | ||
| etherSwitch.mrp.interconnectionLinkCheckAware | bool | ||
| etherSwitch.mrp.interconnectionRingCheckAware | bool | ||
| etherSwitch.mrp.nonblockingMrcSupported | bool | ||
| etherSwitch.mrp.reactOnLinkChange | bool | ||
| etherSwitch.mrp.visualize | bool | ||
| etherSwitch.stp.helloTime | double | ||
| etherSwitch.stp.forwardDelay | double | ||
| etherSwitch.stp.maxAge | double | ||
| etherSwitch.stp.bridgePriority | int | ||
| etherSwitch.stp.visualize | bool | ||
| etherSwitch.gptp.gptpNodeType | string | "BRIDGE_NODE" | |
| etherSwitch.sc.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 |
| etherSwitch.sc.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| etherSwitch.sc.forwardServiceRegistration | bool | true | |
| etherSwitch.sc.forwardProtocolRegistration | bool | true | |
| etherSwitch.sc.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 |
| etherSwitch.sc.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| etherSwitch.sc.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| etherSwitch.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 |
| etherSwitch.cb.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| etherSwitch.cb.forwardServiceRegistration | bool | true | |
| etherSwitch.cb.forwardProtocolRegistration | bool | true | |
| etherSwitch.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 |
| etherSwitch.cb.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| etherSwitch.cb.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| etherSwitch.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 |
| etherSwitch.bl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| etherSwitch.bl.forwardServiceRegistration | bool | true | |
| etherSwitch.bl.forwardProtocolRegistration | bool | true | |
| etherSwitch.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 |
| etherSwitch.bl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| etherSwitch.bl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| etherSwitch.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 |
| etherSwitch.li.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| etherSwitch.li.forwardServiceRegistration | bool | true | |
| etherSwitch.li.forwardProtocolRegistration | bool | true | |
| etherSwitch.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 |
| etherSwitch.li.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| etherSwitch.li.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| etherSwitch.eth.bitrate | double | ||
| Host1.status.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Host1.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| Host1.environment.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Host1.environment.initStage | int | 0 |
Initialization stage for the setup command |
| Host1.environment.globalNamespace | bool | false |
Create new network namespaces under /var/run/netns/ (Linux only) |
| Host1.environment.namespace | string | "" |
Name of the host OS network namespace (optional) (Linux only) |
| Host1.environment.setupCommand | string | "" |
A host OS system command |
| Host1.environment.teardownCommand | string | "" |
A host OS system command |
| Host1.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 |
| Host1.pcapRecorder.verbose | bool | true |
Whether to log packets on the module output |
| Host1.pcapRecorder.recordEmptyPackets | bool | true |
Specifies if zero length packets are recorded or not |
| Host1.pcapRecorder.enableConvertingPackets | bool | true |
Specifies if converting packets to link type is allowed or not |
| Host1.pcapRecorder.pcapFile | string | "" |
The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap" |
| Host1.pcapRecorder.fileFormat | string | "pcapng" | |
| Host1.pcapRecorder.snaplen | int | 65535 |
Maximum number of bytes to record per packet |
| Host1.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). |
| Host1.pcapRecorder.dumpBadFrames | bool | true |
Enable dump of frames with hasBitError |
| Host1.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
Space-separated list of sibling module names to listen on |
| Host1.pcapRecorder.sendingSignalNames | string | "transmissionEnded" |
Space-separated list of outbound packet signals to subscribe to |
| Host1.pcapRecorder.receivingSignalNames | string | "receptionEnded" |
Space-separated list of inbound packet signals to subscribe to |
| Host1.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
Space-separated list of protocol names as defined in the Protocol class |
| Host1.pcapRecorder.packetFilter | object | "*" |
Which packets are considered, matches all packets by default |
| Host1.pcapRecorder.helpers | string | "" |
Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| Host1.pcapRecorder.alwaysFlush | bool | false |
Flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| Host1.interfaceTable.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Host1.interfaceTable.displayAddresses | bool | false |
Whether to display IP addresses on links |
| Host1.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 |
| Host1.cb.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Host1.cb.forwardServiceRegistration | bool | true | |
| Host1.cb.forwardProtocolRegistration | bool | true | |
| Host1.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 |
| Host1.cb.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Host1.cb.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Host1.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 |
| Host1.bl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Host1.bl.forwardServiceRegistration | bool | true | |
| Host1.bl.forwardProtocolRegistration | bool | true | |
| Host1.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 |
| Host1.bl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Host1.bl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Host1.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 |
| Host1.li.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Host1.li.forwardServiceRegistration | bool | true | |
| Host1.li.forwardProtocolRegistration | bool | true | |
| Host1.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 |
| Host1.li.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Host1.li.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Host1.eth.bitrate | double | ||
| Host1.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 |
| Host1.nl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Host1.nl.forwardServiceRegistration | bool | true | |
| Host1.nl.forwardProtocolRegistration | bool | true | |
| Host1.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 |
| Host1.nl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Host1.nl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Host1.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 |
| Host1.tn.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Host1.tn.forwardServiceRegistration | bool | true | |
| Host1.tn.forwardProtocolRegistration | bool | true | |
| Host1.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 |
| Host1.tn.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Host1.tn.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Host1.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 |
| Host1.at.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Host1.at.forwardServiceRegistration | bool | true | |
| Host1.at.forwardProtocolRegistration | bool | true | |
| Host1.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 |
| Host1.at.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Host1.at.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Host2.status.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Host2.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| Host2.environment.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Host2.environment.initStage | int | 0 |
Initialization stage for the setup command |
| Host2.environment.globalNamespace | bool | false |
Create new network namespaces under /var/run/netns/ (Linux only) |
| Host2.environment.namespace | string | "" |
Name of the host OS network namespace (optional) (Linux only) |
| Host2.environment.setupCommand | string | "" |
A host OS system command |
| Host2.environment.teardownCommand | string | "" |
A host OS system command |
| Host2.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 |
| Host2.pcapRecorder.verbose | bool | true |
Whether to log packets on the module output |
| Host2.pcapRecorder.recordEmptyPackets | bool | true |
Specifies if zero length packets are recorded or not |
| Host2.pcapRecorder.enableConvertingPackets | bool | true |
Specifies if converting packets to link type is allowed or not |
| Host2.pcapRecorder.pcapFile | string | "" |
The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap" |
| Host2.pcapRecorder.fileFormat | string | "pcapng" | |
| Host2.pcapRecorder.snaplen | int | 65535 |
Maximum number of bytes to record per packet |
| Host2.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). |
| Host2.pcapRecorder.dumpBadFrames | bool | true |
Enable dump of frames with hasBitError |
| Host2.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
Space-separated list of sibling module names to listen on |
| Host2.pcapRecorder.sendingSignalNames | string | "transmissionEnded" |
Space-separated list of outbound packet signals to subscribe to |
| Host2.pcapRecorder.receivingSignalNames | string | "receptionEnded" |
Space-separated list of inbound packet signals to subscribe to |
| Host2.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
Space-separated list of protocol names as defined in the Protocol class |
| Host2.pcapRecorder.packetFilter | object | "*" |
Which packets are considered, matches all packets by default |
| Host2.pcapRecorder.helpers | string | "" |
Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| Host2.pcapRecorder.alwaysFlush | bool | false |
Flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| Host2.interfaceTable.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Host2.interfaceTable.displayAddresses | bool | false |
Whether to display IP addresses on links |
| Host2.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 |
| Host2.cb.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Host2.cb.forwardServiceRegistration | bool | true | |
| Host2.cb.forwardProtocolRegistration | bool | true | |
| Host2.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 |
| Host2.cb.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Host2.cb.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Host2.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 |
| Host2.bl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Host2.bl.forwardServiceRegistration | bool | true | |
| Host2.bl.forwardProtocolRegistration | bool | true | |
| Host2.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 |
| Host2.bl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Host2.bl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Host2.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 |
| Host2.li.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Host2.li.forwardServiceRegistration | bool | true | |
| Host2.li.forwardProtocolRegistration | bool | true | |
| Host2.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 |
| Host2.li.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Host2.li.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Host2.eth.bitrate | double | ||
| Host2.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 |
| Host2.nl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Host2.nl.forwardServiceRegistration | bool | true | |
| Host2.nl.forwardProtocolRegistration | bool | true | |
| Host2.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 |
| Host2.nl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Host2.nl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Host2.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 |
| Host2.tn.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Host2.tn.forwardServiceRegistration | bool | true | |
| Host2.tn.forwardProtocolRegistration | bool | true | |
| Host2.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 |
| Host2.tn.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Host2.tn.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Host2.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 |
| Host2.at.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Host2.at.forwardServiceRegistration | bool | true | |
| Host2.at.forwardProtocolRegistration | bool | true | |
| Host2.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 |
| Host2.at.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Host2.at.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Host4.status.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Host4.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| Host4.environment.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Host4.environment.initStage | int | 0 |
Initialization stage for the setup command |
| Host4.environment.globalNamespace | bool | false |
Create new network namespaces under /var/run/netns/ (Linux only) |
| Host4.environment.namespace | string | "" |
Name of the host OS network namespace (optional) (Linux only) |
| Host4.environment.setupCommand | string | "" |
A host OS system command |
| Host4.environment.teardownCommand | string | "" |
A host OS system command |
| Host4.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 |
| Host4.pcapRecorder.verbose | bool | true |
Whether to log packets on the module output |
| Host4.pcapRecorder.recordEmptyPackets | bool | true |
Specifies if zero length packets are recorded or not |
| Host4.pcapRecorder.enableConvertingPackets | bool | true |
Specifies if converting packets to link type is allowed or not |
| Host4.pcapRecorder.pcapFile | string | "" |
The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap" |
| Host4.pcapRecorder.fileFormat | string | "pcapng" | |
| Host4.pcapRecorder.snaplen | int | 65535 |
Maximum number of bytes to record per packet |
| Host4.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). |
| Host4.pcapRecorder.dumpBadFrames | bool | true |
Enable dump of frames with hasBitError |
| Host4.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
Space-separated list of sibling module names to listen on |
| Host4.pcapRecorder.sendingSignalNames | string | "transmissionEnded" |
Space-separated list of outbound packet signals to subscribe to |
| Host4.pcapRecorder.receivingSignalNames | string | "receptionEnded" |
Space-separated list of inbound packet signals to subscribe to |
| Host4.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
Space-separated list of protocol names as defined in the Protocol class |
| Host4.pcapRecorder.packetFilter | object | "*" |
Which packets are considered, matches all packets by default |
| Host4.pcapRecorder.helpers | string | "" |
Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| Host4.pcapRecorder.alwaysFlush | bool | false |
Flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| Host4.interfaceTable.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Host4.interfaceTable.displayAddresses | bool | false |
Whether to display IP addresses on links |
| Host4.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 |
| Host4.cb.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Host4.cb.forwardServiceRegistration | bool | true | |
| Host4.cb.forwardProtocolRegistration | bool | true | |
| Host4.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 |
| Host4.cb.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Host4.cb.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Host4.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 |
| Host4.bl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Host4.bl.forwardServiceRegistration | bool | true | |
| Host4.bl.forwardProtocolRegistration | bool | true | |
| Host4.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 |
| Host4.bl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Host4.bl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Host4.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 |
| Host4.li.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Host4.li.forwardServiceRegistration | bool | true | |
| Host4.li.forwardProtocolRegistration | bool | true | |
| Host4.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 |
| Host4.li.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Host4.li.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Host4.eth.bitrate | double | ||
| Host4.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 |
| Host4.nl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Host4.nl.forwardServiceRegistration | bool | true | |
| Host4.nl.forwardProtocolRegistration | bool | true | |
| Host4.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 |
| Host4.nl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Host4.nl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Host4.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 |
| Host4.tn.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Host4.tn.forwardServiceRegistration | bool | true | |
| Host4.tn.forwardProtocolRegistration | bool | true | |
| Host4.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 |
| Host4.tn.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Host4.tn.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Host4.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 |
| Host4.at.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Host4.at.forwardServiceRegistration | bool | true | |
| Host4.at.forwardProtocolRegistration | bool | true | |
| Host4.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 |
| Host4.at.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Host4.at.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Host3.status.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Host3.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| Host3.environment.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Host3.environment.initStage | int | 0 |
Initialization stage for the setup command |
| Host3.environment.globalNamespace | bool | false |
Create new network namespaces under /var/run/netns/ (Linux only) |
| Host3.environment.namespace | string | "" |
Name of the host OS network namespace (optional) (Linux only) |
| Host3.environment.setupCommand | string | "" |
A host OS system command |
| Host3.environment.teardownCommand | string | "" |
A host OS system command |
| Host3.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 |
| Host3.pcapRecorder.verbose | bool | true |
Whether to log packets on the module output |
| Host3.pcapRecorder.recordEmptyPackets | bool | true |
Specifies if zero length packets are recorded or not |
| Host3.pcapRecorder.enableConvertingPackets | bool | true |
Specifies if converting packets to link type is allowed or not |
| Host3.pcapRecorder.pcapFile | string | "" |
The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap" |
| Host3.pcapRecorder.fileFormat | string | "pcapng" | |
| Host3.pcapRecorder.snaplen | int | 65535 |
Maximum number of bytes to record per packet |
| Host3.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). |
| Host3.pcapRecorder.dumpBadFrames | bool | true |
Enable dump of frames with hasBitError |
| Host3.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
Space-separated list of sibling module names to listen on |
| Host3.pcapRecorder.sendingSignalNames | string | "transmissionEnded" |
Space-separated list of outbound packet signals to subscribe to |
| Host3.pcapRecorder.receivingSignalNames | string | "receptionEnded" |
Space-separated list of inbound packet signals to subscribe to |
| Host3.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
Space-separated list of protocol names as defined in the Protocol class |
| Host3.pcapRecorder.packetFilter | object | "*" |
Which packets are considered, matches all packets by default |
| Host3.pcapRecorder.helpers | string | "" |
Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| Host3.pcapRecorder.alwaysFlush | bool | false |
Flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| Host3.interfaceTable.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Host3.interfaceTable.displayAddresses | bool | false |
Whether to display IP addresses on links |
| Host3.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 |
| Host3.cb.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Host3.cb.forwardServiceRegistration | bool | true | |
| Host3.cb.forwardProtocolRegistration | bool | true | |
| Host3.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 |
| Host3.cb.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Host3.cb.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Host3.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 |
| Host3.bl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Host3.bl.forwardServiceRegistration | bool | true | |
| Host3.bl.forwardProtocolRegistration | bool | true | |
| Host3.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 |
| Host3.bl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Host3.bl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Host3.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 |
| Host3.li.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Host3.li.forwardServiceRegistration | bool | true | |
| Host3.li.forwardProtocolRegistration | bool | true | |
| Host3.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 |
| Host3.li.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Host3.li.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Host3.eth.bitrate | double | ||
| Host3.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 |
| Host3.nl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Host3.nl.forwardServiceRegistration | bool | true | |
| Host3.nl.forwardProtocolRegistration | bool | true | |
| Host3.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 |
| Host3.nl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Host3.nl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Host3.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 |
| Host3.tn.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Host3.tn.forwardServiceRegistration | bool | true | |
| Host3.tn.forwardProtocolRegistration | bool | true | |
| Host3.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 |
| Host3.tn.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Host3.tn.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Host3.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 |
| Host3.at.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Host3.at.forwardServiceRegistration | bool | true | |
| Host3.at.forwardProtocolRegistration | bool | true | |
| Host3.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 |
| Host3.at.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Host3.at.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Host5.status.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Host5.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| Host5.environment.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Host5.environment.initStage | int | 0 |
Initialization stage for the setup command |
| Host5.environment.globalNamespace | bool | false |
Create new network namespaces under /var/run/netns/ (Linux only) |
| Host5.environment.namespace | string | "" |
Name of the host OS network namespace (optional) (Linux only) |
| Host5.environment.setupCommand | string | "" |
A host OS system command |
| Host5.environment.teardownCommand | string | "" |
A host OS system command |
| Host5.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 |
| Host5.pcapRecorder.verbose | bool | true |
Whether to log packets on the module output |
| Host5.pcapRecorder.recordEmptyPackets | bool | true |
Specifies if zero length packets are recorded or not |
| Host5.pcapRecorder.enableConvertingPackets | bool | true |
Specifies if converting packets to link type is allowed or not |
| Host5.pcapRecorder.pcapFile | string | "" |
The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap" |
| Host5.pcapRecorder.fileFormat | string | "pcapng" | |
| Host5.pcapRecorder.snaplen | int | 65535 |
Maximum number of bytes to record per packet |
| Host5.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). |
| Host5.pcapRecorder.dumpBadFrames | bool | true |
Enable dump of frames with hasBitError |
| Host5.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
Space-separated list of sibling module names to listen on |
| Host5.pcapRecorder.sendingSignalNames | string | "transmissionEnded" |
Space-separated list of outbound packet signals to subscribe to |
| Host5.pcapRecorder.receivingSignalNames | string | "receptionEnded" |
Space-separated list of inbound packet signals to subscribe to |
| Host5.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
Space-separated list of protocol names as defined in the Protocol class |
| Host5.pcapRecorder.packetFilter | object | "*" |
Which packets are considered, matches all packets by default |
| Host5.pcapRecorder.helpers | string | "" |
Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| Host5.pcapRecorder.alwaysFlush | bool | false |
Flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| Host5.interfaceTable.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| Host5.interfaceTable.displayAddresses | bool | false |
Whether to display IP addresses on links |
| Host5.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 |
| Host5.cb.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Host5.cb.forwardServiceRegistration | bool | true | |
| Host5.cb.forwardProtocolRegistration | bool | true | |
| Host5.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 |
| Host5.cb.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Host5.cb.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Host5.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 |
| Host5.bl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Host5.bl.forwardServiceRegistration | bool | true | |
| Host5.bl.forwardProtocolRegistration | bool | true | |
| Host5.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 |
| Host5.bl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Host5.bl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Host5.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 |
| Host5.li.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Host5.li.forwardServiceRegistration | bool | true | |
| Host5.li.forwardProtocolRegistration | bool | true | |
| Host5.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 |
| Host5.li.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Host5.li.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Host5.eth.bitrate | double | ||
| Host5.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 |
| Host5.nl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Host5.nl.forwardServiceRegistration | bool | true | |
| Host5.nl.forwardProtocolRegistration | bool | true | |
| Host5.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 |
| Host5.nl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Host5.nl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Host5.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 |
| Host5.tn.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Host5.tn.forwardServiceRegistration | bool | true | |
| Host5.tn.forwardProtocolRegistration | bool | true | |
| Host5.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 |
| Host5.tn.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Host5.tn.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| Host5.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 |
| Host5.at.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| Host5.at.forwardServiceRegistration | bool | true | |
| Host5.at.forwardProtocolRegistration | bool | true | |
| Host5.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 |
| Host5.at.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| Host5.at.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| scenarioManager.displayStringTextFormat | string | "total %c changes, %l left\nnext at: %t" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| scenarioManager.script | xml | xml("") |
Source code
network multiple_areas2 { @display("bgb=819.0325,484.4675"); types: channel Channel extends ThruputMeteringChannel { delay = 0.1us; datarate = 100Mbps; thruputDisplayFormat = "#N"; } submodules: configurator: Ipv4NetworkConfigurator { // "<interface among='Router4 Router5' address='192.168.1.x' netmask='255.255.255.0' />"+ // "<interface among='Router1 Router6' address='192.168.10.x' netmask='255.255.255.0' />"+ // "<interface among='Router2 Router7' address='192.168.20.x' netmask='255.255.255.0' />"+ // "<interface among='Router3 Router8' address='192.168.30.x' netmask='255.255.255.0' />"+ // "<interface among='Router4 Router9' address='192.168.40.x' netmask='255.255.255.0' />"+ // "<interface among='Router5 Router10' address='192.168.50.x' netmask='255.255.255.0' />"+ // "<interface among='Router6 Host1' address='192.168.11.x' netmask='255.255.255.0' />"+ // "<interface among='Router7 Host2' address='192.168.12.x' netmask='255.255.255.0' />"+ // "<interface among='Router8 Host3' address='192.168.13.x' netmask='255.255.255.0' />"+ // "<interface among='Router9 Host4' address='192.168.14.x' netmask='255.255.255.0' />"+ // "<interface among='Router10 Host5' address='192.168.15.x' netmask='255.255.255.0' />"+ config = xml("<config>"+ // "<interface among='Router4 Router5' address='192.168.1.x' netmask='255.255.255.0' />"+ // "<interface among='Router1 Router6' address='192.168.10.x' netmask='255.255.255.0' />"+ // "<interface among='Router2 Router7' address='192.168.20.x' netmask='255.255.255.0' />"+ // "<interface among='Router3 Router8' address='192.168.30.x' netmask='255.255.255.0' />"+ // "<interface among='Router4 Router9' address='192.168.40.x' netmask='255.255.255.0' />"+ // "<interface among='Router5 Router10' address='192.168.50.x' netmask='255.255.255.0' />"+ // "<interface among='Router6 Host1' address='192.168.11.x' netmask='255.255.255.0' />"+ // "<interface among='Router7 Host2' address='192.168.12.x' netmask='255.255.255.0' />"+ // "<interface among='Router8 Host3' address='192.168.13.x' netmask='255.255.255.0' />"+ // "<interface among='Router9 Host4' address='192.168.14.x' netmask='255.255.255.0' />"+ // "<interface among='Router10 Host5' address='192.168.15.x' netmask='255.255.255.0' />"+ "</config>"); addStaticRoutes = false; addDefaultRoutes = false; addSubnetRoutes = false; @display("p=23,24"); } Router1: Ospfv3Router { parameters: @display("p=308,316"); gates: ethg[2]; } Router2: Ospfv3Router { parameters: @display("p=410,316"); gates: ethg[2]; } Router4: Ospfv3Router { @display("p=474,187"); gates: ethg[2]; } Router3: Ospfv3Router { @display("p=510,316"); gates: ethg[2]; } Router5: Ospfv3Router { @display("p=347,183"); gates: ethg[2]; } Router6: Ospfv3Router { @display("p=165,316"); gates: ethg[2]; } Router7: Ospfv3Router { @display("p=410,419"); gates: ethg[2]; } Router8: Ospfv3Router { @display("p=654,316"); gates: ethg[2]; } Router9: Ospfv3Router { @display("p=579,101"); gates: ethg[2]; } Router10: Ospfv3Router { @display("p=234,101"); gates: ethg[2]; } etherSwitch: EthernetSwitch { @display("p=410,239"); } Host1: StandardHost { @display("p=40,316"); gates: ethg[1]; } Host2: StandardHost { @display("p=305,419"); gates: ethg[1]; } Host4: StandardHost { @display("p=743,101"); gates: ethg[1]; } Host3: StandardHost { @display("p=800,316"); gates: ethg[1]; } Host5: StandardHost { @display("p=103,101"); gates: ethg[1]; } scenarioManager: ScenarioManager { @display("p=22.6325,96.7025"); } connections: Router1.ethg[0] <--> Channel <--> etherSwitch.ethg++; Router2.ethg[0] <--> Channel <--> etherSwitch.ethg++; Router3.ethg[0] <--> Channel <--> etherSwitch.ethg++; Router4.ethg[0] <--> Channel <--> etherSwitch.ethg++; Router5.ethg[0] <--> Channel <--> etherSwitch.ethg++; Router1.ethg[1] <--> Channel <--> Router6.ethg[0]; Router2.ethg[1] <--> Channel <--> Router7.ethg[0]; Router3.ethg[1] <--> Channel <--> Router8.ethg[0]; Router4.ethg[1] <--> Channel <--> Router9.ethg[0]; Router5.ethg[1] <--> Channel <--> Router10.ethg[0]; Router6.ethg[1] <--> Channel <--> Host1.ethg[0]; Router7.ethg[1] <--> Channel <--> Host2.ethg[0]; Router8.ethg[1] <--> Channel <--> Host3.ethg[0]; Router9.ethg[1] <--> Channel <--> Host4.ethg[0]; Router10.ethg[1] <--> Channel <--> Host5.ethg[0]; }File: examples/ospfv3/multiple_areas_FINAL/multiple_areas.ned