PIM_SM_Network

Package: inet.examples.pim.sm.basic

PIM_SM_Network

network

(no description)

DR_R1 : MulticastRouter

A router with multicast routing capabilities that can forward multicast traffic between different...

Source:
DR_R1: MulticastRouter {
    parameters:
        @display("p=400,190");
    gates:
        ethg[3];
} DR_R2 : MulticastRouter

A router with multicast routing capabilities that can forward multicast traffic between different...

Source:
DR_R2: MulticastRouter {
    parameters:
        @display("p=500,280");
    gates:
        ethg[4];
} RP : MulticastRouter

A router with multicast routing capabilities that can forward multicast traffic between different...

Source:
RP: MulticastRouter {
    parameters:
        @display("p=600,100");
    gates:
        ethg[3];
} DR_S2 : MulticastRouter

A router with multicast routing capabilities that can forward multicast traffic between different...

Source:
DR_S2: MulticastRouter {
    parameters:
        @display("p=700,280");
    gates:
        ethg[4];
} DR_S1 : MulticastRouter

A router with multicast routing capabilities that can forward multicast traffic between different...

Source:
DR_S1: MulticastRouter {
    parameters:
        @display("p=800,190");
    gates:
        ethg[3];
} Source2 : StandardHost

A comprehensive model of an IPv4/IPv6 host that provides a complete network stack with configurable...

Source:
Source2: StandardHost {
    parameters:
        @display("i=device/server;p=800,370");
    gates:
        ethg[1];
} Source1 : StandardHost

A comprehensive model of an IPv4/IPv6 host that provides a complete network stack with configurable...

Source:
Source1: StandardHost {
    parameters:
        @display("i=device/server;p=950,190");
    gates:
        ethg[1];
} Receiver1 : StandardHost

A comprehensive model of an IPv4/IPv6 host that provides a complete network stack with configurable...

Source:
Receiver1: StandardHost {
    parameters:
        @display("p=250,190");
    gates:
        ethg[1];
} Receiver2 : StandardHost

A comprehensive model of an IPv4/IPv6 host that provides a complete network stack with configurable...

Source:
Receiver2: StandardHost {
    parameters:
        @display("p=400,370");
    gates:
        ethg[1];
} configurator : Ipv4NetworkConfigurator

Assigns IPv4 addresses and sets up static routing for an IPv4 network.

Source:
configurator: Ipv4NetworkConfigurator {
    @display("p=100,100;is=s");
}

Usage diagram

The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.

Properties

Name Value Description
isNetwork

Unassigned submodule parameters

Name Type Default value Description
DR_R1.status.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

DR_R1.status.initialStatus string "UP"

TODO @signal, @statistic

DR_R1.environment.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

DR_R1.environment.initStage int 0

Initialization stage for the setup command

DR_R1.environment.globalNamespace bool false

Create new network namespaces under /var/run/netns/ (Linux only)

DR_R1.environment.namespace string ""

Name of the host OS network namespace (optional) (Linux only)

DR_R1.environment.setupCommand string ""

A host OS system command

DR_R1.environment.teardownCommand string ""

A host OS system command

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

DR_R1.pcapRecorder.verbose bool true

Whether to log packets on the module output

DR_R1.pcapRecorder.recordEmptyPackets bool true

Specifies if zero length packets are recorded or not

DR_R1.pcapRecorder.enableConvertingPackets bool true

Specifies if converting packets to link type is allowed or not

DR_R1.pcapRecorder.pcapFile string ""

The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap"

DR_R1.pcapRecorder.fileFormat string "pcapng"
DR_R1.pcapRecorder.snaplen int 65535

Maximum number of bytes to record per packet

DR_R1.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).

DR_R1.pcapRecorder.dumpBadFrames bool true

Enable dump of frames with hasBitError

DR_R1.pcapRecorder.moduleNamePatterns string "wlan[*] eth[*] ppp[*]"

Space-separated list of sibling module names to listen on

DR_R1.pcapRecorder.sendingSignalNames string "transmissionEnded"

Space-separated list of outbound packet signals to subscribe to

DR_R1.pcapRecorder.receivingSignalNames string "receptionEnded"

Space-separated list of inbound packet signals to subscribe to

DR_R1.pcapRecorder.dumpProtocols string "ethernetmac ppp ieee80211mac"

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

DR_R1.pcapRecorder.packetFilter object "*"

Which packets are considered, matches all packets by default

DR_R1.pcapRecorder.helpers string ""

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

DR_R1.pcapRecorder.alwaysFlush bool false

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

DR_R1.interfaceTable.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

DR_R1.interfaceTable.displayAddresses bool false

Whether to display IP addresses on links

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

DR_R1.cb.interfaceTableModule string

Module path to the ~InterfaceTable module

DR_R1.cb.forwardServiceRegistration bool true
DR_R1.cb.forwardProtocolRegistration bool true
DR_R1.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

DR_R1.cb.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

