OSPF_BackboneAndTwoStubsTest

Package: inet.examples.ospfv2.areatests

OSPF_BackboneAndTwoStubsTest

network

(no description)

BBR[numBBRouters] : OspfRouter

A router that uses the Open Shortest Path First version 2 (OSPFv2) routing protocol.

Source:
BBR[numBBRouters]: OspfRouter {
    @display("p=450,150,col,90");
} Stub1 : TestArea

Source:
Stub1: TestArea {
    parameters:
        numHosts = 2;
        extGates = 1;
        @display("p=300,150;b=100,100");
} Stub2 : TestArea

Source:
Stub2: TestArea {
    parameters:
        numHosts = 2;
        extGates = 1;
        @display("p=600,150;b=100,100");
} configurator : Ipv4NetworkConfigurator

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

Source:
configurator: Ipv4NetworkConfigurator {
    parameters:
        config = xml("<config>"+
                            "<interface among='BBR[*]' address='192.168.100.x' netmask='255.255.255.x' />"+
                            "<interface hosts='Stub1.*' address='192.168.91.x' netmask='255.255.255.... scenarioManager : ScenarioManager

~ScenarioManager is for setting up and controlling simulation experiments.

Source:
scenarioManager: ScenarioManager {
    @display("p=100,200;is=s");
}

Usage diagram

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

Parameters

Name Type Default value Description
numBBRouters int 3

Properties

Name Value Description
isNetwork

Unassigned submodule parameters

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

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

BBR.status.initialStatus string "UP"

TODO @signal, @statistic

BBR.environment.displayStringTextFormat string ""

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

BBR.environment.initStage int 0

Initialization stage for the setup command

BBR.environment.globalNamespace bool false

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

BBR.environment.namespace string ""

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

BBR.environment.setupCommand string ""

A host OS system command

BBR.environment.teardownCommand string ""

A host OS system command

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

BBR.pcapRecorder.verbose bool true

Whether to log packets on the module output

BBR.pcapRecorder.recordEmptyPackets bool true

Specifies if zero length packets are recorded or not

BBR.pcapRecorder.enableConvertingPackets bool true

Specifies if converting packets to link type is allowed or not

BBR.pcapRecorder.pcapFile string ""

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

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

Maximum number of bytes to record per packet

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

BBR.pcapRecorder.dumpBadFrames bool true

Enable dump of frames with hasBitError

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

Space-separated list of sibling module names to listen on

BBR.pcapRecorder.sendingSignalNames string "transmissionEnded"

Space-separated list of outbound packet signals to subscribe to

BBR.pcapRecorder.receivingSignalNames string "receptionEnded"

Space-separated list of inbound packet signals to subscribe to

BBR.pcapRecorder.dumpProtocols string "ethernetmac ppp ieee80211mac"

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

BBR.pcapRecorder.packetFilter object "*"

Which packets are considered, matches all packets by default

BBR.pcapRecorder.helpers string ""

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

BBR.pcapRecorder.alwaysFlush bool false

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

BBR.interfaceTable.displayStringTextFormat string ""

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

BBR.interfaceTable.displayAddresses bool false

Whether to display IP addresses on links

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

BBR.cb.interfaceTableModule string

Module path to the ~InterfaceTable module

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

BBR.cb.serviceMapping object {}

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

BBR.cb.protocolMapping object {}

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

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

BBR.bl.interfaceTableModule string

Module path to the ~InterfaceTable module

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

BBR.bl.serviceMapping object {}

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

BBR.bl.protocolMapping object {}

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

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

BBR.li.interfaceTableModule string

Module path to the ~InterfaceTable module

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

BBR.li.serviceMapping object {}

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

BBR.li.protocolMapping object {}

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

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

BBR.nl.interfaceTableModule string

Module path to the ~InterfaceTable module

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

BBR.nl.serviceMapping object {}

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

BBR.nl.protocolMapping object {}

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

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

BBR.tn.interfaceTableModule string

Module path to the ~InterfaceTable module

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

BBR.tn.serviceMapping object {}

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

BBR.tn.protocolMapping object {}

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

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

BBR.at.interfaceTableModule string

Module path to the ~InterfaceTable module

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

BBR.at.serviceMapping object {}

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

BBR.at.protocolMapping object {}

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

BBR.bgp.interfaceTableModule string

The path to the InterfaceTable module

BBR.bgp.routingTableModule string
BBR.bgp.ospfRoutingModule string parent.hasOspf ? "^.ospf" : ""
Stub1.H.status.displayStringTextFormat string ""

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

Stub1.H.status.initialStatus string "UP"

TODO @signal, @statistic

Stub1.H.environment.displayStringTextFormat string ""

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

Stub1.H.environment.initStage int 0

Initialization stage for the setup command

Stub1.H.environment.globalNamespace bool false

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

Stub1.H.environment.namespace string ""

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

Stub1.H.environment.setupCommand string ""

A host OS system command

Stub1.H.environment.teardownCommand string ""

A host OS system command

Stub1.H.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

Stub1.H.pcapRecorder.verbose bool true

Whether to log packets on the module output

Stub1.H.pcapRecorder.recordEmptyPackets bool true

Specifies if zero length packets are recorded or not

Stub1.H.pcapRecorder.enableConvertingPackets bool true

Specifies if converting packets to link type is allowed or not

Stub1.H.pcapRecorder.pcapFile string ""

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

Stub1.H.pcapRecorder.fileFormat string "pcapng"
Stub1.H.pcapRecorder.snaplen int 65535

Maximum number of bytes to record per packet

Stub1.H.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).

Stub1.H.pcapRecorder.dumpBadFrames bool true

Enable dump of frames with hasBitError

Stub1.H.pcapRecorder.moduleNamePatterns string "wlan[*] eth[*] ppp[*]"

Space-separated list of sibling module names to listen on

Stub1.H.pcapRecorder.sendingSignalNames string "transmissionEnded"

Space-separated list of outbound packet signals to subscribe to

Stub1.H.pcapRecorder.receivingSignalNames string "receptionEnded"

Space-separated list of inbound packet signals to subscribe to

Stub1.H.pcapRecorder.dumpProtocols string "ethernetmac ppp ieee80211mac"

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

Stub1.H.pcapRecorder.packetFilter object "*"

Which packets are considered, matches all packets by default

Stub1.H.pcapRecorder.helpers string ""

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

Stub1.H.pcapRecorder.alwaysFlush bool false

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

Stub1.H.interfaceTable.displayStringTextFormat string ""

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

Stub1.H.interfaceTable.displayAddresses bool false

Whether to display IP addresses on links

Stub1.H.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

Stub1.H.cb.interfaceTableModule string

Module path to the ~InterfaceTable module

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

Stub1.H.cb.serviceMapping object {}

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

Stub1.H.cb.protocolMapping object {}

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

Stub1.H.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

Stub1.H.bl.interfaceTableModule string

Module path to the ~InterfaceTable module

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

Stub1.H.bl.serviceMapping object {}

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

Stub1.H.bl.protocolMapping object {}

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

Stub1.H.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

Stub1.H.li.interfaceTableModule string

Module path to the ~InterfaceTable module

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

Stub1.H.li.serviceMapping object {}

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

Stub1.H.li.protocolMapping object {}

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

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

Stub1.H.nl.interfaceTableModule string

Module path to the ~InterfaceTable module

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

Stub1.H.nl.serviceMapping object {}

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

Stub1.H.nl.protocolMapping object {}

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

Stub1.H.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

Stub1.H.tn.interfaceTableModule string

Module path to the ~InterfaceTable module

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

Stub1.H.tn.serviceMapping object {}

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

Stub1.H.tn.protocolMapping object {}

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

Stub1.H.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

Stub1.H.at.interfaceTableModule string

Module path to the ~InterfaceTable module

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

Stub1.H.at.serviceMapping object {}

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

Stub1.H.at.protocolMapping object {}

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

Stub1.N.macTable.agingTime double
Stub1.N.macTable.forwardingTableFile string
Stub1.N.interfaceTable.displayStringTextFormat string ""

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

Stub1.N.interfaceTable.displayAddresses bool false

Whether to display IP addresses on links

Stub1.N.status.displayStringTextFormat string ""

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

Stub1.N.status.initialStatus string "UP"

TODO @signal, @statistic

Stub1.N.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

Stub1.N.pcapRecorder.verbose bool true

Whether to log packets on the module output

Stub1.N.pcapRecorder.recordEmptyPackets bool true

Specifies if zero length packets are recorded or not

Stub1.N.pcapRecorder.enableConvertingPackets bool true

Specifies if converting packets to link type is allowed or not

Stub1.N.pcapRecorder.pcapFile string ""

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

Stub1.N.pcapRecorder.fileFormat string "pcapng"
Stub1.N.pcapRecorder.snaplen int 65535

Maximum number of bytes to record per packet

Stub1.N.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).

