OSPF_Area1

Package: inet.examples.ospfv2.fulltest

OSPF_Area1

compound module

(no description)

RT1 : OspfRouter

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

Source:
RT1: OspfRouter {
    parameters:
        @display("p=250,100");
    gates:
        ethg[2];
} RT2 : OspfRouter

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

Source:
RT2: OspfRouter {
    parameters:
        @display("p=250,300");
    gates:
        ethg[2];
} N1 : OspfLan

Source:
N1: OspfLan {
    parameters:
        h = 2;
        @display("p=100,100;is=l");
} N2 : OspfLan

Source:
N2: OspfLan {
    parameters:
        h = 2;
        @display("p=100,300;is=l");
} N3 : OspfLan

Source:
N3: OspfLan {
    parameters:
        h = 1;
        @display("p=400,200;is=l");
} N4 : OspfLan

Source:
N4: OspfLan {
    parameters:
        h = 2;
        @display("p=400,400;is=l");
}

Usage diagram

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

Used in

Name Type Description
OSPF_RFC2328_Fig6 network (no description)

Properties

Name Value Description
display p=10,42;b=432,504

Gates

Name Direction Size Description
ethg [ ] inout 3

Unassigned submodule parameters

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

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

RT1.status.initialStatus string "UP"

TODO @signal, @statistic

RT1.environment.displayStringTextFormat string ""

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

RT1.environment.initStage int 0

Initialization stage for the setup command

RT1.environment.globalNamespace bool false

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

RT1.environment.namespace string ""

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

RT1.environment.setupCommand string ""

A host OS system command

RT1.environment.teardownCommand string ""

A host OS system command

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

RT1.pcapRecorder.verbose bool true

Whether to log packets on the module output

RT1.pcapRecorder.recordEmptyPackets bool true

Specifies if zero length packets are recorded or not

RT1.pcapRecorder.enableConvertingPackets bool true

Specifies if converting packets to link type is allowed or not

RT1.pcapRecorder.pcapFile string ""

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

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

Maximum number of bytes to record per packet

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

RT1.pcapRecorder.dumpBadFrames bool true

Enable dump of frames with hasBitError

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

Space-separated list of sibling module names to listen on

RT1.pcapRecorder.sendingSignalNames string "transmissionEnded"

Space-separated list of outbound packet signals to subscribe to

RT1.pcapRecorder.receivingSignalNames string "receptionEnded"

Space-separated list of inbound packet signals to subscribe to

RT1.pcapRecorder.dumpProtocols string "ethernetmac ppp ieee80211mac"

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

RT1.pcapRecorder.packetFilter object "*"

Which packets are considered, matches all packets by default

RT1.pcapRecorder.helpers string ""

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

RT1.pcapRecorder.alwaysFlush bool false

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

RT1.interfaceTable.displayStringTextFormat string ""

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

RT1.interfaceTable.displayAddresses bool false

Whether to display IP addresses on links

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

RT1.cb.interfaceTableModule string

Module path to the ~InterfaceTable module

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

RT1.cb.serviceMapping object {}

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

RT1.cb.protocolMapping object {}

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

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

RT1.bl.interfaceTableModule string

Module path to the ~InterfaceTable module

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

RT1.bl.serviceMapping object {}

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

RT1.bl.protocolMapping object {}

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

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

RT1.li.interfaceTableModule string

Module path to the ~InterfaceTable module

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

RT1.li.serviceMapping object {}

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

RT1.li.protocolMapping object {}

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

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

RT1.nl.interfaceTableModule string

Module path to the ~InterfaceTable module

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

RT1.nl.serviceMapping object {}

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

RT1.nl.protocolMapping object {}

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

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

RT1.tn.interfaceTableModule string

Module path to the ~InterfaceTable module

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

RT1.tn.serviceMapping object {}

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

RT1.tn.protocolMapping object {}

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

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

RT1.at.interfaceTableModule string

Module path to the ~InterfaceTable module

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

RT1.at.serviceMapping object {}

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

RT1.at.protocolMapping object {}

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

RT1.bgp.interfaceTableModule string

The path to the InterfaceTable module

RT1.bgp.routingTableModule string
RT1.bgp.ospfRoutingModule string parent.hasOspf ? "^.ospf" : ""
RT2.status.displayStringTextFormat string ""

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

RT2.status.initialStatus string "UP"

TODO @signal, @statistic

RT2.environment.displayStringTextFormat string ""

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

RT2.environment.initStage int 0

Initialization stage for the setup command

RT2.environment.globalNamespace bool false

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

RT2.environment.namespace string ""

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