DR_R1.cb.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

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

DR_R1.bl.interfaceTableModule string

Module path to the ~InterfaceTable module

DR_R1.bl.forwardServiceRegistration bool true
DR_R1.bl.forwardProtocolRegistration bool true
DR_R1.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

DR_R1.bl.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

DR_R1.bl.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

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

DR_R1.li.interfaceTableModule string

Module path to the ~InterfaceTable module

DR_R1.li.forwardServiceRegistration bool true
DR_R1.li.forwardProtocolRegistration bool true
DR_R1.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

DR_R1.li.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

DR_R1.li.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

DR_R1.eth.bitrate double
DR_R1.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

DR_R1.nl.interfaceTableModule string

Module path to the ~InterfaceTable module

DR_R1.nl.forwardServiceRegistration bool true
DR_R1.nl.forwardProtocolRegistration bool true
DR_R1.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

DR_R1.nl.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

DR_R1.nl.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

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

DR_R1.tn.interfaceTableModule string

Module path to the ~InterfaceTable module

DR_R1.tn.forwardServiceRegistration bool true
DR_R1.tn.forwardProtocolRegistration bool true
DR_R1.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

DR_R1.tn.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

DR_R1.tn.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

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

DR_R1.at.interfaceTableModule string

Module path to the ~InterfaceTable module

DR_R1.at.forwardServiceRegistration bool true
DR_R1.at.forwardProtocolRegistration bool true
DR_R1.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

DR_R1.at.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

DR_R1.at.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

DR_R1.bgp.interfaceTableModule string

The path to the InterfaceTable module

DR_R1.bgp.routingTableModule string
DR_R1.bgp.ospfRoutingModule string parent.hasOspf ? "^.ospf" : ""
DR_R2.status.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

DR_R2.status.initialStatus string "UP"

TODO @signal, @statistic

DR_R2.environment.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

DR_R2.environment.initStage int 0

Initialization stage for the setup command

DR_R2.environment.globalNamespace bool false

Create new network namespaces under /var/run/netns/ (Linux only)

DR_R2.environment.namespace string ""

Name of the host OS network namespace (optional) (Linux only)

DR_R2.environment.setupCommand string ""

A host OS system command

DR_R2.environment.teardownCommand string ""

A host OS system command

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

DR_R2.pcapRecorder.verbose bool true

Whether to log packets on the module output

DR_R2.pcapRecorder.recordEmptyPackets bool true

Specifies if zero length packets are recorded or not

DR_R2.pcapRecorder.enableConvertingPackets bool true

Specifies if converting packets to link type is allowed or not

DR_R2.pcapRecorder.pcapFile string ""

The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap"

DR_R2.pcapRecorder.fileFormat string "pcapng"
DR_R2.pcapRecorder.snaplen int 65535

Maximum number of bytes to record per packet

DR_R2.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).

DR_R2.pcapRecorder.dumpBadFrames bool true

Enable dump of frames with hasBitError

DR_R2.pcapRecorder.moduleNamePatterns string "wlan[*] eth[*] ppp[*]"

Space-separated list of sibling module names to listen on

DR_R2.pcapRecorder.sendingSignalNames string "transmissionEnded"

Space-separated list of outbound packet signals to subscribe to

DR_R2.pcapRecorder.receivingSignalNames string "receptionEnded"

Space-separated list of inbound packet signals to subscribe to

DR_R2.pcapRecorder.dumpProtocols string "ethernetmac ppp ieee80211mac"

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

DR_R2.pcapRecorder.packetFilter object "*"

Which packets are considered, matches all packets by default

DR_R2.pcapRecorder.helpers string ""

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

DR_R2.pcapRecorder.alwaysFlush bool false

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

DR_R2.interfaceTable.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

DR_R2.interfaceTable.displayAddresses bool false

Whether to display IP addresses on links

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

DR_R2.cb.interfaceTableModule string

Module path to the ~InterfaceTable module

DR_R2.cb.forwardServiceRegistration bool true
DR_R2.cb.forwardProtocolRegistration bool true
DR_R2.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

DR_R2.cb.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

DR_R2.cb.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

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

DR_R2.bl.interfaceTableModule string

Module path to the ~InterfaceTable module

DR_R2.bl.forwardServiceRegistration bool true
DR_R2.bl.forwardProtocolRegistration bool true
DR_R2.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

DR_R2.bl.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

DR_R2.bl.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

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

DR_R2.li.interfaceTableModule string

Module path to the ~InterfaceTable module

DR_R2.li.forwardServiceRegistration bool true
DR_R2.li.forwardProtocolRegistration bool true
DR_R2.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

DR_R2.li.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

DR_R2.li.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

DR_R2.eth.bitrate double
DR_R2.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

DR_R2.nl.interfaceTableModule string

Module path to the ~InterfaceTable module

DR_R2.nl.forwardServiceRegistration bool true
DR_R2.nl.forwardProtocolRegistration bool true
DR_R2.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