Stub1.N.pcapRecorder.dumpBadFrames bool true

Enable dump of frames with hasBitError

Stub1.N.pcapRecorder.moduleNamePatterns string "wlan[*] eth[*] ppp[*]"

Space-separated list of sibling module names to listen on

Stub1.N.pcapRecorder.sendingSignalNames string "transmissionEnded"

Space-separated list of outbound packet signals to subscribe to

Stub1.N.pcapRecorder.receivingSignalNames string "receptionEnded"

Space-separated list of inbound packet signals to subscribe to

Stub1.N.pcapRecorder.dumpProtocols string "ethernetmac ppp ieee80211mac"

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

Stub1.N.pcapRecorder.packetFilter object "*"

Which packets are considered, matches all packets by default

Stub1.N.pcapRecorder.helpers string ""

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

Stub1.N.pcapRecorder.alwaysFlush bool false

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

Stub1.N.mrp.ccmInterval double
Stub1.N.mrp.mrpRole string
Stub1.N.mrp.timingProfile int
Stub1.N.mrp.uuid0 int
Stub1.N.mrp.uuid1 int
Stub1.N.mrp.ringPort1 int
Stub1.N.mrp.ringPort2 int
Stub1.N.mrp.interconnectionLinkCheckAware bool
Stub1.N.mrp.interconnectionRingCheckAware bool
Stub1.N.mrp.nonblockingMrcSupported bool
Stub1.N.mrp.reactOnLinkChange bool
Stub1.N.mrp.visualize bool
Stub1.N.stp.helloTime double
Stub1.N.stp.forwardDelay double
Stub1.N.stp.maxAge double
Stub1.N.stp.bridgePriority int
Stub1.N.stp.visualize bool
Stub1.N.gptp.gptpNodeType string "BRIDGE_NODE"
Stub1.N.sc.displayStringTextFormat string "processed %p pk (%l)"

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

