Package: inet.examples.ospfv3.small
small
network(no description)
Usage diagram
The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.
Properties
| Name | Value | Description |
|---|---|---|
| isNetwork | ||
| display | bgb=844,488 |
Unassigned submodule parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| configurator.minLinkWeight | double | 1E-3 | |
| configurator.configureIsolatedNetworksSeparatly | bool | false | |
| configurator.assignAddresses | bool | true |
assign IP addresses to all interfaces in the network |
| configurator.assignUniqueAddresses | bool | true |
avoid using the same address and raise an error if not possible |
| configurator.assignDisjunctSubnetAddresses | bool | true |
avoid using the same address prefix and netmask on different links when assigning IP addresses to interfaces |
| configurator.addStaticRoutes | bool | true |
add static routes to the routing tables of all nodes to route to all destination interfaces (only where applicable; turn off when config file contains manual routes) |
| configurator.addDefaultRoutes | bool | true |
add default routes if all routes from a source node go through the same gateway (used only if addStaticRoutes is true) |
| configurator.addSubnetRoutes | bool | true |
add subnet routes instead of destination interface routes (only where applicable; used only if addStaticRoutes is true) |
| configurator.addDirectRoutes | bool | true |
add direct routes (i.e. directly connected interfaces) to the routing table (used only if addStaticRoutes is true) |
| configurator.optimizeRoutes | bool | true |
optimize routing tables by merging routes, the resulting routing table might route more packets than the original (used only if addStaticRoutes is true) |
| configurator.dumpTopology | bool | false |
print extracted network topology to the module output |
| configurator.dumpLinks | bool | false |
print recognized network links to the module output |
| configurator.dumpAddresses | bool | false |
print assigned IP addresses for all interfaces to the module output |
| configurator.dumpRoutes | bool | false |
print configured and optimized routing tables for all nodes to the module output |
| configurator.dumpConfig | string | "" |
write configuration into the given config file that can be fed back to speed up subsequent runs (network configurations) |
| Router1.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| Router1.pcapRecorder.verbose | bool | true |
whether to log packets on the module output |
| Router1.pcapRecorder.pcapFile | string | "" |
the PCAP file to be written |
| Router1.pcapRecorder.fileFormat | string | "pcapng" | |
| Router1.pcapRecorder.snaplen | int | 65535 |
maximum number of bytes to record per packet |
| Router1.pcapRecorder.dumpBadFrames | bool | true |
enable dump of frames with hasBitError |
| Router1.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
space-separated list of sibling module names to listen on |
| Router1.pcapRecorder.sendingSignalNames | string | "packetSentToLower" |
space-separated list of outbound packet signals to subscribe to |
| Router1.pcapRecorder.receivingSignalNames | string | "packetReceivedFromLower" |
space-separated list of inbound packet signals to subscribe to |
| Router1.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
space-separated list of protocol names as defined in the Protocol class |
| Router1.pcapRecorder.packetFilter | object | "*" |
which packets are considered, matches all packets by default |
| Router1.pcapRecorder.helpers | string | "" |
usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| Router1.pcapRecorder.alwaysFlush | bool | false |
flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| Router1.pcapRecorder.displayStringTextFormat | string | "rec: %n pks" | |
| Router1.interfaceTable.displayAddresses | bool | false |
whether to display IP addresses on links |
| Router1.cb.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| Router1.cb.forwardServiceRegistration | bool | true | |
| Router1.cb.forwardProtocolRegistration | bool | true | |
| Router1.bl.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| Router1.bl.forwardServiceRegistration | bool | true | |
| Router1.bl.forwardProtocolRegistration | bool | true | |
| Router1.li.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| Router1.li.forwardServiceRegistration | bool | true | |
| Router1.li.forwardProtocolRegistration | bool | true | |
| Router1.eth.bitrate | double | ||
| Router1.nl.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| Router1.nl.forwardServiceRegistration | bool | true | |
| Router1.nl.forwardProtocolRegistration | bool | true | |
| Router1.tn.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| Router1.tn.forwardServiceRegistration | bool | true | |
| Router1.tn.forwardProtocolRegistration | bool | true | |
| Router1.at.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| Router1.at.forwardServiceRegistration | bool | true | |
| Router1.at.forwardProtocolRegistration | bool | true | |
| Router1.bgp.interfaceTableModule | string |
The path to the InterfaceTable module |
|
| Router1.bgp.routingTableModule | string | ||
| Router1.bgp.ospfRoutingModule | string | parent.hasOspf ? "^.ospf" : "" | |
| Router2.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| Router2.pcapRecorder.verbose | bool | true |
whether to log packets on the module output |
| Router2.pcapRecorder.pcapFile | string | "" |
the PCAP file to be written |
| Router2.pcapRecorder.fileFormat | string | "pcapng" | |
| Router2.pcapRecorder.snaplen | int | 65535 |
maximum number of bytes to record per packet |
| Router2.pcapRecorder.dumpBadFrames | bool | true |
enable dump of frames with hasBitError |
| Router2.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
space-separated list of sibling module names to listen on |
| Router2.pcapRecorder.sendingSignalNames | string | "packetSentToLower" |
space-separated list of outbound packet signals to subscribe to |
| Router2.pcapRecorder.receivingSignalNames | string | "packetReceivedFromLower" |
space-separated list of inbound packet signals to subscribe to |
| Router2.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
space-separated list of protocol names as defined in the Protocol class |
| Router2.pcapRecorder.packetFilter | object | "*" |
which packets are considered, matches all packets by default |
| Router2.pcapRecorder.helpers | string | "" |
usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| Router2.pcapRecorder.alwaysFlush | bool | false |
flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| Router2.pcapRecorder.displayStringTextFormat | string | "rec: %n pks" | |
| Router2.interfaceTable.displayAddresses | bool | false |
whether to display IP addresses on links |
| Router2.cb.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| Router2.cb.forwardServiceRegistration | bool | true | |
| Router2.cb.forwardProtocolRegistration | bool | true | |
| Router2.bl.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| Router2.bl.forwardServiceRegistration | bool | true | |
| Router2.bl.forwardProtocolRegistration | bool | true | |
| Router2.li.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| Router2.li.forwardServiceRegistration | bool | true | |
| Router2.li.forwardProtocolRegistration | bool | true | |
| Router2.eth.bitrate | double | ||
| Router2.nl.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| Router2.nl.forwardServiceRegistration | bool | true | |
| Router2.nl.forwardProtocolRegistration | bool | true | |
| Router2.tn.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| Router2.tn.forwardServiceRegistration | bool | true | |
| Router2.tn.forwardProtocolRegistration | bool | true | |
| Router2.at.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| Router2.at.forwardServiceRegistration | bool | true | |
| Router2.at.forwardProtocolRegistration | bool | true | |
| Router2.bgp.interfaceTableModule | string |
The path to the InterfaceTable module |
|
| Router2.bgp.routingTableModule | string | ||
| Router2.bgp.ospfRoutingModule | string | parent.hasOspf ? "^.ospf" : "" | |
| etherSwitch.macTable.agingTime | double | ||
| etherSwitch.macTable.forwardingTableFile | string | ||
| etherSwitch.interfaceTable.displayAddresses | bool | false |
whether to display IP addresses on links |
| etherSwitch.l2NodeConfigurator.interfaceTableModule | string | ||
| etherSwitch.l2NodeConfigurator.l2ConfiguratorModule | string | "l2NetworkConfigurator" |
the absolute path to the ~L2NetworkConfigurator; use "" if there is no configurator |
| etherSwitch.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| etherSwitch.pcapRecorder.verbose | bool | true |
whether to log packets on the module output |
| etherSwitch.pcapRecorder.pcapFile | string | "" |
the PCAP file to be written |
| etherSwitch.pcapRecorder.fileFormat | string | "pcapng" | |
| etherSwitch.pcapRecorder.snaplen | int | 65535 |
maximum number of bytes to record per packet |
| etherSwitch.pcapRecorder.dumpBadFrames | bool | true |
enable dump of frames with hasBitError |
| etherSwitch.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
space-separated list of sibling module names to listen on |
| etherSwitch.pcapRecorder.sendingSignalNames | string | "packetSentToLower" |
space-separated list of outbound packet signals to subscribe to |
| etherSwitch.pcapRecorder.receivingSignalNames | string | "packetReceivedFromLower" |
space-separated list of inbound packet signals to subscribe to |
| etherSwitch.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
space-separated list of protocol names as defined in the Protocol class |
| etherSwitch.pcapRecorder.packetFilter | object | "*" |
which packets are considered, matches all packets by default |
| etherSwitch.pcapRecorder.helpers | string | "" |
usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| etherSwitch.pcapRecorder.alwaysFlush | bool | false |
flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| etherSwitch.pcapRecorder.displayStringTextFormat | string | "rec: %n pks" | |
| etherSwitch.stp.helloTime | double | ||
| etherSwitch.stp.forwardDelay | double | ||
| etherSwitch.stp.maxAge | double | ||
| etherSwitch.stp.bridgePriority | int | ||
| etherSwitch.stp.visualize | bool | ||
| etherSwitch.sc.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| etherSwitch.sc.forwardServiceRegistration | bool | true | |
| etherSwitch.sc.forwardProtocolRegistration | bool | true | |
| etherSwitch.cb.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| etherSwitch.cb.forwardServiceRegistration | bool | true | |
| etherSwitch.cb.forwardProtocolRegistration | bool | true | |
| etherSwitch.bl.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| etherSwitch.bl.forwardServiceRegistration | bool | true | |
| etherSwitch.bl.forwardProtocolRegistration | bool | true | |
| etherSwitch.li.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| etherSwitch.li.forwardServiceRegistration | bool | true | |
| etherSwitch.li.forwardProtocolRegistration | bool | true | |
| etherSwitch.cutthrough.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| etherSwitch.cutthrough.forwardServiceRegistration | bool | true | |
| etherSwitch.cutthrough.forwardProtocolRegistration | bool | true | |
| etherSwitch.eth.bitrate | double | ||
| Router4.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| Router4.pcapRecorder.verbose | bool | true |
whether to log packets on the module output |
| Router4.pcapRecorder.pcapFile | string | "" |
the PCAP file to be written |
| Router4.pcapRecorder.fileFormat | string | "pcapng" | |
| Router4.pcapRecorder.snaplen | int | 65535 |
maximum number of bytes to record per packet |
| Router4.pcapRecorder.dumpBadFrames | bool | true |
enable dump of frames with hasBitError |
| Router4.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
space-separated list of sibling module names to listen on |
| Router4.pcapRecorder.sendingSignalNames | string | "packetSentToLower" |
space-separated list of outbound packet signals to subscribe to |
| Router4.pcapRecorder.receivingSignalNames | string | "packetReceivedFromLower" |
space-separated list of inbound packet signals to subscribe to |
| Router4.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
space-separated list of protocol names as defined in the Protocol class |
| Router4.pcapRecorder.packetFilter | object | "*" |
which packets are considered, matches all packets by default |
| Router4.pcapRecorder.helpers | string | "" |
usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| Router4.pcapRecorder.alwaysFlush | bool | false |
flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| Router4.pcapRecorder.displayStringTextFormat | string | "rec: %n pks" | |
| Router4.interfaceTable.displayAddresses | bool | false |
whether to display IP addresses on links |
| Router4.cb.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| Router4.cb.forwardServiceRegistration | bool | true | |
| Router4.cb.forwardProtocolRegistration | bool | true | |
| Router4.bl.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| Router4.bl.forwardServiceRegistration | bool | true | |
| Router4.bl.forwardProtocolRegistration | bool | true | |
| Router4.li.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| Router4.li.forwardServiceRegistration | bool | true | |
| Router4.li.forwardProtocolRegistration | bool | true | |
| Router4.eth.bitrate | double | ||
| Router4.nl.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| Router4.nl.forwardServiceRegistration | bool | true | |
| Router4.nl.forwardProtocolRegistration | bool | true | |
| Router4.tn.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| Router4.tn.forwardServiceRegistration | bool | true | |
| Router4.tn.forwardProtocolRegistration | bool | true | |
| Router4.at.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| Router4.at.forwardServiceRegistration | bool | true | |
| Router4.at.forwardProtocolRegistration | bool | true | |
| Router4.bgp.interfaceTableModule | string |
The path to the InterfaceTable module |
|
| Router4.bgp.routingTableModule | string | ||
| Router4.bgp.ospfRoutingModule | string | parent.hasOspf ? "^.ospf" : "" | |
| Router3.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| Router3.pcapRecorder.verbose | bool | true |
whether to log packets on the module output |
| Router3.pcapRecorder.pcapFile | string | "" |
the PCAP file to be written |
| Router3.pcapRecorder.fileFormat | string | "pcapng" | |
| Router3.pcapRecorder.snaplen | int | 65535 |
maximum number of bytes to record per packet |
| Router3.pcapRecorder.dumpBadFrames | bool | true |
enable dump of frames with hasBitError |
| Router3.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
space-separated list of sibling module names to listen on |
| Router3.pcapRecorder.sendingSignalNames | string | "packetSentToLower" |
space-separated list of outbound packet signals to subscribe to |
| Router3.pcapRecorder.receivingSignalNames | string | "packetReceivedFromLower" |
space-separated list of inbound packet signals to subscribe to |
| Router3.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
space-separated list of protocol names as defined in the Protocol class |
| Router3.pcapRecorder.packetFilter | object | "*" |
which packets are considered, matches all packets by default |
| Router3.pcapRecorder.helpers | string | "" |
usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| Router3.pcapRecorder.alwaysFlush | bool | false |
flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| Router3.pcapRecorder.displayStringTextFormat | string | "rec: %n pks" | |
| Router3.interfaceTable.displayAddresses | bool | false |
whether to display IP addresses on links |
| Router3.cb.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| Router3.cb.forwardServiceRegistration | bool | true | |
| Router3.cb.forwardProtocolRegistration | bool | true | |
| Router3.bl.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| Router3.bl.forwardServiceRegistration | bool | true | |
| Router3.bl.forwardProtocolRegistration | bool | true | |
| Router3.li.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| Router3.li.forwardServiceRegistration | bool | true | |
| Router3.li.forwardProtocolRegistration | bool | true | |
| Router3.eth.bitrate | double | ||
| Router3.nl.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| Router3.nl.forwardServiceRegistration | bool | true | |
| Router3.nl.forwardProtocolRegistration | bool | true | |
| Router3.tn.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| Router3.tn.forwardServiceRegistration | bool | true | |
| Router3.tn.forwardProtocolRegistration | bool | true | |
| Router3.at.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| Router3.at.forwardServiceRegistration | bool | true | |
| Router3.at.forwardProtocolRegistration | bool | true | |
| Router3.bgp.interfaceTableModule | string |
The path to the InterfaceTable module |
|
| Router3.bgp.routingTableModule | string | ||
| Router3.bgp.ospfRoutingModule | string | parent.hasOspf ? "^.ospf" : "" | |
| Host1.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| Host1.pcapRecorder.verbose | bool | true |
whether to log packets on the module output |
| Host1.pcapRecorder.pcapFile | string | "" |
the PCAP file to be written |
| Host1.pcapRecorder.fileFormat | string | "pcapng" | |
| Host1.pcapRecorder.snaplen | int | 65535 |
maximum number of bytes to record per packet |
| Host1.pcapRecorder.dumpBadFrames | bool | true |
enable dump of frames with hasBitError |
| Host1.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
space-separated list of sibling module names to listen on |
| Host1.pcapRecorder.sendingSignalNames | string | "packetSentToLower" |
space-separated list of outbound packet signals to subscribe to |
| Host1.pcapRecorder.receivingSignalNames | string | "packetReceivedFromLower" |
space-separated list of inbound packet signals to subscribe to |
| Host1.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
space-separated list of protocol names as defined in the Protocol class |
| Host1.pcapRecorder.packetFilter | object | "*" |
which packets are considered, matches all packets by default |
| Host1.pcapRecorder.helpers | string | "" |
usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| Host1.pcapRecorder.alwaysFlush | bool | false |
flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| Host1.pcapRecorder.displayStringTextFormat | string | "rec: %n pks" | |
| Host1.interfaceTable.displayAddresses | bool | false |
whether to display IP addresses on links |
| Host1.cb.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| Host1.cb.forwardServiceRegistration | bool | true | |
| Host1.cb.forwardProtocolRegistration | bool | true | |
| Host1.bl.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| Host1.bl.forwardServiceRegistration | bool | true | |
| Host1.bl.forwardProtocolRegistration | bool | true | |
| Host1.li.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| Host1.li.forwardServiceRegistration | bool | true | |
| Host1.li.forwardProtocolRegistration | bool | true | |
| Host1.eth.bitrate | double | ||
| Host1.nl.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| Host1.nl.forwardServiceRegistration | bool | true | |
| Host1.nl.forwardProtocolRegistration | bool | true | |
| Host1.tn.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| Host1.tn.forwardServiceRegistration | bool | true | |
| Host1.tn.forwardProtocolRegistration | bool | true | |
| Host1.at.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| Host1.at.forwardServiceRegistration | bool | true | |
| Host1.at.forwardProtocolRegistration | bool | true | |
| Host2.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| Host2.pcapRecorder.verbose | bool | true |
whether to log packets on the module output |
| Host2.pcapRecorder.pcapFile | string | "" |
the PCAP file to be written |
| Host2.pcapRecorder.fileFormat | string | "pcapng" | |
| Host2.pcapRecorder.snaplen | int | 65535 |
maximum number of bytes to record per packet |
| Host2.pcapRecorder.dumpBadFrames | bool | true |
enable dump of frames with hasBitError |
| Host2.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
space-separated list of sibling module names to listen on |
| Host2.pcapRecorder.sendingSignalNames | string | "packetSentToLower" |
space-separated list of outbound packet signals to subscribe to |
| Host2.pcapRecorder.receivingSignalNames | string | "packetReceivedFromLower" |
space-separated list of inbound packet signals to subscribe to |
| Host2.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
space-separated list of protocol names as defined in the Protocol class |
| Host2.pcapRecorder.packetFilter | object | "*" |
which packets are considered, matches all packets by default |
| Host2.pcapRecorder.helpers | string | "" |
usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| Host2.pcapRecorder.alwaysFlush | bool | false |
flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| Host2.pcapRecorder.displayStringTextFormat | string | "rec: %n pks" | |
| Host2.interfaceTable.displayAddresses | bool | false |
whether to display IP addresses on links |
| Host2.cb.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| Host2.cb.forwardServiceRegistration | bool | true | |
| Host2.cb.forwardProtocolRegistration | bool | true | |
| Host2.bl.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| Host2.bl.forwardServiceRegistration | bool | true | |
| Host2.bl.forwardProtocolRegistration | bool | true | |
| Host2.li.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| Host2.li.forwardServiceRegistration | bool | true | |
| Host2.li.forwardProtocolRegistration | bool | true | |
| Host2.eth.bitrate | double | ||
| Host2.nl.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| Host2.nl.forwardServiceRegistration | bool | true | |
| Host2.nl.forwardProtocolRegistration | bool | true | |
| Host2.tn.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| Host2.tn.forwardServiceRegistration | bool | true | |
| Host2.tn.forwardProtocolRegistration | bool | true | |
| Host2.at.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| Host2.at.forwardServiceRegistration | bool | true | |
| Host2.at.forwardProtocolRegistration | bool | true | |
| Host4.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| Host4.pcapRecorder.verbose | bool | true |
whether to log packets on the module output |
| Host4.pcapRecorder.pcapFile | string | "" |
the PCAP file to be written |
| Host4.pcapRecorder.fileFormat | string | "pcapng" | |
| Host4.pcapRecorder.snaplen | int | 65535 |
maximum number of bytes to record per packet |
| Host4.pcapRecorder.dumpBadFrames | bool | true |
enable dump of frames with hasBitError |
| Host4.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
space-separated list of sibling module names to listen on |
| Host4.pcapRecorder.sendingSignalNames | string | "packetSentToLower" |
space-separated list of outbound packet signals to subscribe to |
| Host4.pcapRecorder.receivingSignalNames | string | "packetReceivedFromLower" |
space-separated list of inbound packet signals to subscribe to |
| Host4.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
space-separated list of protocol names as defined in the Protocol class |
| Host4.pcapRecorder.packetFilter | object | "*" |
which packets are considered, matches all packets by default |
| Host4.pcapRecorder.helpers | string | "" |
usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| Host4.pcapRecorder.alwaysFlush | bool | false |
flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| Host4.pcapRecorder.displayStringTextFormat | string | "rec: %n pks" | |
| Host4.interfaceTable.displayAddresses | bool | false |
whether to display IP addresses on links |
| Host4.cb.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| Host4.cb.forwardServiceRegistration | bool | true | |
| Host4.cb.forwardProtocolRegistration | bool | true | |
| Host4.bl.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| Host4.bl.forwardServiceRegistration | bool | true | |
| Host4.bl.forwardProtocolRegistration | bool | true | |
| Host4.li.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| Host4.li.forwardServiceRegistration | bool | true | |
| Host4.li.forwardProtocolRegistration | bool | true | |
| Host4.eth.bitrate | double | ||
| Host4.nl.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| Host4.nl.forwardServiceRegistration | bool | true | |
| Host4.nl.forwardProtocolRegistration | bool | true | |
| Host4.tn.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| Host4.tn.forwardServiceRegistration | bool | true | |
| Host4.tn.forwardProtocolRegistration | bool | true | |
| Host4.at.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| Host4.at.forwardServiceRegistration | bool | true | |
| Host4.at.forwardProtocolRegistration | bool | true | |
| Host3.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| Host3.pcapRecorder.verbose | bool | true |
whether to log packets on the module output |
| Host3.pcapRecorder.pcapFile | string | "" |
the PCAP file to be written |
| Host3.pcapRecorder.fileFormat | string | "pcapng" | |
| Host3.pcapRecorder.snaplen | int | 65535 |
maximum number of bytes to record per packet |
| Host3.pcapRecorder.dumpBadFrames | bool | true |
enable dump of frames with hasBitError |
| Host3.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
space-separated list of sibling module names to listen on |
| Host3.pcapRecorder.sendingSignalNames | string | "packetSentToLower" |
space-separated list of outbound packet signals to subscribe to |
| Host3.pcapRecorder.receivingSignalNames | string | "packetReceivedFromLower" |
space-separated list of inbound packet signals to subscribe to |
| Host3.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
space-separated list of protocol names as defined in the Protocol class |
| Host3.pcapRecorder.packetFilter | object | "*" |
which packets are considered, matches all packets by default |
| Host3.pcapRecorder.helpers | string | "" |
usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| Host3.pcapRecorder.alwaysFlush | bool | false |
flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| Host3.pcapRecorder.displayStringTextFormat | string | "rec: %n pks" | |
| Host3.interfaceTable.displayAddresses | bool | false |
whether to display IP addresses on links |
| Host3.cb.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| Host3.cb.forwardServiceRegistration | bool | true | |
| Host3.cb.forwardProtocolRegistration | bool | true | |
| Host3.bl.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| Host3.bl.forwardServiceRegistration | bool | true | |
| Host3.bl.forwardProtocolRegistration | bool | true | |
| Host3.li.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| Host3.li.forwardServiceRegistration | bool | true | |
| Host3.li.forwardProtocolRegistration | bool | true | |
| Host3.eth.bitrate | double | ||
| Host3.nl.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| Host3.nl.forwardServiceRegistration | bool | true | |
| Host3.nl.forwardProtocolRegistration | bool | true | |
| Host3.tn.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| Host3.tn.forwardServiceRegistration | bool | true | |
| Host3.tn.forwardProtocolRegistration | bool | true | |
| Host3.at.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| Host3.at.forwardServiceRegistration | bool | true | |
| Host3.at.forwardProtocolRegistration | bool | true |
Source code
network small { @display("bgb=844,488"); types: channel Channel extends ThruputMeteringChannel { delay = 0.1us; datarate = 100Mbps; thruputDisplayFormat = "#N"; } submodules: configurator: Ipv4NetworkConfigurator { parameters: config = xml("<config>"+ "<interface among='Router1 Router2 Router3 Router4' address='192.168.1.x' netmask='255.255.255.0' />"+ "<interface among='Router1 Host1' address='172.16.10.x' netmask='255.255.255.0' />"+ "<interface among='Router2 Host2' address='172.16.20.x' netmask='255.255.255.0' />"+ "<interface among='Router3 Host3' address='172.16.30.x' netmask='255.255.255.0' />"+ "<interface among='Router4 Host4' address='172.16.40.x' netmask='255.255.255.0' />"+ "</config>"); @display("p=211,62"); } Router1: Ospfv3Router { parameters: @display("p=273,390"); gates: ethg[2]; } Router2: Ospfv3Router { parameters: @display("p=592,359"); gates: ethg[2]; } etherSwitch: EthernetSwitch { @display("p=408,245"); } Router4: Ospfv3Router { @display("p=592,121"); gates: ethg[2]; } Router3: Ospfv3Router { @display("p=289,140"); gates: ethg[2]; } Host1: StandardHost { @display("p=67,398"); gates: ethg[1]; } Host2: StandardHost { @display("p=783,359"); gates: ethg[1]; } Host4: StandardHost { @display("p=766,117"); gates: ethg[1]; } Host3: StandardHost { @display("p=51,140"); gates: ethg[1]; } connections: Router1.ethg[0] <--> Channel <--> etherSwitch.ethg++; Router2.ethg[0] <--> Channel <--> etherSwitch.ethg++; Router3.ethg[0] <--> Channel <--> etherSwitch.ethg++; Router4.ethg[0] <--> Channel <--> etherSwitch.ethg++; Router1.ethg[1] <--> Channel <--> Host1.ethg[0]; Router2.ethg[1] <--> Channel <--> Host2.ethg[0]; Router3.ethg[1] <--> Channel <--> Host3.ethg[0]; Router4.ethg[1] <--> Channel <--> Host4.ethg[0]; }File: examples/ospfv3/small/small.ned