DR_R2.nl.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

DR_R2.nl.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

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

DR_R2.tn.interfaceTableModule string

Module path to the ~InterfaceTable module

DR_R2.tn.forwardServiceRegistration bool true
DR_R2.tn.forwardProtocolRegistration bool true
DR_R2.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

DR_R2.tn.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

DR_R2.tn.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

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

DR_R2.at.interfaceTableModule string

Module path to the ~InterfaceTable module

DR_R2.at.forwardServiceRegistration bool true
DR_R2.at.forwardProtocolRegistration bool true
DR_R2.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

DR_R2.at.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

DR_R2.at.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

DR_R2.bgp.interfaceTableModule string

The path to the InterfaceTable module

DR_R2.bgp.routingTableModule string
DR_R2.bgp.ospfRoutingModule string parent.hasOspf ? "^.ospf" : ""
RP.status.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

RP.status.initialStatus string "UP"

TODO @signal, @statistic

RP.environment.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

RP.environment.initStage int 0

Initialization stage for the setup command

RP.environment.globalNamespace bool false

Create new network namespaces under /var/run/netns/ (Linux only)

RP.environment.namespace string ""

Name of the host OS network namespace (optional) (Linux only)

RP.environment.setupCommand string ""

A host OS system command

RP.environment.teardownCommand string ""

A host OS system command

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

RP.pcapRecorder.verbose bool true

Whether to log packets on the module output

RP.pcapRecorder.recordEmptyPackets bool true

Specifies if zero length packets are recorded or not

RP.pcapRecorder.enableConvertingPackets bool true

Specifies if converting packets to link type is allowed or not

RP.pcapRecorder.pcapFile string ""

The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap"

RP.pcapRecorder.fileFormat string "pcapng"
RP.pcapRecorder.snaplen int 65535

Maximum number of bytes to record per packet

RP.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).

RP.pcapRecorder.dumpBadFrames bool true

Enable dump of frames with hasBitError

RP.pcapRecorder.moduleNamePatterns string "wlan[*] eth[*] ppp[*]"

Space-separated list of sibling module names to listen on

RP.pcapRecorder.sendingSignalNames string "transmissionEnded"

Space-separated list of outbound packet signals to subscribe to

RP.pcapRecorder.receivingSignalNames string "receptionEnded"

Space-separated list of inbound packet signals to subscribe to

RP.pcapRecorder.dumpProtocols string "ethernetmac ppp ieee80211mac"

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

RP.pcapRecorder.packetFilter object "*"

Which packets are considered, matches all packets by default

RP.pcapRecorder.helpers string ""

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

RP.pcapRecorder.alwaysFlush bool false

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

RP.interfaceTable.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

RP.interfaceTable.displayAddresses bool false

Whether to display IP addresses on links

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

RP.cb.interfaceTableModule string

Module path to the ~InterfaceTable module

RP.cb.forwardServiceRegistration bool true
RP.cb.forwardProtocolRegistration bool true
RP.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

RP.cb.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

RP.cb.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

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

RP.bl.interfaceTableModule string

Module path to the ~InterfaceTable module

RP.bl.forwardServiceRegistration bool true
RP.bl.forwardProtocolRegistration bool true
RP.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

RP.bl.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

RP.bl.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

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

RP.li.interfaceTableModule string

Module path to the ~InterfaceTable module

RP.li.forwardServiceRegistration bool true
RP.li.forwardProtocolRegistration bool true
RP.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

RP.li.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

RP.li.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

RP.eth.bitrate double
RP.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

RP.nl.interfaceTableModule string

Module path to the ~InterfaceTable module

RP.nl.forwardServiceRegistration bool true
RP.nl.forwardProtocolRegistration bool true
RP.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

RP.nl.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

RP.nl.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

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

RP.tn.interfaceTableModule string

Module path to the ~InterfaceTable module

RP.tn.forwardServiceRegistration bool true
RP.tn.forwardProtocolRegistration bool true
RP.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

RP.tn.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

RP.tn.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

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

RP.at.interfaceTableModule string

Module path to the ~InterfaceTable module

RP.at.forwardServiceRegistration bool true
RP.at.forwardProtocolRegistration bool true
RP.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

RP.at.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

RP.at.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

RP.bgp.interfaceTableModule string

The path to the InterfaceTable module

RP.bgp.routingTableModule string
RP.bgp.ospfRoutingModule string parent.hasOspf ? "^.ospf" : ""
DR_S2.status.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

DR_S2.status.initialStatus string "UP"

TODO @signal, @statistic

DR_S2.environment.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

DR_S2.environment.initStage int 0

Initialization stage for the setup command

DR_S2.environment.globalNamespace bool false

Create new network namespaces under /var/run/netns/ (Linux only)

DR_S2.environment.namespace string ""

Name of the host OS network namespace (optional) (Linux only)

DR_S2.environment.setupCommand string ""