Stub1.N.sc.interfaceTableModule string

Module path to the ~InterfaceTable module

Stub1.N.sc.forwardServiceRegistration bool true
Stub1.N.sc.forwardProtocolRegistration bool true
Stub1.N.sc.interfaceMapping object {}

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

Stub1.N.sc.serviceMapping object {}

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

Stub1.N.sc.protocolMapping object {}

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

Stub1.N.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

Stub1.N.cb.interfaceTableModule string

Module path to the ~InterfaceTable module

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

Stub1.N.cb.serviceMapping object {}

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

Stub1.N.cb.protocolMapping object {}

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

Stub1.N.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

Stub1.N.bl.interfaceTableModule string

Module path to the ~InterfaceTable module

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

Stub1.N.bl.serviceMapping object {}

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

Stub1.N.bl.protocolMapping object {}

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

Stub1.N.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

Stub1.N.li.interfaceTableModule string

Module path to the ~InterfaceTable module

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

Stub1.N.li.serviceMapping object {}

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

Stub1.N.li.protocolMapping object {}

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

Stub1.N.eth.bitrate double
Stub1.R.status.displayStringTextFormat string ""

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

Stub1.R.status.initialStatus string "UP"

TODO @signal, @statistic

Stub1.R.environment.displayStringTextFormat string ""

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

Stub1.R.environment.initStage int 0

Initialization stage for the setup command

Stub1.R.environment.globalNamespace bool false

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

Stub1.R.environment.namespace string ""

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

Stub1.R.environment.setupCommand string ""

A host OS system command

Stub1.R.environment.teardownCommand string ""

A host OS system command

Stub1.R.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

Stub1.R.pcapRecorder.verbose bool true

Whether to log packets on the module output

Stub1.R.pcapRecorder.recordEmptyPackets bool true

Specifies if zero length packets are recorded or not

Stub1.R.pcapRecorder.enableConvertingPackets bool true

Specifies if converting packets to link type is allowed or not

Stub1.R.pcapRecorder.pcapFile string ""

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

Stub1.R.pcapRecorder.fileFormat string "pcapng"
Stub1.R.pcapRecorder.snaplen int 65535

Maximum number of bytes to record per packet

Stub1.R.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).

Stub1.R.pcapRecorder.dumpBadFrames bool true

Enable dump of frames with hasBitError

Stub1.R.pcapRecorder.moduleNamePatterns string "wlan[*] eth[*] ppp[*]"

Space-separated list of sibling module names to listen on

Stub1.R.pcapRecorder.sendingSignalNames string "transmissionEnded"

Space-separated list of outbound packet signals to subscribe to

Stub1.R.pcapRecorder.receivingSignalNames string "receptionEnded"

Space-separated list of inbound packet signals to subscribe to

Stub1.R.pcapRecorder.dumpProtocols string "ethernetmac ppp ieee80211mac"

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

Stub1.R.pcapRecorder.packetFilter object "*"

Which packets are considered, matches all packets by default

Stub1.R.pcapRecorder.helpers string ""

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

Stub1.R.pcapRecorder.alwaysFlush bool false

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

Stub1.R.interfaceTable.displayStringTextFormat string ""

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

Stub1.R.interfaceTable.displayAddresses bool false

Whether to display IP addresses on links

Stub1.R.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

Stub1.R.cb.interfaceTableModule string