RT2.environment.setupCommand string ""

A host OS system command

RT2.environment.teardownCommand string ""

A host OS system command

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

RT2.pcapRecorder.verbose bool true

Whether to log packets on the module output

RT2.pcapRecorder.recordEmptyPackets bool true

Specifies if zero length packets are recorded or not

RT2.pcapRecorder.enableConvertingPackets bool true

Specifies if converting packets to link type is allowed or not

RT2.pcapRecorder.pcapFile string ""

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

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

Maximum number of bytes to record per packet

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

RT2.pcapRecorder.dumpBadFrames bool true

Enable dump of frames with hasBitError

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

Space-separated list of sibling module names to listen on

RT2.pcapRecorder.sendingSignalNames string "transmissionEnded"

Space-separated list of outbound packet signals to subscribe to

RT2.pcapRecorder.receivingSignalNames string "receptionEnded"

Space-separated list of inbound packet signals to subscribe to

RT2.pcapRecorder.dumpProtocols string "ethernetmac ppp ieee80211mac"

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

RT2.pcapRecorder.packetFilter object "*"

Which packets are considered, matches all packets by default

RT2.pcapRecorder.helpers string ""

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

RT2.pcapRecorder.alwaysFlush bool false

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

RT2.interfaceTable.displayStringTextFormat string ""

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

RT2.interfaceTable.displayAddresses bool false

Whether to display IP addresses on links

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

RT2.cb.interfaceTableModule string

Module path to the ~InterfaceTable module

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

RT2.cb.serviceMapping object {}

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

RT2.cb.protocolMapping object {}

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

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

RT2.bl.interfaceTableModule string

Module path to the ~InterfaceTable module

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

RT2.bl.serviceMapping object {}

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

RT2.bl.protocolMapping object {}

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

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

RT2.li.interfaceTableModule string

Module path to the ~InterfaceTable module

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

RT2.li.serviceMapping object {}

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

RT2.li.protocolMapping object {}

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

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

RT2.nl.interfaceTableModule string

Module path to the ~InterfaceTable module

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

RT2.nl.serviceMapping object {}

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

RT2.nl.protocolMapping object {}

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

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

RT2.tn.interfaceTableModule string

Module path to the ~InterfaceTable module

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

RT2.tn.serviceMapping object {}

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

RT2.tn.protocolMapping object {}

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

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

RT2.at.interfaceTableModule string

Module path to the ~InterfaceTable module

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

RT2.at.serviceMapping object {}

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

RT2.at.protocolMapping object {}

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

RT2.bgp.interfaceTableModule string

The path to the InterfaceTable module

RT2.bgp.routingTableModule string
RT2.bgp.ospfRoutingModule string parent.hasOspf ? "^.ospf" : ""
N1.hub.macTable.agingTime double
N1.hub.macTable.forwardingTableFile string
N1.hub.interfaceTable.displayStringTextFormat string ""

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

N1.hub.interfaceTable.displayAddresses bool false

Whether to display IP addresses on links

N1.hub.status.displayStringTextFormat string ""

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

N1.hub.status.initialStatus string "UP"

TODO @signal, @statistic

N1.hub.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

N1.hub.pcapRecorder.verbose bool true

Whether to log packets on the module output

N1.hub.pcapRecorder.recordEmptyPackets bool true

Specifies if zero length packets are recorded or not

N1.hub.pcapRecorder.enableConvertingPackets bool true

Specifies if converting packets to link type is allowed or not

N1.hub.pcapRecorder.pcapFile string ""

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

N1.hub.pcapRecorder.fileFormat string "pcapng"
N1.hub.pcapRecorder.snaplen int 65535

Maximum number of bytes to record per packet

N1.hub.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).

N1.hub.pcapRecorder.dumpBadFrames bool true

Enable dump of frames with hasBitError

N1.hub.pcapRecorder.moduleNamePatterns string "wlan[*] eth[*] ppp[*]"

Space-separated list of sibling module names to listen on

N1.hub.pcapRecorder.sendingSignalNames string "transmissionEnded"

Space-separated list of outbound packet signals to subscribe to

N1.hub.pcapRecorder.receivingSignalNames string "receptionEnded"

Space-separated list of inbound packet signals to subscribe to

N1.hub.pcapRecorder.dumpProtocols string "ethernetmac ppp ieee80211mac"

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

N1.hub.pcapRecorder.packetFilter object "*"

Which packets are considered, matches all packets by default

N1.hub.pcapRecorder.helpers string ""

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

N1.hub.pcapRecorder.alwaysFlush bool false

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