A host OS system command

DR_S2.environment.teardownCommand string ""

A host OS system command

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

DR_S2.pcapRecorder.verbose bool true

Whether to log packets on the module output

DR_S2.pcapRecorder.recordEmptyPackets bool true

Specifies if zero length packets are recorded or not

DR_S2.pcapRecorder.enableConvertingPackets bool true

Specifies if converting packets to link type is allowed or not

DR_S2.pcapRecorder.pcapFile string ""

The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap"

DR_S2.pcapRecorder.fileFormat string "pcapng"
DR_S2.pcapRecorder.snaplen int 65535

Maximum number of bytes to record per packet

DR_S2.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).

DR_S2.pcapRecorder.dumpBadFrames bool true

Enable dump of frames with hasBitError

DR_S2.pcapRecorder.moduleNamePatterns string "wlan[*] eth[*] ppp[*]"

Space-separated list of sibling module names to listen on

DR_S2.pcapRecorder.sendingSignalNames string "transmissionEnded"

Space-separated list of outbound packet signals to subscribe to

DR_S2.pcapRecorder.receivingSignalNames string "receptionEnded"

Space-separated list of inbound packet signals to subscribe to

DR_S2.pcapRecorder.dumpProtocols string "ethernetmac ppp ieee80211mac"

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

DR_S2.pcapRecorder.packetFilter object "*"

Which packets are considered, matches all packets by default

DR_S2.pcapRecorder.helpers string ""

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

DR_S2.pcapRecorder.alwaysFlush bool false

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

DR_S2.interfaceTable.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

DR_S2.interfaceTable.displayAddresses bool false

Whether to display IP addresses on links

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

DR_S2.cb.interfaceTableModule string

Module path to the ~InterfaceTable module

DR_S2.cb.forwardServiceRegistration bool true
DR_S2.cb.forwardProtocolRegistration bool true
DR_S2.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

DR_S2.cb.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

DR_S2.cb.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

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

DR_S2.bl.interfaceTableModule string

Module path to the ~InterfaceTable module

DR_S2.bl.forwardServiceRegistration bool true
DR_S2.bl.forwardProtocolRegistration bool true
DR_S2.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

DR_S2.bl.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

DR_S2.bl.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

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

DR_S2.li.interfaceTableModule string

Module path to the ~InterfaceTable module

DR_S2.li.forwardServiceRegistration bool true
DR_S2.li.forwardProtocolRegistration bool true
DR_S2.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

DR_S2.li.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

DR_S2.li.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

DR_S2.eth.bitrate double
DR_S2.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

DR_S2.nl.interfaceTableModule string

Module path to the ~InterfaceTable module

DR_S2.nl.forwardServiceRegistration bool true
DR_S2.nl.forwardProtocolRegistration bool true
DR_S2.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

DR_S2.nl.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

DR_S2.nl.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

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

DR_S2.tn.interfaceTableModule string

Module path to the ~InterfaceTable module

DR_S2.tn.forwardServiceRegistration bool true
DR_S2.tn.forwardProtocolRegistration bool true
DR_S2.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

DR_S2.tn.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

DR_S2.tn.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

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

DR_S2.at.interfaceTableModule string

Module path to the ~InterfaceTable module

DR_S2.at.forwardServiceRegistration bool true
DR_S2.at.forwardProtocolRegistration bool true
DR_S2.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

DR_S2.at.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

DR_S2.at.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

DR_S2.bgp.interfaceTableModule string

The path to the InterfaceTable module

DR_S2.bgp.routingTableModule string
DR_S2.bgp.ospfRoutingModule string parent.hasOspf ? "^.ospf" : ""
DR_S1.status.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

DR_S1.status.initialStatus string "UP"

TODO @signal, @statistic

DR_S1.environment.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

DR_S1.environment.initStage int 0

Initialization stage for the setup command

DR_S1.environment.globalNamespace bool false

Create new network namespaces under /var/run/netns/ (Linux only)

DR_S1.environment.namespace string ""

Name of the host OS network namespace (optional) (Linux only)

DR_S1.environment.setupCommand string ""

A host OS system command

DR_S1.environment.teardownCommand string ""

A host OS system command

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

DR_S1.pcapRecorder.verbose bool true

Whether to log packets on the module output

DR_S1.pcapRecorder.recordEmptyPackets bool true

Specifies if zero length packets are recorded or not

DR_S1.pcapRecorder.enableConvertingPackets bool true

Specifies if converting packets to link type is allowed or not

DR_S1.pcapRecorder.pcapFile string ""

The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap"

DR_S1.pcapRecorder.fileFormat string "pcapng"
DR_S1.pcapRecorder.snaplen int 65535

Maximum number of bytes to record per packet

DR_S1.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).

DR_S1.pcapRecorder.dumpBadFrames bool true

Enable dump of frames with hasBitError

DR_S1.pcapRecorder.moduleNamePatterns string "wlan[*] eth[*] ppp[*]"