Module path to the ~InterfaceTable module

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

Stub1.R.cb.serviceMapping object {}

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

Stub1.R.cb.protocolMapping object {}

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

Stub1.R.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

Stub1.R.bl.interfaceTableModule string

Module path to the ~InterfaceTable module

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

Stub1.R.bl.serviceMapping object {}

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

Stub1.R.bl.protocolMapping object {}

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

Stub1.R.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

Stub1.R.li.interfaceTableModule string

Module path to the ~InterfaceTable module

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

Stub1.R.li.serviceMapping object {}

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

Stub1.R.li.protocolMapping object {}

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

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

Stub1.R.nl.interfaceTableModule string

Module path to the ~InterfaceTable module

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

Stub1.R.nl.serviceMapping object {}

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

Stub1.R.nl.protocolMapping object {}

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

Stub1.R.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

Stub1.R.tn.interfaceTableModule string

Module path to the ~InterfaceTable module

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

Stub1.R.tn.serviceMapping object {}

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

Stub1.R.tn.protocolMapping object {}

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

Stub1.R.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

Stub1.R.at.interfaceTableModule string

Module path to the ~InterfaceTable module

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

Stub1.R.at.serviceMapping object {}

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

Stub1.R.at.protocolMapping object {}

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

Stub1.R.bgp.interfaceTableModule string

The path to the InterfaceTable module

Stub1.R.bgp.routingTableModule string
Stub1.R.bgp.ospfRoutingModule string parent.hasOspf ? "^.ospf" : ""
Stub1.B.status.displayStringTextFormat string ""

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

Stub1.B.status.initialStatus string "UP"

TODO @signal, @statistic

Stub1.B.environment.displayStringTextFormat string ""

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

Stub1.B.environment.initStage int 0

Initialization stage for the setup command

Stub1.B.environment.globalNamespace bool false

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

Stub1.B.environment.namespace string ""

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

Stub1.B.environment.setupCommand string ""

A host OS system command

Stub1.B.environment.teardownCommand string ""

A host OS system command

Stub1.B.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

Stub1.B.pcapRecorder.verbose bool true

Whether to log packets on the module output

Stub1.B.pcapRecorder.recordEmptyPackets bool true

Specifies if zero length packets are recorded or not

Stub1.B.pcapRecorder.enableConvertingPackets bool true

Specifies if converting packets to link type is allowed or not

Stub1.B.pcapRecorder.pcapFile string ""

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

Stub1.B.pcapRecorder.fileFormat string "pcapng"
Stub1.B.pcapRecorder.snaplen int 65535

Maximum number of bytes to record per packet

Stub1.B.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).

Stub1.B.pcapRecorder.dumpBadFrames bool true

Enable dump of frames with hasBitError

Stub1.B.pcapRecorder.moduleNamePatterns string "wlan[*] eth[*] ppp[*]"

Space-separated list of sibling module names to listen on

Stub1.B.pcapRecorder.sendingSignalNames string "transmissionEnded"

Space-separated list of outbound packet signals to subscribe to

Stub1.B.pcapRecorder.receivingSignalNames string "receptionEnded"

Space-separated list of inbound packet signals to subscribe to

Stub1.B.pcapRecorder.dumpProtocols string "ethernetmac ppp ieee80211mac"

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

Stub1.B.pcapRecorder.packetFilter object "*"

Which packets are considered, matches all packets by default

Stub1.B.pcapRecorder.helpers string ""

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

Stub1.B.pcapRecorder.alwaysFlush bool false

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

Stub1.B.interfaceTable.displayStringTextFormat string ""

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

Stub1.B.interfaceTable.displayAddresses bool false

Whether to display IP addresses on links

Stub1.B.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

Stub1.B.cb.interfaceTableModule string

Module path to the ~InterfaceTable module

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

Stub1.B.cb.serviceMapping object {}

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

Stub1.B.cb.protocolMapping object {}

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

Stub1.B.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

Stub1.B.bl.interfaceTableModule string

Module path to the ~InterfaceTable module

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

Stub1.B.bl.serviceMapping object {}

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

Stub1.B.bl.protocolMapping object {}

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

Stub1.B.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

Stub1.B.li.interfaceTableModule string

Module path to the ~InterfaceTable module

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

Stub1.B.li.serviceMapping object {}

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

Stub1.B.li.protocolMapping object {}

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

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

Stub1.B.nl.interfaceTableModule string

Module path to the ~InterfaceTable module

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

Stub1.B.nl.serviceMapping object {}

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

Stub1.B.nl.protocolMapping object {}

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

Stub1.B.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

Stub1.B.tn.interfaceTableModule string

Module path to the ~InterfaceTable module

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