N1.hub.mrp.ccmInterval double
N1.hub.mrp.mrpRole string
N1.hub.mrp.timingProfile int
N1.hub.mrp.uuid0 int
N1.hub.mrp.uuid1 int
N1.hub.mrp.ringPort1 int
N1.hub.mrp.ringPort2 int
N1.hub.mrp.interconnectionLinkCheckAware bool
N1.hub.mrp.interconnectionRingCheckAware bool
N1.hub.mrp.nonblockingMrcSupported bool
N1.hub.mrp.reactOnLinkChange bool
N1.hub.mrp.visualize bool
N1.hub.stp.helloTime double
N1.hub.stp.forwardDelay double
N1.hub.stp.maxAge double
N1.hub.stp.bridgePriority int
N1.hub.stp.visualize bool
N1.hub.gptp.gptpNodeType string "BRIDGE_NODE"
N1.hub.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

N1.hub.sc.interfaceTableModule string

Module path to the ~InterfaceTable module

N1.hub.sc.forwardServiceRegistration bool true
N1.hub.sc.forwardProtocolRegistration bool true
N1.hub.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

N1.hub.sc.serviceMapping object {}

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

N1.hub.sc.protocolMapping object {}

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

N1.hub.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

N1.hub.cb.interfaceTableModule string

Module path to the ~InterfaceTable module

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

N1.hub.cb.serviceMapping object {}

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

N1.hub.cb.protocolMapping object {}

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

N1.hub.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

N1.hub.bl.interfaceTableModule string

Module path to the ~InterfaceTable module

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

N1.hub.bl.serviceMapping object {}

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

N1.hub.bl.protocolMapping object {}

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

N1.hub.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

N1.hub.li.interfaceTableModule string

Module path to the ~InterfaceTable module

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

N1.hub.li.serviceMapping object {}

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

N1.hub.li.protocolMapping object {}

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

N1.hub.eth.bitrate double
N1.host.status.displayStringTextFormat string ""

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

N1.host.status.initialStatus string "UP"

TODO @signal, @statistic

N1.host.environment.displayStringTextFormat string ""

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

N1.host.environment.initStage int 0

Initialization stage for the setup command

N1.host.environment.globalNamespace bool false

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

N1.host.environment.namespace string ""

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

N1.host.environment.setupCommand string ""

A host OS system command

N1.host.environment.teardownCommand string ""

A host OS system command

N1.host.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

N1.host.pcapRecorder.verbose bool true

Whether to log packets on the module output

N1.host.pcapRecorder.recordEmptyPackets bool true

Specifies if zero length packets are recorded or not

N1.host.pcapRecorder.enableConvertingPackets bool true

Specifies if converting packets to link type is allowed or not

N1.host.pcapRecorder.pcapFile string ""

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

N1.host.pcapRecorder.fileFormat string "pcapng"
N1.host.pcapRecorder.snaplen int 65535

Maximum number of bytes to record per packet

N1.host.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).

N1.host.pcapRecorder.dumpBadFrames bool true

Enable dump of frames with hasBitError

N1.host.pcapRecorder.moduleNamePatterns string "wlan[*] eth[*] ppp[*]"

Space-separated list of sibling module names to listen on

N1.host.pcapRecorder.sendingSignalNames string "transmissionEnded"

Space-separated list of outbound packet signals to subscribe to

N1.host.pcapRecorder.receivingSignalNames string "receptionEnded"

Space-separated list of inbound packet signals to subscribe to

N1.host.pcapRecorder.dumpProtocols string "ethernetmac ppp ieee80211mac"

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

N1.host.pcapRecorder.packetFilter object "*"

Which packets are considered, matches all packets by default

N1.host.pcapRecorder.helpers string ""

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

N1.host.pcapRecorder.alwaysFlush bool false

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

N1.host.interfaceTable.displayStringTextFormat string ""

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

N1.host.interfaceTable.displayAddresses bool false

Whether to display IP addresses on links

N1.host.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

N1.host.cb.interfaceTableModule string

Module path to the ~InterfaceTable module

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

N1.host.cb.serviceMapping object {}

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

N1.host.cb.protocolMapping object {}

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

N1.host.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

N1.host.bl.interfaceTableModule string

Module path to the ~InterfaceTable module

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

N1.host.bl.serviceMapping object {}

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

N1.host.bl.protocolMapping object {}

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

N1.host.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

N1.host.li.interfaceTableModule string

Module path to the ~InterfaceTable module

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

N1.host.li.serviceMapping object {}

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

N1.host.li.protocolMapping object {}

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

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

N1.host.nl.interfaceTableModule string