Space-separated list of sibling module names to listen on

DR_S1.pcapRecorder.sendingSignalNames string "transmissionEnded"

Space-separated list of outbound packet signals to subscribe to

DR_S1.pcapRecorder.receivingSignalNames string "receptionEnded"

Space-separated list of inbound packet signals to subscribe to

DR_S1.pcapRecorder.dumpProtocols string "ethernetmac ppp ieee80211mac"

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

DR_S1.pcapRecorder.packetFilter object "*"

Which packets are considered, matches all packets by default

DR_S1.pcapRecorder.helpers string ""

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

DR_S1.pcapRecorder.alwaysFlush bool false

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

DR_S1.interfaceTable.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

DR_S1.interfaceTable.displayAddresses bool false

Whether to display IP addresses on links

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

DR_S1.cb.interfaceTableModule string

Module path to the ~InterfaceTable module

DR_S1.cb.forwardServiceRegistration bool true
DR_S1.cb.forwardProtocolRegistration bool true
DR_S1.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

DR_S1.cb.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

DR_S1.cb.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

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

DR_S1.bl.interfaceTableModule string

Module path to the ~InterfaceTable module

DR_S1.bl.forwardServiceRegistration bool true
DR_S1.bl.forwardProtocolRegistration bool true
DR_S1.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

DR_S1.bl.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

DR_S1.bl.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

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

DR_S1.li.interfaceTableModule string

Module path to the ~InterfaceTable module

DR_S1.li.forwardServiceRegistration bool true
DR_S1.li.forwardProtocolRegistration bool true
DR_S1.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

DR_S1.li.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

DR_S1.li.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

DR_S1.eth.bitrate double
DR_S1.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

DR_S1.nl.interfaceTableModule string

Module path to the ~InterfaceTable module

DR_S1.nl.forwardServiceRegistration bool true
DR_S1.nl.forwardProtocolRegistration bool true
DR_S1.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

DR_S1.nl.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

DR_S1.nl.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

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

DR_S1.tn.interfaceTableModule string

Module path to the ~InterfaceTable module

DR_S1.tn.forwardServiceRegistration bool true
DR_S1.tn.forwardProtocolRegistration bool true
DR_S1.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

DR_S1.tn.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

DR_S1.tn.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

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

DR_S1.at.interfaceTableModule string

Module path to the ~InterfaceTable module

DR_S1.at.forwardServiceRegistration bool true
DR_S1.at.forwardProtocolRegistration bool true
DR_S1.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

DR_S1.at.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

DR_S1.at.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

DR_S1.bgp.interfaceTableModule string

The path to the InterfaceTable module

DR_S1.bgp.routingTableModule string
DR_S1.bgp.ospfRoutingModule string parent.hasOspf ? "^.ospf" : ""
Source2.status.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Source2.status.initialStatus string "UP"

TODO @signal, @statistic

Source2.environment.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Source2.environment.initStage int 0

Initialization stage for the setup command

Source2.environment.globalNamespace bool false

Create new network namespaces under /var/run/netns/ (Linux only)

Source2.environment.namespace string ""

Name of the host OS network namespace (optional) (Linux only)

Source2.environment.setupCommand string ""

A host OS system command

Source2.environment.teardownCommand string ""

A host OS system command

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

Source2.pcapRecorder.verbose bool true

Whether to log packets on the module output

Source2.pcapRecorder.recordEmptyPackets bool true

Specifies if zero length packets are recorded or not

Source2.pcapRecorder.enableConvertingPackets bool true

Specifies if converting packets to link type is allowed or not

Source2.pcapRecorder.pcapFile string ""

The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap"

Source2.pcapRecorder.fileFormat string "pcapng"
Source2.pcapRecorder.snaplen int 65535

Maximum number of bytes to record per packet

Source2.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).

Source2.pcapRecorder.dumpBadFrames bool true

Enable dump of frames with hasBitError

Source2.pcapRecorder.moduleNamePatterns string "wlan[*] eth[*] ppp[*]"

Space-separated list of sibling module names to listen on

Source2.pcapRecorder.sendingSignalNames string "transmissionEnded"

Space-separated list of outbound packet signals to subscribe to

Source2.pcapRecorder.receivingSignalNames string "receptionEnded"

Space-separated list of inbound packet signals to subscribe to

Source2.pcapRecorder.dumpProtocols string "ethernetmac ppp ieee80211mac"

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

Source2.pcapRecorder.packetFilter object "*"

Which packets are considered, matches all packets by default

Source2.pcapRecorder.helpers string ""

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

Source2.pcapRecorder.alwaysFlush bool false

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

Source2.interfaceTable.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Source2.interfaceTable.displayAddresses bool false

Whether to display IP addresses on links

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

Source2.cb.interfaceTableModule string

Module path to the ~InterfaceTable module

Source2.cb.forwardServiceRegistration bool true
Source2.cb.forwardProtocolRegistration bool true
Source2.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