Stub1.B.tn.serviceMapping object {}

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

Stub1.B.tn.protocolMapping object {}

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

Stub1.B.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

Stub1.B.at.interfaceTableModule string

Module path to the ~InterfaceTable module

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

Stub1.B.at.serviceMapping object {}

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

Stub1.B.at.protocolMapping object {}

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

Stub1.B.bgp.interfaceTableModule string

The path to the InterfaceTable module

Stub1.B.bgp.routingTableModule string
Stub1.B.bgp.ospfRoutingModule string parent.hasOspf ? "^.ospf" : ""
Stub2.H.status.displayStringTextFormat string ""

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

Stub2.H.status.initialStatus string "UP"

TODO @signal, @statistic

Stub2.H.environment.displayStringTextFormat string ""

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

Stub2.H.environment.initStage int 0

Initialization stage for the setup command

Stub2.H.environment.globalNamespace bool false

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

Stub2.H.environment.namespace string ""

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

Stub2.H.environment.setupCommand string ""

A host OS system command

Stub2.H.environment.teardownCommand string ""

A host OS system command

Stub2.H.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

Stub2.H.pcapRecorder.verbose bool true

Whether to log packets on the module output

Stub2.H.pcapRecorder.recordEmptyPackets bool true

Specifies if zero length packets are recorded or not

Stub2.H.pcapRecorder.enableConvertingPackets bool true

Specifies if converting packets to link type is allowed or not

Stub2.H.pcapRecorder.pcapFile string ""

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

Stub2.H.pcapRecorder.fileFormat string "pcapng"
Stub2.H.pcapRecorder.snaplen int 65535

Maximum number of bytes to record per packet

Stub2.H.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).

Stub2.H.pcapRecorder.dumpBadFrames bool true

Enable dump of frames with hasBitError

Stub2.H.pcapRecorder.moduleNamePatterns string "wlan[*] eth[*] ppp[*]"

Space-separated list of sibling module names to listen on

Stub2.H.pcapRecorder.sendingSignalNames string "transmissionEnded"

Space-separated list of outbound packet signals to subscribe to

Stub2.H.pcapRecorder.receivingSignalNames string "receptionEnded"

Space-separated list of inbound packet signals to subscribe to

Stub2.H.pcapRecorder.dumpProtocols string "ethernetmac ppp ieee80211mac"

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

Stub2.H.pcapRecorder.packetFilter object "*"

Which packets are considered, matches all packets by default

Stub2.H.pcapRecorder.helpers string ""

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

Stub2.H.pcapRecorder.alwaysFlush bool false

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

Stub2.H.interfaceTable.displayStringTextFormat string ""

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

Stub2.H.interfaceTable.displayAddresses bool false

Whether to display IP addresses on links

Stub2.H.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

Stub2.H.cb.interfaceTableModule string

Module path to the ~InterfaceTable module

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

Stub2.H.cb.serviceMapping object {}

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

Stub2.H.cb.protocolMapping object {}

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

Stub2.H.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

Stub2.H.bl.interfaceTableModule string

Module path to the ~InterfaceTable module

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

Stub2.H.bl.serviceMapping object {}

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

Stub2.H.bl.protocolMapping object {}

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

Stub2.H.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

Stub2.H.li.interfaceTableModule string

Module path to the ~InterfaceTable module

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

Stub2.H.li.serviceMapping object {}

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

Stub2.H.li.protocolMapping object {}

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

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

Stub2.H.nl.interfaceTableModule string

Module path to the ~InterfaceTable module

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

Stub2.H.nl.serviceMapping object {}

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

Stub2.H.nl.protocolMapping object {}

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

Stub2.H.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

Stub2.H.tn.interfaceTableModule string

Module path to the ~InterfaceTable module

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

Stub2.H.tn.serviceMapping object {}

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

Stub2.H.tn.protocolMapping object {}

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

Stub2.H.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

Stub2.H.at.interfaceTableModule string

Module path to the ~InterfaceTable module

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

Stub2.H.at.serviceMapping object {}

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

Stub2.H.at.protocolMapping object {}

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

Stub2.N.macTable.agingTime double
Stub2.N.macTable.forwardingTableFile string
Stub2.N.interfaceTable.displayStringTextFormat string ""

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

Stub2.N.interfaceTable.displayAddresses bool false

Whether to display IP addresses on links

Stub2.N.status.displayStringTextFormat string ""

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

Stub2.N.status.initialStatus string "UP"

TODO @signal, @statistic

Stub2.N.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

Stub2.N.pcapRecorder.verbose bool true

Whether to log packets on the module output

Stub2.N.pcapRecorder.recordEmptyPackets bool true

Specifies if zero length packets are recorded or not

Stub2.N.pcapRecorder.enableConvertingPackets bool true