Module path to the ~InterfaceTable module

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

N1.host.nl.serviceMapping object {}

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

N1.host.nl.protocolMapping object {}

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

N1.host.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

N1.host.tn.interfaceTableModule string

Module path to the ~InterfaceTable module

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

N1.host.tn.serviceMapping object {}

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

N1.host.tn.protocolMapping object {}

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

N1.host.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

N1.host.at.interfaceTableModule string

Module path to the ~InterfaceTable module

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

N1.host.at.serviceMapping object {}

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

N1.host.at.protocolMapping object {}

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

N2.hub.macTable.agingTime double
N2.hub.macTable.forwardingTableFile string
N2.hub.interfaceTable.displayStringTextFormat string ""

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

N2.hub.interfaceTable.displayAddresses bool false

Whether to display IP addresses on links

N2.hub.status.displayStringTextFormat string ""

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

N2.hub.status.initialStatus string "UP"

TODO @signal, @statistic

N2.hub.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

N2.hub.pcapRecorder.verbose bool true

Whether to log packets on the module output

N2.hub.pcapRecorder.recordEmptyPackets bool true

Specifies if zero length packets are recorded or not

N2.hub.pcapRecorder.enableConvertingPackets bool true

Specifies if converting packets to link type is allowed or not

N2.hub.pcapRecorder.pcapFile string ""

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

N2.hub.pcapRecorder.fileFormat string "pcapng"
N2.hub.pcapRecorder.snaplen int 65535

Maximum number of bytes to record per packet

N2.hub.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).

N2.hub.pcapRecorder.dumpBadFrames bool true

Enable dump of frames with hasBitError

N2.hub.pcapRecorder.moduleNamePatterns string "wlan[*] eth[*] ppp[*]"

Space-separated list of sibling module names to listen on

N2.hub.pcapRecorder.sendingSignalNames string "transmissionEnded"

Space-separated list of outbound packet signals to subscribe to

N2.hub.pcapRecorder.receivingSignalNames string "receptionEnded"

Space-separated list of inbound packet signals to subscribe to

N2.hub.pcapRecorder.dumpProtocols string "ethernetmac ppp ieee80211mac"

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

N2.hub.pcapRecorder.packetFilter object "*"

Which packets are considered, matches all packets by default

N2.hub.pcapRecorder.helpers string ""

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

N2.hub.pcapRecorder.alwaysFlush bool false

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

N2.hub.mrp.ccmInterval double
N2.hub.mrp.mrpRole string
N2.hub.mrp.timingProfile int
N2.hub.mrp.uuid0 int
N2.hub.mrp.uuid1 int
N2.hub.mrp.ringPort1 int
N2.hub.mrp.ringPort2 int
N2.hub.mrp.interconnectionLinkCheckAware bool
N2.hub.mrp.interconnectionRingCheckAware bool
N2.hub.mrp.nonblockingMrcSupported bool
N2.hub.mrp.reactOnLinkChange bool
N2.hub.mrp.visualize bool
N2.hub.stp.helloTime double
N2.hub.stp.forwardDelay double
N2.hub.stp.maxAge double
N2.hub.stp.bridgePriority int
N2.hub.stp.visualize bool
N2.hub.gptp.gptpNodeType string "BRIDGE_NODE"
N2.hub.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

N2.hub.sc.interfaceTableModule string

Module path to the ~InterfaceTable module

N2.hub.sc.forwardServiceRegistration bool true
N2.hub.sc.forwardProtocolRegistration bool true
N2.hub.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

N2.hub.sc.serviceMapping object {}

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

N2.hub.sc.protocolMapping object {}

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

N2.hub.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

N2.hub.cb.interfaceTableModule string

Module path to the ~InterfaceTable module

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

N2.hub.cb.serviceMapping object {}

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

N2.hub.cb.protocolMapping object {}

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

N2.hub.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

N2.hub.bl.interfaceTableModule string

Module path to the ~InterfaceTable module

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

N2.hub.bl.serviceMapping object {}

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

N2.hub.bl.protocolMapping object {}

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

N2.hub.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

N2.hub.li.interfaceTableModule string

Module path to the ~InterfaceTable module

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

N2.hub.li.serviceMapping object {}

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

N2.hub.li.protocolMapping object {}

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

N2.hub.eth.bitrate double
N2.host.status.displayStringTextFormat string ""

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

N2.host.status.initialStatus string "UP"

TODO @signal, @statistic

N2.host.environment.displayStringTextFormat string ""

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

N2.host.environment.initStage int 0

Initialization stage for the setup command

N2.host.environment.globalNamespace bool false

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