Source2.cb.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Source2.cb.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

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

Source2.bl.interfaceTableModule string

Module path to the ~InterfaceTable module

Source2.bl.forwardServiceRegistration bool true
Source2.bl.forwardProtocolRegistration bool true
Source2.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

Source2.bl.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Source2.bl.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

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

Source2.li.interfaceTableModule string

Module path to the ~InterfaceTable module

Source2.li.forwardServiceRegistration bool true
Source2.li.forwardProtocolRegistration bool true
Source2.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

Source2.li.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Source2.li.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Source2.eth.bitrate double
Source2.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

Source2.nl.interfaceTableModule string

Module path to the ~InterfaceTable module

Source2.nl.forwardServiceRegistration bool true
Source2.nl.forwardProtocolRegistration bool true
Source2.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

Source2.nl.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Source2.nl.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

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

Source2.tn.interfaceTableModule string

Module path to the ~InterfaceTable module

Source2.tn.forwardServiceRegistration bool true
Source2.tn.forwardProtocolRegistration bool true
Source2.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

Source2.tn.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Source2.tn.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

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

Source2.at.interfaceTableModule string

Module path to the ~InterfaceTable module

Source2.at.forwardServiceRegistration bool true
Source2.at.forwardProtocolRegistration bool true
Source2.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

Source2.at.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Source2.at.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Source1.status.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Source1.status.initialStatus string "UP"

TODO @signal, @statistic

Source1.environment.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Source1.environment.initStage int 0

Initialization stage for the setup command

Source1.environment.globalNamespace bool false

Create new network namespaces under /var/run/netns/ (Linux only)

Source1.environment.namespace string ""

Name of the host OS network namespace (optional) (Linux only)

Source1.environment.setupCommand string ""

A host OS system command

Source1.environment.teardownCommand string ""

A host OS system command

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

Source1.pcapRecorder.verbose bool true

Whether to log packets on the module output

Source1.pcapRecorder.recordEmptyPackets bool true

Specifies if zero length packets are recorded or not

Source1.pcapRecorder.enableConvertingPackets bool true

Specifies if converting packets to link type is allowed or not

Source1.pcapRecorder.pcapFile string ""

The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap"

Source1.pcapRecorder.fileFormat string "pcapng"
Source1.pcapRecorder.snaplen int 65535

Maximum number of bytes to record per packet

Source1.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).

Source1.pcapRecorder.dumpBadFrames bool true

Enable dump of frames with hasBitError

Source1.pcapRecorder.moduleNamePatterns string "wlan[*] eth[*] ppp[*]"

Space-separated list of sibling module names to listen on

Source1.pcapRecorder.sendingSignalNames string "transmissionEnded"

Space-separated list of outbound packet signals to subscribe to

Source1.pcapRecorder.receivingSignalNames string "receptionEnded"

Space-separated list of inbound packet signals to subscribe to

Source1.pcapRecorder.dumpProtocols string "ethernetmac ppp ieee80211mac"

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

Source1.pcapRecorder.packetFilter object "*"

Which packets are considered, matches all packets by default

Source1.pcapRecorder.helpers string ""

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

Source1.pcapRecorder.alwaysFlush bool false

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

Source1.interfaceTable.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Source1.interfaceTable.displayAddresses bool false

Whether to display IP addresses on links

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

Source1.cb.interfaceTableModule string

Module path to the ~InterfaceTable module

Source1.cb.forwardServiceRegistration bool true
Source1.cb.forwardProtocolRegistration bool true
Source1.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

Source1.cb.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Source1.cb.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

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

Source1.bl.interfaceTableModule string

Module path to the ~InterfaceTable module

Source1.bl.forwardServiceRegistration bool true
Source1.bl.forwardProtocolRegistration bool true
Source1.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

Source1.bl.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Source1.bl.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

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

Source1.li.interfaceTableModule string

Module path to the ~InterfaceTable module

Source1.li.forwardServiceRegistration bool true
Source1.li.forwardProtocolRegistration bool true
Source1.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

Source1.li.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Source1.li.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Source1.eth.bitrate double
Source1.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

Source1.nl.interfaceTableModule string

Module path to the ~InterfaceTable module

Source1.nl.forwardServiceRegistration bool true
Source1.nl.forwardProtocolRegistration bool true
Source1.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

Source1.nl.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Source1.nl.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

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

Source1.tn.interfaceTableModule string

Module path to the ~InterfaceTable module

Source1.tn.forwardServiceRegistration bool true
Source1.tn.forwardProtocolRegistration bool true
Source1.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

Source1.tn.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Source1.tn.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

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

Source1.at.interfaceTableModule string

Module path to the ~InterfaceTable module

Source1.at.forwardServiceRegistration bool true
Source1.at.forwardProtocolRegistration bool true
Source1.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

Source1.at.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Source1.at.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Receiver1.status.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Receiver1.status.initialStatus string "UP"