Specifies if converting packets to link type is allowed or not

Stub2.N.pcapRecorder.pcapFile string ""

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

Stub2.N.pcapRecorder.fileFormat string "pcapng"
Stub2.N.pcapRecorder.snaplen int 65535

Maximum number of bytes to record per packet

Stub2.N.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).

Stub2.N.pcapRecorder.dumpBadFrames bool true

Enable dump of frames with hasBitError

Stub2.N.pcapRecorder.moduleNamePatterns string "wlan[*] eth[*] ppp[*]"

Space-separated list of sibling module names to listen on

Stub2.N.pcapRecorder.sendingSignalNames string "transmissionEnded"

Space-separated list of outbound packet signals to subscribe to

Stub2.N.pcapRecorder.receivingSignalNames string "receptionEnded"

Space-separated list of inbound packet signals to subscribe to

Stub2.N.pcapRecorder.dumpProtocols string "ethernetmac ppp ieee80211mac"

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

Stub2.N.pcapRecorder.packetFilter object "*"

Which packets are considered, matches all packets by default

Stub2.N.pcapRecorder.helpers string ""

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

Stub2.N.pcapRecorder.alwaysFlush bool false

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

Stub2.N.mrp.ccmInterval double
Stub2.N.mrp.mrpRole string
Stub2.N.mrp.timingProfile int
Stub2.N.mrp.uuid0 int
Stub2.N.mrp.uuid1 int
Stub2.N.mrp.ringPort1 int
Stub2.N.mrp.ringPort2 int
Stub2.N.mrp.interconnectionLinkCheckAware bool
Stub2.N.mrp.interconnectionRingCheckAware bool
Stub2.N.mrp.nonblockingMrcSupported bool
Stub2.N.mrp.reactOnLinkChange bool
Stub2.N.mrp.visualize bool
Stub2.N.stp.helloTime double
Stub2.N.stp.forwardDelay double
Stub2.N.stp.maxAge double
Stub2.N.stp.bridgePriority int
Stub2.N.stp.visualize bool
Stub2.N.gptp.gptpNodeType string "BRIDGE_NODE"
Stub2.N.sc.displayStringTextFormat string "processed %p pk (%l)"

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

Stub2.N.sc.interfaceTableModule string

Module path to the ~InterfaceTable module

Stub2.N.sc.forwardServiceRegistration bool true
Stub2.N.sc.forwardProtocolRegistration bool true
Stub2.N.sc.interfaceMapping object {}

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

Stub2.N.sc.serviceMapping object {}

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

Stub2.N.sc.protocolMapping object {}

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

Stub2.N.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

Stub2.N.cb.interfaceTableModule string

Module path to the ~InterfaceTable module

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

Stub2.N.cb.serviceMapping object {}

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

Stub2.N.cb.protocolMapping object {}

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

Stub2.N.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

Stub2.N.bl.interfaceTableModule string

Module path to the ~InterfaceTable module

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

Stub2.N.bl.serviceMapping object {}

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

Stub2.N.bl.protocolMapping object {}

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

Stub2.N.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

Stub2.N.li.interfaceTableModule string

Module path to the ~InterfaceTable module

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

Stub2.N.li.serviceMapping object {}

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

Stub2.N.li.protocolMapping object {}

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

Stub2.N.eth.bitrate double
Stub2.R.status.displayStringTextFormat string ""

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

Stub2.R.status.initialStatus string "UP"

TODO @signal, @statistic

Stub2.R.environment.displayStringTextFormat string ""

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

Stub2.R.environment.initStage int 0

Initialization stage for the setup command

Stub2.R.environment.globalNamespace bool false

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

Stub2.R.environment.namespace string ""

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

Stub2.R.environment.setupCommand string ""

A host OS system command

Stub2.R.environment.teardownCommand string ""

A host OS system command

Stub2.R.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

Stub2.R.pcapRecorder.verbose bool true

Whether to log packets on the module output

Stub2.R.pcapRecorder.recordEmptyPackets bool true

Specifies if zero length packets are recorded or not

Stub2.R.pcapRecorder.enableConvertingPackets bool true

Specifies if converting packets to link type is allowed or not

Stub2.R.pcapRecorder.pcapFile string ""

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

Stub2.R.pcapRecorder.fileFormat string "pcapng"
Stub2.R.pcapRecorder.snaplen int 65535

Maximum number of bytes to record per packet

Stub2.R.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).

Stub2.R.pcapRecorder.dumpBadFrames bool true

Enable dump of frames with hasBitError

Stub2.R.pcapRecorder.moduleNamePatterns string "wlan[*] eth[*] ppp[*]"

Space-separated list of sibling module names to listen on

Stub2.R.pcapRecorder.sendingSignalNames string "transmissionEnded"