N2.host.environment.namespace string ""

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

N2.host.environment.setupCommand string ""

A host OS system command

N2.host.environment.teardownCommand string ""

A host OS system command

N2.host.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

N2.host.pcapRecorder.verbose bool true

Whether to log packets on the module output

N2.host.pcapRecorder.recordEmptyPackets bool true

Specifies if zero length packets are recorded or not

N2.host.pcapRecorder.enableConvertingPackets bool true

Specifies if converting packets to link type is allowed or not

N2.host.pcapRecorder.pcapFile string ""

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

N2.host.pcapRecorder.fileFormat string "pcapng"
N2.host.pcapRecorder.snaplen int 65535

Maximum number of bytes to record per packet

N2.host.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).

N2.host.pcapRecorder.dumpBadFrames bool true

Enable dump of frames with hasBitError

N2.host.pcapRecorder.moduleNamePatterns string "wlan[*] eth[*] ppp[*]"

Space-separated list of sibling module names to listen on

N2.host.pcapRecorder.sendingSignalNames string "transmissionEnded"

Space-separated list of outbound packet signals to subscribe to

N2.host.pcapRecorder.receivingSignalNames string "receptionEnded"

Space-separated list of inbound packet signals to subscribe to

N2.host.pcapRecorder.dumpProtocols string "ethernetmac ppp ieee80211mac"

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

N2.host.pcapRecorder.packetFilter object "*"

Which packets are considered, matches all packets by default

N2.host.pcapRecorder.helpers string ""

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

N2.host.pcapRecorder.alwaysFlush bool false

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

N2.host.interfaceTable.displayStringTextFormat string ""

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

N2.host.interfaceTable.displayAddresses bool false

Whether to display IP addresses on links

N2.host.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

N2.host.cb.interfaceTableModule string

Module path to the ~InterfaceTable module

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

N2.host.cb.serviceMapping object {}

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

N2.host.cb.protocolMapping object {}

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

N2.host.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

N2.host.bl.interfaceTableModule string

Module path to the ~InterfaceTable module

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

N2.host.bl.serviceMapping object {}

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

N2.host.bl.protocolMapping object {}

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

N2.host.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

N2.host.li.interfaceTableModule string

Module path to the ~InterfaceTable module

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

N2.host.li.serviceMapping object {}

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

N2.host.li.protocolMapping object {}

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

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

N2.host.nl.interfaceTableModule string

Module path to the ~InterfaceTable module

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

N2.host.nl.serviceMapping object {}

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

N2.host.nl.protocolMapping object {}

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

N2.host.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

N2.host.tn.interfaceTableModule string

Module path to the ~InterfaceTable module

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

N2.host.tn.serviceMapping object {}

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

N2.host.tn.protocolMapping object {}

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

N2.host.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

N2.host.at.interfaceTableModule string

Module path to the ~InterfaceTable module

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

N2.host.at.serviceMapping object {}

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

N2.host.at.protocolMapping object {}

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

N3.hub.macTable.agingTime double
N3.hub.macTable.forwardingTableFile string
N3.hub.interfaceTable.displayStringTextFormat string ""

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

N3.hub.interfaceTable.displayAddresses bool false

Whether to display IP addresses on links

N3.hub.status.displayStringTextFormat string ""

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

N3.hub.status.initialStatus string "UP"

TODO @signal, @statistic

N3.hub.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

N3.hub.pcapRecorder.verbose bool true

Whether to log packets on the module output

N3.hub.pcapRecorder.recordEmptyPackets bool true

Specifies if zero length packets are recorded or not

N3.hub.pcapRecorder.enableConvertingPackets bool true

Specifies if converting packets to link type is allowed or not

N3.hub.pcapRecorder.pcapFile string ""

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

N3.hub.pcapRecorder.fileFormat string "pcapng"
N3.hub.pcapRecorder.snaplen int 65535

Maximum number of bytes to record per packet

N3.hub.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).

N3.hub.pcapRecorder.dumpBadFrames bool true

Enable dump of frames with hasBitError

N3.hub.pcapRecorder.moduleNamePatterns string "wlan[*] eth[*] ppp[*]"

Space-separated list of sibling module names to listen on

N3.hub.pcapRecorder.sendingSignalNames string "transmissionEnded"

Space-separated list of outbound packet signals to subscribe to

N3.hub.pcapRecorder.receivingSignalNames string "receptionEnded"

Space-separated list of inbound packet signals to subscribe to

N3.hub.pcapRecorder.dumpProtocols string "ethernetmac ppp ieee80211mac"

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

N3.hub.pcapRecorder.packetFilter object "*"

