OSPF_mininet

Package: inet.examples.ospfv2.areatests

OSPF_mininet

network

(no description)

BBR[numBBr] : OspfRouter

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

Source:
BBR[numBBr]: OspfRouter {
    @display("p=700,150,col,100");
} BBRtoS1 : OspfRouter

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

Source:
BBRtoS1: OspfRouter {
    @display("p=850,150");
} S1R[numSBr] : OspfRouter

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

Source:
S1R[numSBr]: OspfRouter {
    @display("p=1000,150,col,100");
} S1H[numHst] : StandardHost

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

Source:
S1H[numHst]: StandardHost {
    @display("p=1150,150,col,100");
} BBRtoS2 : OspfRouter

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

Source:
BBRtoS2: OspfRouter {
    @display("p=550,150");
} S2R[numSBr] : OspfRouter

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

Source:
S2R[numSBr]: OspfRouter {
    @display("p=400,150,col,100");
} S2H[numHst] : StandardHost

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

Source:
S2H[numHst]: StandardHost {
    @display("p=250,150,col,100");
} configurator : Ipv4NetworkConfigurator

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

Source:
configurator: Ipv4NetworkConfigurator {
    parameters:
        config = xml("<config>"+
                            "<interface hosts='BBR[*]' address='192.168.100.x' netmask='255.255.255.x' />"+
                            "<interface hosts='BBRtoS*' towards='BBR[*]' address='192.168.100.x' net... 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
numBBr int 2
numSBr int 2
numHst int 2

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" : ""
BBRtoS1.status.displayStringTextFormat string ""

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

BBRtoS1.status.initialStatus string "UP"

TODO @signal, @statistic

BBRtoS1.environment.displayStringTextFormat string ""

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

BBRtoS1.environment.initStage int 0

Initialization stage for the setup command

BBRtoS1.environment.globalNamespace bool false

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

BBRtoS1.environment.namespace string ""

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

BBRtoS1.environment.setupCommand string ""

A host OS system command

BBRtoS1.environment.teardownCommand string ""

A host OS system command

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

BBRtoS1.pcapRecorder.verbose bool true

Whether to log packets on the module output

BBRtoS1.pcapRecorder.recordEmptyPackets bool true

Specifies if zero length packets are recorded or not

BBRtoS1.pcapRecorder.enableConvertingPackets bool true

Specifies if converting packets to link type is allowed or not

BBRtoS1.pcapRecorder.pcapFile string ""

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

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

Maximum number of bytes to record per packet

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

BBRtoS1.pcapRecorder.dumpBadFrames bool true

Enable dump of frames with hasBitError

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

Space-separated list of sibling module names to listen on

BBRtoS1.pcapRecorder.sendingSignalNames string "transmissionEnded"

Space-separated list of outbound packet signals to subscribe to

BBRtoS1.pcapRecorder.receivingSignalNames string "receptionEnded"

Space-separated list of inbound packet signals to subscribe to

BBRtoS1.pcapRecorder.dumpProtocols string "ethernetmac ppp ieee80211mac"

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

BBRtoS1.pcapRecorder.packetFilter object "*"

Which packets are considered, matches all packets by default

BBRtoS1.pcapRecorder.helpers string ""

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

BBRtoS1.pcapRecorder.alwaysFlush bool false

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

BBRtoS1.interfaceTable.displayStringTextFormat string ""

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

BBRtoS1.interfaceTable.displayAddresses bool false

Whether to display IP addresses on links

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

BBRtoS1.cb.interfaceTableModule string

Module path to the ~InterfaceTable module

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

BBRtoS1.cb.serviceMapping object {}

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

BBRtoS1.cb.protocolMapping object {}

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

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

BBRtoS1.bl.interfaceTableModule string

Module path to the ~InterfaceTable module

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

BBRtoS1.bl.serviceMapping object {}

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

BBRtoS1.bl.protocolMapping object {}

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

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

BBRtoS1.li.interfaceTableModule string

Module path to the ~InterfaceTable module

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

BBRtoS1.li.serviceMapping object {}

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

BBRtoS1.li.protocolMapping object {}

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

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

BBRtoS1.nl.interfaceTableModule string

Module path to the ~InterfaceTable module

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

BBRtoS1.nl.serviceMapping object {}

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

BBRtoS1.nl.protocolMapping object {}

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

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

BBRtoS1.tn.interfaceTableModule string

Module path to the ~InterfaceTable module

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

BBRtoS1.tn.serviceMapping object {}

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

BBRtoS1.tn.protocolMapping object {}

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

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

BBRtoS1.at.interfaceTableModule string

Module path to the ~InterfaceTable module

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

BBRtoS1.at.serviceMapping object {}

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

BBRtoS1.at.protocolMapping object {}

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

BBRtoS1.bgp.interfaceTableModule string

The path to the InterfaceTable module

BBRtoS1.bgp.routingTableModule string
BBRtoS1.bgp.ospfRoutingModule string parent.hasOspf ? "^.ospf" : ""
S1R.status.displayStringTextFormat string ""

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

S1R.status.initialStatus string "UP"

TODO @signal, @statistic

S1R.environment.displayStringTextFormat string ""

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

S1R.environment.initStage int 0

Initialization stage for the setup command

S1R.environment.globalNamespace bool false

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

S1R.environment.namespace string ""

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

S1R.environment.setupCommand string ""

A host OS system command

S1R.environment.teardownCommand string ""

A host OS system command

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

S1R.pcapRecorder.verbose bool true

Whether to log packets on the module output

S1R.pcapRecorder.recordEmptyPackets bool true

Specifies if zero length packets are recorded or not

S1R.pcapRecorder.enableConvertingPackets bool true

Specifies if converting packets to link type is allowed or not

S1R.pcapRecorder.pcapFile string ""

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

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

Maximum number of bytes to record per packet

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

S1R.pcapRecorder.dumpBadFrames bool true

Enable dump of frames with hasBitError

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

Space-separated list of sibling module names to listen on

S1R.pcapRecorder.sendingSignalNames string "transmissionEnded"

Space-separated list of outbound packet signals to subscribe to

S1R.pcapRecorder.receivingSignalNames string "receptionEnded"

Space-separated list of inbound packet signals to subscribe to

S1R.pcapRecorder.dumpProtocols string "ethernetmac ppp ieee80211mac"

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

S1R.pcapRecorder.packetFilter object "*"

Which packets are considered, matches all packets by default

S1R.pcapRecorder.helpers string ""

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

S1R.pcapRecorder.alwaysFlush bool false

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

S1R.interfaceTable.displayStringTextFormat string ""

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

S1R.interfaceTable.displayAddresses bool false

Whether to display IP addresses on links

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

S1R.cb.interfaceTableModule string

Module path to the ~InterfaceTable module

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

S1R.cb.serviceMapping object {}

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

S1R.cb.protocolMapping object {}

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

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

S1R.bl.interfaceTableModule string

Module path to the ~InterfaceTable module

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

S1R.bl.serviceMapping object {}

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

S1R.bl.protocolMapping object {}

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

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

S1R.li.interfaceTableModule string

Module path to the ~InterfaceTable module

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

S1R.li.serviceMapping object {}

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

S1R.li.protocolMapping object {}

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

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

S1R.nl.interfaceTableModule string

Module path to the ~InterfaceTable module

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

S1R.nl.serviceMapping object {}

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

S1R.nl.protocolMapping object {}

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

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

S1R.tn.interfaceTableModule string

Module path to the ~InterfaceTable module

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

S1R.tn.serviceMapping object {}

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

S1R.tn.protocolMapping object {}

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

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

S1R.at.interfaceTableModule string

Module path to the ~InterfaceTable module

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

S1R.at.serviceMapping object {}

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

S1R.at.protocolMapping object {}

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

S1R.bgp.interfaceTableModule string

The path to the InterfaceTable module

S1R.bgp.routingTableModule string
S1R.bgp.ospfRoutingModule string parent.hasOspf ? "^.ospf" : ""
S1H.status.displayStringTextFormat string ""

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

S1H.status.initialStatus string "UP"

TODO @signal, @statistic

S1H.environment.displayStringTextFormat string ""

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

S1H.environment.initStage int 0

Initialization stage for the setup command

S1H.environment.globalNamespace bool false

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

S1H.environment.namespace string ""

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

S1H.environment.setupCommand string ""

A host OS system command

S1H.environment.teardownCommand string ""

A host OS system command

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

S1H.pcapRecorder.verbose bool true

Whether to log packets on the module output

S1H.pcapRecorder.recordEmptyPackets bool true

Specifies if zero length packets are recorded or not

S1H.pcapRecorder.enableConvertingPackets bool true

Specifies if converting packets to link type is allowed or not

S1H.pcapRecorder.pcapFile string ""

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

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

Maximum number of bytes to record per packet

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

S1H.pcapRecorder.dumpBadFrames bool true

Enable dump of frames with hasBitError

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

Space-separated list of sibling module names to listen on

S1H.pcapRecorder.sendingSignalNames string "transmissionEnded"

Space-separated list of outbound packet signals to subscribe to

S1H.pcapRecorder.receivingSignalNames string "receptionEnded"

Space-separated list of inbound packet signals to subscribe to

S1H.pcapRecorder.dumpProtocols string "ethernetmac ppp ieee80211mac"

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

S1H.pcapRecorder.packetFilter object "*"

Which packets are considered, matches all packets by default

S1H.pcapRecorder.helpers string ""

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

S1H.pcapRecorder.alwaysFlush bool false

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

S1H.interfaceTable.displayStringTextFormat string ""

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

S1H.interfaceTable.displayAddresses bool false

Whether to display IP addresses on links

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

S1H.cb.interfaceTableModule string

Module path to the ~InterfaceTable module

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

S1H.cb.serviceMapping object {}

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

S1H.cb.protocolMapping object {}

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

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

S1H.bl.interfaceTableModule string

Module path to the ~InterfaceTable module

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

S1H.bl.serviceMapping object {}

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

S1H.bl.protocolMapping object {}

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

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

S1H.li.interfaceTableModule string

Module path to the ~InterfaceTable module

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

S1H.li.serviceMapping object {}

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

S1H.li.protocolMapping object {}

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

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

S1H.nl.interfaceTableModule string

Module path to the ~InterfaceTable module

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

S1H.nl.serviceMapping object {}

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

S1H.nl.protocolMapping object {}

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

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

S1H.tn.interfaceTableModule string

Module path to the ~InterfaceTable module

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

S1H.tn.serviceMapping object {}

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

S1H.tn.protocolMapping object {}

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

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

S1H.at.interfaceTableModule string

Module path to the ~InterfaceTable module

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

S1H.at.serviceMapping object {}

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

S1H.at.protocolMapping object {}

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

BBRtoS2.status.displayStringTextFormat string ""

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

BBRtoS2.status.initialStatus string "UP"

TODO @signal, @statistic

BBRtoS2.environment.displayStringTextFormat string ""

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

BBRtoS2.environment.initStage int 0

Initialization stage for the setup command

BBRtoS2.environment.globalNamespace bool false

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

BBRtoS2.environment.namespace string ""

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

BBRtoS2.environment.setupCommand string ""

A host OS system command

BBRtoS2.environment.teardownCommand string ""

A host OS system command

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

BBRtoS2.pcapRecorder.verbose bool true

Whether to log packets on the module output

BBRtoS2.pcapRecorder.recordEmptyPackets bool true

Specifies if zero length packets are recorded or not

BBRtoS2.pcapRecorder.enableConvertingPackets bool true

Specifies if converting packets to link type is allowed or not

BBRtoS2.pcapRecorder.pcapFile string ""

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

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

Maximum number of bytes to record per packet

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

BBRtoS2.pcapRecorder.dumpBadFrames bool true

Enable dump of frames with hasBitError

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

Space-separated list of sibling module names to listen on

BBRtoS2.pcapRecorder.sendingSignalNames string "transmissionEnded"

Space-separated list of outbound packet signals to subscribe to

BBRtoS2.pcapRecorder.receivingSignalNames string "receptionEnded"

Space-separated list of inbound packet signals to subscribe to

BBRtoS2.pcapRecorder.dumpProtocols string "ethernetmac ppp ieee80211mac"

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

BBRtoS2.pcapRecorder.packetFilter object "*"

Which packets are considered, matches all packets by default

BBRtoS2.pcapRecorder.helpers string ""

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

BBRtoS2.pcapRecorder.alwaysFlush bool false

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

BBRtoS2.interfaceTable.displayStringTextFormat string ""

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

BBRtoS2.interfaceTable.displayAddresses bool false

Whether to display IP addresses on links

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

BBRtoS2.cb.interfaceTableModule string

Module path to the ~InterfaceTable module

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

BBRtoS2.cb.serviceMapping object {}

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

BBRtoS2.cb.protocolMapping object {}

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

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

BBRtoS2.bl.interfaceTableModule string

Module path to the ~InterfaceTable module

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

BBRtoS2.bl.serviceMapping object {}

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

BBRtoS2.bl.protocolMapping object {}

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

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

BBRtoS2.li.interfaceTableModule string

Module path to the ~InterfaceTable module

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

BBRtoS2.li.serviceMapping object {}

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

BBRtoS2.li.protocolMapping object {}

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

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

BBRtoS2.nl.interfaceTableModule string

Module path to the ~InterfaceTable module

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

BBRtoS2.nl.serviceMapping object {}

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

BBRtoS2.nl.protocolMapping object {}

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

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

BBRtoS2.tn.interfaceTableModule string

Module path to the ~InterfaceTable module

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

BBRtoS2.tn.serviceMapping object {}

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

BBRtoS2.tn.protocolMapping object {}

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

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

BBRtoS2.at.interfaceTableModule string

Module path to the ~InterfaceTable module

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

BBRtoS2.at.serviceMapping object {}

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

BBRtoS2.at.protocolMapping object {}

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

BBRtoS2.bgp.interfaceTableModule string

The path to the InterfaceTable module

BBRtoS2.bgp.routingTableModule string
BBRtoS2.bgp.ospfRoutingModule string parent.hasOspf ? "^.ospf" : ""
S2R.status.displayStringTextFormat string ""

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

S2R.status.initialStatus string "UP"

TODO @signal, @statistic

S2R.environment.displayStringTextFormat string ""

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

S2R.environment.initStage int 0

Initialization stage for the setup command

S2R.environment.globalNamespace bool false

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

S2R.environment.namespace string ""

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

S2R.environment.setupCommand string ""

A host OS system command

S2R.environment.teardownCommand string ""

A host OS system command

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

S2R.pcapRecorder.verbose bool true

Whether to log packets on the module output

S2R.pcapRecorder.recordEmptyPackets bool true

Specifies if zero length packets are recorded or not

S2R.pcapRecorder.enableConvertingPackets bool true

Specifies if converting packets to link type is allowed or not

S2R.pcapRecorder.pcapFile string ""

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

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

Maximum number of bytes to record per packet

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

S2R.pcapRecorder.dumpBadFrames bool true

Enable dump of frames with hasBitError

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

Space-separated list of sibling module names to listen on

S2R.pcapRecorder.sendingSignalNames string "transmissionEnded"

Space-separated list of outbound packet signals to subscribe to

S2R.pcapRecorder.receivingSignalNames string "receptionEnded"

Space-separated list of inbound packet signals to subscribe to

S2R.pcapRecorder.dumpProtocols string "ethernetmac ppp ieee80211mac"

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

S2R.pcapRecorder.packetFilter object "*"

Which packets are considered, matches all packets by default

S2R.pcapRecorder.helpers string ""

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

S2R.pcapRecorder.alwaysFlush bool false

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

S2R.interfaceTable.displayStringTextFormat string ""

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

S2R.interfaceTable.displayAddresses bool false

Whether to display IP addresses on links

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

S2R.cb.interfaceTableModule string

Module path to the ~InterfaceTable module

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

S2R.cb.serviceMapping object {}

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

S2R.cb.protocolMapping object {}

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

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

S2R.bl.interfaceTableModule string

Module path to the ~InterfaceTable module

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

S2R.bl.serviceMapping object {}

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

S2R.bl.protocolMapping object {}

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

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

S2R.li.interfaceTableModule string

Module path to the ~InterfaceTable module

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

S2R.li.serviceMapping object {}

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

S2R.li.protocolMapping object {}

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

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

S2R.nl.interfaceTableModule string

Module path to the ~InterfaceTable module

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

S2R.nl.serviceMapping object {}

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

S2R.nl.protocolMapping object {}

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

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

S2R.tn.interfaceTableModule string

Module path to the ~InterfaceTable module

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

S2R.tn.serviceMapping object {}

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

S2R.tn.protocolMapping object {}

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

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

S2R.at.interfaceTableModule string

Module path to the ~InterfaceTable module

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

S2R.at.serviceMapping object {}

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

S2R.at.protocolMapping object {}

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

S2R.bgp.interfaceTableModule string

The path to the InterfaceTable module

S2R.bgp.routingTableModule string
S2R.bgp.ospfRoutingModule string parent.hasOspf ? "^.ospf" : ""
S2H.status.displayStringTextFormat string ""

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

S2H.status.initialStatus string "UP"

TODO @signal, @statistic

S2H.environment.displayStringTextFormat string ""

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

S2H.environment.initStage int 0

Initialization stage for the setup command

S2H.environment.globalNamespace bool false

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

S2H.environment.namespace string ""

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

S2H.environment.setupCommand string ""

A host OS system command

S2H.environment.teardownCommand string ""

A host OS system command

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

S2H.pcapRecorder.verbose bool true

Whether to log packets on the module output

S2H.pcapRecorder.recordEmptyPackets bool true

Specifies if zero length packets are recorded or not

S2H.pcapRecorder.enableConvertingPackets bool true

Specifies if converting packets to link type is allowed or not

S2H.pcapRecorder.pcapFile string ""

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

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

Maximum number of bytes to record per packet

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

S2H.pcapRecorder.dumpBadFrames bool true

Enable dump of frames with hasBitError

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

Space-separated list of sibling module names to listen on

S2H.pcapRecorder.sendingSignalNames string "transmissionEnded"

Space-separated list of outbound packet signals to subscribe to

S2H.pcapRecorder.receivingSignalNames string "receptionEnded"

Space-separated list of inbound packet signals to subscribe to

S2H.pcapRecorder.dumpProtocols string "ethernetmac ppp ieee80211mac"

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

S2H.pcapRecorder.packetFilter object "*"

Which packets are considered, matches all packets by default

S2H.pcapRecorder.helpers string ""

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

S2H.pcapRecorder.alwaysFlush bool false

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

S2H.interfaceTable.displayStringTextFormat string ""

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

S2H.interfaceTable.displayAddresses bool false

Whether to display IP addresses on links

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

S2H.cb.interfaceTableModule string

Module path to the ~InterfaceTable module

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

S2H.cb.serviceMapping object {}

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

S2H.cb.protocolMapping object {}

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

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

S2H.bl.interfaceTableModule string

Module path to the ~InterfaceTable module

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

S2H.bl.serviceMapping object {}

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

S2H.bl.protocolMapping object {}

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

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

S2H.li.interfaceTableModule string

Module path to the ~InterfaceTable module

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

S2H.li.serviceMapping object {}

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

S2H.li.protocolMapping object {}

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

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

S2H.nl.interfaceTableModule string

Module path to the ~InterfaceTable module

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

S2H.nl.serviceMapping object {}

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

S2H.nl.protocolMapping object {}

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

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

S2H.tn.interfaceTableModule string

Module path to the ~InterfaceTable module

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

S2H.tn.serviceMapping object {}

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

S2H.tn.protocolMapping object {}

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

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

S2H.at.interfaceTableModule string

Module path to the ~InterfaceTable module

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

S2H.at.serviceMapping object {}

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

S2H.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.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_mininet
{
    parameters:
        int numBBr = 2;
        int numSBr = 2;
        int numHst = 2;
    types:
        channel C extends ThruputMeteringChannel
        {
            delay = 0.1us;
            datarate = 100Mbps;
            thruputDisplayFormat = "#N";
        }
    submodules:
        BBR[numBBr]: OspfRouter {
            @display("p=700,150,col,100");
        }
        BBRtoS1: OspfRouter {
            @display("p=850,150");
        }
        S1R[numSBr]: OspfRouter {
            @display("p=1000,150,col,100");
        }
        S1H[numHst]: StandardHost {
            @display("p=1150,150,col,100");
        }
        BBRtoS2: OspfRouter {
            @display("p=550,150");
        }
        S2R[numSBr]: OspfRouter {
            @display("p=400,150,col,100");
        }
        S2H[numHst]: StandardHost {
            @display("p=250,150,col,100");
        }
        configurator: Ipv4NetworkConfigurator {
            parameters:
                config = xml("<config>"+
                            "<interface hosts='BBR[*]' address='192.168.100.x' netmask='255.255.255.x' />"+
                            "<interface hosts='BBRtoS*' towards='BBR[*]' address='192.168.100.x' netmask='255.255.255.x' />"+

                            "<interface hosts='BBRtoS1' towards='S1R[*]' address='192.168.201.x' netmask='255.255.255.x' />"+
                            "<interface hosts='S1H[*] S1R[*]' address='192.168.201.x' netmask='255.255.255.x' />"+

                            "<interface hosts='BBRtoS2' towards='S2R[*]' address='192.168.202.x' netmask='255.255.255.x' />"+
                            "<interface hosts='S2H[*] S2R[*]' address='192.168.202.x' netmask='255.255.255.x' />"+

                            "<route hosts='S*H[*]' destination='*' netmask='0.0.0.0' interface='eth0' />"+
                            "</config>");
                addStaticRoutes = false;
                addDefaultRoutes = false;
                @display("p=100,100;is=s");
        }
        scenarioManager: ScenarioManager {
            @display("p=100,200;is=s");
        }
    connections:
        BBRtoS1.ethg++ <--> C <--> BBR[0].ethg++;
        BBRtoS1.ethg++ <--> C <--> S1R[0].ethg++;
        BBRtoS2.ethg++ <--> C <--> S2R[0].ethg++;
        BBRtoS2.ethg++ <--> C <--> BBR[numBBr-1].ethg++;
        for i=1..numBBr-1 {
            BBR[i-1].ethg++ <--> C <--> BBR[i].ethg++;
        }
        for i=1..numSBr-1 {
            S1R[i-1].ethg++ <--> C <--> S1R[i].ethg++;
            S2R[i-1].ethg++ <--> C <--> S2R[i].ethg++;
        }
        for i=0..numHst-1 {
            S1R[numSBr-1].ethg++ <--> C <--> S1H[i].ethg++;
            S2R[numSBr-1].ethg++ <--> C <--> S2H[i].ethg++;
        }
}

File: examples/ospfv2/areatests/mininet.ned