Package: inet.examples.emulation.traceroute
Traceroute
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 |
Unassigned submodule parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| cli1.status.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| cli1.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| cli1.environment.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| cli1.environment.initStage | int | 0 |
Initialization stage for the setup command |
| cli1.environment.globalNamespace | bool | false |
Create new network namespaces under /var/run/netns/ (Linux only) |
| cli1.environment.namespace | string | "" |
Name of the host OS network namespace (optional) (Linux only) |
| cli1.environment.setupCommand | string | "" |
A host OS system command |
| cli1.environment.teardownCommand | string | "" |
A host OS system command |
| cli1.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 |
| cli1.pcapRecorder.verbose | bool | true |
Whether to log packets on the module output |
| cli1.pcapRecorder.recordEmptyPackets | bool | true |
Specifies if zero length packets are recorded or not |
| cli1.pcapRecorder.enableConvertingPackets | bool | true |
Specifies if converting packets to link type is allowed or not |
| cli1.pcapRecorder.pcapFile | string | "" |
The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap" |
| cli1.pcapRecorder.fileFormat | string | "pcapng" | |
| cli1.pcapRecorder.snaplen | int | 65535 |
Maximum number of bytes to record per packet |
| cli1.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). |
| cli1.pcapRecorder.dumpBadFrames | bool | true |
Enable dump of frames with hasBitError |
| cli1.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
Space-separated list of sibling module names to listen on |
| cli1.pcapRecorder.sendingSignalNames | string | "transmissionEnded" |
Space-separated list of outbound packet signals to subscribe to |
| cli1.pcapRecorder.receivingSignalNames | string | "receptionEnded" |
Space-separated list of inbound packet signals to subscribe to |
| cli1.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
Space-separated list of protocol names as defined in the Protocol class |
| cli1.pcapRecorder.packetFilter | object | "*" |
Which packets are considered, matches all packets by default |
| cli1.pcapRecorder.helpers | string | "" |
Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| cli1.pcapRecorder.alwaysFlush | bool | false |
Flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| cli1.interfaceTable.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| cli1.interfaceTable.displayAddresses | bool | false |
Whether to display IP addresses on links |
| cli1.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 |
| cli1.cb.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| cli1.cb.forwardServiceRegistration | bool | true | |
| cli1.cb.forwardProtocolRegistration | bool | true | |
| cli1.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 |
| cli1.cb.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| cli1.cb.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| cli1.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 |
| cli1.bl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| cli1.bl.forwardServiceRegistration | bool | true | |
| cli1.bl.forwardProtocolRegistration | bool | true | |
| cli1.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 |
| cli1.bl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| cli1.bl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| cli1.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 |
| cli1.li.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| cli1.li.forwardServiceRegistration | bool | true | |
| cli1.li.forwardProtocolRegistration | bool | true | |
| cli1.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 |
| cli1.li.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| cli1.li.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| cli1.eth.bitrate | double | ||
| cli1.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 |
| cli1.nl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| cli1.nl.forwardServiceRegistration | bool | true | |
| cli1.nl.forwardProtocolRegistration | bool | true | |
| cli1.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 |
| cli1.nl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| cli1.nl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| cli1.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 |
| cli1.tn.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| cli1.tn.forwardServiceRegistration | bool | true | |
| cli1.tn.forwardProtocolRegistration | bool | true | |
| cli1.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 |
| cli1.tn.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| cli1.tn.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| cli1.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 |
| cli1.at.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| cli1.at.forwardServiceRegistration | bool | true | |
| cli1.at.forwardProtocolRegistration | bool | true | |
| cli1.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 |
| cli1.at.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| cli1.at.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| cli2.status.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| cli2.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| cli2.environment.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| cli2.environment.initStage | int | 0 |
Initialization stage for the setup command |
| cli2.environment.globalNamespace | bool | false |
Create new network namespaces under /var/run/netns/ (Linux only) |
| cli2.environment.namespace | string | "" |
Name of the host OS network namespace (optional) (Linux only) |
| cli2.environment.setupCommand | string | "" |
A host OS system command |
| cli2.environment.teardownCommand | string | "" |
A host OS system command |
| cli2.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 |
| cli2.pcapRecorder.verbose | bool | true |
Whether to log packets on the module output |
| cli2.pcapRecorder.recordEmptyPackets | bool | true |
Specifies if zero length packets are recorded or not |
| cli2.pcapRecorder.enableConvertingPackets | bool | true |
Specifies if converting packets to link type is allowed or not |
| cli2.pcapRecorder.pcapFile | string | "" |
The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap" |
| cli2.pcapRecorder.fileFormat | string | "pcapng" | |
| cli2.pcapRecorder.snaplen | int | 65535 |
Maximum number of bytes to record per packet |
| cli2.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). |
| cli2.pcapRecorder.dumpBadFrames | bool | true |
Enable dump of frames with hasBitError |
| cli2.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
Space-separated list of sibling module names to listen on |
| cli2.pcapRecorder.sendingSignalNames | string | "transmissionEnded" |
Space-separated list of outbound packet signals to subscribe to |
| cli2.pcapRecorder.receivingSignalNames | string | "receptionEnded" |
Space-separated list of inbound packet signals to subscribe to |
| cli2.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
Space-separated list of protocol names as defined in the Protocol class |
| cli2.pcapRecorder.packetFilter | object | "*" |
Which packets are considered, matches all packets by default |
| cli2.pcapRecorder.helpers | string | "" |
Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| cli2.pcapRecorder.alwaysFlush | bool | false |
Flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| cli2.interfaceTable.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| cli2.interfaceTable.displayAddresses | bool | false |
Whether to display IP addresses on links |
| cli2.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 |
| cli2.cb.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| cli2.cb.forwardServiceRegistration | bool | true | |
| cli2.cb.forwardProtocolRegistration | bool | true | |
| cli2.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 |
| cli2.cb.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| cli2.cb.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| cli2.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 |
| cli2.bl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| cli2.bl.forwardServiceRegistration | bool | true | |
| cli2.bl.forwardProtocolRegistration | bool | true | |
| cli2.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 |
| cli2.bl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| cli2.bl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| cli2.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 |
| cli2.li.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| cli2.li.forwardServiceRegistration | bool | true | |
| cli2.li.forwardProtocolRegistration | bool | true | |
| cli2.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 |
| cli2.li.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| cli2.li.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| cli2.eth.bitrate | double | ||
| cli2.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 |
| cli2.nl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| cli2.nl.forwardServiceRegistration | bool | true | |
| cli2.nl.forwardProtocolRegistration | bool | true | |
| cli2.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 |
| cli2.nl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| cli2.nl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| cli2.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 |
| cli2.tn.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| cli2.tn.forwardServiceRegistration | bool | true | |
| cli2.tn.forwardProtocolRegistration | bool | true | |
| cli2.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 |
| cli2.tn.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| cli2.tn.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| cli2.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 |
| cli2.at.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| cli2.at.forwardServiceRegistration | bool | true | |
| cli2.at.forwardProtocolRegistration | bool | true | |
| cli2.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 |
| cli2.at.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| cli2.at.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| cli3.status.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| cli3.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| cli3.environment.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| cli3.environment.initStage | int | 0 |
Initialization stage for the setup command |
| cli3.environment.globalNamespace | bool | false |
Create new network namespaces under /var/run/netns/ (Linux only) |
| cli3.environment.namespace | string | "" |
Name of the host OS network namespace (optional) (Linux only) |
| cli3.environment.setupCommand | string | "" |
A host OS system command |
| cli3.environment.teardownCommand | string | "" |
A host OS system command |
| cli3.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 |
| cli3.pcapRecorder.verbose | bool | true |
Whether to log packets on the module output |
| cli3.pcapRecorder.recordEmptyPackets | bool | true |
Specifies if zero length packets are recorded or not |
| cli3.pcapRecorder.enableConvertingPackets | bool | true |
Specifies if converting packets to link type is allowed or not |
| cli3.pcapRecorder.pcapFile | string | "" |
The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap" |
| cli3.pcapRecorder.fileFormat | string | "pcapng" | |
| cli3.pcapRecorder.snaplen | int | 65535 |
Maximum number of bytes to record per packet |
| cli3.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). |
| cli3.pcapRecorder.dumpBadFrames | bool | true |
Enable dump of frames with hasBitError |
| cli3.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
Space-separated list of sibling module names to listen on |
| cli3.pcapRecorder.sendingSignalNames | string | "transmissionEnded" |
Space-separated list of outbound packet signals to subscribe to |
| cli3.pcapRecorder.receivingSignalNames | string | "receptionEnded" |
Space-separated list of inbound packet signals to subscribe to |
| cli3.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
Space-separated list of protocol names as defined in the Protocol class |
| cli3.pcapRecorder.packetFilter | object | "*" |
Which packets are considered, matches all packets by default |
| cli3.pcapRecorder.helpers | string | "" |
Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| cli3.pcapRecorder.alwaysFlush | bool | false |
Flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| cli3.interfaceTable.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| cli3.interfaceTable.displayAddresses | bool | false |
Whether to display IP addresses on links |
| cli3.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 |
| cli3.cb.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| cli3.cb.forwardServiceRegistration | bool | true | |
| cli3.cb.forwardProtocolRegistration | bool | true | |
| cli3.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 |
| cli3.cb.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| cli3.cb.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| cli3.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 |
| cli3.bl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| cli3.bl.forwardServiceRegistration | bool | true | |
| cli3.bl.forwardProtocolRegistration | bool | true | |
| cli3.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 |
| cli3.bl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| cli3.bl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| cli3.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 |
| cli3.li.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| cli3.li.forwardServiceRegistration | bool | true | |
| cli3.li.forwardProtocolRegistration | bool | true | |
| cli3.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 |
| cli3.li.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| cli3.li.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| cli3.eth.bitrate | double | ||
| cli3.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 |
| cli3.nl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| cli3.nl.forwardServiceRegistration | bool | true | |
| cli3.nl.forwardProtocolRegistration | bool | true | |
| cli3.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 |
| cli3.nl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| cli3.nl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| cli3.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 |
| cli3.tn.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| cli3.tn.forwardServiceRegistration | bool | true | |
| cli3.tn.forwardProtocolRegistration | bool | true | |
| cli3.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 |
| cli3.tn.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| cli3.tn.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| cli3.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 |
| cli3.at.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| cli3.at.forwardServiceRegistration | bool | true | |
| cli3.at.forwardProtocolRegistration | bool | true | |
| cli3.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 |
| cli3.at.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| cli3.at.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| cli4.status.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| cli4.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| cli4.environment.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| cli4.environment.initStage | int | 0 |
Initialization stage for the setup command |
| cli4.environment.globalNamespace | bool | false |
Create new network namespaces under /var/run/netns/ (Linux only) |
| cli4.environment.namespace | string | "" |
Name of the host OS network namespace (optional) (Linux only) |
| cli4.environment.setupCommand | string | "" |
A host OS system command |
| cli4.environment.teardownCommand | string | "" |
A host OS system command |
| cli4.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 |
| cli4.pcapRecorder.verbose | bool | true |
Whether to log packets on the module output |
| cli4.pcapRecorder.recordEmptyPackets | bool | true |
Specifies if zero length packets are recorded or not |
| cli4.pcapRecorder.enableConvertingPackets | bool | true |
Specifies if converting packets to link type is allowed or not |
| cli4.pcapRecorder.pcapFile | string | "" |
The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap" |
| cli4.pcapRecorder.fileFormat | string | "pcapng" | |
| cli4.pcapRecorder.snaplen | int | 65535 |
Maximum number of bytes to record per packet |
| cli4.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). |
| cli4.pcapRecorder.dumpBadFrames | bool | true |
Enable dump of frames with hasBitError |
| cli4.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
Space-separated list of sibling module names to listen on |
| cli4.pcapRecorder.sendingSignalNames | string | "transmissionEnded" |
Space-separated list of outbound packet signals to subscribe to |
| cli4.pcapRecorder.receivingSignalNames | string | "receptionEnded" |
Space-separated list of inbound packet signals to subscribe to |
| cli4.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
Space-separated list of protocol names as defined in the Protocol class |
| cli4.pcapRecorder.packetFilter | object | "*" |
Which packets are considered, matches all packets by default |
| cli4.pcapRecorder.helpers | string | "" |
Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| cli4.pcapRecorder.alwaysFlush | bool | false |
Flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| cli4.interfaceTable.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| cli4.interfaceTable.displayAddresses | bool | false |
Whether to display IP addresses on links |
| cli4.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 |
| cli4.cb.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| cli4.cb.forwardServiceRegistration | bool | true | |
| cli4.cb.forwardProtocolRegistration | bool | true | |
| cli4.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 |
| cli4.cb.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| cli4.cb.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| cli4.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 |
| cli4.bl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| cli4.bl.forwardServiceRegistration | bool | true | |
| cli4.bl.forwardProtocolRegistration | bool | true | |
| cli4.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 |
| cli4.bl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| cli4.bl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| cli4.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 |
| cli4.li.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| cli4.li.forwardServiceRegistration | bool | true | |
| cli4.li.forwardProtocolRegistration | bool | true | |
| cli4.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 |
| cli4.li.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| cli4.li.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| cli4.eth.bitrate | double | ||
| cli4.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 |
| cli4.nl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| cli4.nl.forwardServiceRegistration | bool | true | |
| cli4.nl.forwardProtocolRegistration | bool | true | |
| cli4.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 |
| cli4.nl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| cli4.nl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| cli4.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 |
| cli4.tn.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| cli4.tn.forwardServiceRegistration | bool | true | |
| cli4.tn.forwardProtocolRegistration | bool | true | |
| cli4.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 |
| cli4.tn.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| cli4.tn.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| cli4.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 |
| cli4.at.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| cli4.at.forwardServiceRegistration | bool | true | |
| cli4.at.forwardProtocolRegistration | bool | true | |
| cli4.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 |
| cli4.at.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| cli4.at.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| cli5.status.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| cli5.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| cli5.environment.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| cli5.environment.initStage | int | 0 |
Initialization stage for the setup command |
| cli5.environment.globalNamespace | bool | false |
Create new network namespaces under /var/run/netns/ (Linux only) |
| cli5.environment.namespace | string | "" |
Name of the host OS network namespace (optional) (Linux only) |
| cli5.environment.setupCommand | string | "" |
A host OS system command |
| cli5.environment.teardownCommand | string | "" |
A host OS system command |
| cli5.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 |
| cli5.pcapRecorder.verbose | bool | true |
Whether to log packets on the module output |
| cli5.pcapRecorder.recordEmptyPackets | bool | true |
Specifies if zero length packets are recorded or not |
| cli5.pcapRecorder.enableConvertingPackets | bool | true |
Specifies if converting packets to link type is allowed or not |
| cli5.pcapRecorder.pcapFile | string | "" |
The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap" |
| cli5.pcapRecorder.fileFormat | string | "pcapng" | |
| cli5.pcapRecorder.snaplen | int | 65535 |
Maximum number of bytes to record per packet |
| cli5.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). |
| cli5.pcapRecorder.dumpBadFrames | bool | true |
Enable dump of frames with hasBitError |
| cli5.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
Space-separated list of sibling module names to listen on |
| cli5.pcapRecorder.sendingSignalNames | string | "transmissionEnded" |
Space-separated list of outbound packet signals to subscribe to |
| cli5.pcapRecorder.receivingSignalNames | string | "receptionEnded" |
Space-separated list of inbound packet signals to subscribe to |
| cli5.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
Space-separated list of protocol names as defined in the Protocol class |
| cli5.pcapRecorder.packetFilter | object | "*" |
Which packets are considered, matches all packets by default |
| cli5.pcapRecorder.helpers | string | "" |
Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| cli5.pcapRecorder.alwaysFlush | bool | false |
Flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| cli5.interfaceTable.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| cli5.interfaceTable.displayAddresses | bool | false |
Whether to display IP addresses on links |
| cli5.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 |
| cli5.cb.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| cli5.cb.forwardServiceRegistration | bool | true | |
| cli5.cb.forwardProtocolRegistration | bool | true | |
| cli5.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 |
| cli5.cb.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| cli5.cb.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| cli5.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 |
| cli5.bl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| cli5.bl.forwardServiceRegistration | bool | true | |
| cli5.bl.forwardProtocolRegistration | bool | true | |
| cli5.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 |
| cli5.bl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| cli5.bl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| cli5.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 |
| cli5.li.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| cli5.li.forwardServiceRegistration | bool | true | |
| cli5.li.forwardProtocolRegistration | bool | true | |
| cli5.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 |
| cli5.li.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| cli5.li.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| cli5.eth.bitrate | double | ||
| cli5.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 |
| cli5.nl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| cli5.nl.forwardServiceRegistration | bool | true | |
| cli5.nl.forwardProtocolRegistration | bool | true | |
| cli5.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 |
| cli5.nl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| cli5.nl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| cli5.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 |
| cli5.tn.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| cli5.tn.forwardServiceRegistration | bool | true | |
| cli5.tn.forwardProtocolRegistration | bool | true | |
| cli5.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 |
| cli5.tn.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| cli5.tn.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| cli5.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 |
| cli5.at.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| cli5.at.forwardServiceRegistration | bool | true | |
| cli5.at.forwardProtocolRegistration | bool | true | |
| cli5.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 |
| cli5.at.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| cli5.at.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| cli6.status.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| cli6.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| cli6.environment.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| cli6.environment.initStage | int | 0 |
Initialization stage for the setup command |
| cli6.environment.globalNamespace | bool | false |
Create new network namespaces under /var/run/netns/ (Linux only) |
| cli6.environment.namespace | string | "" |
Name of the host OS network namespace (optional) (Linux only) |
| cli6.environment.setupCommand | string | "" |
A host OS system command |
| cli6.environment.teardownCommand | string | "" |
A host OS system command |
| cli6.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 |
| cli6.pcapRecorder.verbose | bool | true |
Whether to log packets on the module output |
| cli6.pcapRecorder.recordEmptyPackets | bool | true |
Specifies if zero length packets are recorded or not |
| cli6.pcapRecorder.enableConvertingPackets | bool | true |
Specifies if converting packets to link type is allowed or not |
| cli6.pcapRecorder.pcapFile | string | "" |
The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap" |
| cli6.pcapRecorder.fileFormat | string | "pcapng" | |
| cli6.pcapRecorder.snaplen | int | 65535 |
Maximum number of bytes to record per packet |
| cli6.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). |
| cli6.pcapRecorder.dumpBadFrames | bool | true |
Enable dump of frames with hasBitError |
| cli6.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
Space-separated list of sibling module names to listen on |
| cli6.pcapRecorder.sendingSignalNames | string | "transmissionEnded" |
Space-separated list of outbound packet signals to subscribe to |
| cli6.pcapRecorder.receivingSignalNames | string | "receptionEnded" |
Space-separated list of inbound packet signals to subscribe to |
| cli6.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
Space-separated list of protocol names as defined in the Protocol class |
| cli6.pcapRecorder.packetFilter | object | "*" |
Which packets are considered, matches all packets by default |
| cli6.pcapRecorder.helpers | string | "" |
Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| cli6.pcapRecorder.alwaysFlush | bool | false |
Flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| cli6.interfaceTable.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| cli6.interfaceTable.displayAddresses | bool | false |
Whether to display IP addresses on links |
| cli6.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 |
| cli6.cb.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| cli6.cb.forwardServiceRegistration | bool | true | |
| cli6.cb.forwardProtocolRegistration | bool | true | |
| cli6.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 |
| cli6.cb.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| cli6.cb.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| cli6.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 |
| cli6.bl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| cli6.bl.forwardServiceRegistration | bool | true | |
| cli6.bl.forwardProtocolRegistration | bool | true | |
| cli6.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 |
| cli6.bl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| cli6.bl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| cli6.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 |
| cli6.li.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| cli6.li.forwardServiceRegistration | bool | true | |
| cli6.li.forwardProtocolRegistration | bool | true | |
| cli6.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 |
| cli6.li.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| cli6.li.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| cli6.eth.bitrate | double | ||
| cli6.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 |
| cli6.nl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| cli6.nl.forwardServiceRegistration | bool | true | |
| cli6.nl.forwardProtocolRegistration | bool | true | |
| cli6.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 |
| cli6.nl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| cli6.nl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| cli6.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 |
| cli6.tn.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| cli6.tn.forwardServiceRegistration | bool | true | |
| cli6.tn.forwardProtocolRegistration | bool | true | |
| cli6.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 |
| cli6.tn.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| cli6.tn.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| cli6.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 |
| cli6.at.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| cli6.at.forwardServiceRegistration | bool | true | |
| cli6.at.forwardProtocolRegistration | bool | true | |
| cli6.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 |
| cli6.at.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| cli6.at.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| cli7.status.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| cli7.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| cli7.environment.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| cli7.environment.initStage | int | 0 |
Initialization stage for the setup command |
| cli7.environment.globalNamespace | bool | false |
Create new network namespaces under /var/run/netns/ (Linux only) |
| cli7.environment.namespace | string | "" |
Name of the host OS network namespace (optional) (Linux only) |
| cli7.environment.setupCommand | string | "" |
A host OS system command |
| cli7.environment.teardownCommand | string | "" |
A host OS system command |
| cli7.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 |
| cli7.pcapRecorder.verbose | bool | true |
Whether to log packets on the module output |
| cli7.pcapRecorder.recordEmptyPackets | bool | true |
Specifies if zero length packets are recorded or not |
| cli7.pcapRecorder.enableConvertingPackets | bool | true |
Specifies if converting packets to link type is allowed or not |
| cli7.pcapRecorder.pcapFile | string | "" |
The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap" |
| cli7.pcapRecorder.fileFormat | string | "pcapng" | |
| cli7.pcapRecorder.snaplen | int | 65535 |
Maximum number of bytes to record per packet |
| cli7.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). |
| cli7.pcapRecorder.dumpBadFrames | bool | true |
Enable dump of frames with hasBitError |
| cli7.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
Space-separated list of sibling module names to listen on |
| cli7.pcapRecorder.sendingSignalNames | string | "transmissionEnded" |
Space-separated list of outbound packet signals to subscribe to |
| cli7.pcapRecorder.receivingSignalNames | string | "receptionEnded" |
Space-separated list of inbound packet signals to subscribe to |
| cli7.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
Space-separated list of protocol names as defined in the Protocol class |
| cli7.pcapRecorder.packetFilter | object | "*" |
Which packets are considered, matches all packets by default |
| cli7.pcapRecorder.helpers | string | "" |
Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| cli7.pcapRecorder.alwaysFlush | bool | false |
Flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| cli7.interfaceTable.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| cli7.interfaceTable.displayAddresses | bool | false |
Whether to display IP addresses on links |
| cli7.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 |
| cli7.cb.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| cli7.cb.forwardServiceRegistration | bool | true | |
| cli7.cb.forwardProtocolRegistration | bool | true | |
| cli7.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 |
| cli7.cb.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| cli7.cb.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| cli7.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 |
| cli7.bl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| cli7.bl.forwardServiceRegistration | bool | true | |
| cli7.bl.forwardProtocolRegistration | bool | true | |
| cli7.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 |
| cli7.bl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| cli7.bl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| cli7.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 |
| cli7.li.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| cli7.li.forwardServiceRegistration | bool | true | |
| cli7.li.forwardProtocolRegistration | bool | true | |
| cli7.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 |
| cli7.li.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| cli7.li.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| cli7.eth.bitrate | double | ||
| cli7.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 |
| cli7.nl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| cli7.nl.forwardServiceRegistration | bool | true | |
| cli7.nl.forwardProtocolRegistration | bool | true | |
| cli7.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 |
| cli7.nl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| cli7.nl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| cli7.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 |
| cli7.tn.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| cli7.tn.forwardServiceRegistration | bool | true | |
| cli7.tn.forwardProtocolRegistration | bool | true | |
| cli7.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 |
| cli7.tn.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| cli7.tn.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| cli7.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 |
| cli7.at.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| cli7.at.forwardServiceRegistration | bool | true | |
| cli7.at.forwardProtocolRegistration | bool | true | |
| cli7.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 |
| cli7.at.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| cli7.at.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| cli8.status.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| cli8.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| cli8.environment.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| cli8.environment.initStage | int | 0 |
Initialization stage for the setup command |
| cli8.environment.globalNamespace | bool | false |
Create new network namespaces under /var/run/netns/ (Linux only) |
| cli8.environment.namespace | string | "" |
Name of the host OS network namespace (optional) (Linux only) |
| cli8.environment.setupCommand | string | "" |
A host OS system command |
| cli8.environment.teardownCommand | string | "" |
A host OS system command |
| cli8.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 |
| cli8.pcapRecorder.verbose | bool | true |
Whether to log packets on the module output |
| cli8.pcapRecorder.recordEmptyPackets | bool | true |
Specifies if zero length packets are recorded or not |
| cli8.pcapRecorder.enableConvertingPackets | bool | true |
Specifies if converting packets to link type is allowed or not |
| cli8.pcapRecorder.pcapFile | string | "" |
The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap" |
| cli8.pcapRecorder.fileFormat | string | "pcapng" | |
| cli8.pcapRecorder.snaplen | int | 65535 |
Maximum number of bytes to record per packet |
| cli8.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). |
| cli8.pcapRecorder.dumpBadFrames | bool | true |
Enable dump of frames with hasBitError |
| cli8.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
Space-separated list of sibling module names to listen on |
| cli8.pcapRecorder.sendingSignalNames | string | "transmissionEnded" |
Space-separated list of outbound packet signals to subscribe to |
| cli8.pcapRecorder.receivingSignalNames | string | "receptionEnded" |
Space-separated list of inbound packet signals to subscribe to |
| cli8.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
Space-separated list of protocol names as defined in the Protocol class |
| cli8.pcapRecorder.packetFilter | object | "*" |
Which packets are considered, matches all packets by default |
| cli8.pcapRecorder.helpers | string | "" |
Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| cli8.pcapRecorder.alwaysFlush | bool | false |
Flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| cli8.interfaceTable.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| cli8.interfaceTable.displayAddresses | bool | false |
Whether to display IP addresses on links |
| cli8.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 |
| cli8.cb.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| cli8.cb.forwardServiceRegistration | bool | true | |
| cli8.cb.forwardProtocolRegistration | bool | true | |
| cli8.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 |
| cli8.cb.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| cli8.cb.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| cli8.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 |
| cli8.bl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| cli8.bl.forwardServiceRegistration | bool | true | |
| cli8.bl.forwardProtocolRegistration | bool | true | |
| cli8.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 |
| cli8.bl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| cli8.bl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| cli8.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 |
| cli8.li.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| cli8.li.forwardServiceRegistration | bool | true | |
| cli8.li.forwardProtocolRegistration | bool | true | |
| cli8.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 |
| cli8.li.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| cli8.li.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| cli8.eth.bitrate | double | ||
| cli8.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 |
| cli8.nl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| cli8.nl.forwardServiceRegistration | bool | true | |
| cli8.nl.forwardProtocolRegistration | bool | true | |
| cli8.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 |
| cli8.nl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| cli8.nl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| cli8.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 |
| cli8.tn.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| cli8.tn.forwardServiceRegistration | bool | true | |
| cli8.tn.forwardProtocolRegistration | bool | true | |
| cli8.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 |
| cli8.tn.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| cli8.tn.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| cli8.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 |
| cli8.at.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| cli8.at.forwardServiceRegistration | bool | true | |
| cli8.at.forwardProtocolRegistration | bool | true | |
| cli8.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 |
| cli8.at.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| cli8.at.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| switch1.macTable.agingTime | double | ||
| switch1.macTable.forwardingTableFile | string | ||
| switch1.interfaceTable.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| switch1.interfaceTable.displayAddresses | bool | false |
Whether to display IP addresses on links |
| switch1.status.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| switch1.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| switch1.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 |
| switch1.pcapRecorder.verbose | bool | true |
Whether to log packets on the module output |
| switch1.pcapRecorder.recordEmptyPackets | bool | true |
Specifies if zero length packets are recorded or not |
| switch1.pcapRecorder.enableConvertingPackets | bool | true |
Specifies if converting packets to link type is allowed or not |
| switch1.pcapRecorder.pcapFile | string | "" |
The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap" |
| switch1.pcapRecorder.fileFormat | string | "pcapng" | |
| switch1.pcapRecorder.snaplen | int | 65535 |
Maximum number of bytes to record per packet |
| switch1.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). |
| switch1.pcapRecorder.dumpBadFrames | bool | true |
Enable dump of frames with hasBitError |
| switch1.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
Space-separated list of sibling module names to listen on |
| switch1.pcapRecorder.sendingSignalNames | string | "transmissionEnded" |
Space-separated list of outbound packet signals to subscribe to |
| switch1.pcapRecorder.receivingSignalNames | string | "receptionEnded" |
Space-separated list of inbound packet signals to subscribe to |
| switch1.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
Space-separated list of protocol names as defined in the Protocol class |
| switch1.pcapRecorder.packetFilter | object | "*" |
Which packets are considered, matches all packets by default |
| switch1.pcapRecorder.helpers | string | "" |
Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| switch1.pcapRecorder.alwaysFlush | bool | false |
Flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| switch1.mrp.ccmInterval | double | ||
| switch1.mrp.mrpRole | string | ||
| switch1.mrp.timingProfile | int | ||
| switch1.mrp.uuid0 | int | ||
| switch1.mrp.uuid1 | int | ||
| switch1.mrp.ringPort1 | int | ||
| switch1.mrp.ringPort2 | int | ||
| switch1.mrp.interconnectionLinkCheckAware | bool | ||
| switch1.mrp.interconnectionRingCheckAware | bool | ||
| switch1.mrp.nonblockingMrcSupported | bool | ||
| switch1.mrp.reactOnLinkChange | bool | ||
| switch1.mrp.visualize | bool | ||
| switch1.stp.helloTime | double | ||
| switch1.stp.forwardDelay | double | ||
| switch1.stp.maxAge | double | ||
| switch1.stp.bridgePriority | int | ||
| switch1.stp.visualize | bool | ||
| switch1.gptp.gptpNodeType | string | "BRIDGE_NODE" | |
| switch1.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 |
| switch1.sc.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| switch1.sc.forwardServiceRegistration | bool | true | |
| switch1.sc.forwardProtocolRegistration | bool | true | |
| switch1.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 |
| switch1.sc.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| switch1.sc.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| switch1.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 |
| switch1.cb.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| switch1.cb.forwardServiceRegistration | bool | true | |
| switch1.cb.forwardProtocolRegistration | bool | true | |
| switch1.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 |
| switch1.cb.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| switch1.cb.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| switch1.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 |
| switch1.bl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| switch1.bl.forwardServiceRegistration | bool | true | |
| switch1.bl.forwardProtocolRegistration | bool | true | |
| switch1.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 |
| switch1.bl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| switch1.bl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| switch1.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 |
| switch1.li.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| switch1.li.forwardServiceRegistration | bool | true | |
| switch1.li.forwardProtocolRegistration | bool | true | |
| switch1.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 |
| switch1.li.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| switch1.li.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| switch1.eth.bitrate | double | ||
| switch2.macTable.agingTime | double | ||
| switch2.macTable.forwardingTableFile | string | ||
| switch2.interfaceTable.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| switch2.interfaceTable.displayAddresses | bool | false |
Whether to display IP addresses on links |
| switch2.status.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| switch2.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| switch2.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 |
| switch2.pcapRecorder.verbose | bool | true |
Whether to log packets on the module output |
| switch2.pcapRecorder.recordEmptyPackets | bool | true |
Specifies if zero length packets are recorded or not |
| switch2.pcapRecorder.enableConvertingPackets | bool | true |
Specifies if converting packets to link type is allowed or not |
| switch2.pcapRecorder.pcapFile | string | "" |
The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap" |
| switch2.pcapRecorder.fileFormat | string | "pcapng" | |
| switch2.pcapRecorder.snaplen | int | 65535 |
Maximum number of bytes to record per packet |
| switch2.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). |
| switch2.pcapRecorder.dumpBadFrames | bool | true |
Enable dump of frames with hasBitError |
| switch2.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
Space-separated list of sibling module names to listen on |
| switch2.pcapRecorder.sendingSignalNames | string | "transmissionEnded" |
Space-separated list of outbound packet signals to subscribe to |
| switch2.pcapRecorder.receivingSignalNames | string | "receptionEnded" |
Space-separated list of inbound packet signals to subscribe to |
| switch2.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
Space-separated list of protocol names as defined in the Protocol class |
| switch2.pcapRecorder.packetFilter | object | "*" |
Which packets are considered, matches all packets by default |
| switch2.pcapRecorder.helpers | string | "" |
Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| switch2.pcapRecorder.alwaysFlush | bool | false |
Flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| switch2.mrp.ccmInterval | double | ||
| switch2.mrp.mrpRole | string | ||
| switch2.mrp.timingProfile | int | ||
| switch2.mrp.uuid0 | int | ||
| switch2.mrp.uuid1 | int | ||
| switch2.mrp.ringPort1 | int | ||
| switch2.mrp.ringPort2 | int | ||
| switch2.mrp.interconnectionLinkCheckAware | bool | ||
| switch2.mrp.interconnectionRingCheckAware | bool | ||
| switch2.mrp.nonblockingMrcSupported | bool | ||
| switch2.mrp.reactOnLinkChange | bool | ||
| switch2.mrp.visualize | bool | ||
| switch2.stp.helloTime | double | ||
| switch2.stp.forwardDelay | double | ||
| switch2.stp.maxAge | double | ||
| switch2.stp.bridgePriority | int | ||
| switch2.stp.visualize | bool | ||
| switch2.gptp.gptpNodeType | string | "BRIDGE_NODE" | |
| switch2.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 |
| switch2.sc.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| switch2.sc.forwardServiceRegistration | bool | true | |
| switch2.sc.forwardProtocolRegistration | bool | true | |
| switch2.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 |
| switch2.sc.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| switch2.sc.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| switch2.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 |
| switch2.cb.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| switch2.cb.forwardServiceRegistration | bool | true | |
| switch2.cb.forwardProtocolRegistration | bool | true | |
| switch2.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 |
| switch2.cb.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| switch2.cb.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| switch2.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 |
| switch2.bl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| switch2.bl.forwardServiceRegistration | bool | true | |
| switch2.bl.forwardProtocolRegistration | bool | true | |
| switch2.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 |
| switch2.bl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| switch2.bl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| switch2.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 |
| switch2.li.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| switch2.li.forwardServiceRegistration | bool | true | |
| switch2.li.forwardProtocolRegistration | bool | true | |
| switch2.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 |
| switch2.li.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| switch2.li.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| switch2.eth.bitrate | double | ||
| switch3.macTable.agingTime | double | ||
| switch3.macTable.forwardingTableFile | string | ||
| switch3.interfaceTable.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| switch3.interfaceTable.displayAddresses | bool | false |
Whether to display IP addresses on links |
| switch3.status.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| switch3.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| switch3.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 |
| switch3.pcapRecorder.verbose | bool | true |
Whether to log packets on the module output |
| switch3.pcapRecorder.recordEmptyPackets | bool | true |
Specifies if zero length packets are recorded or not |
| switch3.pcapRecorder.enableConvertingPackets | bool | true |
Specifies if converting packets to link type is allowed or not |
| switch3.pcapRecorder.pcapFile | string | "" |
The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap" |
| switch3.pcapRecorder.fileFormat | string | "pcapng" | |
| switch3.pcapRecorder.snaplen | int | 65535 |
Maximum number of bytes to record per packet |
| switch3.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). |
| switch3.pcapRecorder.dumpBadFrames | bool | true |
Enable dump of frames with hasBitError |
| switch3.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
Space-separated list of sibling module names to listen on |
| switch3.pcapRecorder.sendingSignalNames | string | "transmissionEnded" |
Space-separated list of outbound packet signals to subscribe to |
| switch3.pcapRecorder.receivingSignalNames | string | "receptionEnded" |
Space-separated list of inbound packet signals to subscribe to |
| switch3.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
Space-separated list of protocol names as defined in the Protocol class |
| switch3.pcapRecorder.packetFilter | object | "*" |
Which packets are considered, matches all packets by default |
| switch3.pcapRecorder.helpers | string | "" |
Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| switch3.pcapRecorder.alwaysFlush | bool | false |
Flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| switch3.mrp.ccmInterval | double | ||
| switch3.mrp.mrpRole | string | ||
| switch3.mrp.timingProfile | int | ||
| switch3.mrp.uuid0 | int | ||
| switch3.mrp.uuid1 | int | ||
| switch3.mrp.ringPort1 | int | ||
| switch3.mrp.ringPort2 | int | ||
| switch3.mrp.interconnectionLinkCheckAware | bool | ||
| switch3.mrp.interconnectionRingCheckAware | bool | ||
| switch3.mrp.nonblockingMrcSupported | bool | ||
| switch3.mrp.reactOnLinkChange | bool | ||
| switch3.mrp.visualize | bool | ||
| switch3.stp.helloTime | double | ||
| switch3.stp.forwardDelay | double | ||
| switch3.stp.maxAge | double | ||
| switch3.stp.bridgePriority | int | ||
| switch3.stp.visualize | bool | ||
| switch3.gptp.gptpNodeType | string | "BRIDGE_NODE" | |
| switch3.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 |
| switch3.sc.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| switch3.sc.forwardServiceRegistration | bool | true | |
| switch3.sc.forwardProtocolRegistration | bool | true | |
| switch3.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 |
| switch3.sc.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| switch3.sc.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| switch3.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 |
| switch3.cb.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| switch3.cb.forwardServiceRegistration | bool | true | |
| switch3.cb.forwardProtocolRegistration | bool | true | |
| switch3.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 |
| switch3.cb.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| switch3.cb.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| switch3.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 |
| switch3.bl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| switch3.bl.forwardServiceRegistration | bool | true | |
| switch3.bl.forwardProtocolRegistration | bool | true | |
| switch3.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 |
| switch3.bl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| switch3.bl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| switch3.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 |
| switch3.li.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| switch3.li.forwardServiceRegistration | bool | true | |
| switch3.li.forwardProtocolRegistration | bool | true | |
| switch3.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 |
| switch3.li.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| switch3.li.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| switch3.eth.bitrate | double | ||
| switch4.macTable.agingTime | double | ||
| switch4.macTable.forwardingTableFile | string | ||
| switch4.interfaceTable.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| switch4.interfaceTable.displayAddresses | bool | false |
Whether to display IP addresses on links |
| switch4.status.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| switch4.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| switch4.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 |
| switch4.pcapRecorder.verbose | bool | true |
Whether to log packets on the module output |
| switch4.pcapRecorder.recordEmptyPackets | bool | true |
Specifies if zero length packets are recorded or not |
| switch4.pcapRecorder.enableConvertingPackets | bool | true |
Specifies if converting packets to link type is allowed or not |
| switch4.pcapRecorder.pcapFile | string | "" |
The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap" |
| switch4.pcapRecorder.fileFormat | string | "pcapng" | |
| switch4.pcapRecorder.snaplen | int | 65535 |
Maximum number of bytes to record per packet |
| switch4.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). |
| switch4.pcapRecorder.dumpBadFrames | bool | true |
Enable dump of frames with hasBitError |
| switch4.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
Space-separated list of sibling module names to listen on |
| switch4.pcapRecorder.sendingSignalNames | string | "transmissionEnded" |
Space-separated list of outbound packet signals to subscribe to |
| switch4.pcapRecorder.receivingSignalNames | string | "receptionEnded" |
Space-separated list of inbound packet signals to subscribe to |
| switch4.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
Space-separated list of protocol names as defined in the Protocol class |
| switch4.pcapRecorder.packetFilter | object | "*" |
Which packets are considered, matches all packets by default |
| switch4.pcapRecorder.helpers | string | "" |
Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| switch4.pcapRecorder.alwaysFlush | bool | false |
Flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| switch4.mrp.ccmInterval | double | ||
| switch4.mrp.mrpRole | string | ||
| switch4.mrp.timingProfile | int | ||
| switch4.mrp.uuid0 | int | ||
| switch4.mrp.uuid1 | int | ||
| switch4.mrp.ringPort1 | int | ||
| switch4.mrp.ringPort2 | int | ||
| switch4.mrp.interconnectionLinkCheckAware | bool | ||
| switch4.mrp.interconnectionRingCheckAware | bool | ||
| switch4.mrp.nonblockingMrcSupported | bool | ||
| switch4.mrp.reactOnLinkChange | bool | ||
| switch4.mrp.visualize | bool | ||
| switch4.stp.helloTime | double | ||
| switch4.stp.forwardDelay | double | ||
| switch4.stp.maxAge | double | ||
| switch4.stp.bridgePriority | int | ||
| switch4.stp.visualize | bool | ||
| switch4.gptp.gptpNodeType | string | "BRIDGE_NODE" | |
| switch4.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 |
| switch4.sc.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| switch4.sc.forwardServiceRegistration | bool | true | |
| switch4.sc.forwardProtocolRegistration | bool | true | |
| switch4.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 |
| switch4.sc.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| switch4.sc.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| switch4.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 |
| switch4.cb.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| switch4.cb.forwardServiceRegistration | bool | true | |
| switch4.cb.forwardProtocolRegistration | bool | true | |
| switch4.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 |
| switch4.cb.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| switch4.cb.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| switch4.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 |
| switch4.bl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| switch4.bl.forwardServiceRegistration | bool | true | |
| switch4.bl.forwardProtocolRegistration | bool | true | |
| switch4.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 |
| switch4.bl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| switch4.bl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| switch4.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 |
| switch4.li.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| switch4.li.forwardServiceRegistration | bool | true | |
| switch4.li.forwardProtocolRegistration | bool | true | |
| switch4.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 |
| switch4.li.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| switch4.li.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| switch4.eth.bitrate | double | ||
| 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" : "" | |
| 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" : "" | |
| 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" : "" | |
| 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" : "" | |
| extRouter.status.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| extRouter.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| extRouter.environment.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| extRouter.environment.initStage | int | 0 |
Initialization stage for the setup command |
| extRouter.environment.globalNamespace | bool | false |
Create new network namespaces under /var/run/netns/ (Linux only) |
| extRouter.environment.namespace | string | "" |
Name of the host OS network namespace (optional) (Linux only) |
| extRouter.environment.setupCommand | string | "" |
A host OS system command |
| extRouter.environment.teardownCommand | string | "" |
A host OS system command |
| extRouter.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 |
| extRouter.pcapRecorder.verbose | bool | true |
Whether to log packets on the module output |
| extRouter.pcapRecorder.recordEmptyPackets | bool | true |
Specifies if zero length packets are recorded or not |
| extRouter.pcapRecorder.enableConvertingPackets | bool | true |
Specifies if converting packets to link type is allowed or not |
| extRouter.pcapRecorder.pcapFile | string | "" |
The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap" |
| extRouter.pcapRecorder.fileFormat | string | "pcapng" | |
| extRouter.pcapRecorder.snaplen | int | 65535 |
Maximum number of bytes to record per packet |
| extRouter.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). |
| extRouter.pcapRecorder.dumpBadFrames | bool | true |
Enable dump of frames with hasBitError |
| extRouter.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
Space-separated list of sibling module names to listen on |
| extRouter.pcapRecorder.sendingSignalNames | string | "transmissionEnded" |
Space-separated list of outbound packet signals to subscribe to |
| extRouter.pcapRecorder.receivingSignalNames | string | "receptionEnded" |
Space-separated list of inbound packet signals to subscribe to |
| extRouter.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
Space-separated list of protocol names as defined in the Protocol class |
| extRouter.pcapRecorder.packetFilter | object | "*" |
Which packets are considered, matches all packets by default |
| extRouter.pcapRecorder.helpers | string | "" |
Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| extRouter.pcapRecorder.alwaysFlush | bool | false |
Flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| extRouter.interfaceTable.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| extRouter.interfaceTable.displayAddresses | bool | false |
Whether to display IP addresses on links |
| extRouter.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 |
| extRouter.cb.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| extRouter.cb.forwardServiceRegistration | bool | true | |
| extRouter.cb.forwardProtocolRegistration | bool | true | |
| extRouter.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 |
| extRouter.cb.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| extRouter.cb.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| extRouter.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 |
| extRouter.bl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| extRouter.bl.forwardServiceRegistration | bool | true | |
| extRouter.bl.forwardProtocolRegistration | bool | true | |
| extRouter.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 |
| extRouter.bl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| extRouter.bl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| extRouter.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 |
| extRouter.li.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| extRouter.li.forwardServiceRegistration | bool | true | |
| extRouter.li.forwardProtocolRegistration | bool | true | |
| extRouter.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 |
| extRouter.li.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| extRouter.li.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| extRouter.eth.bitrate | double | ||
| extRouter.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 |
| extRouter.nl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| extRouter.nl.forwardServiceRegistration | bool | true | |
| extRouter.nl.forwardProtocolRegistration | bool | true | |
| extRouter.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 |
| extRouter.nl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| extRouter.nl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| extRouter.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 |
| extRouter.tn.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| extRouter.tn.forwardServiceRegistration | bool | true | |
| extRouter.tn.forwardProtocolRegistration | bool | true | |
| extRouter.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 |
| extRouter.tn.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| extRouter.tn.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| extRouter.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 |
| extRouter.at.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| extRouter.at.forwardServiceRegistration | bool | true | |
| extRouter.at.forwardProtocolRegistration | bool | true | |
| extRouter.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 |
| extRouter.at.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| extRouter.at.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| extRouter.bgp.interfaceTableModule | string |
The path to the InterfaceTable module |
|
| extRouter.bgp.routingTableModule | string | ||
| extRouter.bgp.ospfRoutingModule | string | parent.hasOspf ? "^.ospf" : "" |
Source code
network Traceroute { types: channel pppline extends DatarateChannel { delay = 100ms; datarate = 1 Gbps; } channel ethline extends DatarateChannel { delay = 100ms; datarate = 1 Gbps; } submodules: cli1: StandardHost { parameters: ipv4.routingTable.routingFile = "cli1.mrt"; @display("p=37,62;i=old/laptop3"); gates: ethg[1]; } cli2: StandardHost { parameters: ipv4.routingTable.routingFile = "cli2.mrt"; @display("p=35,131;i=old/laptop3"); gates: ethg[1]; } cli3: StandardHost { parameters: ipv4.routingTable.routingFile = "cli3.mrt"; @display("p=40,223;i=old/laptop3"); gates: ethg[1]; } cli4: StandardHost { parameters: ipv4.routingTable.routingFile = "cli4.mrt"; @display("p=40,295;i=old/laptop3"); gates: ethg[1]; } cli5: StandardHost { parameters: ipv4.routingTable.routingFile = "cli5.mrt"; @display("p=40,383;i=old/laptop3"); gates: ethg[1]; } cli6: StandardHost { parameters: ipv4.routingTable.routingFile = "cli6.mrt"; @display("p=40,439;i=old/laptop3"); gates: ethg[1]; } cli7: StandardHost { parameters: ipv4.routingTable.routingFile = "cli7.mrt"; @display("p=40,511;i=old/laptop3"); gates: ethg[1]; } cli8: StandardHost { parameters: ipv4.routingTable.routingFile = "cli8.mrt"; @display("p=40,575;i=old/laptop3"); gates: ethg[1]; } switch1: EthernetSwitch { parameters: @display("p=127,102;i=device/switch"); gates: ethg[3]; } switch2: EthernetSwitch { parameters: @display("p=129,254;i=device/switch"); gates: ethg[3]; } switch3: EthernetSwitch { parameters: @display("p=137,398;i=device/switch"); gates: ethg[3]; } switch4: EthernetSwitch { parameters: @display("p=138,534;i=device/switch"); gates: ethg[3]; } router1: Router { parameters: ipv4.routingTable.routingFile = "router1.mrt"; @display("p=220,101;i=device/router_s"); gates: pppg[1]; ethg[1]; } router2: Router { parameters: ipv4.routingTable.routingFile = "router2.mrt"; @display("p=236,253;i=device/router_s"); gates: pppg[1]; ethg[1]; } router3: Router { parameters: ipv4.routingTable.routingFile = "router3.mrt"; @display("p=252,397;i=device/router_s"); gates: pppg[1]; ethg[1]; } router4: Router { parameters: ipv4.routingTable.routingFile = "router4.mrt"; @display("p=268,533;i=device/router_s"); gates: pppg[1]; ethg[1]; } Router5: Router { parameters: ipv4.routingTable.routingFile = "Router5.mrt"; @display("p=372,165;i=device/router"); gates: pppg[3]; } Router6: Router { parameters: ipv4.routingTable.routingFile = "Router6.mrt"; @display("p=396,445;i=device/router"); gates: pppg[3]; } extRouter: Router { parameters: ipv4.routingTable.routingFile = "extRouter.mrt"; @display("p=500,293;i=device/router_l"); gates: pppg[2]; } connections allowunconnected: cli1.ethg[0] <--> ethline <--> switch1.ethg[0]; cli2.ethg[0] <--> ethline <--> switch1.ethg[1]; switch1.ethg[2] <--> ethline <--> router1.ethg[0]; router1.pppg[0] <--> pppline <--> Router5.pppg[0]; Router5.pppg[2] <--> pppline <--> extRouter.pppg[0]; cli3.ethg[0] <--> ethline <--> switch2.ethg[0]; cli4.ethg[0] <--> ethline <--> switch2.ethg[1]; switch2.ethg[2] <--> ethline <--> router2.ethg[0]; router2.pppg[0] <--> pppline <--> Router5.pppg[1]; cli5.ethg[0] <--> ethline <--> switch3.ethg[0]; cli6.ethg[0] <--> ethline <--> switch3.ethg[1]; switch3.ethg[2] <--> ethline <--> router3.ethg[0]; router3.pppg[0] <--> pppline <--> Router6.pppg[0]; Router6.pppg[2] <--> pppline <--> extRouter.pppg[1]; cli7.ethg[0] <--> ethline <--> switch4.ethg[0]; cli8.ethg[0] <--> ethline <--> switch4.ethg[1]; switch4.ethg[2] <--> ethline <--> router4.ethg[0]; router4.pppg[0] <--> pppline <--> Router6.pppg[1]; }File: examples/emulation/traceroute/Traceroute.ned