Which packets are considered, matches all packets by default

N3.hub.pcapRecorder.helpers string ""

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

N3.hub.pcapRecorder.alwaysFlush bool false

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

N3.hub.mrp.ccmInterval double
N3.hub.mrp.mrpRole string
N3.hub.mrp.timingProfile int
N3.hub.mrp.uuid0 int
N3.hub.mrp.uuid1 int
N3.hub.mrp.ringPort1 int
N3.hub.mrp.ringPort2 int
N3.hub.mrp.interconnectionLinkCheckAware bool
N3.hub.mrp.interconnectionRingCheckAware bool
N3.hub.mrp.nonblockingMrcSupported bool
N3.hub.mrp.reactOnLinkChange bool
N3.hub.mrp.visualize bool
N3.hub.stp.helloTime double
N3.hub.stp.forwardDelay double
N3.hub.stp.maxAge double
N3.hub.stp.bridgePriority int
N3.hub.stp.visualize bool
N3.hub.gptp.gptpNodeType string "BRIDGE_NODE"
N3.hub.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

N3.hub.sc.interfaceTableModule string

Module path to the ~InterfaceTable module

N3.hub.sc.forwardServiceRegistration bool true
N3.hub.sc.forwardProtocolRegistration bool true
N3.hub.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

N3.hub.sc.serviceMapping object {}

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

N3.hub.sc.protocolMapping object {}

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

N3.hub.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

N3.hub.cb.interfaceTableModule string

Module path to the ~InterfaceTable module

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

N3.hub.cb.serviceMapping object {}

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

N3.hub.cb.protocolMapping object {}

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

N3.hub.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

N3.hub.bl.interfaceTableModule string

Module path to the ~InterfaceTable module

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

N3.hub.bl.serviceMapping object {}

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

N3.hub.bl.protocolMapping object {}

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

N3.hub.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

N3.hub.li.interfaceTableModule string

Module path to the ~InterfaceTable module

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

N3.hub.li.serviceMapping object {}

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

N3.hub.li.protocolMapping object {}

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

N3.hub.eth.bitrate double
N3.host.status.displayStringTextFormat string ""

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

N3.host.status.initialStatus string "UP"

TODO @signal, @statistic

N3.host.environment.displayStringTextFormat string ""

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

N3.host.environment.initStage int 0

Initialization stage for the setup command

N3.host.environment.globalNamespace bool false

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

N3.host.environment.namespace string ""

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

N3.host.environment.setupCommand string ""

A host OS system command

N3.host.environment.teardownCommand string ""

A host OS system command

N3.host.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

N3.host.pcapRecorder.verbose bool true

Whether to log packets on the module output

N3.host.pcapRecorder.recordEmptyPackets bool true

Specifies if zero length packets are recorded or not

N3.host.pcapRecorder.enableConvertingPackets bool true

Specifies if converting packets to link type is allowed or not

N3.host.pcapRecorder.pcapFile string ""

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

N3.host.pcapRecorder.fileFormat string "pcapng"
N3.host.pcapRecorder.snaplen int 65535

Maximum number of bytes to record per packet

N3.host.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).

N3.host.pcapRecorder.dumpBadFrames bool true

Enable dump of frames with hasBitError

N3.host.pcapRecorder.moduleNamePatterns string "wlan[*] eth[*] ppp[*]"

Space-separated list of sibling module names to listen on

N3.host.pcapRecorder.sendingSignalNames string "transmissionEnded"

Space-separated list of outbound packet signals to subscribe to

N3.host.pcapRecorder.receivingSignalNames string "receptionEnded"

Space-separated list of inbound packet signals to subscribe to

N3.host.pcapRecorder.dumpProtocols string "ethernetmac ppp ieee80211mac"

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

N3.host.pcapRecorder.packetFilter object "*"

Which packets are considered, matches all packets by default

N3.host.pcapRecorder.helpers string ""

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

N3.host.pcapRecorder.alwaysFlush bool false

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

N3.host.interfaceTable.displayStringTextFormat string ""

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

N3.host.interfaceTable.displayAddresses bool false

Whether to display IP addresses on links

N3.host.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

N3.host.cb.interfaceTableModule string

Module path to the ~InterfaceTable module

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

N3.host.cb.serviceMapping object {}

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

N3.host.cb.protocolMapping object {}

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

N3.host.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

N3.host.bl.interfaceTableModule string

Module path to the ~InterfaceTable module

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

N3.host.bl.serviceMapping object {}

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

N3.host.bl.protocolMapping object {}

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

N3.host.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

N3.host.li.interfaceTableModule string

