Package: inet.examples.ipv6.nclients
NClientsEth
network(no description)
Usage diagram
The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| n | int |
Properties
| Name | Value | Description |
|---|---|---|
| isNetwork |
Unassigned submodule parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| configurator.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| r1.status.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| r1.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| r1.environment.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| r1.environment.initStage | int | 0 |
Initialization stage for the setup command |
| r1.environment.globalNamespace | bool | false |
Create new network namespaces under /var/run/netns/ (Linux only) |
| r1.environment.namespace | string | "" |
Name of the host OS network namespace (optional) (Linux only) |
| r1.environment.setupCommand | string | "" |
A host OS system command |
| r1.environment.teardownCommand | string | "" |
A host OS system command |
| r1.pcapRecorder.displayStringTextFormat | string | "rec: %n pks" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| r1.pcapRecorder.verbose | bool | true |
Whether to log packets on the module output |
| r1.pcapRecorder.recordEmptyPackets | bool | true |
Specifies if zero length packets are recorded or not |
| r1.pcapRecorder.enableConvertingPackets | bool | true |
Specifies if converting packets to link type is allowed or not |
| r1.pcapRecorder.pcapFile | string | "" |
The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap" |
| r1.pcapRecorder.fileFormat | string | "pcapng" | |
| r1.pcapRecorder.snaplen | int | 65535 |
Maximum number of bytes to record per packet |
| r1.pcapRecorder.timePrecision | int | 6 |
Time precision in recorded file. pcap supports only 6 (usec) or 9 (nanosec), pcapng supports more values (see 'if_tsresol' option in pcapng file format). |
| r1.pcapRecorder.dumpBadFrames | bool | true |
Enable dump of frames with hasBitError |
| r1.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
Space-separated list of sibling module names to listen on |
| r1.pcapRecorder.sendingSignalNames | string | "transmissionEnded" |
Space-separated list of outbound packet signals to subscribe to |
| r1.pcapRecorder.receivingSignalNames | string | "receptionEnded" |
Space-separated list of inbound packet signals to subscribe to |
| r1.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
Space-separated list of protocol names as defined in the Protocol class |
| r1.pcapRecorder.packetFilter | object | "*" |
Which packets are considered, matches all packets by default |
| r1.pcapRecorder.helpers | string | "" |
Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| r1.pcapRecorder.alwaysFlush | bool | false |
Flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| r1.interfaceTable.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| r1.interfaceTable.displayAddresses | bool | false |
Whether to display IP addresses on links |
| r1.cb.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| r1.cb.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| r1.cb.forwardServiceRegistration | bool | true | |
| r1.cb.forwardProtocolRegistration | bool | true | |
| r1.cb.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| r1.cb.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| r1.cb.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| r1.bl.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| r1.bl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| r1.bl.forwardServiceRegistration | bool | true | |
| r1.bl.forwardProtocolRegistration | bool | true | |
| r1.bl.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| r1.bl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| r1.bl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| r1.li.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| r1.li.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| r1.li.forwardServiceRegistration | bool | true | |
| r1.li.forwardProtocolRegistration | bool | true | |
| r1.li.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| r1.li.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| r1.li.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| r1.eth.bitrate | double | ||
| r1.nl.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| r1.nl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| r1.nl.forwardServiceRegistration | bool | true | |
| r1.nl.forwardProtocolRegistration | bool | true | |
| r1.nl.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| r1.nl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| r1.nl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| r1.tn.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| r1.tn.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| r1.tn.forwardServiceRegistration | bool | true | |
| r1.tn.forwardProtocolRegistration | bool | true | |
| r1.tn.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| r1.tn.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| r1.tn.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| r1.at.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| r1.at.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| r1.at.forwardServiceRegistration | bool | true | |
| r1.at.forwardProtocolRegistration | bool | true | |
| r1.at.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| r1.at.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| r1.at.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| r1.bgp.interfaceTableModule | string |
The path to the InterfaceTable module |
|
| r1.bgp.routingTableModule | string | ||
| r1.bgp.ospfRoutingModule | string | parent.hasOspf ? "^.ospf" : "" | |
| r2.status.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| r2.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| r2.environment.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| r2.environment.initStage | int | 0 |
Initialization stage for the setup command |
| r2.environment.globalNamespace | bool | false |
Create new network namespaces under /var/run/netns/ (Linux only) |
| r2.environment.namespace | string | "" |
Name of the host OS network namespace (optional) (Linux only) |
| r2.environment.setupCommand | string | "" |
A host OS system command |
| r2.environment.teardownCommand | string | "" |
A host OS system command |
| r2.pcapRecorder.displayStringTextFormat | string | "rec: %n pks" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| r2.pcapRecorder.verbose | bool | true |
Whether to log packets on the module output |
| r2.pcapRecorder.recordEmptyPackets | bool | true |
Specifies if zero length packets are recorded or not |
| r2.pcapRecorder.enableConvertingPackets | bool | true |
Specifies if converting packets to link type is allowed or not |
| r2.pcapRecorder.pcapFile | string | "" |
The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap" |
| r2.pcapRecorder.fileFormat | string | "pcapng" | |
| r2.pcapRecorder.snaplen | int | 65535 |
Maximum number of bytes to record per packet |
| r2.pcapRecorder.timePrecision | int | 6 |
Time precision in recorded file. pcap supports only 6 (usec) or 9 (nanosec), pcapng supports more values (see 'if_tsresol' option in pcapng file format). |
| r2.pcapRecorder.dumpBadFrames | bool | true |
Enable dump of frames with hasBitError |
| r2.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
Space-separated list of sibling module names to listen on |
| r2.pcapRecorder.sendingSignalNames | string | "transmissionEnded" |
Space-separated list of outbound packet signals to subscribe to |
| r2.pcapRecorder.receivingSignalNames | string | "receptionEnded" |
Space-separated list of inbound packet signals to subscribe to |
| r2.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
Space-separated list of protocol names as defined in the Protocol class |
| r2.pcapRecorder.packetFilter | object | "*" |
Which packets are considered, matches all packets by default |
| r2.pcapRecorder.helpers | string | "" |
Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| r2.pcapRecorder.alwaysFlush | bool | false |
Flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| r2.interfaceTable.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| r2.interfaceTable.displayAddresses | bool | false |
Whether to display IP addresses on links |
| r2.cb.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| r2.cb.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| r2.cb.forwardServiceRegistration | bool | true | |
| r2.cb.forwardProtocolRegistration | bool | true | |
| r2.cb.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| r2.cb.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| r2.cb.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| r2.bl.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| r2.bl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| r2.bl.forwardServiceRegistration | bool | true | |
| r2.bl.forwardProtocolRegistration | bool | true | |
| r2.bl.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| r2.bl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| r2.bl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| r2.li.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| r2.li.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| r2.li.forwardServiceRegistration | bool | true | |
| r2.li.forwardProtocolRegistration | bool | true | |
| r2.li.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| r2.li.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| r2.li.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| r2.eth.bitrate | double | ||
| r2.nl.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| r2.nl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| r2.nl.forwardServiceRegistration | bool | true | |
| r2.nl.forwardProtocolRegistration | bool | true | |
| r2.nl.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| r2.nl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| r2.nl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| r2.tn.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| r2.tn.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| r2.tn.forwardServiceRegistration | bool | true | |
| r2.tn.forwardProtocolRegistration | bool | true | |
| r2.tn.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| r2.tn.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| r2.tn.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| r2.at.displayStringTextFormat | string | "processed %p pk (%l)" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| r2.at.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| r2.at.forwardServiceRegistration | bool | true | |
| r2.at.forwardProtocolRegistration | bool | true | |
| r2.at.interfaceMapping | object | {} |
Maps network interface names to connected submodule names (e.g. {"eth0": "bridging"}), overrides automatically learned dispatching; * overrides all learned network interfaces, ? overrides default |
| r2.at.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| r2.at.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| r2.bgp.interfaceTableModule | string |
The path to the InterfaceTable module |
|
| r2.bgp.routingTableModule | string | ||
| r2.bgp.ospfRoutingModule | string | parent.hasOspf ? "^.ospf" : "" | |
| r3.status.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| r3.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| r3.environment.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| r3.environment.initStage | int | 0 |
Initialization stage for the setup command |
| r3.environment.globalNamespace | bool | false |
Create new network namespaces under /var/run/netns/ (Linux only) |
| r3.environment.namespace | string | "" |
Name of the host OS network namespace (optional) (Linux only) |
| r3.environment.setupCommand | string | "" |
A host OS system command |
| r3.environment.teardownCommand | string | "" |
A host OS system command |
| r3.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 |
| r3.pcapRecorder.verbose | bool | true |
Whether to log packets on the module output |
| r3.pcapRecorder.recordEmptyPackets | bool | true |
Specifies if zero length packets are recorded or not |
| r3.pcapRecorder.enableConvertingPackets | bool | true |
Specifies if converting packets to link type is allowed or not |
| r3.pcapRecorder.pcapFile | string | "" |
The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap" |
| r3.pcapRecorder.fileFormat | string | "pcapng" | |
| r3.pcapRecorder.snaplen | int | 65535 |
Maximum number of bytes to record per packet |
| r3.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). |
| r3.pcapRecorder.dumpBadFrames | bool | true |
Enable dump of frames with hasBitError |
| r3.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
Space-separated list of sibling module names to listen on |
| r3.pcapRecorder.sendingSignalNames | string | "transmissionEnded" |
Space-separated list of outbound packet signals to subscribe to |
| r3.pcapRecorder.receivingSignalNames | string | "receptionEnded" |
Space-separated list of inbound packet signals to subscribe to |
| r3.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
Space-separated list of protocol names as defined in the Protocol class |
| r3.pcapRecorder.packetFilter | object | "*" |
Which packets are considered, matches all packets by default |
| r3.pcapRecorder.helpers | string | "" |
Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| r3.pcapRecorder.alwaysFlush | bool | false |
Flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| r3.interfaceTable.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| r3.interfaceTable.displayAddresses | bool | false |
Whether to display IP addresses on links |
| r3.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 |
| r3.cb.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| r3.cb.forwardServiceRegistration | bool | true | |
| r3.cb.forwardProtocolRegistration | bool | true | |
| r3.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 |
| r3.cb.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| r3.cb.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| r3.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 |
| r3.bl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| r3.bl.forwardServiceRegistration | bool | true | |
| r3.bl.forwardProtocolRegistration | bool | true | |
| r3.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 |
| r3.bl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| r3.bl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| r3.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 |
| r3.li.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| r3.li.forwardServiceRegistration | bool | true | |
| r3.li.forwardProtocolRegistration | bool | true | |
| r3.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 |
| r3.li.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| r3.li.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| r3.eth.bitrate | double | ||
| r3.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 |
| r3.nl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| r3.nl.forwardServiceRegistration | bool | true | |
| r3.nl.forwardProtocolRegistration | bool | true | |
| r3.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 |
| r3.nl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| r3.nl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| r3.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 |
| r3.tn.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| r3.tn.forwardServiceRegistration | bool | true | |
| r3.tn.forwardProtocolRegistration | bool | true | |
| r3.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 |
| r3.tn.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| r3.tn.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| r3.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 |
| r3.at.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| r3.at.forwardServiceRegistration | bool | true | |
| r3.at.forwardProtocolRegistration | bool | true | |
| r3.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 |
| r3.at.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| r3.at.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| r3.bgp.interfaceTableModule | string |
The path to the InterfaceTable module |
|
| r3.bgp.routingTableModule | string | ||
| r3.bgp.ospfRoutingModule | string | parent.hasOspf ? "^.ospf" : "" | |
| cli.status.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| cli.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| cli.environment.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| cli.environment.initStage | int | 0 |
Initialization stage for the setup command |
| cli.environment.globalNamespace | bool | false |
Create new network namespaces under /var/run/netns/ (Linux only) |
| cli.environment.namespace | string | "" |
Name of the host OS network namespace (optional) (Linux only) |
| cli.environment.setupCommand | string | "" |
A host OS system command |
| cli.environment.teardownCommand | string | "" |
A host OS system command |
| cli.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 |
| cli.pcapRecorder.verbose | bool | true |
Whether to log packets on the module output |
| cli.pcapRecorder.recordEmptyPackets | bool | true |
Specifies if zero length packets are recorded or not |
| cli.pcapRecorder.enableConvertingPackets | bool | true |
Specifies if converting packets to link type is allowed or not |
| cli.pcapRecorder.pcapFile | string | "" |
The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap" |
| cli.pcapRecorder.fileFormat | string | "pcapng" | |
| cli.pcapRecorder.snaplen | int | 65535 |
Maximum number of bytes to record per packet |
| cli.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). |
| cli.pcapRecorder.dumpBadFrames | bool | true |
Enable dump of frames with hasBitError |
| cli.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
Space-separated list of sibling module names to listen on |
| cli.pcapRecorder.sendingSignalNames | string | "transmissionEnded" |
Space-separated list of outbound packet signals to subscribe to |
| cli.pcapRecorder.receivingSignalNames | string | "receptionEnded" |
Space-separated list of inbound packet signals to subscribe to |
| cli.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
Space-separated list of protocol names as defined in the Protocol class |
| cli.pcapRecorder.packetFilter | object | "*" |
Which packets are considered, matches all packets by default |
| cli.pcapRecorder.helpers | string | "" |
Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| cli.pcapRecorder.alwaysFlush | bool | false |
Flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| cli.interfaceTable.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| cli.interfaceTable.displayAddresses | bool | false |
Whether to display IP addresses on links |
| cli.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 |
| cli.cb.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| cli.cb.forwardServiceRegistration | bool | true | |
| cli.cb.forwardProtocolRegistration | bool | true | |
| cli.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 |
| cli.cb.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| cli.cb.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| cli.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 |
| cli.bl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| cli.bl.forwardServiceRegistration | bool | true | |
| cli.bl.forwardProtocolRegistration | bool | true | |
| cli.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 |
| cli.bl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| cli.bl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| cli.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 |
| cli.li.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| cli.li.forwardServiceRegistration | bool | true | |
| cli.li.forwardProtocolRegistration | bool | true | |
| cli.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 |
| cli.li.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| cli.li.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| cli.eth.bitrate | double | ||
| cli.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 |
| cli.nl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| cli.nl.forwardServiceRegistration | bool | true | |
| cli.nl.forwardProtocolRegistration | bool | true | |
| cli.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 |
| cli.nl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| cli.nl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| cli.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 |
| cli.tn.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| cli.tn.forwardServiceRegistration | bool | true | |
| cli.tn.forwardProtocolRegistration | bool | true | |
| cli.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 |
| cli.tn.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| cli.tn.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| cli.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 |
| cli.at.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| cli.at.forwardServiceRegistration | bool | true | |
| cli.at.forwardProtocolRegistration | bool | true | |
| cli.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 |
| cli.at.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| cli.at.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| srv.status.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| srv.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| srv.environment.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| srv.environment.initStage | int | 0 |
Initialization stage for the setup command |
| srv.environment.globalNamespace | bool | false |
Create new network namespaces under /var/run/netns/ (Linux only) |
| srv.environment.namespace | string | "" |
Name of the host OS network namespace (optional) (Linux only) |
| srv.environment.setupCommand | string | "" |
A host OS system command |
| srv.environment.teardownCommand | string | "" |
A host OS system command |
| srv.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 |
| srv.pcapRecorder.verbose | bool | true |
Whether to log packets on the module output |
| srv.pcapRecorder.recordEmptyPackets | bool | true |
Specifies if zero length packets are recorded or not |
| srv.pcapRecorder.enableConvertingPackets | bool | true |
Specifies if converting packets to link type is allowed or not |
| srv.pcapRecorder.pcapFile | string | "" |
The PCAP file to be written, suggested value: pcapFile = "${resultdir}/${configname}-#${runnumber}" + fullpath() + ".pcap" |
| srv.pcapRecorder.fileFormat | string | "pcapng" | |
| srv.pcapRecorder.snaplen | int | 65535 |
Maximum number of bytes to record per packet |
| srv.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). |
| srv.pcapRecorder.dumpBadFrames | bool | true |
Enable dump of frames with hasBitError |
| srv.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
Space-separated list of sibling module names to listen on |
| srv.pcapRecorder.sendingSignalNames | string | "transmissionEnded" |
Space-separated list of outbound packet signals to subscribe to |
| srv.pcapRecorder.receivingSignalNames | string | "receptionEnded" |
Space-separated list of inbound packet signals to subscribe to |
| srv.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
Space-separated list of protocol names as defined in the Protocol class |
| srv.pcapRecorder.packetFilter | object | "*" |
Which packets are considered, matches all packets by default |
| srv.pcapRecorder.helpers | string | "" |
Usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| srv.pcapRecorder.alwaysFlush | bool | false |
Flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| srv.interfaceTable.displayStringTextFormat | string | "" |
Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information |
| srv.interfaceTable.displayAddresses | bool | false |
Whether to display IP addresses on links |
| srv.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 |
| srv.cb.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| srv.cb.forwardServiceRegistration | bool | true | |
| srv.cb.forwardProtocolRegistration | bool | true | |
| srv.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 |
| srv.cb.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| srv.cb.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| srv.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 |
| srv.bl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| srv.bl.forwardServiceRegistration | bool | true | |
| srv.bl.forwardProtocolRegistration | bool | true | |
| srv.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 |
| srv.bl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| srv.bl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| srv.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 |
| srv.li.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| srv.li.forwardServiceRegistration | bool | true | |
| srv.li.forwardProtocolRegistration | bool | true | |
| srv.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 |
| srv.li.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| srv.li.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| srv.eth.bitrate | double | ||
| srv.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 |
| srv.nl.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| srv.nl.forwardServiceRegistration | bool | true | |
| srv.nl.forwardProtocolRegistration | bool | true | |
| srv.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 |
| srv.nl.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| srv.nl.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| srv.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 |
| srv.tn.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| srv.tn.forwardServiceRegistration | bool | true | |
| srv.tn.forwardProtocolRegistration | bool | true | |
| srv.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 |
| srv.tn.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| srv.tn.protocolMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ipv4": "bridging"}), overrides automatically learned dispatching; * overrides all learned protocols, ? overrides default |
| srv.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 |
| srv.at.interfaceTableModule | string |
Module path to the ~InterfaceTable module |
|
| srv.at.forwardServiceRegistration | bool | true | |
| srv.at.forwardProtocolRegistration | bool | true | |
| srv.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 |
| srv.at.serviceMapping | object | {} |
Maps protocols to connected submodule names (e.g. {"ethernetmac": "bridging"}), overrides automatically learned dispatching; * overrides all learned services, ? overrides default |
| srv.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
network NClientsEth { parameters: int n; types: channel fiberline extends DatarateChannel { delay = 1us; datarate = 512Mbps; } channel ethernetline extends DatarateChannel { delay = 0.1us; datarate = 10Mbps; } submodules: configurator: Ipv6FlatNetworkConfigurator { @display("p=100,100;is=s"); } r1: Router6 { @display("p=400,100"); } r2: Router6 { @display("p=550,100"); } r3: Router6 { @display("p=700,100"); } cli[n]: StandardHost6 { @display("p=250,100"); } srv: StandardHost6 { @display("p=850,100"); } connections: for i=0..n-1 { cli[i].ethg++ <--> ethernetline <--> r1.ethg++; } r1.ethg++ <--> ethernetline <--> r2.ethg++; r2.ethg++ <--> ethernetline <--> r3.ethg++; r3.ethg++ <--> ethernetline <--> srv.ethg++; //XXX // Mixing ethernet and ppp currently doesn't work, due to a bug in // Ipv6FlatNetworkConfigurator::determineGateIndex. // // r1.pppg++ <--> fiberline <--> r2.pppg++; // r2.pppg++ <--> fiberline <--> r3.pppg++; // r3.pppg++ <--> fiberline <--> srv.pppg++; // }File: examples/ipv6/nclients/NClientsEth.ned