Package: inet.tutorials.bgp
BGP_Topology_1a
network(no description)
Usage diagram
The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.
Properties
| Name | Value | Description |
|---|---|---|
| isNetwork | ||
| display | bgb=1081.6675,985.49 |
Unassigned submodule parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| configurator.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| configurator.minLinkWeight | double | 1E-3 | |
| configurator.configureIsolatedNetworksSeparatly | bool | false | |
| configurator.config | xml | xml(" |
XML configuration parameters for IP address assignment and adding manual routes |
| configurator.assignAddresses | bool | true |
Assign IP addresses to all interfaces in the network |
| configurator.assignUniqueAddresses | bool | true |
Avoid using the same address and raise an error if not possible |
| configurator.assignDisjunctSubnetAddresses | bool | true |
Avoid using the same address prefix and netmask on different links when assigning IP addresses to interfaces |
| configurator.addStaticRoutes | bool | true |
Add static routes to the routing tables of all nodes to route to all destination interfaces (only where applicable; turn off when config file contains manual routes) |
| configurator.addDefaultRoutes | bool | true |
Add default routes if all routes from a source node go through the same gateway (used only if addStaticRoutes is true) |
| configurator.addSubnetRoutes | bool | true |
Add subnet routes instead of destination interface routes (only where applicable; used only if addStaticRoutes is true) |
| configurator.addDirectRoutes | bool | true |
Add direct routes towards local network members (i.e. directly connected interfaces) to the routing table (used only if addStaticRoutes is true) |
| configurator.optimizeRoutes | bool | true |
Optimize routing tables by merging routes, the resulting routing table might route more packets than the original (used only if addStaticRoutes is true) |
| configurator.updateRoutes | bool | false |
Recalculate static routes if an interface goes down/up or a carrier is lost/back |
| configurator.dumpTopology | bool | false |
Print extracted network topology to the module output |
| configurator.dumpLinks | bool | false |
Print recognized network links to the module output |
| configurator.dumpAddresses | bool | false |
Print assigned IP addresses for all interfaces to the module output |
| configurator.dumpRoutes | bool | false |
Print configured and optimized routing tables for all nodes to the module output |
| configurator.dumpConfig | string | "" |
Write configuration into the given config file that can be fed back to speed up subsequent runs (network configurations) |
| visualizer.sceneVisualizer.visualizationTargetModule | string | ||
| visualizer.sceneVisualizer.visualizationSubjectModule | string | ||
| visualizer.physicalEnvironmentVisualizer.visualizationTargetModule | string | ||
| visualizer.physicalEnvironmentVisualizer.visualizationSubjectModule | string | ||
| visualizer.networkNodeVisualizer.visualizationTargetModule | string | ||
| visualizer.networkNodeVisualizer.visualizationSubjectModule | string | ||
| visualizer.networkConnectionVisualizer.visualizationTargetModule | string | ||
| visualizer.networkConnectionVisualizer.visualizationSubjectModule | string | ||
| visualizer.mobilityVisualizer.visualizationTargetModule | string | ||
| visualizer.mobilityVisualizer.visualizationSubjectModule | string | ||
| visualizer.statisticVisualizer.visualizationTargetModule | string | ||
| visualizer.statisticVisualizer.visualizationSubjectModule | string | ||
| visualizer.infoVisualizer.visualizationTargetModule | string | ||
| visualizer.infoVisualizer.visualizationSubjectModule | string | ||
| visualizer.energyStorageVisualizer.visualizationTargetModule | string | ||
| visualizer.energyStorageVisualizer.visualizationSubjectModule | string | ||
| visualizer.mediumVisualizer.visualizationTargetModule | string | ||
| visualizer.mediumVisualizer.visualizationSubjectModule | string | ||
| visualizer.obstacleLossVisualizer.visualizationTargetModule | string | ||
| visualizer.obstacleLossVisualizer.visualizationSubjectModule | string | ||
| visualizer.packetDropVisualizer.visualizationTargetModule | string | ||
| visualizer.packetDropVisualizer.visualizationSubjectModule | string | ||
| visualizer.queueVisualizer.visualizationTargetModule | string | ||
| visualizer.queueVisualizer.visualizationSubjectModule | string | ||
| visualizer.gateScheduleVisualizer.visualizationTargetModule | string | ||
| visualizer.gateScheduleVisualizer.visualizationSubjectModule | string | ||
| visualizer.radioVisualizer.visualizationTargetModule | string | ||
| visualizer.radioVisualizer.visualizationSubjectModule | string | ||
| visualizer.physicalLinkVisualizer.visualizationTargetModule | string | ||
| visualizer.physicalLinkVisualizer.visualizationSubjectModule | string | ||
| visualizer.interfaceTableVisualizer.visualizationTargetModule | string | ||
| visualizer.interfaceTableVisualizer.visualizationSubjectModule | string | ||
| visualizer.dataLinkVisualizer.visualizationTargetModule | string | ||
| visualizer.dataLinkVisualizer.visualizationSubjectModule | string | ||
| visualizer.linkBreakVisualizer.visualizationTargetModule | string | ||
| visualizer.linkBreakVisualizer.visualizationSubjectModule | string | ||
| visualizer.ieee80211Visualizer.visualizationTargetModule | string | ||
| visualizer.ieee80211Visualizer.visualizationSubjectModule | string | ||
| visualizer.networkRouteVisualizer.visualizationTargetModule | string | ||
| visualizer.networkRouteVisualizer.visualizationSubjectModule | string | ||
| visualizer.routingTableVisualizer.visualizationTargetModule | string | ||
| visualizer.routingTableVisualizer.visualizationSubjectModule | string | ||
| visualizer.transportRouteVisualizer.visualizationTargetModule | string | ||
| visualizer.transportRouteVisualizer.visualizationSubjectModule | string | ||
| visualizer.transportConnectionVisualizer.visualizationTargetModule | string | ||
| visualizer.transportConnectionVisualizer.visualizationSubjectModule | string | ||
| visualizer.failureProtectionConfigurationVisualizer.visualizationTargetModule | string | ||
| visualizer.failureProtectionConfigurationVisualizer.visualizationSubjectModule | string | ||
| visualizer.streamRedundancyConfigurationVisualizer.visualizationTargetModule | string | ||
| visualizer.streamRedundancyConfigurationVisualizer.visualizationSubjectModule | string | ||
| routingTableRecorder.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| routingTableRecorder.enabled | bool | true | |
| routingTableRecorder.logfile | string | "${resultdir}/${configname}-#${runnumber}.rt" | |
| 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 |
| pcapRecorder.verbose | bool | true |
Whether to log packets on the module output |
| pcapRecorder.recordEmptyPackets | bool | true |
Specifies if zero length packets are recorded or not |
| pcapRecorder.enableConvertingPackets | bool | true |
Specifies if converting packets to link type is allowed or not |
| pcapRecorder.pcapFile | string | "" |
The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap" |
| pcapRecorder.fileFormat | string | "pcapng" | |
| pcapRecorder.snaplen | int | 65535 |
Maximum number of bytes to record per packet |
| 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). |
| pcapRecorder.dumpBadFrames | bool | true |
Enable dump of frames with hasBitError |
| pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
Space-separated list of sibling module names to listen on |
| pcapRecorder.sendingSignalNames | string | "transmissionEnded" |
Space-separated list of outbound packet signals to subscribe to |
| pcapRecorder.receivingSignalNames | string | "receptionEnded" |
Space-separated list of inbound packet signals to subscribe to |
| pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
Space-separated list of protocol names as defined in the Protocol class |
| pcapRecorder.packetFilter | object | "*" |
Which packets are considered, matches all packets by default |
| pcapRecorder.helpers | string | "" |
Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| pcapRecorder.alwaysFlush | bool | false |
Flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| RB2.status.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| RB2.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| RB2.environment.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| RB2.environment.initStage | int | 0 |
Initialization stage for the setup command |
| RB2.environment.globalNamespace | bool | false |
Create new network namespaces under /var/run/netns/ (Linux only) |
| RB2.environment.namespace | string | "" |
Name of the host OS network namespace (optional) (Linux only) |
| RB2.environment.setupCommand | string | "" |
A host OS system command |
| RB2.environment.teardownCommand | string | "" |
A host OS system command |
| RB2.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 |
| RB2.pcapRecorder.verbose | bool | true |
Whether to log packets on the module output |
| RB2.pcapRecorder.recordEmptyPackets | bool | true |
Specifies if zero length packets are recorded or not |
| RB2.pcapRecorder.enableConvertingPackets | bool | true |
Specifies if converting packets to link type is allowed or not |
| RB2.pcapRecorder.pcapFile | string | "" |
The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap" |
| RB2.pcapRecorder.fileFormat | string | "pcapng" | |
| RB2.pcapRecorder.snaplen | int | 65535 |
Maximum number of bytes to record per packet |
| RB2.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). |
| RB2.pcapRecorder.dumpBadFrames | bool | true |
Enable dump of frames with hasBitError |
| RB2.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
Space-separated list of sibling module names to listen on |
| RB2.pcapRecorder.sendingSignalNames | string | "transmissionEnded" |
Space-separated list of outbound packet signals to subscribe to |
| RB2.pcapRecorder.receivingSignalNames | string | "receptionEnded" |
Space-separated list of inbound packet signals to subscribe to |
| RB2.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
Space-separated list of protocol names as defined in the Protocol class |
| RB2.pcapRecorder.packetFilter | object | "*" |
Which packets are considered, matches all packets by default |
| RB2.pcapRecorder.helpers | string | "" |
Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| RB2.pcapRecorder.alwaysFlush | bool | false |
Flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| RB2.interfaceTable.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| RB2.interfaceTable.displayAddresses | bool | false |
Whether to display IP addresses on links |
| RB2.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 |
| RB2.cb.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| RB2.cb.forwardServiceRegistration | bool | true | |
| RB2.cb.forwardProtocolRegistration | bool | true | |
| RB2.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 |
| RB2.cb.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| RB2.cb.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| RB2.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 |
| RB2.bl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| RB2.bl.forwardServiceRegistration | bool | true | |
| RB2.bl.forwardProtocolRegistration | bool | true | |
| RB2.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 |
| RB2.bl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| RB2.bl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| RB2.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 |
| RB2.li.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| RB2.li.forwardServiceRegistration | bool | true | |
| RB2.li.forwardProtocolRegistration | bool | true | |
| RB2.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 |
| RB2.li.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| RB2.li.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| RB2.eth.bitrate | double | ||
| RB2.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 |
| RB2.nl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| RB2.nl.forwardServiceRegistration | bool | true | |
| RB2.nl.forwardProtocolRegistration | bool | true | |
| RB2.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 |
| RB2.nl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| RB2.nl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| RB2.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 |
| RB2.tn.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| RB2.tn.forwardServiceRegistration | bool | true | |
| RB2.tn.forwardProtocolRegistration | bool | true | |
| RB2.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 |
| RB2.tn.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| RB2.tn.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| RB2.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 |
| RB2.at.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| RB2.at.forwardServiceRegistration | bool | true | |
| RB2.at.forwardProtocolRegistration | bool | true | |
| RB2.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 |
| RB2.at.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| RB2.at.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| RB2.bgp.interfaceTableModule | string |
The path to the InterfaceTable module |
|
| RB2.bgp.routingTableModule | string | ||
| RB2.bgp.ospfRoutingModule | string | parent.hasOspf ? "^.ospf" : "" | |
| RB3.status.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| RB3.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| RB3.environment.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| RB3.environment.initStage | int | 0 |
Initialization stage for the setup command |
| RB3.environment.globalNamespace | bool | false |
Create new network namespaces under /var/run/netns/ (Linux only) |
| RB3.environment.namespace | string | "" |
Name of the host OS network namespace (optional) (Linux only) |
| RB3.environment.setupCommand | string | "" |
A host OS system command |
| RB3.environment.teardownCommand | string | "" |
A host OS system command |
| RB3.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 |
| RB3.pcapRecorder.verbose | bool | true |
Whether to log packets on the module output |
| RB3.pcapRecorder.recordEmptyPackets | bool | true |
Specifies if zero length packets are recorded or not |
| RB3.pcapRecorder.enableConvertingPackets | bool | true |
Specifies if converting packets to link type is allowed or not |
| RB3.pcapRecorder.pcapFile | string | "" |
The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap" |
| RB3.pcapRecorder.fileFormat | string | "pcapng" | |
| RB3.pcapRecorder.snaplen | int | 65535 |
Maximum number of bytes to record per packet |
| RB3.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). |
| RB3.pcapRecorder.dumpBadFrames | bool | true |
Enable dump of frames with hasBitError |
| RB3.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
Space-separated list of sibling module names to listen on |
| RB3.pcapRecorder.sendingSignalNames | string | "transmissionEnded" |
Space-separated list of outbound packet signals to subscribe to |
| RB3.pcapRecorder.receivingSignalNames | string | "receptionEnded" |
Space-separated list of inbound packet signals to subscribe to |
| RB3.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
Space-separated list of protocol names as defined in the Protocol class |
| RB3.pcapRecorder.packetFilter | object | "*" |
Which packets are considered, matches all packets by default |
| RB3.pcapRecorder.helpers | string | "" |
Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| RB3.pcapRecorder.alwaysFlush | bool | false |
Flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| RB3.interfaceTable.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| RB3.interfaceTable.displayAddresses | bool | false |
Whether to display IP addresses on links |
| RB3.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 |
| RB3.cb.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| RB3.cb.forwardServiceRegistration | bool | true | |
| RB3.cb.forwardProtocolRegistration | bool | true | |
| RB3.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 |
| RB3.cb.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| RB3.cb.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| RB3.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 |
| RB3.bl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| RB3.bl.forwardServiceRegistration | bool | true | |
| RB3.bl.forwardProtocolRegistration | bool | true | |
| RB3.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 |
| RB3.bl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| RB3.bl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| RB3.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 |
| RB3.li.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| RB3.li.forwardServiceRegistration | bool | true | |
| RB3.li.forwardProtocolRegistration | bool | true | |
| RB3.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 |
| RB3.li.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| RB3.li.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| RB3.eth.bitrate | double | ||
| RB3.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 |
| RB3.nl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| RB3.nl.forwardServiceRegistration | bool | true | |
| RB3.nl.forwardProtocolRegistration | bool | true | |
| RB3.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 |
| RB3.nl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| RB3.nl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| RB3.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 |
| RB3.tn.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| RB3.tn.forwardServiceRegistration | bool | true | |
| RB3.tn.forwardProtocolRegistration | bool | true | |
| RB3.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 |
| RB3.tn.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| RB3.tn.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| RB3.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 |
| RB3.at.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| RB3.at.forwardServiceRegistration | bool | true | |
| RB3.at.forwardProtocolRegistration | bool | true | |
| RB3.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 |
| RB3.at.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| RB3.at.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| RB3.bgp.interfaceTableModule | string |
The path to the InterfaceTable module |
|
| RB3.bgp.routingTableModule | string | ||
| RB3.bgp.ospfRoutingModule | string | parent.hasOspf ? "^.ospf" : "" | |
| RB4.status.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| RB4.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| RB4.environment.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| RB4.environment.initStage | int | 0 |
Initialization stage for the setup command |
| RB4.environment.globalNamespace | bool | false |
Create new network namespaces under /var/run/netns/ (Linux only) |
| RB4.environment.namespace | string | "" |
Name of the host OS network namespace (optional) (Linux only) |
| RB4.environment.setupCommand | string | "" |
A host OS system command |
| RB4.environment.teardownCommand | string | "" |
A host OS system command |
| RB4.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 |
| RB4.pcapRecorder.verbose | bool | true |
Whether to log packets on the module output |
| RB4.pcapRecorder.recordEmptyPackets | bool | true |
Specifies if zero length packets are recorded or not |
| RB4.pcapRecorder.enableConvertingPackets | bool | true |
Specifies if converting packets to link type is allowed or not |
| RB4.pcapRecorder.pcapFile | string | "" |
The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap" |
| RB4.pcapRecorder.fileFormat | string | "pcapng" | |
| RB4.pcapRecorder.snaplen | int | 65535 |
Maximum number of bytes to record per packet |
| RB4.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). |
| RB4.pcapRecorder.dumpBadFrames | bool | true |
Enable dump of frames with hasBitError |
| RB4.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
Space-separated list of sibling module names to listen on |
| RB4.pcapRecorder.sendingSignalNames | string | "transmissionEnded" |
Space-separated list of outbound packet signals to subscribe to |
| RB4.pcapRecorder.receivingSignalNames | string | "receptionEnded" |
Space-separated list of inbound packet signals to subscribe to |
| RB4.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
Space-separated list of protocol names as defined in the Protocol class |
| RB4.pcapRecorder.packetFilter | object | "*" |
Which packets are considered, matches all packets by default |
| RB4.pcapRecorder.helpers | string | "" |
Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| RB4.pcapRecorder.alwaysFlush | bool | false |
Flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| RB4.interfaceTable.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| RB4.interfaceTable.displayAddresses | bool | false |
Whether to display IP addresses on links |
| RB4.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 |
| RB4.cb.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| RB4.cb.forwardServiceRegistration | bool | true | |
| RB4.cb.forwardProtocolRegistration | bool | true | |
| RB4.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 |
| RB4.cb.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| RB4.cb.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| RB4.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 |
| RB4.bl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| RB4.bl.forwardServiceRegistration | bool | true | |
| RB4.bl.forwardProtocolRegistration | bool | true | |
| RB4.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 |
| RB4.bl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| RB4.bl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| RB4.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 |
| RB4.li.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| RB4.li.forwardServiceRegistration | bool | true | |
| RB4.li.forwardProtocolRegistration | bool | true | |
| RB4.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 |
| RB4.li.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| RB4.li.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| RB4.eth.bitrate | double | ||
| RB4.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 |
| RB4.nl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| RB4.nl.forwardServiceRegistration | bool | true | |
| RB4.nl.forwardProtocolRegistration | bool | true | |
| RB4.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 |
| RB4.nl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| RB4.nl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| RB4.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 |
| RB4.tn.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| RB4.tn.forwardServiceRegistration | bool | true | |
| RB4.tn.forwardProtocolRegistration | bool | true | |
| RB4.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 |
| RB4.tn.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| RB4.tn.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| RB4.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 |
| RB4.at.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| RB4.at.forwardServiceRegistration | bool | true | |
| RB4.at.forwardProtocolRegistration | bool | true | |
| RB4.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 |
| RB4.at.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| RB4.at.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| RB4.bgp.interfaceTableModule | string |
The path to the InterfaceTable module |
|
| RB4.bgp.routingTableModule | string | ||
| RB4.bgp.ospfRoutingModule | string | parent.hasOspf ? "^.ospf" : "" | |
| RB1.status.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| RB1.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| RB1.environment.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| RB1.environment.initStage | int | 0 |
Initialization stage for the setup command |
| RB1.environment.globalNamespace | bool | false |
Create new network namespaces under /var/run/netns/ (Linux only) |
| RB1.environment.namespace | string | "" |
Name of the host OS network namespace (optional) (Linux only) |
| RB1.environment.setupCommand | string | "" |
A host OS system command |
| RB1.environment.teardownCommand | string | "" |
A host OS system command |
| RB1.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 |
| RB1.pcapRecorder.verbose | bool | true |
Whether to log packets on the module output |
| RB1.pcapRecorder.recordEmptyPackets | bool | true |
Specifies if zero length packets are recorded or not |
| RB1.pcapRecorder.enableConvertingPackets | bool | true |
Specifies if converting packets to link type is allowed or not |
| RB1.pcapRecorder.pcapFile | string | "" |
The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap" |
| RB1.pcapRecorder.fileFormat | string | "pcapng" | |
| RB1.pcapRecorder.snaplen | int | 65535 |
Maximum number of bytes to record per packet |
| RB1.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). |
| RB1.pcapRecorder.dumpBadFrames | bool | true |
Enable dump of frames with hasBitError |
| RB1.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
Space-separated list of sibling module names to listen on |
| RB1.pcapRecorder.sendingSignalNames | string | "transmissionEnded" |
Space-separated list of outbound packet signals to subscribe to |
| RB1.pcapRecorder.receivingSignalNames | string | "receptionEnded" |
Space-separated list of inbound packet signals to subscribe to |
| RB1.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
Space-separated list of protocol names as defined in the Protocol class |
| RB1.pcapRecorder.packetFilter | object | "*" |
Which packets are considered, matches all packets by default |
| RB1.pcapRecorder.helpers | string | "" |
Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| RB1.pcapRecorder.alwaysFlush | bool | false |
Flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| RB1.interfaceTable.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| RB1.interfaceTable.displayAddresses | bool | false |
Whether to display IP addresses on links |
| RB1.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 |
| RB1.cb.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| RB1.cb.forwardServiceRegistration | bool | true | |
| RB1.cb.forwardProtocolRegistration | bool | true | |
| RB1.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 |
| RB1.cb.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| RB1.cb.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| RB1.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 |
| RB1.bl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| RB1.bl.forwardServiceRegistration | bool | true | |
| RB1.bl.forwardProtocolRegistration | bool | true | |
| RB1.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 |
| RB1.bl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| RB1.bl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| RB1.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 |
| RB1.li.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| RB1.li.forwardServiceRegistration | bool | true | |
| RB1.li.forwardProtocolRegistration | bool | true | |
| RB1.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 |
| RB1.li.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| RB1.li.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| RB1.eth.bitrate | double | ||
| RB1.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 |
| RB1.nl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| RB1.nl.forwardServiceRegistration | bool | true | |
| RB1.nl.forwardProtocolRegistration | bool | true | |
| RB1.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 |
| RB1.nl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| RB1.nl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| RB1.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 |
| RB1.tn.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| RB1.tn.forwardServiceRegistration | bool | true | |
| RB1.tn.forwardProtocolRegistration | bool | true | |
| RB1.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 |
| RB1.tn.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| RB1.tn.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| RB1.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 |
| RB1.at.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| RB1.at.forwardServiceRegistration | bool | true | |
| RB1.at.forwardProtocolRegistration | bool | true | |
| RB1.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 |
| RB1.at.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| RB1.at.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| RB1.bgp.interfaceTableModule | string |
The path to the InterfaceTable module |
|
| RB1.bgp.routingTableModule | string | ||
| RB1.bgp.ospfRoutingModule | string | parent.hasOspf ? "^.ospf" : "" | |
| RA4.status.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| RA4.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| RA4.environment.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| RA4.environment.initStage | int | 0 |
Initialization stage for the setup command |
| RA4.environment.globalNamespace | bool | false |
Create new network namespaces under /var/run/netns/ (Linux only) |
| RA4.environment.namespace | string | "" |
Name of the host OS network namespace (optional) (Linux only) |
| RA4.environment.setupCommand | string | "" |
A host OS system command |
| RA4.environment.teardownCommand | string | "" |
A host OS system command |
| RA4.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 |
| RA4.pcapRecorder.verbose | bool | true |
Whether to log packets on the module output |
| RA4.pcapRecorder.recordEmptyPackets | bool | true |
Specifies if zero length packets are recorded or not |
| RA4.pcapRecorder.enableConvertingPackets | bool | true |
Specifies if converting packets to link type is allowed or not |
| RA4.pcapRecorder.pcapFile | string | "" |
The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap" |
| RA4.pcapRecorder.fileFormat | string | "pcapng" | |
| RA4.pcapRecorder.snaplen | int | 65535 |
Maximum number of bytes to record per packet |
| RA4.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). |
| RA4.pcapRecorder.dumpBadFrames | bool | true |
Enable dump of frames with hasBitError |
| RA4.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
Space-separated list of sibling module names to listen on |
| RA4.pcapRecorder.sendingSignalNames | string | "transmissionEnded" |
Space-separated list of outbound packet signals to subscribe to |
| RA4.pcapRecorder.receivingSignalNames | string | "receptionEnded" |
Space-separated list of inbound packet signals to subscribe to |
| RA4.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
Space-separated list of protocol names as defined in the Protocol class |
| RA4.pcapRecorder.packetFilter | object | "*" |
Which packets are considered, matches all packets by default |
| RA4.pcapRecorder.helpers | string | "" |
Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| RA4.pcapRecorder.alwaysFlush | bool | false |
Flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| RA4.interfaceTable.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| RA4.interfaceTable.displayAddresses | bool | false |
Whether to display IP addresses on links |
| RA4.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 |
| RA4.cb.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| RA4.cb.forwardServiceRegistration | bool | true | |
| RA4.cb.forwardProtocolRegistration | bool | true | |
| RA4.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 |
| RA4.cb.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| RA4.cb.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| RA4.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 |
| RA4.bl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| RA4.bl.forwardServiceRegistration | bool | true | |
| RA4.bl.forwardProtocolRegistration | bool | true | |
| RA4.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 |
| RA4.bl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| RA4.bl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| RA4.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 |
| RA4.li.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| RA4.li.forwardServiceRegistration | bool | true | |
| RA4.li.forwardProtocolRegistration | bool | true | |
| RA4.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 |
| RA4.li.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| RA4.li.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| RA4.eth.bitrate | double | ||
| RA4.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 |
| RA4.nl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| RA4.nl.forwardServiceRegistration | bool | true | |
| RA4.nl.forwardProtocolRegistration | bool | true | |
| RA4.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 |
| RA4.nl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| RA4.nl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| RA4.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 |
| RA4.tn.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| RA4.tn.forwardServiceRegistration | bool | true | |
| RA4.tn.forwardProtocolRegistration | bool | true | |
| RA4.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 |
| RA4.tn.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| RA4.tn.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| RA4.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 |
| RA4.at.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| RA4.at.forwardServiceRegistration | bool | true | |
| RA4.at.forwardProtocolRegistration | bool | true | |
| RA4.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 |
| RA4.at.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| RA4.at.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| RA4.bgp.interfaceTableModule | string |
The path to the InterfaceTable module |
|
| RA4.bgp.routingTableModule | string | ||
| RA4.bgp.ospfRoutingModule | string | parent.hasOspf ? "^.ospf" : "" | |
| RA2.status.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| RA2.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| RA2.environment.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| RA2.environment.initStage | int | 0 |
Initialization stage for the setup command |
| RA2.environment.globalNamespace | bool | false |
Create new network namespaces under /var/run/netns/ (Linux only) |
| RA2.environment.namespace | string | "" |
Name of the host OS network namespace (optional) (Linux only) |
| RA2.environment.setupCommand | string | "" |
A host OS system command |
| RA2.environment.teardownCommand | string | "" |
A host OS system command |
| RA2.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 |
| RA2.pcapRecorder.verbose | bool | true |
Whether to log packets on the module output |
| RA2.pcapRecorder.recordEmptyPackets | bool | true |
Specifies if zero length packets are recorded or not |
| RA2.pcapRecorder.enableConvertingPackets | bool | true |
Specifies if converting packets to link type is allowed or not |
| RA2.pcapRecorder.pcapFile | string | "" |
The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap" |
| RA2.pcapRecorder.fileFormat | string | "pcapng" | |
| RA2.pcapRecorder.snaplen | int | 65535 |
Maximum number of bytes to record per packet |
| RA2.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). |
| RA2.pcapRecorder.dumpBadFrames | bool | true |
Enable dump of frames with hasBitError |
| RA2.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
Space-separated list of sibling module names to listen on |
| RA2.pcapRecorder.sendingSignalNames | string | "transmissionEnded" |
Space-separated list of outbound packet signals to subscribe to |
| RA2.pcapRecorder.receivingSignalNames | string | "receptionEnded" |
Space-separated list of inbound packet signals to subscribe to |
| RA2.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
Space-separated list of protocol names as defined in the Protocol class |
| RA2.pcapRecorder.packetFilter | object | "*" |
Which packets are considered, matches all packets by default |
| RA2.pcapRecorder.helpers | string | "" |
Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| RA2.pcapRecorder.alwaysFlush | bool | false |
Flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| RA2.interfaceTable.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| RA2.interfaceTable.displayAddresses | bool | false |
Whether to display IP addresses on links |
| RA2.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 |
| RA2.cb.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| RA2.cb.forwardServiceRegistration | bool | true | |
| RA2.cb.forwardProtocolRegistration | bool | true | |
| RA2.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 |
| RA2.cb.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| RA2.cb.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| RA2.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 |
| RA2.bl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| RA2.bl.forwardServiceRegistration | bool | true | |
| RA2.bl.forwardProtocolRegistration | bool | true | |
| RA2.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 |
| RA2.bl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| RA2.bl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| RA2.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 |
| RA2.li.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| RA2.li.forwardServiceRegistration | bool | true | |
| RA2.li.forwardProtocolRegistration | bool | true | |
| RA2.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 |
| RA2.li.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| RA2.li.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| RA2.eth.bitrate | double | ||
| RA2.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 |
| RA2.nl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| RA2.nl.forwardServiceRegistration | bool | true | |
| RA2.nl.forwardProtocolRegistration | bool | true | |
| RA2.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 |
| RA2.nl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| RA2.nl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| RA2.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 |
| RA2.tn.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| RA2.tn.forwardServiceRegistration | bool | true | |
| RA2.tn.forwardProtocolRegistration | bool | true | |
| RA2.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 |
| RA2.tn.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| RA2.tn.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| RA2.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 |
| RA2.at.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| RA2.at.forwardServiceRegistration | bool | true | |
| RA2.at.forwardProtocolRegistration | bool | true | |
| RA2.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 |
| RA2.at.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| RA2.at.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| RA2.bgp.interfaceTableModule | string |
The path to the InterfaceTable module |
|
| RA2.bgp.routingTableModule | string | ||
| RA2.bgp.ospfRoutingModule | string | parent.hasOspf ? "^.ospf" : "" | |
| RA3.status.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| RA3.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| RA3.environment.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| RA3.environment.initStage | int | 0 |
Initialization stage for the setup command |
| RA3.environment.globalNamespace | bool | false |
Create new network namespaces under /var/run/netns/ (Linux only) |
| RA3.environment.namespace | string | "" |
Name of the host OS network namespace (optional) (Linux only) |
| RA3.environment.setupCommand | string | "" |
A host OS system command |
| RA3.environment.teardownCommand | string | "" |
A host OS system command |
| RA3.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 |
| RA3.pcapRecorder.verbose | bool | true |
Whether to log packets on the module output |
| RA3.pcapRecorder.recordEmptyPackets | bool | true |
Specifies if zero length packets are recorded or not |
| RA3.pcapRecorder.enableConvertingPackets | bool | true |
Specifies if converting packets to link type is allowed or not |
| RA3.pcapRecorder.pcapFile | string | "" |
The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap" |
| RA3.pcapRecorder.fileFormat | string | "pcapng" | |
| RA3.pcapRecorder.snaplen | int | 65535 |
Maximum number of bytes to record per packet |
| RA3.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). |
| RA3.pcapRecorder.dumpBadFrames | bool | true |
Enable dump of frames with hasBitError |
| RA3.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
Space-separated list of sibling module names to listen on |
| RA3.pcapRecorder.sendingSignalNames | string | "transmissionEnded" |
Space-separated list of outbound packet signals to subscribe to |
| RA3.pcapRecorder.receivingSignalNames | string | "receptionEnded" |
Space-separated list of inbound packet signals to subscribe to |
| RA3.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
Space-separated list of protocol names as defined in the Protocol class |
| RA3.pcapRecorder.packetFilter | object | "*" |
Which packets are considered, matches all packets by default |
| RA3.pcapRecorder.helpers | string | "" |
Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| RA3.pcapRecorder.alwaysFlush | bool | false |
Flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| RA3.interfaceTable.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| RA3.interfaceTable.displayAddresses | bool | false |
Whether to display IP addresses on links |
| RA3.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 |
| RA3.cb.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| RA3.cb.forwardServiceRegistration | bool | true | |
| RA3.cb.forwardProtocolRegistration | bool | true | |
| RA3.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 |
| RA3.cb.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| RA3.cb.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| RA3.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 |
| RA3.bl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| RA3.bl.forwardServiceRegistration | bool | true | |
| RA3.bl.forwardProtocolRegistration | bool | true | |
| RA3.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 |
| RA3.bl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| RA3.bl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| RA3.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 |
| RA3.li.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| RA3.li.forwardServiceRegistration | bool | true | |
| RA3.li.forwardProtocolRegistration | bool | true | |
| RA3.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 |
| RA3.li.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| RA3.li.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| RA3.eth.bitrate | double | ||
| RA3.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 |
| RA3.nl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| RA3.nl.forwardServiceRegistration | bool | true | |
| RA3.nl.forwardProtocolRegistration | bool | true | |
| RA3.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 |
| RA3.nl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| RA3.nl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| RA3.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 |
| RA3.tn.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| RA3.tn.forwardServiceRegistration | bool | true | |
| RA3.tn.forwardProtocolRegistration | bool | true | |
| RA3.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 |
| RA3.tn.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| RA3.tn.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| RA3.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 |
| RA3.at.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| RA3.at.forwardServiceRegistration | bool | true | |
| RA3.at.forwardProtocolRegistration | bool | true | |
| RA3.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 |
| RA3.at.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| RA3.at.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| RA3.bgp.interfaceTableModule | string |
The path to the InterfaceTable module |
|
| RA3.bgp.routingTableModule | string | ||
| RA3.bgp.ospfRoutingModule | string | parent.hasOspf ? "^.ospf" : "" | |
| RA1.status.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| RA1.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| RA1.environment.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| RA1.environment.initStage | int | 0 |
Initialization stage for the setup command |
| RA1.environment.globalNamespace | bool | false |
Create new network namespaces under /var/run/netns/ (Linux only) |
| RA1.environment.namespace | string | "" |
Name of the host OS network namespace (optional) (Linux only) |
| RA1.environment.setupCommand | string | "" |
A host OS system command |
| RA1.environment.teardownCommand | string | "" |
A host OS system command |
| RA1.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 |
| RA1.pcapRecorder.verbose | bool | true |
Whether to log packets on the module output |
| RA1.pcapRecorder.recordEmptyPackets | bool | true |
Specifies if zero length packets are recorded or not |
| RA1.pcapRecorder.enableConvertingPackets | bool | true |
Specifies if converting packets to link type is allowed or not |
| RA1.pcapRecorder.pcapFile | string | "" |
The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap" |
| RA1.pcapRecorder.fileFormat | string | "pcapng" | |
| RA1.pcapRecorder.snaplen | int | 65535 |
Maximum number of bytes to record per packet |
| RA1.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). |
| RA1.pcapRecorder.dumpBadFrames | bool | true |
Enable dump of frames with hasBitError |
| RA1.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
Space-separated list of sibling module names to listen on |
| RA1.pcapRecorder.sendingSignalNames | string | "transmissionEnded" |
Space-separated list of outbound packet signals to subscribe to |
| RA1.pcapRecorder.receivingSignalNames | string | "receptionEnded" |
Space-separated list of inbound packet signals to subscribe to |
| RA1.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
Space-separated list of protocol names as defined in the Protocol class |
| RA1.pcapRecorder.packetFilter | object | "*" |
Which packets are considered, matches all packets by default |
| RA1.pcapRecorder.helpers | string | "" |
Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| RA1.pcapRecorder.alwaysFlush | bool | false |
Flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| RA1.interfaceTable.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| RA1.interfaceTable.displayAddresses | bool | false |
Whether to display IP addresses on links |
| RA1.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 |
| RA1.cb.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| RA1.cb.forwardServiceRegistration | bool | true | |
| RA1.cb.forwardProtocolRegistration | bool | true | |
| RA1.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 |
| RA1.cb.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| RA1.cb.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| RA1.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 |
| RA1.bl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| RA1.bl.forwardServiceRegistration | bool | true | |
| RA1.bl.forwardProtocolRegistration | bool | true | |
| RA1.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 |
| RA1.bl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| RA1.bl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| RA1.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 |
| RA1.li.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| RA1.li.forwardServiceRegistration | bool | true | |
| RA1.li.forwardProtocolRegistration | bool | true | |
| RA1.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 |
| RA1.li.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| RA1.li.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| RA1.eth.bitrate | double | ||
| RA1.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 |
| RA1.nl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| RA1.nl.forwardServiceRegistration | bool | true | |
| RA1.nl.forwardProtocolRegistration | bool | true | |
| RA1.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 |
| RA1.nl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| RA1.nl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| RA1.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 |
| RA1.tn.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| RA1.tn.forwardServiceRegistration | bool | true | |
| RA1.tn.forwardProtocolRegistration | bool | true | |
| RA1.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 |
| RA1.tn.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| RA1.tn.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| RA1.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 |
| RA1.at.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| RA1.at.forwardServiceRegistration | bool | true | |
| RA1.at.forwardProtocolRegistration | bool | true | |
| RA1.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 |
| RA1.at.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| RA1.at.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| RA1.bgp.interfaceTableModule | string |
The path to the InterfaceTable module |
|
| RA1.bgp.routingTableModule | string | ||
| RA1.bgp.ospfRoutingModule | string | parent.hasOspf ? "^.ospf" : "" | |
| 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 | ||
| switch5.macTable.agingTime | double | ||
| switch5.macTable.forwardingTableFile | string | ||
| switch5.interfaceTable.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| switch5.interfaceTable.displayAddresses | bool | false |
Whether to display IP addresses on links |
| switch5.status.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| switch5.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| switch5.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 |
| switch5.pcapRecorder.verbose | bool | true |
Whether to log packets on the module output |
| switch5.pcapRecorder.recordEmptyPackets | bool | true |
Specifies if zero length packets are recorded or not |
| switch5.pcapRecorder.enableConvertingPackets | bool | true |
Specifies if converting packets to link type is allowed or not |
| switch5.pcapRecorder.pcapFile | string | "" |
The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap" |
| switch5.pcapRecorder.fileFormat | string | "pcapng" | |
| switch5.pcapRecorder.snaplen | int | 65535 |
Maximum number of bytes to record per packet |
| switch5.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). |
| switch5.pcapRecorder.dumpBadFrames | bool | true |
Enable dump of frames with hasBitError |
| switch5.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
Space-separated list of sibling module names to listen on |
| switch5.pcapRecorder.sendingSignalNames | string | "transmissionEnded" |
Space-separated list of outbound packet signals to subscribe to |
| switch5.pcapRecorder.receivingSignalNames | string | "receptionEnded" |
Space-separated list of inbound packet signals to subscribe to |
| switch5.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
Space-separated list of protocol names as defined in the Protocol class |
| switch5.pcapRecorder.packetFilter | object | "*" |
Which packets are considered, matches all packets by default |
| switch5.pcapRecorder.helpers | string | "" |
Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| switch5.pcapRecorder.alwaysFlush | bool | false |
Flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| switch5.mrp.ccmInterval | double | ||
| switch5.mrp.mrpRole | string | ||
| switch5.mrp.timingProfile | int | ||
| switch5.mrp.uuid0 | int | ||
| switch5.mrp.uuid1 | int | ||
| switch5.mrp.ringPort1 | int | ||
| switch5.mrp.ringPort2 | int | ||
| switch5.mrp.interconnectionLinkCheckAware | bool | ||
| switch5.mrp.interconnectionRingCheckAware | bool | ||
| switch5.mrp.nonblockingMrcSupported | bool | ||
| switch5.mrp.reactOnLinkChange | bool | ||
| switch5.mrp.visualize | bool | ||
| switch5.stp.helloTime | double | ||
| switch5.stp.forwardDelay | double | ||
| switch5.stp.maxAge | double | ||
| switch5.stp.bridgePriority | int | ||
| switch5.stp.visualize | bool | ||
| switch5.gptp.gptpNodeType | string | "BRIDGE_NODE" | |
| switch5.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 |
| switch5.sc.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| switch5.sc.forwardServiceRegistration | bool | true | |
| switch5.sc.forwardProtocolRegistration | bool | true | |
| switch5.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 |
| switch5.sc.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| switch5.sc.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| switch5.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 |
| switch5.cb.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| switch5.cb.forwardServiceRegistration | bool | true | |
| switch5.cb.forwardProtocolRegistration | bool | true | |
| switch5.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 |
| switch5.cb.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| switch5.cb.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| switch5.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 |
| switch5.bl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| switch5.bl.forwardServiceRegistration | bool | true | |
| switch5.bl.forwardProtocolRegistration | bool | true | |
| switch5.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 |
| switch5.bl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| switch5.bl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| switch5.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 |
| switch5.li.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| switch5.li.forwardServiceRegistration | bool | true | |
| switch5.li.forwardProtocolRegistration | bool | true | |
| switch5.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 |
| switch5.li.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| switch5.li.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| switch5.eth.bitrate | double | ||
| switch6.macTable.agingTime | double | ||
| switch6.macTable.forwardingTableFile | string | ||
| switch6.interfaceTable.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| switch6.interfaceTable.displayAddresses | bool | false |
Whether to display IP addresses on links |
| switch6.status.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| switch6.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| switch6.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 |
| switch6.pcapRecorder.verbose | bool | true |
Whether to log packets on the module output |
| switch6.pcapRecorder.recordEmptyPackets | bool | true |
Specifies if zero length packets are recorded or not |
| switch6.pcapRecorder.enableConvertingPackets | bool | true |
Specifies if converting packets to link type is allowed or not |
| switch6.pcapRecorder.pcapFile | string | "" |
The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap" |
| switch6.pcapRecorder.fileFormat | string | "pcapng" | |
| switch6.pcapRecorder.snaplen | int | 65535 |
Maximum number of bytes to record per packet |
| switch6.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). |
| switch6.pcapRecorder.dumpBadFrames | bool | true |
Enable dump of frames with hasBitError |
| switch6.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
Space-separated list of sibling module names to listen on |
| switch6.pcapRecorder.sendingSignalNames | string | "transmissionEnded" |
Space-separated list of outbound packet signals to subscribe to |
| switch6.pcapRecorder.receivingSignalNames | string | "receptionEnded" |
Space-separated list of inbound packet signals to subscribe to |
| switch6.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
Space-separated list of protocol names as defined in the Protocol class |
| switch6.pcapRecorder.packetFilter | object | "*" |
Which packets are considered, matches all packets by default |
| switch6.pcapRecorder.helpers | string | "" |
Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| switch6.pcapRecorder.alwaysFlush | bool | false |
Flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| switch6.mrp.ccmInterval | double | ||
| switch6.mrp.mrpRole | string | ||
| switch6.mrp.timingProfile | int | ||
| switch6.mrp.uuid0 | int | ||
| switch6.mrp.uuid1 | int | ||
| switch6.mrp.ringPort1 | int | ||
| switch6.mrp.ringPort2 | int | ||
| switch6.mrp.interconnectionLinkCheckAware | bool | ||
| switch6.mrp.interconnectionRingCheckAware | bool | ||
| switch6.mrp.nonblockingMrcSupported | bool | ||
| switch6.mrp.reactOnLinkChange | bool | ||
| switch6.mrp.visualize | bool | ||
| switch6.stp.helloTime | double | ||
| switch6.stp.forwardDelay | double | ||
| switch6.stp.maxAge | double | ||
| switch6.stp.bridgePriority | int | ||
| switch6.stp.visualize | bool | ||
| switch6.gptp.gptpNodeType | string | "BRIDGE_NODE" | |
| switch6.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 |
| switch6.sc.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| switch6.sc.forwardServiceRegistration | bool | true | |
| switch6.sc.forwardProtocolRegistration | bool | true | |
| switch6.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 |
| switch6.sc.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| switch6.sc.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| switch6.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 |
| switch6.cb.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| switch6.cb.forwardServiceRegistration | bool | true | |
| switch6.cb.forwardProtocolRegistration | bool | true | |
| switch6.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 |
| switch6.cb.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| switch6.cb.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| switch6.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 |
| switch6.bl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| switch6.bl.forwardServiceRegistration | bool | true | |
| switch6.bl.forwardProtocolRegistration | bool | true | |
| switch6.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 |
| switch6.bl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| switch6.bl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| switch6.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 |
| switch6.li.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| switch6.li.forwardServiceRegistration | bool | true | |
| switch6.li.forwardProtocolRegistration | bool | true | |
| switch6.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 |
| switch6.li.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| switch6.li.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| switch6.eth.bitrate | double | ||
| host0.status.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| host0.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| host0.environment.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| host0.environment.initStage | int | 0 |
Initialization stage for the setup command |
| host0.environment.globalNamespace | bool | false |
Create new network namespaces under /var/run/netns/ (Linux only) |
| host0.environment.namespace | string | "" |
Name of the host OS network namespace (optional) (Linux only) |
| host0.environment.setupCommand | string | "" |
A host OS system command |
| host0.environment.teardownCommand | string | "" |
A host OS system command |
| host0.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 |
| host0.pcapRecorder.verbose | bool | true |
Whether to log packets on the module output |
| host0.pcapRecorder.recordEmptyPackets | bool | true |
Specifies if zero length packets are recorded or not |
| host0.pcapRecorder.enableConvertingPackets | bool | true |
Specifies if converting packets to link type is allowed or not |
| host0.pcapRecorder.pcapFile | string | "" |
The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap" |
| host0.pcapRecorder.fileFormat | string | "pcapng" | |
| host0.pcapRecorder.snaplen | int | 65535 |
Maximum number of bytes to record per packet |
| host0.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). |
| host0.pcapRecorder.dumpBadFrames | bool | true |
Enable dump of frames with hasBitError |
| host0.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
Space-separated list of sibling module names to listen on |
| host0.pcapRecorder.sendingSignalNames | string | "transmissionEnded" |
Space-separated list of outbound packet signals to subscribe to |
| host0.pcapRecorder.receivingSignalNames | string | "receptionEnded" |
Space-separated list of inbound packet signals to subscribe to |
| host0.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
Space-separated list of protocol names as defined in the Protocol class |
| host0.pcapRecorder.packetFilter | object | "*" |
Which packets are considered, matches all packets by default |
| host0.pcapRecorder.helpers | string | "" |
Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| host0.pcapRecorder.alwaysFlush | bool | false |
Flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| host0.interfaceTable.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| host0.interfaceTable.displayAddresses | bool | false |
Whether to display IP addresses on links |
| host0.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 |
| host0.cb.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| host0.cb.forwardServiceRegistration | bool | true | |
| host0.cb.forwardProtocolRegistration | bool | true | |
| host0.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 |
| host0.cb.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| host0.cb.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| host0.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 |
| host0.bl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| host0.bl.forwardServiceRegistration | bool | true | |
| host0.bl.forwardProtocolRegistration | bool | true | |
| host0.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 |
| host0.bl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| host0.bl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| host0.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 |
| host0.li.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| host0.li.forwardServiceRegistration | bool | true | |
| host0.li.forwardProtocolRegistration | bool | true | |
| host0.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 |
| host0.li.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| host0.li.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| host0.eth.bitrate | double | ||
| host0.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 |
| host0.nl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| host0.nl.forwardServiceRegistration | bool | true | |
| host0.nl.forwardProtocolRegistration | bool | true | |
| host0.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 |
| host0.nl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| host0.nl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| host0.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 |
| host0.tn.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| host0.tn.forwardServiceRegistration | bool | true | |
| host0.tn.forwardProtocolRegistration | bool | true | |
| host0.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 |
| host0.tn.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| host0.tn.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| host0.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 |
| host0.at.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| host0.at.forwardServiceRegistration | bool | true | |
| host0.at.forwardProtocolRegistration | bool | true | |
| host0.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 |
| host0.at.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| host0.at.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| host1.status.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| host1.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| host1.environment.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| host1.environment.initStage | int | 0 |
Initialization stage for the setup command |
| host1.environment.globalNamespace | bool | false |
Create new network namespaces under /var/run/netns/ (Linux only) |
| host1.environment.namespace | string | "" |
Name of the host OS network namespace (optional) (Linux only) |
| host1.environment.setupCommand | string | "" |
A host OS system command |
| host1.environment.teardownCommand | string | "" |
A host OS system command |
| host1.pcapRecorder.displayStringTextFormat | string | "rec: %n pks" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| host1.pcapRecorder.verbose | bool | true |
Whether to log packets on the module output |
| host1.pcapRecorder.recordEmptyPackets | bool | true |
Specifies if zero length packets are recorded or not |
| host1.pcapRecorder.enableConvertingPackets | bool | true |
Specifies if converting packets to link type is allowed or not |
| host1.pcapRecorder.pcapFile | string | "" |
The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap" |
| host1.pcapRecorder.fileFormat | string | "pcapng" | |
| host1.pcapRecorder.snaplen | int | 65535 |
Maximum number of bytes to record per packet |
| host1.pcapRecorder.timePrecision | int | 6 |
Time precision in recorded file. pcap supports only 6 (usec) or 9 (nanosec), pcapng supports more values (see 'if_tsresol' option in pcapng file format). |
| host1.pcapRecorder.dumpBadFrames | bool | true |
Enable dump of frames with hasBitError |
| host1.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
Space-separated list of sibling module names to listen on |
| host1.pcapRecorder.sendingSignalNames | string | "transmissionEnded" |
Space-separated list of outbound packet signals to subscribe to |
| host1.pcapRecorder.receivingSignalNames | string | "receptionEnded" |
Space-separated list of inbound packet signals to subscribe to |
| host1.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
Space-separated list of protocol names as defined in the Protocol class |
| host1.pcapRecorder.packetFilter | object | "*" |
Which packets are considered, matches all packets by default |
| host1.pcapRecorder.helpers | string | "" |
Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| host1.pcapRecorder.alwaysFlush | bool | false |
Flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| host1.interfaceTable.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| host1.interfaceTable.displayAddresses | bool | false |
Whether to display IP addresses on links |
| host1.cb.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| host1.cb.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| host1.cb.forwardServiceRegistration | bool | true | |
| host1.cb.forwardProtocolRegistration | bool | true | |
| host1.cb.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| host1.cb.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| host1.cb.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| host1.bl.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| host1.bl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| host1.bl.forwardServiceRegistration | bool | true | |
| host1.bl.forwardProtocolRegistration | bool | true | |
| host1.bl.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| host1.bl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| host1.bl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| host1.li.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| host1.li.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| host1.li.forwardServiceRegistration | bool | true | |
| host1.li.forwardProtocolRegistration | bool | true | |
| host1.li.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| host1.li.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| host1.li.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| host1.eth.bitrate | double | ||
| host1.nl.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| host1.nl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| host1.nl.forwardServiceRegistration | bool | true | |
| host1.nl.forwardProtocolRegistration | bool | true | |
| host1.nl.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| host1.nl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| host1.nl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| host1.tn.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| host1.tn.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| host1.tn.forwardServiceRegistration | bool | true | |
| host1.tn.forwardProtocolRegistration | bool | true | |
| host1.tn.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| host1.tn.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| host1.tn.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| host1.at.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| host1.at.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| host1.at.forwardServiceRegistration | bool | true | |
| host1.at.forwardProtocolRegistration | bool | true | |
| host1.at.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| host1.at.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| host1.at.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| RC1.status.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| RC1.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| RC1.environment.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| RC1.environment.initStage | int | 0 |
Initialization stage for the setup command |
| RC1.environment.globalNamespace | bool | false |
Create new network namespaces under /var/run/netns/ (Linux only) |
| RC1.environment.namespace | string | "" |
Name of the host OS network namespace (optional) (Linux only) |
| RC1.environment.setupCommand | string | "" |
A host OS system command |
| RC1.environment.teardownCommand | string | "" |
A host OS system command |
| RC1.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 |
| RC1.pcapRecorder.verbose | bool | true |
Whether to log packets on the module output |
| RC1.pcapRecorder.recordEmptyPackets | bool | true |
Specifies if zero length packets are recorded or not |
| RC1.pcapRecorder.enableConvertingPackets | bool | true |
Specifies if converting packets to link type is allowed or not |
| RC1.pcapRecorder.pcapFile | string | "" |
The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap" |
| RC1.pcapRecorder.fileFormat | string | "pcapng" | |
| RC1.pcapRecorder.snaplen | int | 65535 |
Maximum number of bytes to record per packet |
| RC1.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). |
| RC1.pcapRecorder.dumpBadFrames | bool | true |
Enable dump of frames with hasBitError |
| RC1.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
Space-separated list of sibling module names to listen on |
| RC1.pcapRecorder.sendingSignalNames | string | "transmissionEnded" |
Space-separated list of outbound packet signals to subscribe to |
| RC1.pcapRecorder.receivingSignalNames | string | "receptionEnded" |
Space-separated list of inbound packet signals to subscribe to |
| RC1.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
Space-separated list of protocol names as defined in the Protocol class |
| RC1.pcapRecorder.packetFilter | object | "*" |
Which packets are considered, matches all packets by default |
| RC1.pcapRecorder.helpers | string | "" |
Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| RC1.pcapRecorder.alwaysFlush | bool | false |
Flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| RC1.interfaceTable.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| RC1.interfaceTable.displayAddresses | bool | false |
Whether to display IP addresses on links |
| RC1.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 |
| RC1.cb.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| RC1.cb.forwardServiceRegistration | bool | true | |
| RC1.cb.forwardProtocolRegistration | bool | true | |
| RC1.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 |
| RC1.cb.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| RC1.cb.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| RC1.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 |
| RC1.bl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| RC1.bl.forwardServiceRegistration | bool | true | |
| RC1.bl.forwardProtocolRegistration | bool | true | |
| RC1.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 |
| RC1.bl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| RC1.bl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| RC1.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 |
| RC1.li.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| RC1.li.forwardServiceRegistration | bool | true | |
| RC1.li.forwardProtocolRegistration | bool | true | |
| RC1.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 |
| RC1.li.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| RC1.li.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| RC1.eth.bitrate | double | ||
| RC1.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 |
| RC1.nl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| RC1.nl.forwardServiceRegistration | bool | true | |
| RC1.nl.forwardProtocolRegistration | bool | true | |
| RC1.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 |
| RC1.nl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| RC1.nl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| RC1.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 |
| RC1.tn.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| RC1.tn.forwardServiceRegistration | bool | true | |
| RC1.tn.forwardProtocolRegistration | bool | true | |
| RC1.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 |
| RC1.tn.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| RC1.tn.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| RC1.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 |
| RC1.at.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| RC1.at.forwardServiceRegistration | bool | true | |
| RC1.at.forwardProtocolRegistration | bool | true | |
| RC1.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 |
| RC1.at.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| RC1.at.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| RC1.bgp.interfaceTableModule | string |
The path to the InterfaceTable module |
|
| RC1.bgp.routingTableModule | string | ||
| RC1.bgp.ospfRoutingModule | string | parent.hasOspf ? "^.ospf" : "" | |
| RC3.status.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| RC3.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| RC3.environment.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| RC3.environment.initStage | int | 0 |
Initialization stage for the setup command |
| RC3.environment.globalNamespace | bool | false |
Create new network namespaces under /var/run/netns/ (Linux only) |
| RC3.environment.namespace | string | "" |
Name of the host OS network namespace (optional) (Linux only) |
| RC3.environment.setupCommand | string | "" |
A host OS system command |
| RC3.environment.teardownCommand | string | "" |
A host OS system command |
| RC3.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 |
| RC3.pcapRecorder.verbose | bool | true |
Whether to log packets on the module output |
| RC3.pcapRecorder.recordEmptyPackets | bool | true |
Specifies if zero length packets are recorded or not |
| RC3.pcapRecorder.enableConvertingPackets | bool | true |
Specifies if converting packets to link type is allowed or not |
| RC3.pcapRecorder.pcapFile | string | "" |
The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap" |
| RC3.pcapRecorder.fileFormat | string | "pcapng" | |
| RC3.pcapRecorder.snaplen | int | 65535 |
Maximum number of bytes to record per packet |
| RC3.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). |
| RC3.pcapRecorder.dumpBadFrames | bool | true |
Enable dump of frames with hasBitError |
| RC3.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
Space-separated list of sibling module names to listen on |
| RC3.pcapRecorder.sendingSignalNames | string | "transmissionEnded" |
Space-separated list of outbound packet signals to subscribe to |
| RC3.pcapRecorder.receivingSignalNames | string | "receptionEnded" |
Space-separated list of inbound packet signals to subscribe to |
| RC3.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
Space-separated list of protocol names as defined in the Protocol class |
| RC3.pcapRecorder.packetFilter | object | "*" |
Which packets are considered, matches all packets by default |
| RC3.pcapRecorder.helpers | string | "" |
Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| RC3.pcapRecorder.alwaysFlush | bool | false |
Flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| RC3.interfaceTable.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| RC3.interfaceTable.displayAddresses | bool | false |
Whether to display IP addresses on links |
| RC3.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 |
| RC3.cb.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| RC3.cb.forwardServiceRegistration | bool | true | |
| RC3.cb.forwardProtocolRegistration | bool | true | |
| RC3.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 |
| RC3.cb.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| RC3.cb.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| RC3.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 |
| RC3.bl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| RC3.bl.forwardServiceRegistration | bool | true | |
| RC3.bl.forwardProtocolRegistration | bool | true | |
| RC3.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 |
| RC3.bl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| RC3.bl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| RC3.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 |
| RC3.li.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| RC3.li.forwardServiceRegistration | bool | true | |
| RC3.li.forwardProtocolRegistration | bool | true | |
| RC3.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 |
| RC3.li.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| RC3.li.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| RC3.eth.bitrate | double | ||
| RC3.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 |
| RC3.nl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| RC3.nl.forwardServiceRegistration | bool | true | |
| RC3.nl.forwardProtocolRegistration | bool | true | |
| RC3.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 |
| RC3.nl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| RC3.nl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| RC3.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 |
| RC3.tn.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| RC3.tn.forwardServiceRegistration | bool | true | |
| RC3.tn.forwardProtocolRegistration | bool | true | |
| RC3.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 |
| RC3.tn.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| RC3.tn.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| RC3.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 |
| RC3.at.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| RC3.at.forwardServiceRegistration | bool | true | |
| RC3.at.forwardProtocolRegistration | bool | true | |
| RC3.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 |
| RC3.at.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| RC3.at.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| RC3.bgp.interfaceTableModule | string |
The path to the InterfaceTable module |
|
| RC3.bgp.routingTableModule | string | ||
| RC3.bgp.ospfRoutingModule | string | parent.hasOspf ? "^.ospf" : "" | |
| RC4.status.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| RC4.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| RC4.environment.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| RC4.environment.initStage | int | 0 |
Initialization stage for the setup command |
| RC4.environment.globalNamespace | bool | false |
Create new network namespaces under /var/run/netns/ (Linux only) |
| RC4.environment.namespace | string | "" |
Name of the host OS network namespace (optional) (Linux only) |
| RC4.environment.setupCommand | string | "" |
A host OS system command |
| RC4.environment.teardownCommand | string | "" |
A host OS system command |
| RC4.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 |
| RC4.pcapRecorder.verbose | bool | true |
Whether to log packets on the module output |
| RC4.pcapRecorder.recordEmptyPackets | bool | true |
Specifies if zero length packets are recorded or not |
| RC4.pcapRecorder.enableConvertingPackets | bool | true |
Specifies if converting packets to link type is allowed or not |
| RC4.pcapRecorder.pcapFile | string | "" |
The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap" |
| RC4.pcapRecorder.fileFormat | string | "pcapng" | |
| RC4.pcapRecorder.snaplen | int | 65535 |
Maximum number of bytes to record per packet |
| RC4.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). |
| RC4.pcapRecorder.dumpBadFrames | bool | true |
Enable dump of frames with hasBitError |
| RC4.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
Space-separated list of sibling module names to listen on |
| RC4.pcapRecorder.sendingSignalNames | string | "transmissionEnded" |
Space-separated list of outbound packet signals to subscribe to |
| RC4.pcapRecorder.receivingSignalNames | string | "receptionEnded" |
Space-separated list of inbound packet signals to subscribe to |
| RC4.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
Space-separated list of protocol names as defined in the Protocol class |
| RC4.pcapRecorder.packetFilter | object | "*" |
Which packets are considered, matches all packets by default |
| RC4.pcapRecorder.helpers | string | "" |
Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| RC4.pcapRecorder.alwaysFlush | bool | false |
Flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| RC4.interfaceTable.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| RC4.interfaceTable.displayAddresses | bool | false |
Whether to display IP addresses on links |
| RC4.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 |
| RC4.cb.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| RC4.cb.forwardServiceRegistration | bool | true | |
| RC4.cb.forwardProtocolRegistration | bool | true | |
| RC4.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 |
| RC4.cb.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| RC4.cb.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| RC4.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 |
| RC4.bl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| RC4.bl.forwardServiceRegistration | bool | true | |
| RC4.bl.forwardProtocolRegistration | bool | true | |
| RC4.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 |
| RC4.bl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| RC4.bl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| RC4.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 |
| RC4.li.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| RC4.li.forwardServiceRegistration | bool | true | |
| RC4.li.forwardProtocolRegistration | bool | true | |
| RC4.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 |
| RC4.li.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| RC4.li.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| RC4.eth.bitrate | double | ||
| RC4.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 |
| RC4.nl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| RC4.nl.forwardServiceRegistration | bool | true | |
| RC4.nl.forwardProtocolRegistration | bool | true | |
| RC4.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 |
| RC4.nl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| RC4.nl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| RC4.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 |
| RC4.tn.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| RC4.tn.forwardServiceRegistration | bool | true | |
| RC4.tn.forwardProtocolRegistration | bool | true | |
| RC4.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 |
| RC4.tn.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| RC4.tn.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| RC4.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 |
| RC4.at.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| RC4.at.forwardServiceRegistration | bool | true | |
| RC4.at.forwardProtocolRegistration | bool | true | |
| RC4.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 |
| RC4.at.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| RC4.at.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| RC4.bgp.interfaceTableModule | string |
The path to the InterfaceTable module |
|
| RC4.bgp.routingTableModule | string | ||
| RC4.bgp.ospfRoutingModule | string | parent.hasOspf ? "^.ospf" : "" | |
| switch7.macTable.agingTime | double | ||
| switch7.macTable.forwardingTableFile | string | ||
| switch7.interfaceTable.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| switch7.interfaceTable.displayAddresses | bool | false |
Whether to display IP addresses on links |
| switch7.status.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| switch7.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| switch7.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 |
| switch7.pcapRecorder.verbose | bool | true |
Whether to log packets on the module output |
| switch7.pcapRecorder.recordEmptyPackets | bool | true |
Specifies if zero length packets are recorded or not |
| switch7.pcapRecorder.enableConvertingPackets | bool | true |
Specifies if converting packets to link type is allowed or not |
| switch7.pcapRecorder.pcapFile | string | "" |
The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap" |
| switch7.pcapRecorder.fileFormat | string | "pcapng" | |
| switch7.pcapRecorder.snaplen | int | 65535 |
Maximum number of bytes to record per packet |
| switch7.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). |
| switch7.pcapRecorder.dumpBadFrames | bool | true |
Enable dump of frames with hasBitError |
| switch7.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
Space-separated list of sibling module names to listen on |
| switch7.pcapRecorder.sendingSignalNames | string | "transmissionEnded" |
Space-separated list of outbound packet signals to subscribe to |
| switch7.pcapRecorder.receivingSignalNames | string | "receptionEnded" |
Space-separated list of inbound packet signals to subscribe to |
| switch7.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
Space-separated list of protocol names as defined in the Protocol class |
| switch7.pcapRecorder.packetFilter | object | "*" |
Which packets are considered, matches all packets by default |
| switch7.pcapRecorder.helpers | string | "" |
Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| switch7.pcapRecorder.alwaysFlush | bool | false |
Flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| switch7.mrp.ccmInterval | double | ||
| switch7.mrp.mrpRole | string | ||
| switch7.mrp.timingProfile | int | ||
| switch7.mrp.uuid0 | int | ||
| switch7.mrp.uuid1 | int | ||
| switch7.mrp.ringPort1 | int | ||
| switch7.mrp.ringPort2 | int | ||
| switch7.mrp.interconnectionLinkCheckAware | bool | ||
| switch7.mrp.interconnectionRingCheckAware | bool | ||
| switch7.mrp.nonblockingMrcSupported | bool | ||
| switch7.mrp.reactOnLinkChange | bool | ||
| switch7.mrp.visualize | bool | ||
| switch7.stp.helloTime | double | ||
| switch7.stp.forwardDelay | double | ||
| switch7.stp.maxAge | double | ||
| switch7.stp.bridgePriority | int | ||
| switch7.stp.visualize | bool | ||
| switch7.gptp.gptpNodeType | string | "BRIDGE_NODE" | |
| switch7.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 |
| switch7.sc.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| switch7.sc.forwardServiceRegistration | bool | true | |
| switch7.sc.forwardProtocolRegistration | bool | true | |
| switch7.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 |
| switch7.sc.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| switch7.sc.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| switch7.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 |
| switch7.cb.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| switch7.cb.forwardServiceRegistration | bool | true | |
| switch7.cb.forwardProtocolRegistration | bool | true | |
| switch7.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 |
| switch7.cb.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| switch7.cb.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| switch7.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 |
| switch7.bl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| switch7.bl.forwardServiceRegistration | bool | true | |
| switch7.bl.forwardProtocolRegistration | bool | true | |
| switch7.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 |
| switch7.bl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| switch7.bl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| switch7.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 |
| switch7.li.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| switch7.li.forwardServiceRegistration | bool | true | |
| switch7.li.forwardProtocolRegistration | bool | true | |
| switch7.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 |
| switch7.li.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| switch7.li.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| switch7.eth.bitrate | double | ||
| host2.status.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| host2.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| host2.environment.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| host2.environment.initStage | int | 0 |
Initialization stage for the setup command |
| host2.environment.globalNamespace | bool | false |
Create new network namespaces under /var/run/netns/ (Linux only) |
| host2.environment.namespace | string | "" |
Name of the host OS network namespace (optional) (Linux only) |
| host2.environment.setupCommand | string | "" |
A host OS system command |
| host2.environment.teardownCommand | string | "" |
A host OS system command |
| host2.pcapRecorder.displayStringTextFormat | string | "rec: %n pks" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| host2.pcapRecorder.verbose | bool | true |
Whether to log packets on the module output |
| host2.pcapRecorder.recordEmptyPackets | bool | true |
Specifies if zero length packets are recorded or not |
| host2.pcapRecorder.enableConvertingPackets | bool | true |
Specifies if converting packets to link type is allowed or not |
| host2.pcapRecorder.pcapFile | string | "" |
The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap" |
| host2.pcapRecorder.fileFormat | string | "pcapng" | |
| host2.pcapRecorder.snaplen | int | 65535 |
Maximum number of bytes to record per packet |
| host2.pcapRecorder.timePrecision | int | 6 |
Time precision in recorded file. pcap supports only 6 (usec) or 9 (nanosec), pcapng supports more values (see 'if_tsresol' option in pcapng file format). |
| host2.pcapRecorder.dumpBadFrames | bool | true |
Enable dump of frames with hasBitError |
| host2.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
Space-separated list of sibling module names to listen on |
| host2.pcapRecorder.sendingSignalNames | string | "transmissionEnded" |
Space-separated list of outbound packet signals to subscribe to |
| host2.pcapRecorder.receivingSignalNames | string | "receptionEnded" |
Space-separated list of inbound packet signals to subscribe to |
| host2.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
Space-separated list of protocol names as defined in the Protocol class |
| host2.pcapRecorder.packetFilter | object | "*" |
Which packets are considered, matches all packets by default |
| host2.pcapRecorder.helpers | string | "" |
Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| host2.pcapRecorder.alwaysFlush | bool | false |
Flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| host2.interfaceTable.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| host2.interfaceTable.displayAddresses | bool | false |
Whether to display IP addresses on links |
| host2.cb.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| host2.cb.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| host2.cb.forwardServiceRegistration | bool | true | |
| host2.cb.forwardProtocolRegistration | bool | true | |
| host2.cb.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| host2.cb.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| host2.cb.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| host2.bl.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| host2.bl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| host2.bl.forwardServiceRegistration | bool | true | |
| host2.bl.forwardProtocolRegistration | bool | true | |
| host2.bl.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| host2.bl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| host2.bl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| host2.li.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| host2.li.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| host2.li.forwardServiceRegistration | bool | true | |
| host2.li.forwardProtocolRegistration | bool | true | |
| host2.li.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| host2.li.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| host2.li.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| host2.eth.bitrate | double | ||
| host2.nl.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| host2.nl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| host2.nl.forwardServiceRegistration | bool | true | |
| host2.nl.forwardProtocolRegistration | bool | true | |
| host2.nl.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| host2.nl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| host2.nl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| host2.tn.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| host2.tn.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| host2.tn.forwardServiceRegistration | bool | true | |
| host2.tn.forwardProtocolRegistration | bool | true | |
| host2.tn.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| host2.tn.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| host2.tn.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| host2.at.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| host2.at.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| host2.at.forwardServiceRegistration | bool | true | |
| host2.at.forwardProtocolRegistration | bool | true | |
| host2.at.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| host2.at.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| host2.at.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| switch8.macTable.agingTime | double | ||
| switch8.macTable.forwardingTableFile | string | ||
| switch8.interfaceTable.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| switch8.interfaceTable.displayAddresses | bool | false |
Whether to display IP addresses on links |
| switch8.status.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| switch8.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| switch8.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 |
| switch8.pcapRecorder.verbose | bool | true |
Whether to log packets on the module output |
| switch8.pcapRecorder.recordEmptyPackets | bool | true |
Specifies if zero length packets are recorded or not |
| switch8.pcapRecorder.enableConvertingPackets | bool | true |
Specifies if converting packets to link type is allowed or not |
| switch8.pcapRecorder.pcapFile | string | "" |
The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap" |
| switch8.pcapRecorder.fileFormat | string | "pcapng" | |
| switch8.pcapRecorder.snaplen | int | 65535 |
Maximum number of bytes to record per packet |
| switch8.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). |
| switch8.pcapRecorder.dumpBadFrames | bool | true |
Enable dump of frames with hasBitError |
| switch8.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
Space-separated list of sibling module names to listen on |
| switch8.pcapRecorder.sendingSignalNames | string | "transmissionEnded" |
Space-separated list of outbound packet signals to subscribe to |
| switch8.pcapRecorder.receivingSignalNames | string | "receptionEnded" |
Space-separated list of inbound packet signals to subscribe to |
| switch8.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
Space-separated list of protocol names as defined in the Protocol class |
| switch8.pcapRecorder.packetFilter | object | "*" |
Which packets are considered, matches all packets by default |
| switch8.pcapRecorder.helpers | string | "" |
Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| switch8.pcapRecorder.alwaysFlush | bool | false |
Flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| switch8.mrp.ccmInterval | double | ||
| switch8.mrp.mrpRole | string | ||
| switch8.mrp.timingProfile | int | ||
| switch8.mrp.uuid0 | int | ||
| switch8.mrp.uuid1 | int | ||
| switch8.mrp.ringPort1 | int | ||
| switch8.mrp.ringPort2 | int | ||
| switch8.mrp.interconnectionLinkCheckAware | bool | ||
| switch8.mrp.interconnectionRingCheckAware | bool | ||
| switch8.mrp.nonblockingMrcSupported | bool | ||
| switch8.mrp.reactOnLinkChange | bool | ||
| switch8.mrp.visualize | bool | ||
| switch8.stp.helloTime | double | ||
| switch8.stp.forwardDelay | double | ||
| switch8.stp.maxAge | double | ||
| switch8.stp.bridgePriority | int | ||
| switch8.stp.visualize | bool | ||
| switch8.gptp.gptpNodeType | string | "BRIDGE_NODE" | |
| switch8.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 |
| switch8.sc.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| switch8.sc.forwardServiceRegistration | bool | true | |
| switch8.sc.forwardProtocolRegistration | bool | true | |
| switch8.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 |
| switch8.sc.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| switch8.sc.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| switch8.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 |
| switch8.cb.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| switch8.cb.forwardServiceRegistration | bool | true | |
| switch8.cb.forwardProtocolRegistration | bool | true | |
| switch8.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 |
| switch8.cb.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| switch8.cb.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| switch8.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 |
| switch8.bl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| switch8.bl.forwardServiceRegistration | bool | true | |
| switch8.bl.forwardProtocolRegistration | bool | true | |
| switch8.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 |
| switch8.bl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| switch8.bl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| switch8.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 |
| switch8.li.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| switch8.li.forwardServiceRegistration | bool | true | |
| switch8.li.forwardProtocolRegistration | bool | true | |
| switch8.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 |
| switch8.li.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| switch8.li.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| switch8.eth.bitrate | double | ||
| RC2.status.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| RC2.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| RC2.environment.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| RC2.environment.initStage | int | 0 |
Initialization stage for the setup command |
| RC2.environment.globalNamespace | bool | false |
Create new network namespaces under /var/run/netns/ (Linux only) |
| RC2.environment.namespace | string | "" |
Name of the host OS network namespace (optional) (Linux only) |
| RC2.environment.setupCommand | string | "" |
A host OS system command |
| RC2.environment.teardownCommand | string | "" |
A host OS system command |
| RC2.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 |
| RC2.pcapRecorder.verbose | bool | true |
Whether to log packets on the module output |
| RC2.pcapRecorder.recordEmptyPackets | bool | true |
Specifies if zero length packets are recorded or not |
| RC2.pcapRecorder.enableConvertingPackets | bool | true |
Specifies if converting packets to link type is allowed or not |
| RC2.pcapRecorder.pcapFile | string | "" |
The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap" |
| RC2.pcapRecorder.fileFormat | string | "pcapng" | |
| RC2.pcapRecorder.snaplen | int | 65535 |
Maximum number of bytes to record per packet |
| RC2.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). |
| RC2.pcapRecorder.dumpBadFrames | bool | true |
Enable dump of frames with hasBitError |
| RC2.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
Space-separated list of sibling module names to listen on |
| RC2.pcapRecorder.sendingSignalNames | string | "transmissionEnded" |
Space-separated list of outbound packet signals to subscribe to |
| RC2.pcapRecorder.receivingSignalNames | string | "receptionEnded" |
Space-separated list of inbound packet signals to subscribe to |
| RC2.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
Space-separated list of protocol names as defined in the Protocol class |
| RC2.pcapRecorder.packetFilter | object | "*" |
Which packets are considered, matches all packets by default |
| RC2.pcapRecorder.helpers | string | "" |
Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| RC2.pcapRecorder.alwaysFlush | bool | false |
Flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| RC2.interfaceTable.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| RC2.interfaceTable.displayAddresses | bool | false |
Whether to display IP addresses on links |
| RC2.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 |
| RC2.cb.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| RC2.cb.forwardServiceRegistration | bool | true | |
| RC2.cb.forwardProtocolRegistration | bool | true | |
| RC2.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 |
| RC2.cb.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| RC2.cb.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| RC2.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 |
| RC2.bl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| RC2.bl.forwardServiceRegistration | bool | true | |
| RC2.bl.forwardProtocolRegistration | bool | true | |
| RC2.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 |
| RC2.bl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| RC2.bl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| RC2.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 |
| RC2.li.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| RC2.li.forwardServiceRegistration | bool | true | |
| RC2.li.forwardProtocolRegistration | bool | true | |
| RC2.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 |
| RC2.li.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| RC2.li.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| RC2.eth.bitrate | double | ||
| RC2.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 |
| RC2.nl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| RC2.nl.forwardServiceRegistration | bool | true | |
| RC2.nl.forwardProtocolRegistration | bool | true | |
| RC2.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 |
| RC2.nl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| RC2.nl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| RC2.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 |
| RC2.tn.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| RC2.tn.forwardServiceRegistration | bool | true | |
| RC2.tn.forwardProtocolRegistration | bool | true | |
| RC2.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 |
| RC2.tn.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| RC2.tn.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| RC2.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 |
| RC2.at.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| RC2.at.forwardServiceRegistration | bool | true | |
| RC2.at.forwardProtocolRegistration | bool | true | |
| RC2.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 |
| RC2.at.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| RC2.at.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| RC2.bgp.interfaceTableModule | string |
The path to the InterfaceTable module |
|
| RC2.bgp.routingTableModule | string | ||
| RC2.bgp.ospfRoutingModule | string | parent.hasOspf ? "^.ospf" : "" | |
| RD2.status.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| RD2.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| RD2.environment.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| RD2.environment.initStage | int | 0 |
Initialization stage for the setup command |
| RD2.environment.globalNamespace | bool | false |
Create new network namespaces under /var/run/netns/ (Linux only) |
| RD2.environment.namespace | string | "" |
Name of the host OS network namespace (optional) (Linux only) |
| RD2.environment.setupCommand | string | "" |
A host OS system command |
| RD2.environment.teardownCommand | string | "" |
A host OS system command |
| RD2.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 |
| RD2.pcapRecorder.verbose | bool | true |
Whether to log packets on the module output |
| RD2.pcapRecorder.recordEmptyPackets | bool | true |
Specifies if zero length packets are recorded or not |
| RD2.pcapRecorder.enableConvertingPackets | bool | true |
Specifies if converting packets to link type is allowed or not |
| RD2.pcapRecorder.pcapFile | string | "" |
The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap" |
| RD2.pcapRecorder.fileFormat | string | "pcapng" | |
| RD2.pcapRecorder.snaplen | int | 65535 |
Maximum number of bytes to record per packet |
| RD2.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). |
| RD2.pcapRecorder.dumpBadFrames | bool | true |
Enable dump of frames with hasBitError |
| RD2.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
Space-separated list of sibling module names to listen on |
| RD2.pcapRecorder.sendingSignalNames | string | "transmissionEnded" |
Space-separated list of outbound packet signals to subscribe to |
| RD2.pcapRecorder.receivingSignalNames | string | "receptionEnded" |
Space-separated list of inbound packet signals to subscribe to |
| RD2.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
Space-separated list of protocol names as defined in the Protocol class |
| RD2.pcapRecorder.packetFilter | object | "*" |
Which packets are considered, matches all packets by default |
| RD2.pcapRecorder.helpers | string | "" |
Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| RD2.pcapRecorder.alwaysFlush | bool | false |
Flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| RD2.interfaceTable.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| RD2.interfaceTable.displayAddresses | bool | false |
Whether to display IP addresses on links |
| RD2.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 |
| RD2.cb.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| RD2.cb.forwardServiceRegistration | bool | true | |
| RD2.cb.forwardProtocolRegistration | bool | true | |
| RD2.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 |
| RD2.cb.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| RD2.cb.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| RD2.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 |
| RD2.bl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| RD2.bl.forwardServiceRegistration | bool | true | |
| RD2.bl.forwardProtocolRegistration | bool | true | |
| RD2.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 |
| RD2.bl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| RD2.bl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| RD2.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 |
| RD2.li.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| RD2.li.forwardServiceRegistration | bool | true | |
| RD2.li.forwardProtocolRegistration | bool | true | |
| RD2.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 |
| RD2.li.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| RD2.li.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| RD2.eth.bitrate | double | ||
| RD2.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 |
| RD2.nl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| RD2.nl.forwardServiceRegistration | bool | true | |
| RD2.nl.forwardProtocolRegistration | bool | true | |
| RD2.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 |
| RD2.nl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| RD2.nl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| RD2.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 |
| RD2.tn.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| RD2.tn.forwardServiceRegistration | bool | true | |
| RD2.tn.forwardProtocolRegistration | bool | true | |
| RD2.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 |
| RD2.tn.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| RD2.tn.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| RD2.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 |
| RD2.at.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| RD2.at.forwardServiceRegistration | bool | true | |
| RD2.at.forwardProtocolRegistration | bool | true | |
| RD2.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 |
| RD2.at.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| RD2.at.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| RD2.bgp.interfaceTableModule | string |
The path to the InterfaceTable module |
|
| RD2.bgp.routingTableModule | string | ||
| RD2.bgp.ospfRoutingModule | string | parent.hasOspf ? "^.ospf" : "" | |
| RD3.status.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| RD3.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| RD3.environment.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| RD3.environment.initStage | int | 0 |
Initialization stage for the setup command |
| RD3.environment.globalNamespace | bool | false |
Create new network namespaces under /var/run/netns/ (Linux only) |
| RD3.environment.namespace | string | "" |
Name of the host OS network namespace (optional) (Linux only) |
| RD3.environment.setupCommand | string | "" |
A host OS system command |
| RD3.environment.teardownCommand | string | "" |
A host OS system command |
| RD3.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 |
| RD3.pcapRecorder.verbose | bool | true |
Whether to log packets on the module output |
| RD3.pcapRecorder.recordEmptyPackets | bool | true |
Specifies if zero length packets are recorded or not |
| RD3.pcapRecorder.enableConvertingPackets | bool | true |
Specifies if converting packets to link type is allowed or not |
| RD3.pcapRecorder.pcapFile | string | "" |
The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap" |
| RD3.pcapRecorder.fileFormat | string | "pcapng" | |
| RD3.pcapRecorder.snaplen | int | 65535 |
Maximum number of bytes to record per packet |
| RD3.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). |
| RD3.pcapRecorder.dumpBadFrames | bool | true |
Enable dump of frames with hasBitError |
| RD3.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
Space-separated list of sibling module names to listen on |
| RD3.pcapRecorder.sendingSignalNames | string | "transmissionEnded" |
Space-separated list of outbound packet signals to subscribe to |
| RD3.pcapRecorder.receivingSignalNames | string | "receptionEnded" |
Space-separated list of inbound packet signals to subscribe to |
| RD3.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
Space-separated list of protocol names as defined in the Protocol class |
| RD3.pcapRecorder.packetFilter | object | "*" |
Which packets are considered, matches all packets by default |
| RD3.pcapRecorder.helpers | string | "" |
Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| RD3.pcapRecorder.alwaysFlush | bool | false |
Flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| RD3.interfaceTable.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| RD3.interfaceTable.displayAddresses | bool | false |
Whether to display IP addresses on links |
| RD3.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 |
| RD3.cb.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| RD3.cb.forwardServiceRegistration | bool | true | |
| RD3.cb.forwardProtocolRegistration | bool | true | |
| RD3.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 |
| RD3.cb.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| RD3.cb.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| RD3.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 |
| RD3.bl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| RD3.bl.forwardServiceRegistration | bool | true | |
| RD3.bl.forwardProtocolRegistration | bool | true | |
| RD3.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 |
| RD3.bl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| RD3.bl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| RD3.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 |
| RD3.li.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| RD3.li.forwardServiceRegistration | bool | true | |
| RD3.li.forwardProtocolRegistration | bool | true | |
| RD3.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 |
| RD3.li.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| RD3.li.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| RD3.eth.bitrate | double | ||
| RD3.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 |
| RD3.nl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| RD3.nl.forwardServiceRegistration | bool | true | |
| RD3.nl.forwardProtocolRegistration | bool | true | |
| RD3.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 |
| RD3.nl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| RD3.nl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| RD3.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 |
| RD3.tn.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| RD3.tn.forwardServiceRegistration | bool | true | |
| RD3.tn.forwardProtocolRegistration | bool | true | |
| RD3.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 |
| RD3.tn.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| RD3.tn.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| RD3.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 |
| RD3.at.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| RD3.at.forwardServiceRegistration | bool | true | |
| RD3.at.forwardProtocolRegistration | bool | true | |
| RD3.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 |
| RD3.at.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| RD3.at.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| RD3.bgp.interfaceTableModule | string |
The path to the InterfaceTable module |
|
| RD3.bgp.routingTableModule | string | ||
| RD3.bgp.ospfRoutingModule | string | parent.hasOspf ? "^.ospf" : "" | |
| RD4.status.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| RD4.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| RD4.environment.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| RD4.environment.initStage | int | 0 |
Initialization stage for the setup command |
| RD4.environment.globalNamespace | bool | false |
Create new network namespaces under /var/run/netns/ (Linux only) |
| RD4.environment.namespace | string | "" |
Name of the host OS network namespace (optional) (Linux only) |
| RD4.environment.setupCommand | string | "" |
A host OS system command |
| RD4.environment.teardownCommand | string | "" |
A host OS system command |
| RD4.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 |
| RD4.pcapRecorder.verbose | bool | true |
Whether to log packets on the module output |
| RD4.pcapRecorder.recordEmptyPackets | bool | true |
Specifies if zero length packets are recorded or not |
| RD4.pcapRecorder.enableConvertingPackets | bool | true |
Specifies if converting packets to link type is allowed or not |
| RD4.pcapRecorder.pcapFile | string | "" |
The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap" |
| RD4.pcapRecorder.fileFormat | string | "pcapng" | |
| RD4.pcapRecorder.snaplen | int | 65535 |
Maximum number of bytes to record per packet |
| RD4.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). |
| RD4.pcapRecorder.dumpBadFrames | bool | true |
Enable dump of frames with hasBitError |
| RD4.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
Space-separated list of sibling module names to listen on |
| RD4.pcapRecorder.sendingSignalNames | string | "transmissionEnded" |
Space-separated list of outbound packet signals to subscribe to |
| RD4.pcapRecorder.receivingSignalNames | string | "receptionEnded" |
Space-separated list of inbound packet signals to subscribe to |
| RD4.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
Space-separated list of protocol names as defined in the Protocol class |
| RD4.pcapRecorder.packetFilter | object | "*" |
Which packets are considered, matches all packets by default |
| RD4.pcapRecorder.helpers | string | "" |
Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| RD4.pcapRecorder.alwaysFlush | bool | false |
Flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| RD4.interfaceTable.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| RD4.interfaceTable.displayAddresses | bool | false |
Whether to display IP addresses on links |
| RD4.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 |
| RD4.cb.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| RD4.cb.forwardServiceRegistration | bool | true | |
| RD4.cb.forwardProtocolRegistration | bool | true | |
| RD4.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 |
| RD4.cb.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| RD4.cb.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| RD4.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 |
| RD4.bl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| RD4.bl.forwardServiceRegistration | bool | true | |
| RD4.bl.forwardProtocolRegistration | bool | true | |
| RD4.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 |
| RD4.bl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| RD4.bl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| RD4.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 |
| RD4.li.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| RD4.li.forwardServiceRegistration | bool | true | |
| RD4.li.forwardProtocolRegistration | bool | true | |
| RD4.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 |
| RD4.li.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| RD4.li.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| RD4.eth.bitrate | double | ||
| RD4.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 |
| RD4.nl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| RD4.nl.forwardServiceRegistration | bool | true | |
| RD4.nl.forwardProtocolRegistration | bool | true | |
| RD4.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 |
| RD4.nl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| RD4.nl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| RD4.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 |
| RD4.tn.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| RD4.tn.forwardServiceRegistration | bool | true | |
| RD4.tn.forwardProtocolRegistration | bool | true | |
| RD4.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 |
| RD4.tn.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| RD4.tn.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| RD4.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 |
| RD4.at.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| RD4.at.forwardServiceRegistration | bool | true | |
| RD4.at.forwardProtocolRegistration | bool | true | |
| RD4.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 |
| RD4.at.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| RD4.at.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| RD4.bgp.interfaceTableModule | string |
The path to the InterfaceTable module |
|
| RD4.bgp.routingTableModule | string | ||
| RD4.bgp.ospfRoutingModule | string | parent.hasOspf ? "^.ospf" : "" | |
| switch9.macTable.agingTime | double | ||
| switch9.macTable.forwardingTableFile | string | ||
| switch9.interfaceTable.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| switch9.interfaceTable.displayAddresses | bool | false |
Whether to display IP addresses on links |
| switch9.status.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| switch9.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| switch9.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 |
| switch9.pcapRecorder.verbose | bool | true |
Whether to log packets on the module output |
| switch9.pcapRecorder.recordEmptyPackets | bool | true |
Specifies if zero length packets are recorded or not |
| switch9.pcapRecorder.enableConvertingPackets | bool | true |
Specifies if converting packets to link type is allowed or not |
| switch9.pcapRecorder.pcapFile | string | "" |
The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap" |
| switch9.pcapRecorder.fileFormat | string | "pcapng" | |
| switch9.pcapRecorder.snaplen | int | 65535 |
Maximum number of bytes to record per packet |
| switch9.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). |
| switch9.pcapRecorder.dumpBadFrames | bool | true |
Enable dump of frames with hasBitError |
| switch9.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
Space-separated list of sibling module names to listen on |
| switch9.pcapRecorder.sendingSignalNames | string | "transmissionEnded" |
Space-separated list of outbound packet signals to subscribe to |
| switch9.pcapRecorder.receivingSignalNames | string | "receptionEnded" |
Space-separated list of inbound packet signals to subscribe to |
| switch9.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
Space-separated list of protocol names as defined in the Protocol class |
| switch9.pcapRecorder.packetFilter | object | "*" |
Which packets are considered, matches all packets by default |
| switch9.pcapRecorder.helpers | string | "" |
Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| switch9.pcapRecorder.alwaysFlush | bool | false |
Flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| switch9.mrp.ccmInterval | double | ||
| switch9.mrp.mrpRole | string | ||
| switch9.mrp.timingProfile | int | ||
| switch9.mrp.uuid0 | int | ||
| switch9.mrp.uuid1 | int | ||
| switch9.mrp.ringPort1 | int | ||
| switch9.mrp.ringPort2 | int | ||
| switch9.mrp.interconnectionLinkCheckAware | bool | ||
| switch9.mrp.interconnectionRingCheckAware | bool | ||
| switch9.mrp.nonblockingMrcSupported | bool | ||
| switch9.mrp.reactOnLinkChange | bool | ||
| switch9.mrp.visualize | bool | ||
| switch9.stp.helloTime | double | ||
| switch9.stp.forwardDelay | double | ||
| switch9.stp.maxAge | double | ||
| switch9.stp.bridgePriority | int | ||
| switch9.stp.visualize | bool | ||
| switch9.gptp.gptpNodeType | string | "BRIDGE_NODE" | |
| switch9.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 |
| switch9.sc.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| switch9.sc.forwardServiceRegistration | bool | true | |
| switch9.sc.forwardProtocolRegistration | bool | true | |
| switch9.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 |
| switch9.sc.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| switch9.sc.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| switch9.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 |
| switch9.cb.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| switch9.cb.forwardServiceRegistration | bool | true | |
| switch9.cb.forwardProtocolRegistration | bool | true | |
| switch9.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 |
| switch9.cb.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| switch9.cb.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| switch9.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 |
| switch9.bl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| switch9.bl.forwardServiceRegistration | bool | true | |
| switch9.bl.forwardProtocolRegistration | bool | true | |
| switch9.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 |
| switch9.bl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| switch9.bl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| switch9.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 |
| switch9.li.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| switch9.li.forwardServiceRegistration | bool | true | |
| switch9.li.forwardProtocolRegistration | bool | true | |
| switch9.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 |
| switch9.li.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| switch9.li.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| switch9.eth.bitrate | double | ||
| RD1.status.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| RD1.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| RD1.environment.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| RD1.environment.initStage | int | 0 |
Initialization stage for the setup command |
| RD1.environment.globalNamespace | bool | false |
Create new network namespaces under /var/run/netns/ (Linux only) |
| RD1.environment.namespace | string | "" |
Name of the host OS network namespace (optional) (Linux only) |
| RD1.environment.setupCommand | string | "" |
A host OS system command |
| RD1.environment.teardownCommand | string | "" |
A host OS system command |
| RD1.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 |
| RD1.pcapRecorder.verbose | bool | true |
Whether to log packets on the module output |
| RD1.pcapRecorder.recordEmptyPackets | bool | true |
Specifies if zero length packets are recorded or not |
| RD1.pcapRecorder.enableConvertingPackets | bool | true |
Specifies if converting packets to link type is allowed or not |
| RD1.pcapRecorder.pcapFile | string | "" |
The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap" |
| RD1.pcapRecorder.fileFormat | string | "pcapng" | |
| RD1.pcapRecorder.snaplen | int | 65535 |
Maximum number of bytes to record per packet |
| RD1.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). |
| RD1.pcapRecorder.dumpBadFrames | bool | true |
Enable dump of frames with hasBitError |
| RD1.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
Space-separated list of sibling module names to listen on |
| RD1.pcapRecorder.sendingSignalNames | string | "transmissionEnded" |
Space-separated list of outbound packet signals to subscribe to |
| RD1.pcapRecorder.receivingSignalNames | string | "receptionEnded" |
Space-separated list of inbound packet signals to subscribe to |
| RD1.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
Space-separated list of protocol names as defined in the Protocol class |
| RD1.pcapRecorder.packetFilter | object | "*" |
Which packets are considered, matches all packets by default |
| RD1.pcapRecorder.helpers | string | "" |
Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| RD1.pcapRecorder.alwaysFlush | bool | false |
Flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| RD1.interfaceTable.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| RD1.interfaceTable.displayAddresses | bool | false |
Whether to display IP addresses on links |
| RD1.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 |
| RD1.cb.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| RD1.cb.forwardServiceRegistration | bool | true | |
| RD1.cb.forwardProtocolRegistration | bool | true | |
| RD1.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 |
| RD1.cb.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| RD1.cb.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| RD1.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 |
| RD1.bl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| RD1.bl.forwardServiceRegistration | bool | true | |
| RD1.bl.forwardProtocolRegistration | bool | true | |
| RD1.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 |
| RD1.bl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| RD1.bl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| RD1.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 |
| RD1.li.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| RD1.li.forwardServiceRegistration | bool | true | |
| RD1.li.forwardProtocolRegistration | bool | true | |
| RD1.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 |
| RD1.li.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| RD1.li.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| RD1.eth.bitrate | double | ||
| RD1.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 |
| RD1.nl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| RD1.nl.forwardServiceRegistration | bool | true | |
| RD1.nl.forwardProtocolRegistration | bool | true | |
| RD1.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 |
| RD1.nl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| RD1.nl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| RD1.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 |
| RD1.tn.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| RD1.tn.forwardServiceRegistration | bool | true | |
| RD1.tn.forwardProtocolRegistration | bool | true | |
| RD1.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 |
| RD1.tn.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| RD1.tn.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| RD1.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 |
| RD1.at.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| RD1.at.forwardServiceRegistration | bool | true | |
| RD1.at.forwardProtocolRegistration | bool | true | |
| RD1.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 |
| RD1.at.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| RD1.at.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| RD1.bgp.interfaceTableModule | string |
The path to the InterfaceTable module |
|
| RD1.bgp.routingTableModule | string | ||
| RD1.bgp.ospfRoutingModule | string | parent.hasOspf ? "^.ospf" : "" | |
| switch10.macTable.agingTime | double | ||
| switch10.macTable.forwardingTableFile | string | ||
| switch10.interfaceTable.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| switch10.interfaceTable.displayAddresses | bool | false |
Whether to display IP addresses on links |
| switch10.status.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| switch10.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| switch10.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 |
| switch10.pcapRecorder.verbose | bool | true |
Whether to log packets on the module output |
| switch10.pcapRecorder.recordEmptyPackets | bool | true |
Specifies if zero length packets are recorded or not |
| switch10.pcapRecorder.enableConvertingPackets | bool | true |
Specifies if converting packets to link type is allowed or not |
| switch10.pcapRecorder.pcapFile | string | "" |
The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap" |
| switch10.pcapRecorder.fileFormat | string | "pcapng" | |
| switch10.pcapRecorder.snaplen | int | 65535 |
Maximum number of bytes to record per packet |
| switch10.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). |
| switch10.pcapRecorder.dumpBadFrames | bool | true |
Enable dump of frames with hasBitError |
| switch10.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
Space-separated list of sibling module names to listen on |
| switch10.pcapRecorder.sendingSignalNames | string | "transmissionEnded" |
Space-separated list of outbound packet signals to subscribe to |
| switch10.pcapRecorder.receivingSignalNames | string | "receptionEnded" |
Space-separated list of inbound packet signals to subscribe to |
| switch10.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
Space-separated list of protocol names as defined in the Protocol class |
| switch10.pcapRecorder.packetFilter | object | "*" |
Which packets are considered, matches all packets by default |
| switch10.pcapRecorder.helpers | string | "" |
Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| switch10.pcapRecorder.alwaysFlush | bool | false |
Flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| switch10.mrp.ccmInterval | double | ||
| switch10.mrp.mrpRole | string | ||
| switch10.mrp.timingProfile | int | ||
| switch10.mrp.uuid0 | int | ||
| switch10.mrp.uuid1 | int | ||
| switch10.mrp.ringPort1 | int | ||
| switch10.mrp.ringPort2 | int | ||
| switch10.mrp.interconnectionLinkCheckAware | bool | ||
| switch10.mrp.interconnectionRingCheckAware | bool | ||
| switch10.mrp.nonblockingMrcSupported | bool | ||
| switch10.mrp.reactOnLinkChange | bool | ||
| switch10.mrp.visualize | bool | ||
| switch10.stp.helloTime | double | ||
| switch10.stp.forwardDelay | double | ||
| switch10.stp.maxAge | double | ||
| switch10.stp.bridgePriority | int | ||
| switch10.stp.visualize | bool | ||
| switch10.gptp.gptpNodeType | string | "BRIDGE_NODE" | |
| switch10.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 |
| switch10.sc.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| switch10.sc.forwardServiceRegistration | bool | true | |
| switch10.sc.forwardProtocolRegistration | bool | true | |
| switch10.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 |
| switch10.sc.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| switch10.sc.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| switch10.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 |
| switch10.cb.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| switch10.cb.forwardServiceRegistration | bool | true | |
| switch10.cb.forwardProtocolRegistration | bool | true | |
| switch10.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 |
| switch10.cb.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| switch10.cb.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| switch10.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 |
| switch10.bl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| switch10.bl.forwardServiceRegistration | bool | true | |
| switch10.bl.forwardProtocolRegistration | bool | true | |
| switch10.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 |
| switch10.bl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| switch10.bl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| switch10.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 |
| switch10.li.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| switch10.li.forwardServiceRegistration | bool | true | |
| switch10.li.forwardProtocolRegistration | bool | true | |
| switch10.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 |
| switch10.li.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| switch10.li.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| switch10.eth.bitrate | double | ||
| host3.status.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| host3.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| host3.environment.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| host3.environment.initStage | int | 0 |
Initialization stage for the setup command |
| host3.environment.globalNamespace | bool | false |
Create new network namespaces under /var/run/netns/ (Linux only) |
| host3.environment.namespace | string | "" |
Name of the host OS network namespace (optional) (Linux only) |
| host3.environment.setupCommand | string | "" |
A host OS system command |
| host3.environment.teardownCommand | string | "" |
A host OS system command |
| host3.pcapRecorder.displayStringTextFormat | string | "rec: %n pks" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| host3.pcapRecorder.verbose | bool | true |
Whether to log packets on the module output |
| host3.pcapRecorder.recordEmptyPackets | bool | true |
Specifies if zero length packets are recorded or not |
| host3.pcapRecorder.enableConvertingPackets | bool | true |
Specifies if converting packets to link type is allowed or not |
| host3.pcapRecorder.pcapFile | string | "" |
The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap" |
| host3.pcapRecorder.fileFormat | string | "pcapng" | |
| host3.pcapRecorder.snaplen | int | 65535 |
Maximum number of bytes to record per packet |
| host3.pcapRecorder.timePrecision | int | 6 |
Time precision in recorded file. pcap supports only 6 (usec) or 9 (nanosec), pcapng supports more values (see 'if_tsresol' option in pcapng file format). |
| host3.pcapRecorder.dumpBadFrames | bool | true |
Enable dump of frames with hasBitError |
| host3.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
Space-separated list of sibling module names to listen on |
| host3.pcapRecorder.sendingSignalNames | string | "transmissionEnded" |
Space-separated list of outbound packet signals to subscribe to |
| host3.pcapRecorder.receivingSignalNames | string | "receptionEnded" |
Space-separated list of inbound packet signals to subscribe to |
| host3.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
Space-separated list of protocol names as defined in the Protocol class |
| host3.pcapRecorder.packetFilter | object | "*" |
Which packets are considered, matches all packets by default |
| host3.pcapRecorder.helpers | string | "" |
Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| host3.pcapRecorder.alwaysFlush | bool | false |
Flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| host3.interfaceTable.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| host3.interfaceTable.displayAddresses | bool | false |
Whether to display IP addresses on links |
| host3.cb.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| host3.cb.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| host3.cb.forwardServiceRegistration | bool | true | |
| host3.cb.forwardProtocolRegistration | bool | true | |
| host3.cb.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| host3.cb.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| host3.cb.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| host3.bl.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| host3.bl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| host3.bl.forwardServiceRegistration | bool | true | |
| host3.bl.forwardProtocolRegistration | bool | true | |
| host3.bl.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| host3.bl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| host3.bl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| host3.li.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| host3.li.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| host3.li.forwardServiceRegistration | bool | true | |
| host3.li.forwardProtocolRegistration | bool | true | |
| host3.li.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| host3.li.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| host3.li.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| host3.eth.bitrate | double | ||
| host3.nl.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| host3.nl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| host3.nl.forwardServiceRegistration | bool | true | |
| host3.nl.forwardProtocolRegistration | bool | true | |
| host3.nl.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| host3.nl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| host3.nl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| host3.tn.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| host3.tn.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| host3.tn.forwardServiceRegistration | bool | true | |
| host3.tn.forwardProtocolRegistration | bool | true | |
| host3.tn.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| host3.tn.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| host3.tn.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| host3.at.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| host3.at.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| host3.at.forwardServiceRegistration | bool | true | |
| host3.at.forwardProtocolRegistration | bool | true | |
| host3.at.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| host3.at.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| host3.at.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| switch11.macTable.agingTime | double | ||
| switch11.macTable.forwardingTableFile | string | ||
| switch11.interfaceTable.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| switch11.interfaceTable.displayAddresses | bool | false |
Whether to display IP addresses on links |
| switch11.status.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| switch11.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| switch11.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 |
| switch11.pcapRecorder.verbose | bool | true |
Whether to log packets on the module output |
| switch11.pcapRecorder.recordEmptyPackets | bool | true |
Specifies if zero length packets are recorded or not |
| switch11.pcapRecorder.enableConvertingPackets | bool | true |
Specifies if converting packets to link type is allowed or not |
| switch11.pcapRecorder.pcapFile | string | "" |
The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap" |
| switch11.pcapRecorder.fileFormat | string | "pcapng" | |
| switch11.pcapRecorder.snaplen | int | 65535 |
Maximum number of bytes to record per packet |
| switch11.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). |
| switch11.pcapRecorder.dumpBadFrames | bool | true |
Enable dump of frames with hasBitError |
| switch11.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
Space-separated list of sibling module names to listen on |
| switch11.pcapRecorder.sendingSignalNames | string | "transmissionEnded" |
Space-separated list of outbound packet signals to subscribe to |
| switch11.pcapRecorder.receivingSignalNames | string | "receptionEnded" |
Space-separated list of inbound packet signals to subscribe to |
| switch11.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
Space-separated list of protocol names as defined in the Protocol class |
| switch11.pcapRecorder.packetFilter | object | "*" |
Which packets are considered, matches all packets by default |
| switch11.pcapRecorder.helpers | string | "" |
Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| switch11.pcapRecorder.alwaysFlush | bool | false |
Flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| switch11.mrp.ccmInterval | double | ||
| switch11.mrp.mrpRole | string | ||
| switch11.mrp.timingProfile | int | ||
| switch11.mrp.uuid0 | int | ||
| switch11.mrp.uuid1 | int | ||
| switch11.mrp.ringPort1 | int | ||
| switch11.mrp.ringPort2 | int | ||
| switch11.mrp.interconnectionLinkCheckAware | bool | ||
| switch11.mrp.interconnectionRingCheckAware | bool | ||
| switch11.mrp.nonblockingMrcSupported | bool | ||
| switch11.mrp.reactOnLinkChange | bool | ||
| switch11.mrp.visualize | bool | ||
| switch11.stp.helloTime | double | ||
| switch11.stp.forwardDelay | double | ||
| switch11.stp.maxAge | double | ||
| switch11.stp.bridgePriority | int | ||
| switch11.stp.visualize | bool | ||
| switch11.gptp.gptpNodeType | string | "BRIDGE_NODE" | |
| switch11.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 |
| switch11.sc.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| switch11.sc.forwardServiceRegistration | bool | true | |
| switch11.sc.forwardProtocolRegistration | bool | true | |
| switch11.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 |
| switch11.sc.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| switch11.sc.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| switch11.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 |
| switch11.cb.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| switch11.cb.forwardServiceRegistration | bool | true | |
| switch11.cb.forwardProtocolRegistration | bool | true | |
| switch11.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 |
| switch11.cb.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| switch11.cb.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| switch11.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 |
| switch11.bl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| switch11.bl.forwardServiceRegistration | bool | true | |
| switch11.bl.forwardProtocolRegistration | bool | true | |
| switch11.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 |
| switch11.bl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| switch11.bl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| switch11.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 |
| switch11.li.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| switch11.li.forwardServiceRegistration | bool | true | |
| switch11.li.forwardProtocolRegistration | bool | true | |
| switch11.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 |
| switch11.li.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| switch11.li.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| switch11.eth.bitrate | double | ||
| switch12.macTable.agingTime | double | ||
| switch12.macTable.forwardingTableFile | string | ||
| switch12.interfaceTable.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| switch12.interfaceTable.displayAddresses | bool | false |
Whether to display IP addresses on links |
| switch12.status.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| switch12.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| switch12.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 |
| switch12.pcapRecorder.verbose | bool | true |
Whether to log packets on the module output |
| switch12.pcapRecorder.recordEmptyPackets | bool | true |
Specifies if zero length packets are recorded or not |
| switch12.pcapRecorder.enableConvertingPackets | bool | true |
Specifies if converting packets to link type is allowed or not |
| switch12.pcapRecorder.pcapFile | string | "" |
The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap" |
| switch12.pcapRecorder.fileFormat | string | "pcapng" | |
| switch12.pcapRecorder.snaplen | int | 65535 |
Maximum number of bytes to record per packet |
| switch12.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). |
| switch12.pcapRecorder.dumpBadFrames | bool | true |
Enable dump of frames with hasBitError |
| switch12.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
Space-separated list of sibling module names to listen on |
| switch12.pcapRecorder.sendingSignalNames | string | "transmissionEnded" |
Space-separated list of outbound packet signals to subscribe to |
| switch12.pcapRecorder.receivingSignalNames | string | "receptionEnded" |
Space-separated list of inbound packet signals to subscribe to |
| switch12.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
Space-separated list of protocol names as defined in the Protocol class |
| switch12.pcapRecorder.packetFilter | object | "*" |
Which packets are considered, matches all packets by default |
| switch12.pcapRecorder.helpers | string | "" |
Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| switch12.pcapRecorder.alwaysFlush | bool | false |
Flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| switch12.mrp.ccmInterval | double | ||
| switch12.mrp.mrpRole | string | ||
| switch12.mrp.timingProfile | int | ||
| switch12.mrp.uuid0 | int | ||
| switch12.mrp.uuid1 | int | ||
| switch12.mrp.ringPort1 | int | ||
| switch12.mrp.ringPort2 | int | ||
| switch12.mrp.interconnectionLinkCheckAware | bool | ||
| switch12.mrp.interconnectionRingCheckAware | bool | ||
| switch12.mrp.nonblockingMrcSupported | bool | ||
| switch12.mrp.reactOnLinkChange | bool | ||
| switch12.mrp.visualize | bool | ||
| switch12.stp.helloTime | double | ||
| switch12.stp.forwardDelay | double | ||
| switch12.stp.maxAge | double | ||
| switch12.stp.bridgePriority | int | ||
| switch12.stp.visualize | bool | ||
| switch12.gptp.gptpNodeType | string | "BRIDGE_NODE" | |
| switch12.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 |
| switch12.sc.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| switch12.sc.forwardServiceRegistration | bool | true | |
| switch12.sc.forwardProtocolRegistration | bool | true | |
| switch12.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 |
| switch12.sc.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| switch12.sc.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| switch12.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 |
| switch12.cb.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| switch12.cb.forwardServiceRegistration | bool | true | |
| switch12.cb.forwardProtocolRegistration | bool | true | |
| switch12.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 |
| switch12.cb.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| switch12.cb.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| switch12.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 |
| switch12.bl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| switch12.bl.forwardServiceRegistration | bool | true | |
| switch12.bl.forwardProtocolRegistration | bool | true | |
| switch12.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 |
| switch12.bl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| switch12.bl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| switch12.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 |
| switch12.li.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| switch12.li.forwardServiceRegistration | bool | true | |
| switch12.li.forwardProtocolRegistration | bool | true | |
| switch12.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 |
| switch12.li.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| switch12.li.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| switch12.eth.bitrate | double |
Source code
network BGP_Topology_1a { @display("bgb=1081.6675,985.49"); submodules: configurator: Ipv4NetworkConfigurator { @display("p=93,44"); } visualizer: IntegratedMultiCanvasVisualizer { @display("p=243.2025,43.536247"); } routingTableRecorder: RoutingTableRecorder { @display("p=426,43"); } pcapRecorder: PcapRecorder { @display("p=636,42"); } RB2: Router { @display("p=770.3949,436.40866"); } RB3: Router { @display("p=770.3949,525.4717"); } RB4: Router { @display("p=877.2705,485.3933"); } RB1: Router { @display("p=670.19904,485.3933"); } RA4: Router { @display("p=407.4632,487.6199"); } RA2: Router { @display("p=305.04077,427.50238"); } RA3: Router { @display("p=305.04077,525.4717"); } RA1: Router { @display("p=209.29803,478.7136"); } switch1: EthernetSwitch { @display("p=115.78189,476.48703"); } switch2: EthernetSwitch { @display("p=305.04077,333.98624"); } switch3: EthernetSwitch { @display("p=305.04077,618.9878"); } switch4: EthernetSwitch { @display("p=770.3949,333.98624"); } switch5: EthernetSwitch { @display("p=770.3949,618.9878"); } switch6: EthernetSwitch { @display("p=1004.18524,483.16675"); } host0: StandardHost { @display("p=113.55532,333.98624"); } host1: StandardHost { @display("p=1004.18524,347.34567"); } RC1: Router { @display("p=425.2758,754.8089"); } RC3: Router { @display("p=527.69824,797.11383"); } RC4: Router { @display("p=630.12067,754.8089"); } switch7: EthernetSwitch { @display("p=761.4886,750.3557"); } host2: StandardHost { @display("p=760.1975,862.96246"); } switch8: EthernetSwitch { @display("p=527.69824,888.4034"); } RC2: Router { @display("p=527.69824,703.59766"); } RD2: Router { @display("p=542.81,176.545"); } RD3: Router { @display("p=542.81,266.135"); } RD4: Router { @display("p=646.8925,225.2925"); } switch9: EthernetSwitch { @display("p=778.6425,223.97499"); } RD1: Router { @display("p=442.68,225.2925"); } switch10: EthernetSwitch { @display("p=542.81,72.4625"); } host3: StandardHost { @display("p=776.0075,115.939995"); } switch11: EthernetSwitch { @display("p=304.3425,221.34"); } switch12: EthernetSwitch { @display("p=304.3425,749.6575"); } connections: RB2.ethg++ <--> Eth100M <--> RB4.ethg++; RB3.ethg++ <--> Eth100M <--> RB4.ethg++; RB1.ethg++ <--> Eth100M <--> RB2.ethg++; RB1.ethg++ <--> Eth100M <--> RB3.ethg++; RB1.ethg++ <--> Eth100M <--> RA4.ethg++; RA4.ethg++ <--> Eth100M <--> RA2.ethg++; RA3.ethg++ <--> Eth100M <--> RA4.ethg++; RA2.ethg++ <--> Eth100M <--> RA1.ethg++; RA1.ethg++ <--> Eth100M <--> RA3.ethg++; switch1.ethg++ <--> Eth100M <--> RA1.ethg++; RA2.ethg++ <--> Eth100M <--> switch2.ethg++; RA3.ethg++ <--> Eth100M <--> switch3.ethg++; RB2.ethg++ <--> Eth100M <--> switch4.ethg++; RB3.ethg++ <--> Eth100M <--> switch5.ethg++; switch1.ethg++ <--> Eth100M <--> host0.ethg++; switch6.ethg++ <--> Eth100M <--> host1.ethg++; RB4.ethg++ <--> Eth100M <--> switch6.ethg++; RC2.ethg++ <--> Eth100M <--> RC4.ethg++; RC3.ethg++ <--> Eth100M <--> RC4.ethg++; RC1.ethg++ <--> Eth100M <--> RC2.ethg++; RC1.ethg++ <--> Eth100M <--> RC3.ethg++; RC3.ethg++ <--> Eth100M <--> switch8.ethg++; switch7.ethg++ <--> Eth100M <--> host2.ethg++; RC4.ethg++ <--> Eth100M <--> switch7.ethg++; RC2.ethg++ <--> Eth100M <--> RB1.ethg++; RC2.ethg++ <--> Eth100M <--> RA4.ethg++; RD2.ethg++ <--> Eth100M <--> RD4.ethg++; RD3.ethg++ <--> Eth100M <--> RD4.ethg++; RD1.ethg++ <--> Eth100M <--> RD2.ethg++; RD1.ethg++ <--> Eth100M <--> RD3.ethg++; switch9.ethg++ <--> Eth100M <--> host3.ethg++; RD4.ethg++ <--> Eth100M <--> switch9.ethg++; RB1.ethg++ <--> Eth100M <--> RD3.ethg++; RD1.ethg++ <--> Eth100M <--> switch11.ethg++; RD2.ethg++ <--> Eth100M <--> switch10.ethg++; RC1.ethg++ <--> Eth100M <--> switch12.ethg++; RA4.ethg++ <--> Eth100M <--> RD3.ethg++; }File: tutorials/bgp/BGP_Topology_1a.ned