Module path to the ~InterfaceTable module

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

N3.host.li.serviceMapping object {}

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

N3.host.li.protocolMapping object {}

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

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

N3.host.nl.interfaceTableModule string

Module path to the ~InterfaceTable module

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

N3.host.nl.serviceMapping object {}

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

N3.host.nl.protocolMapping object {}

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

N3.host.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

N3.host.tn.interfaceTableModule string

Module path to the ~InterfaceTable module

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

N3.host.tn.serviceMapping object {}

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

N3.host.tn.protocolMapping object {}

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

N3.host.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

N3.host.at.interfaceTableModule string

Module path to the ~InterfaceTable module

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

N3.host.at.serviceMapping object {}

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

N3.host.at.protocolMapping object {}

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

N4.hub.macTable.agingTime double
N4.hub.macTable.forwardingTableFile string
N4.hub.interfaceTable.displayStringTextFormat string ""

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

N4.hub.interfaceTable.displayAddresses bool false

Whether to display IP addresses on links

N4.hub.status.displayStringTextFormat string ""

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

N4.hub.status.initialStatus string "UP"

TODO @signal, @statistic

N4.hub.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

N4.hub.pcapRecorder.verbose bool true

Whether to log packets on the module output

N4.hub.pcapRecorder.recordEmptyPackets bool true

Specifies if zero length packets are recorded or not

N4.hub.pcapRecorder.enableConvertingPackets bool true

Specifies if converting packets to link type is allowed or not

N4.hub.pcapRecorder.pcapFile string ""

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

N4.hub.pcapRecorder.fileFormat string "pcapng"
N4.hub.pcapRecorder.snaplen int 65535

Maximum number of bytes to record per packet

N4.hub.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).

N4.hub.pcapRecorder.dumpBadFrames bool true

Enable dump of frames with hasBitError

N4.hub.pcapRecorder.moduleNamePatterns string "wlan[*] eth[*] ppp[*]"

Space-separated list of sibling module names to listen on

N4.hub.pcapRecorder.sendingSignalNames string "transmissionEnded"

Space-separated list of outbound packet signals to subscribe to

N4.hub.pcapRecorder.receivingSignalNames string "receptionEnded"

Space-separated list of inbound packet signals to subscribe to

N4.hub.pcapRecorder.dumpProtocols string "ethernetmac ppp ieee80211mac"

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

N4.hub.pcapRecorder.packetFilter object "*"

Which packets are considered, matches all packets by default

N4.hub.pcapRecorder.helpers string ""

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

N4.hub.pcapRecorder.alwaysFlush bool false

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

N4.hub.mrp.ccmInterval double
N4.hub.mrp.mrpRole string
N4.hub.mrp.timingProfile int
N4.hub.mrp.uuid0 int
N4.hub.mrp.uuid1 int
N4.hub.mrp.ringPort1 int
N4.hub.mrp.ringPort2 int
N4.hub.mrp.interconnectionLinkCheckAware bool
N4.hub.mrp.interconnectionRingCheckAware bool
N4.hub.mrp.nonblockingMrcSupported bool
N4.hub.mrp.reactOnLinkChange bool
N4.hub.mrp.visualize bool
N4.hub.stp.helloTime double
N4.hub.stp.forwardDelay double
N4.hub.stp.maxAge double
N4.hub.stp.bridgePriority int
N4.hub.stp.visualize bool
N4.hub.gptp.gptpNodeType string "BRIDGE_NODE"
N4.hub.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

N4.hub.sc.interfaceTableModule string

Module path to the ~InterfaceTable module

N4.hub.sc.forwardServiceRegistration bool true
N4.hub.sc.forwardProtocolRegistration bool true
N4.hub.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

N4.hub.sc.serviceMapping object {}

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

N4.hub.sc.protocolMapping object {}

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

N4.hub.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

N4.hub.cb.interfaceTableModule string

Module path to the ~InterfaceTable module

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

N4.hub.cb.serviceMapping object {}

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

N4.hub.cb.protocolMapping object {}

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

N4.hub.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

N4.hub.bl.interfaceTableModule string

Module path to the ~InterfaceTable module

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

N4.hub.bl.serviceMapping object {}

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

N4.hub.bl.protocolMapping object {}

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

N4.hub.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

N4.hub.li.interfaceTableModule string

Module path to the ~InterfaceTable module

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

N4.hub.li.serviceMapping object {}

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

N4.hub.li.protocolMapping object {}

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

N4.hub.eth.bitrate double
N4.host.status.displayStringTextFormat string ""

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

N4.host.status.initialStatus string "UP"