Space-separated list of outbound packet signals to subscribe to

Stub2.R.pcapRecorder.receivingSignalNames string "receptionEnded"

Space-separated list of inbound packet signals to subscribe to

Stub2.R.pcapRecorder.dumpProtocols string "ethernetmac ppp ieee80211mac"

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

Stub2.R.pcapRecorder.packetFilter object "*"

Which packets are considered, matches all packets by default

Stub2.R.pcapRecorder.helpers string ""

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

Stub2.R.pcapRecorder.alwaysFlush bool false

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

Stub2.R.interfaceTable.displayStringTextFormat string ""

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

Stub2.R.interfaceTable.displayAddresses bool false

Whether to display IP addresses on links

Stub2.R.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

Stub2.R.cb.interfaceTableModule string

Module path to the ~InterfaceTable module

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

Stub2.R.cb.serviceMapping object {}

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

Stub2.R.cb.protocolMapping object {}

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

Stub2.R.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

Stub2.R.bl.interfaceTableModule string

Module path to the ~InterfaceTable module

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

Stub2.R.bl.serviceMapping object {}

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

Stub2.R.bl.protocolMapping object {}

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

Stub2.R.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

Stub2.R.li.interfaceTableModule string

Module path to the ~InterfaceTable module

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

Stub2.R.li.serviceMapping object {}

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

Stub2.R.li.protocolMapping object {}

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

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

Stub2.R.nl.interfaceTableModule string

Module path to the ~InterfaceTable module

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

Stub2.R.nl.serviceMapping object {}

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

Stub2.R.nl.protocolMapping object {}

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

Stub2.R.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

Stub2.R.tn.interfaceTableModule string

Module path to the ~InterfaceTable module

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

Stub2.R.tn.serviceMapping object {}

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

Stub2.R.tn.protocolMapping object {}

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

Stub2.R.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

Stub2.R.at.interfaceTableModule string

Module path to the ~InterfaceTable module

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

Stub2.R.at.serviceMapping object {}

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

Stub2.R.at.protocolMapping object {}

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

Stub2.R.bgp.interfaceTableModule string

The path to the InterfaceTable module

Stub2.R.bgp.routingTableModule string
Stub2.R.bgp.ospfRoutingModule string parent.hasOspf ? "^.ospf" : ""
Stub2.B.status.displayStringTextFormat string ""

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

Stub2.B.status.initialStatus string "UP"

TODO @signal, @statistic

Stub2.B.environment.displayStringTextFormat string ""

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

Stub2.B.environment.initStage int 0

Initialization stage for the setup command

Stub2.B.environment.globalNamespace bool false

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

Stub2.B.environment.namespace string ""

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

Stub2.B.environment.setupCommand string ""

A host OS system command

Stub2.B.environment.teardownCommand string ""

A host OS system command

Stub2.B.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

Stub2.B.pcapRecorder.verbose bool true

Whether to log packets on the module output

Stub2.B.pcapRecorder.recordEmptyPackets bool true

Specifies if zero length packets are recorded or not

Stub2.B.pcapRecorder.enableConvertingPackets bool true

Specifies if converting packets to link type is allowed or not

Stub2.B.pcapRecorder.pcapFile string ""

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

Stub2.B.pcapRecorder.fileFormat string "pcapng"
Stub2.B.pcapRecorder.snaplen int 65535

Maximum number of bytes to record per packet

Stub2.B.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).

Stub2.B.pcapRecorder.dumpBadFrames bool true

Enable dump of frames with hasBitError

Stub2.B.pcapRecorder.moduleNamePatterns string "wlan[*] eth[*] ppp[*]"

Space-separated list of sibling module names to listen on

Stub2.B.pcapRecorder.sendingSignalNames string "transmissionEnded"

Space-separated list of outbound packet signals to subscribe to

Stub2.B.pcapRecorder.receivingSignalNames string "receptionEnded"

Space-separated list of inbound packet signals to subscribe to

Stub2.B.pcapRecorder.dumpProtocols string "ethernetmac ppp ieee80211mac"

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

Stub2.B.pcapRecorder.packetFilter object "*"

Which packets are considered, matches all packets by default

Stub2.B.pcapRecorder.helpers string ""

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

Stub2.B.pcapRecorder.alwaysFlush bool false

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

Stub2.B.interfaceTable.displayStringTextFormat string ""

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

Stub2.B.interfaceTable.displayAddresses bool false

Whether to display IP addresses on links

Stub2.B.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

Stub2.B.cb.interfaceTableModule string

Module path to the ~InterfaceTable module

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

Stub2.B.cb.serviceMapping object {}

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

Stub2.B.cb.protocolMapping object {}

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

Stub2.B.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