TODO @signal, @statistic

Receiver1.environment.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Receiver1.environment.initStage int 0

Initialization stage for the setup command

Receiver1.environment.globalNamespace bool false

Create new network namespaces under /var/run/netns/ (Linux only)

Receiver1.environment.namespace string ""

Name of the host OS network namespace (optional) (Linux only)

Receiver1.environment.setupCommand string ""

A host OS system command

Receiver1.environment.teardownCommand string ""

A host OS system command

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

Receiver1.pcapRecorder.verbose bool true

Whether to log packets on the module output

Receiver1.pcapRecorder.recordEmptyPackets bool true

Specifies if zero length packets are recorded or not

Receiver1.pcapRecorder.enableConvertingPackets bool true

Specifies if converting packets to link type is allowed or not

Receiver1.pcapRecorder.pcapFile string ""

The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap"

Receiver1.pcapRecorder.fileFormat string "pcapng"
Receiver1.pcapRecorder.snaplen int 65535

Maximum number of bytes to record per packet

Receiver1.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).

Receiver1.pcapRecorder.dumpBadFrames bool true

Enable dump of frames with hasBitError

Receiver1.pcapRecorder.moduleNamePatterns string "wlan[*] eth[*] ppp[*]"

Space-separated list of sibling module names to listen on

Receiver1.pcapRecorder.sendingSignalNames string "transmissionEnded"

Space-separated list of outbound packet signals to subscribe to

Receiver1.pcapRecorder.receivingSignalNames string "receptionEnded"

Space-separated list of inbound packet signals to subscribe to

Receiver1.pcapRecorder.dumpProtocols string "ethernetmac ppp ieee80211mac"

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

Receiver1.pcapRecorder.packetFilter object "*"

Which packets are considered, matches all packets by default

Receiver1.pcapRecorder.helpers string ""

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

Receiver1.pcapRecorder.alwaysFlush bool false

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

Receiver1.interfaceTable.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Receiver1.interfaceTable.displayAddresses bool false

Whether to display IP addresses on links

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

Receiver1.cb.interfaceTableModule string

Module path to the ~InterfaceTable module

Receiver1.cb.forwardServiceRegistration bool true
Receiver1.cb.forwardProtocolRegistration bool true
Receiver1.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

Receiver1.cb.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Receiver1.cb.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

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

Receiver1.bl.interfaceTableModule string

Module path to the ~InterfaceTable module

Receiver1.bl.forwardServiceRegistration bool true
Receiver1.bl.forwardProtocolRegistration bool true
Receiver1.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

Receiver1.bl.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Receiver1.bl.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

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

Receiver1.li.interfaceTableModule string

Module path to the ~InterfaceTable module

Receiver1.li.forwardServiceRegistration bool true
Receiver1.li.forwardProtocolRegistration bool true
Receiver1.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

Receiver1.li.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Receiver1.li.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Receiver1.eth.bitrate double
Receiver1.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

Receiver1.nl.interfaceTableModule string

Module path to the ~InterfaceTable module

Receiver1.nl.forwardServiceRegistration bool true
Receiver1.nl.forwardProtocolRegistration bool true
Receiver1.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

Receiver1.nl.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Receiver1.nl.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

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

Receiver1.tn.interfaceTableModule string

Module path to the ~InterfaceTable module

Receiver1.tn.forwardServiceRegistration bool true
Receiver1.tn.forwardProtocolRegistration bool true
Receiver1.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

Receiver1.tn.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Receiver1.tn.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

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

Receiver1.at.interfaceTableModule string

Module path to the ~InterfaceTable module

Receiver1.at.forwardServiceRegistration bool true
Receiver1.at.forwardProtocolRegistration bool true
Receiver1.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

Receiver1.at.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Receiver1.at.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Receiver2.status.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Receiver2.status.initialStatus string "UP"

TODO @signal, @statistic

Receiver2.environment.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Receiver2.environment.initStage int 0

Initialization stage for the setup command

Receiver2.environment.globalNamespace bool false

Create new network namespaces under /var/run/netns/ (Linux only)

Receiver2.environment.namespace string ""

Name of the host OS network namespace (optional) (Linux only)

Receiver2.environment.setupCommand string ""

A host OS system command

Receiver2.environment.teardownCommand string ""

A host OS system command

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

Receiver2.pcapRecorder.verbose bool true

Whether to log packets on the module output

Receiver2.pcapRecorder.recordEmptyPackets bool true

Specifies if zero length packets are recorded or not

Receiver2.pcapRecorder.enableConvertingPackets bool true

Specifies if converting packets to link type is allowed or not

Receiver2.pcapRecorder.pcapFile string ""

The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap"

Receiver2.pcapRecorder.fileFormat string "pcapng"
Receiver2.pcapRecorder.snaplen int 65535

Maximum number of bytes to record per packet

Receiver2.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).

Receiver2.pcapRecorder.dumpBadFrames bool true