TODO @signal, @statistic

N4.host.environment.displayStringTextFormat string ""

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

N4.host.environment.initStage int 0

Initialization stage for the setup command

N4.host.environment.globalNamespace bool false

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

N4.host.environment.namespace string ""

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

N4.host.environment.setupCommand string ""

A host OS system command

N4.host.environment.teardownCommand string ""

A host OS system command

N4.host.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

N4.host.pcapRecorder.verbose bool true

Whether to log packets on the module output

N4.host.pcapRecorder.recordEmptyPackets bool true

Specifies if zero length packets are recorded or not

N4.host.pcapRecorder.enableConvertingPackets bool true

Specifies if converting packets to link type is allowed or not

N4.host.pcapRecorder.pcapFile string ""

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

N4.host.pcapRecorder.fileFormat string "pcapng"
N4.host.pcapRecorder.snaplen int 65535

Maximum number of bytes to record per packet

N4.host.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).

N4.host.pcapRecorder.dumpBadFrames bool true

Enable dump of frames with hasBitError

N4.host.pcapRecorder.moduleNamePatterns string "wlan[*] eth[*] ppp[*]"

Space-separated list of sibling module names to listen on

N4.host.pcapRecorder.sendingSignalNames string "transmissionEnded"

Space-separated list of outbound packet signals to subscribe to

N4.host.pcapRecorder.receivingSignalNames string "receptionEnded"

Space-separated list of inbound packet signals to subscribe to

N4.host.pcapRecorder.dumpProtocols string "ethernetmac ppp ieee80211mac"

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

N4.host.pcapRecorder.packetFilter object "*"

Which packets are considered, matches all packets by default

N4.host.pcapRecorder.helpers string ""

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

N4.host.pcapRecorder.alwaysFlush bool false

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

N4.host.interfaceTable.displayStringTextFormat string ""

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

N4.host.interfaceTable.displayAddresses bool false

Whether to display IP addresses on links

N4.host.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

N4.host.cb.interfaceTableModule string

Module path to the ~InterfaceTable module

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

N4.host.cb.serviceMapping object {}

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

N4.host.cb.protocolMapping object {}

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

N4.host.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

N4.host.bl.interfaceTableModule string

Module path to the ~InterfaceTable module

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

N4.host.bl.serviceMapping object {}

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

N4.host.bl.protocolMapping object {}

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

N4.host.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

N4.host.li.interfaceTableModule string

Module path to the ~InterfaceTable module

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

N4.host.li.serviceMapping object {}

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

N4.host.li.protocolMapping object {}

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

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

N4.host.nl.interfaceTableModule string

Module path to the ~InterfaceTable module

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

N4.host.nl.serviceMapping object {}

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

N4.host.nl.protocolMapping object {}

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

N4.host.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

N4.host.tn.interfaceTableModule string

Module path to the ~InterfaceTable module

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

N4.host.tn.serviceMapping object {}

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

N4.host.tn.protocolMapping object {}

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

N4.host.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

N4.host.at.interfaceTableModule string

Module path to the ~InterfaceTable module

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

N4.host.at.serviceMapping object {}

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

N4.host.at.protocolMapping object {}

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

Source code

module OSPF_Area1
{
    parameters:
        @display("p=10,42;b=432,504");
    gates:
        inout ethg[3];
    submodules:
        RT1: OspfRouter {
            parameters:
                @display("p=250,100");
            gates:
                ethg[2];
        }
        RT2: OspfRouter {
            parameters:
                @display("p=250,300");
            gates:
                ethg[2];
        }
        N1: OspfLan {
            parameters:
                h = 2;
                @display("p=100,100;is=l");
        }
        N2: OspfLan {
            parameters:
                h = 2;
                @display("p=100,300;is=l");
        }
        N3: OspfLan {
            parameters:
                h = 1;
                @display("p=400,200;is=l");
        }
        N4: OspfLan {
            parameters:
                h = 2;
                @display("p=400,400;is=l");
        }
    connections:
        N1.ethg++ <--> C <--> RT1.ethg[0];
        RT1.ethg[1] <--> C <--> N3.ethg++;
        N2.ethg++ <--> C <--> RT2.ethg[0];
        RT2.ethg[1] <--> C <--> N3.ethg++;

        // towards other areas
        N3.ethg++ <--> { @display("m=n"); } <--> ethg[0];
        N3.ethg++ <--> { @display("m=e"); } <--> ethg[1];
        N4.ethg++ <--> { @display("m=e"); } <--> ethg[2];
}

File: examples/ospfv2/fulltest/FullTest.ned