Stub2.B.bl.interfaceTableModule string

Module path to the ~InterfaceTable module

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

Stub2.B.bl.serviceMapping object {}

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

Stub2.B.bl.protocolMapping object {}

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

Stub2.B.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

Stub2.B.li.interfaceTableModule string

Module path to the ~InterfaceTable module

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

Stub2.B.li.serviceMapping object {}

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

Stub2.B.li.protocolMapping object {}

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

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

Stub2.B.nl.interfaceTableModule string

Module path to the ~InterfaceTable module

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

Stub2.B.nl.serviceMapping object {}

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

Stub2.B.nl.protocolMapping object {}

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

Stub2.B.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

Stub2.B.tn.interfaceTableModule string

Module path to the ~InterfaceTable module

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

Stub2.B.tn.serviceMapping object {}

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

Stub2.B.tn.protocolMapping object {}

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

Stub2.B.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

Stub2.B.at.interfaceTableModule string

Module path to the ~InterfaceTable module

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

Stub2.B.at.serviceMapping object {}

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

Stub2.B.at.protocolMapping object {}

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

Stub2.B.bgp.interfaceTableModule string

The path to the InterfaceTable module

Stub2.B.bgp.routingTableModule string
Stub2.B.bgp.ospfRoutingModule string parent.hasOspf ? "^.ospf" : ""
configurator.displayStringTextFormat string ""

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

configurator.minLinkWeight double 1E-3
configurator.configureIsolatedNetworksSeparatly bool false
configurator.assignAddresses bool true

Assign IP addresses to all interfaces in the network

configurator.assignUniqueAddresses bool true

Avoid using the same address and raise an error if not possible

configurator.assignDisjunctSubnetAddresses bool true

Avoid using the same address prefix and netmask on different links when assigning IP addresses to interfaces

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

scenarioManager.displayStringTextFormat string "total %c changes, %l left\nnext at: %t"

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

scenarioManager.script xml xml("")

Source code

network OSPF_BackboneAndTwoStubsTest
{
    parameters:
        int numBBRouters = default(3);
    types:
        channel C extends ThruputMeteringChannel
        {
            delay = 0.1us;
            datarate = 100Mbps;
            thruputDisplayFormat = "#N";
        }
    submodules:
        BBR[numBBRouters]: OspfRouter {
            @display("p=450,150,col,90");
        }
        Stub1: TestArea {
            parameters:
                numHosts = 2;
                extGates = 1;
                @display("p=300,150;b=100,100");
        }
        Stub2: TestArea {
            parameters:
                numHosts = 2;
                extGates = 1;
                @display("p=600,150;b=100,100");
        }
        configurator: Ipv4NetworkConfigurator {
            parameters:
                config = xml("<config>"+
                            "<interface among='BBR[*]' address='192.168.100.x' netmask='255.255.255.x' />"+
                            "<interface hosts='Stub1.*' address='192.168.91.x' netmask='255.255.255.x' />"+
                            "<interface hosts='BBR[*]' towards='Stub1.*' address='192.168.91.x' netmask='255.255.255.x' />"+
                            "<interface hosts='Stub2.*' address='192.168.92.x' netmask='255.255.255.x' />"+
                            "<interface hosts='BBR[*]' towards='Stub2.*' address='192.168.92.x' netmask='255.255.255.x' />"+
                            "<multicast-group hosts='**.R[*] **.B[*] BBR[*]' address='224.0.0.5 224.0.0.6' />"+
                            "<route hosts='**.H[*]' destination='*' netmask='0.0.0.0' interface='eth0' />"+
                            "<route hosts='**.B[*] BBR[*]' destination='224.0.0.0' netmask='240.0.0.0' interface='eth0' />"+
                            "<route hosts='**.R[*] **.B[*] BBR[*]' destination='224.0.0.0' netmask='240.0.0.0' interface='eth1' />"+
                            "<route hosts='**.R[*] **.B[*]' destination='224.0.0.0' netmask='240.0.0.0' interface='eth2' />"+
                            "</config>");
                addStaticRoutes = false;
                addDefaultRoutes = false;
                @display("p=100,100;is=s");
        }
        scenarioManager: ScenarioManager {
            @display("p=100,200;is=s");
        }
    connections:
        BBR[0].ethg++ <--> C <--> Stub1.ethg[0];
        BBR[numBBRouters-1].ethg++ <--> C <--> Stub2.ethg[0];
        for i=1..numBBRouters-1 {
            BBR[i].ethg++ <--> C <--> BBR[i-1].ethg++;
        }
        //BBR[0].ethg++ <--> C <--> BBR[numBBRouters-1].ethg++;
}
File: examples/ospfv2/areatests/BackboneAndTwoStubs.ned