Enable dump of frames with hasBitError

Receiver2.pcapRecorder.moduleNamePatterns string "wlan[*] eth[*] ppp[*]"

Space-separated list of sibling module names to listen on

Receiver2.pcapRecorder.sendingSignalNames string "transmissionEnded"

Space-separated list of outbound packet signals to subscribe to

Receiver2.pcapRecorder.receivingSignalNames string "receptionEnded"

Space-separated list of inbound packet signals to subscribe to

Receiver2.pcapRecorder.dumpProtocols string "ethernetmac ppp ieee80211mac"

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

Receiver2.pcapRecorder.packetFilter object "*"

Which packets are considered, matches all packets by default

Receiver2.pcapRecorder.helpers string ""

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

Receiver2.pcapRecorder.alwaysFlush bool false

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

Receiver2.interfaceTable.displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

Receiver2.interfaceTable.displayAddresses bool false

Whether to display IP addresses on links

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

Receiver2.cb.interfaceTableModule string

Module path to the ~InterfaceTable module

Receiver2.cb.forwardServiceRegistration bool true
Receiver2.cb.forwardProtocolRegistration bool true
Receiver2.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

Receiver2.cb.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Receiver2.cb.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

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

Receiver2.bl.interfaceTableModule string

Module path to the ~InterfaceTable module

Receiver2.bl.forwardServiceRegistration bool true
Receiver2.bl.forwardProtocolRegistration bool true
Receiver2.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

Receiver2.bl.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Receiver2.bl.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

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

Receiver2.li.interfaceTableModule string

Module path to the ~InterfaceTable module

Receiver2.li.forwardServiceRegistration bool true
Receiver2.li.forwardProtocolRegistration bool true
Receiver2.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

Receiver2.li.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Receiver2.li.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

Receiver2.eth.bitrate double
Receiver2.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

Receiver2.nl.interfaceTableModule string

Module path to the ~InterfaceTable module

Receiver2.nl.forwardServiceRegistration bool true
Receiver2.nl.forwardProtocolRegistration bool true
Receiver2.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

Receiver2.nl.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Receiver2.nl.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

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

Receiver2.tn.interfaceTableModule string

Module path to the ~InterfaceTable module

Receiver2.tn.forwardServiceRegistration bool true
Receiver2.tn.forwardProtocolRegistration bool true
Receiver2.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

Receiver2.tn.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Receiver2.tn.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

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

Receiver2.at.interfaceTableModule string

Module path to the ~InterfaceTable module

Receiver2.at.forwardServiceRegistration bool true
Receiver2.at.forwardProtocolRegistration bool true
Receiver2.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

Receiver2.at.serviceMapping object {}

Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default

Receiver2.at.protocolMapping object {}

Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default

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)

Source code

network PIM_SM_Network
{
    submodules:
        DR_R1: MulticastRouter {
            parameters:
                @display("p=400,190");
            gates:
                ethg[3];
        }
        DR_R2: MulticastRouter {
            parameters:
                @display("p=500,280");
            gates:
                ethg[4];
        }
        RP: MulticastRouter {
            parameters:
                @display("p=600,100");
            gates:
                ethg[3];
        }
        DR_S2: MulticastRouter {
            parameters:
                @display("p=700,280");
            gates:
                ethg[4];
        }
        DR_S1: MulticastRouter {
            parameters:
                @display("p=800,190");
            gates:
                ethg[3];
        }
        Source2: StandardHost {
            parameters:
                @display("i=device/server;p=800,370");
            gates:
                ethg[1];
        }
        Source1: StandardHost {
            parameters:
                @display("i=device/server;p=950,190");
            gates:
                ethg[1];
        }
        Receiver1: StandardHost {
            parameters:
                @display("p=250,190");
            gates:
                ethg[1];
        }
        Receiver2: StandardHost {
            parameters:
                @display("p=400,370");
            gates:
                ethg[1];
        }
        configurator: Ipv4NetworkConfigurator {
            @display("p=100,100;is=s");
        }
    connections allowunconnected:
        DR_R2.ethg[2] <--> Eth100M <--> RP.ethg[1];
        DR_R2.ethg[1] <--> Eth100M <--> DR_S2.ethg[1];
        RP.ethg[0] <--> Eth100M <--> DR_S2.ethg[2];
        DR_S2.ethg[0] <--> Eth100M <--> DR_S1.ethg[1];
        DR_S1.ethg[0] <--> Eth100M <--> Source1.ethg[0];
        DR_R1.ethg[1] <--> Eth100M <--> DR_R2.ethg[0];
        Receiver1.ethg[0] <--> Eth100M <--> DR_R1.ethg[0];
        Receiver2.ethg[0] <--> Eth100M <--> DR_R2.ethg[3];
        DR_S2.ethg[3] <--> Eth100M <--> Source2.ethg[0];
}
File: examples/pim/sm/basic/PIM-SM.ned