Package: inet.examples.eigrp.testing_scenario
EigrpTestNetwork
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=448,275 |
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.addDirectRoutes | bool | true |
add direct routes (i.e. directly connected interfaces) to the routing table (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) |
| R1.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| R1.pcapRecorder.verbose | bool | true |
whether to log packets on the module output |
| R1.pcapRecorder.pcapFile | string | "" |
the PCAP file to be written |
| R1.pcapRecorder.fileFormat | string | "pcapng" | |
| R1.pcapRecorder.snaplen | int | 65535 |
maximum number of bytes to record per packet |
| 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 | "packetSentToLower" |
space-separated list of outbound packet signals to subscribe to |
| R1.pcapRecorder.receivingSignalNames | string | "packetReceivedFromLower" |
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.pcapRecorder.displayStringTextFormat | string | "rec: %n pks" | |
| 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 |
| R1.cb.forwardServiceRegistration | bool | true | |
| R1.cb.forwardProtocolRegistration | bool | true | |
| R1.bl.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| R1.bl.forwardServiceRegistration | bool | true | |
| R1.bl.forwardProtocolRegistration | bool | true | |
| R1.li.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| R1.li.forwardServiceRegistration | bool | true | |
| R1.li.forwardProtocolRegistration | bool | true | |
| R1.eth.bitrate | double | ||
| R1.nl.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| R1.nl.forwardServiceRegistration | bool | true | |
| R1.nl.forwardProtocolRegistration | bool | true | |
| R1.tn.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| R1.tn.forwardServiceRegistration | bool | true | |
| R1.tn.forwardProtocolRegistration | bool | true | |
| R1.at.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| R1.at.forwardServiceRegistration | bool | true | |
| R1.at.forwardProtocolRegistration | bool | true | |
| R1.bgp.interfaceTableModule | string |
The path to the InterfaceTable module |
|
| R1.bgp.routingTableModule | string | ||
| R1.bgp.ospfRoutingModule | string | parent.hasOspf ? "^.ospf" : "" | |
| R2.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| R2.pcapRecorder.verbose | bool | true |
whether to log packets on the module output |
| R2.pcapRecorder.pcapFile | string | "" |
the PCAP file to be written |
| R2.pcapRecorder.fileFormat | string | "pcapng" | |
| R2.pcapRecorder.snaplen | int | 65535 |
maximum number of bytes to record per packet |
| 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 | "packetSentToLower" |
space-separated list of outbound packet signals to subscribe to |
| R2.pcapRecorder.receivingSignalNames | string | "packetReceivedFromLower" |
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.pcapRecorder.displayStringTextFormat | string | "rec: %n pks" | |
| 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 |
| R2.cb.forwardServiceRegistration | bool | true | |
| R2.cb.forwardProtocolRegistration | bool | true | |
| R2.bl.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| R2.bl.forwardServiceRegistration | bool | true | |
| R2.bl.forwardProtocolRegistration | bool | true | |
| R2.li.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| R2.li.forwardServiceRegistration | bool | true | |
| R2.li.forwardProtocolRegistration | bool | true | |
| R2.eth.bitrate | double | ||
| R2.nl.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| R2.nl.forwardServiceRegistration | bool | true | |
| R2.nl.forwardProtocolRegistration | bool | true | |
| R2.tn.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| R2.tn.forwardServiceRegistration | bool | true | |
| R2.tn.forwardProtocolRegistration | bool | true | |
| R2.at.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| R2.at.forwardServiceRegistration | bool | true | |
| R2.at.forwardProtocolRegistration | bool | true | |
| R2.bgp.interfaceTableModule | string |
The path to the InterfaceTable module |
|
| R2.bgp.routingTableModule | string | ||
| R2.bgp.ospfRoutingModule | string | parent.hasOspf ? "^.ospf" : "" | |
| R3.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| R3.pcapRecorder.verbose | bool | true |
whether to log packets on the module output |
| R3.pcapRecorder.pcapFile | string | "" |
the PCAP file to be written |
| R3.pcapRecorder.fileFormat | string | "pcapng" | |
| R3.pcapRecorder.snaplen | int | 65535 |
maximum number of bytes to record per packet |
| 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 | "packetSentToLower" |
space-separated list of outbound packet signals to subscribe to |
| R3.pcapRecorder.receivingSignalNames | string | "packetReceivedFromLower" |
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.pcapRecorder.displayStringTextFormat | string | "rec: %n pks" | |
| 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 |
| R3.cb.forwardServiceRegistration | bool | true | |
| R3.cb.forwardProtocolRegistration | bool | true | |
| R3.bl.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| R3.bl.forwardServiceRegistration | bool | true | |
| R3.bl.forwardProtocolRegistration | bool | true | |
| R3.li.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| R3.li.forwardServiceRegistration | bool | true | |
| R3.li.forwardProtocolRegistration | bool | true | |
| R3.eth.bitrate | double | ||
| R3.nl.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| R3.nl.forwardServiceRegistration | bool | true | |
| R3.nl.forwardProtocolRegistration | bool | true | |
| R3.tn.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| R3.tn.forwardServiceRegistration | bool | true | |
| R3.tn.forwardProtocolRegistration | bool | true | |
| R3.at.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| R3.at.forwardServiceRegistration | bool | true | |
| R3.at.forwardProtocolRegistration | bool | true | |
| R3.bgp.interfaceTableModule | string |
The path to the InterfaceTable module |
|
| R3.bgp.routingTableModule | string | ||
| R3.bgp.ospfRoutingModule | string | parent.hasOspf ? "^.ospf" : "" | |
| R4.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| R4.pcapRecorder.verbose | bool | true |
whether to log packets on the module output |
| R4.pcapRecorder.pcapFile | string | "" |
the PCAP file to be written |
| R4.pcapRecorder.fileFormat | string | "pcapng" | |
| R4.pcapRecorder.snaplen | int | 65535 |
maximum number of bytes to record per packet |
| R4.pcapRecorder.dumpBadFrames | bool | true |
enable dump of frames with hasBitError |
| R4.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
space-separated list of sibling module names to listen on |
| R4.pcapRecorder.sendingSignalNames | string | "packetSentToLower" |
space-separated list of outbound packet signals to subscribe to |
| R4.pcapRecorder.receivingSignalNames | string | "packetReceivedFromLower" |
space-separated list of inbound packet signals to subscribe to |
| R4.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
space-separated list of protocol names as defined in the Protocol class |
| R4.pcapRecorder.packetFilter | object | "*" |
which packets are considered, matches all packets by default |
| R4.pcapRecorder.helpers | string | "" |
usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| R4.pcapRecorder.alwaysFlush | bool | false |
flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| R4.pcapRecorder.displayStringTextFormat | string | "rec: %n pks" | |
| R4.interfaceTable.displayAddresses | bool | false |
whether to display IP addresses on links |
| R4.cb.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| R4.cb.forwardServiceRegistration | bool | true | |
| R4.cb.forwardProtocolRegistration | bool | true | |
| R4.bl.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| R4.bl.forwardServiceRegistration | bool | true | |
| R4.bl.forwardProtocolRegistration | bool | true | |
| R4.li.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| R4.li.forwardServiceRegistration | bool | true | |
| R4.li.forwardProtocolRegistration | bool | true | |
| R4.eth.bitrate | double | ||
| R4.nl.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| R4.nl.forwardServiceRegistration | bool | true | |
| R4.nl.forwardProtocolRegistration | bool | true | |
| R4.tn.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| R4.tn.forwardServiceRegistration | bool | true | |
| R4.tn.forwardProtocolRegistration | bool | true | |
| R4.at.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| R4.at.forwardServiceRegistration | bool | true | |
| R4.at.forwardProtocolRegistration | bool | true | |
| R4.bgp.interfaceTableModule | string |
The path to the InterfaceTable module |
|
| R4.bgp.routingTableModule | string | ||
| R4.bgp.ospfRoutingModule | string | parent.hasOspf ? "^.ospf" : "" | |
| LAN1.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| LAN1.pcapRecorder.verbose | bool | true |
whether to log packets on the module output |
| LAN1.pcapRecorder.pcapFile | string | "" |
the PCAP file to be written |
| LAN1.pcapRecorder.fileFormat | string | "pcapng" | |
| LAN1.pcapRecorder.snaplen | int | 65535 |
maximum number of bytes to record per packet |
| LAN1.pcapRecorder.dumpBadFrames | bool | true |
enable dump of frames with hasBitError |
| LAN1.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
space-separated list of sibling module names to listen on |
| LAN1.pcapRecorder.sendingSignalNames | string | "packetSentToLower" |
space-separated list of outbound packet signals to subscribe to |
| LAN1.pcapRecorder.receivingSignalNames | string | "packetReceivedFromLower" |
space-separated list of inbound packet signals to subscribe to |
| LAN1.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
space-separated list of protocol names as defined in the Protocol class |
| LAN1.pcapRecorder.packetFilter | object | "*" |
which packets are considered, matches all packets by default |
| LAN1.pcapRecorder.helpers | string | "" |
usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| LAN1.pcapRecorder.alwaysFlush | bool | false |
flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| LAN1.pcapRecorder.displayStringTextFormat | string | "rec: %n pks" | |
| LAN1.interfaceTable.displayAddresses | bool | false |
whether to display IP addresses on links |
| LAN1.cb.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| LAN1.cb.forwardServiceRegistration | bool | true | |
| LAN1.cb.forwardProtocolRegistration | bool | true | |
| LAN1.bl.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| LAN1.bl.forwardServiceRegistration | bool | true | |
| LAN1.bl.forwardProtocolRegistration | bool | true | |
| LAN1.li.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| LAN1.li.forwardServiceRegistration | bool | true | |
| LAN1.li.forwardProtocolRegistration | bool | true | |
| LAN1.eth.bitrate | double | ||
| LAN1.nl.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| LAN1.nl.forwardServiceRegistration | bool | true | |
| LAN1.nl.forwardProtocolRegistration | bool | true | |
| LAN1.tn.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| LAN1.tn.forwardServiceRegistration | bool | true | |
| LAN1.tn.forwardProtocolRegistration | bool | true | |
| LAN1.at.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| LAN1.at.forwardServiceRegistration | bool | true | |
| LAN1.at.forwardProtocolRegistration | bool | true | |
| LAN2.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| LAN2.pcapRecorder.verbose | bool | true |
whether to log packets on the module output |
| LAN2.pcapRecorder.pcapFile | string | "" |
the PCAP file to be written |
| LAN2.pcapRecorder.fileFormat | string | "pcapng" | |
| LAN2.pcapRecorder.snaplen | int | 65535 |
maximum number of bytes to record per packet |
| LAN2.pcapRecorder.dumpBadFrames | bool | true |
enable dump of frames with hasBitError |
| LAN2.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
space-separated list of sibling module names to listen on |
| LAN2.pcapRecorder.sendingSignalNames | string | "packetSentToLower" |
space-separated list of outbound packet signals to subscribe to |
| LAN2.pcapRecorder.receivingSignalNames | string | "packetReceivedFromLower" |
space-separated list of inbound packet signals to subscribe to |
| LAN2.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
space-separated list of protocol names as defined in the Protocol class |
| LAN2.pcapRecorder.packetFilter | object | "*" |
which packets are considered, matches all packets by default |
| LAN2.pcapRecorder.helpers | string | "" |
usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| LAN2.pcapRecorder.alwaysFlush | bool | false |
flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| LAN2.pcapRecorder.displayStringTextFormat | string | "rec: %n pks" | |
| LAN2.interfaceTable.displayAddresses | bool | false |
whether to display IP addresses on links |
| LAN2.cb.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| LAN2.cb.forwardServiceRegistration | bool | true | |
| LAN2.cb.forwardProtocolRegistration | bool | true | |
| LAN2.bl.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| LAN2.bl.forwardServiceRegistration | bool | true | |
| LAN2.bl.forwardProtocolRegistration | bool | true | |
| LAN2.li.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| LAN2.li.forwardServiceRegistration | bool | true | |
| LAN2.li.forwardProtocolRegistration | bool | true | |
| LAN2.eth.bitrate | double | ||
| LAN2.nl.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| LAN2.nl.forwardServiceRegistration | bool | true | |
| LAN2.nl.forwardProtocolRegistration | bool | true | |
| LAN2.tn.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| LAN2.tn.forwardServiceRegistration | bool | true | |
| LAN2.tn.forwardProtocolRegistration | bool | true | |
| LAN2.at.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| LAN2.at.forwardServiceRegistration | bool | true | |
| LAN2.at.forwardProtocolRegistration | bool | true | |
| LAN3.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| LAN3.pcapRecorder.verbose | bool | true |
whether to log packets on the module output |
| LAN3.pcapRecorder.pcapFile | string | "" |
the PCAP file to be written |
| LAN3.pcapRecorder.fileFormat | string | "pcapng" | |
| LAN3.pcapRecorder.snaplen | int | 65535 |
maximum number of bytes to record per packet |
| LAN3.pcapRecorder.dumpBadFrames | bool | true |
enable dump of frames with hasBitError |
| LAN3.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
space-separated list of sibling module names to listen on |
| LAN3.pcapRecorder.sendingSignalNames | string | "packetSentToLower" |
space-separated list of outbound packet signals to subscribe to |
| LAN3.pcapRecorder.receivingSignalNames | string | "packetReceivedFromLower" |
space-separated list of inbound packet signals to subscribe to |
| LAN3.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
space-separated list of protocol names as defined in the Protocol class |
| LAN3.pcapRecorder.packetFilter | object | "*" |
which packets are considered, matches all packets by default |
| LAN3.pcapRecorder.helpers | string | "" |
usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| LAN3.pcapRecorder.alwaysFlush | bool | false |
flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| LAN3.pcapRecorder.displayStringTextFormat | string | "rec: %n pks" | |
| LAN3.interfaceTable.displayAddresses | bool | false |
whether to display IP addresses on links |
| LAN3.cb.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| LAN3.cb.forwardServiceRegistration | bool | true | |
| LAN3.cb.forwardProtocolRegistration | bool | true | |
| LAN3.bl.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| LAN3.bl.forwardServiceRegistration | bool | true | |
| LAN3.bl.forwardProtocolRegistration | bool | true | |
| LAN3.li.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| LAN3.li.forwardServiceRegistration | bool | true | |
| LAN3.li.forwardProtocolRegistration | bool | true | |
| LAN3.eth.bitrate | double | ||
| LAN3.nl.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| LAN3.nl.forwardServiceRegistration | bool | true | |
| LAN3.nl.forwardProtocolRegistration | bool | true | |
| LAN3.tn.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| LAN3.tn.forwardServiceRegistration | bool | true | |
| LAN3.tn.forwardProtocolRegistration | bool | true | |
| LAN3.at.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| LAN3.at.forwardServiceRegistration | bool | true | |
| LAN3.at.forwardProtocolRegistration | bool | true | |
| LAN4.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| LAN4.pcapRecorder.verbose | bool | true |
whether to log packets on the module output |
| LAN4.pcapRecorder.pcapFile | string | "" |
the PCAP file to be written |
| LAN4.pcapRecorder.fileFormat | string | "pcapng" | |
| LAN4.pcapRecorder.snaplen | int | 65535 |
maximum number of bytes to record per packet |
| LAN4.pcapRecorder.dumpBadFrames | bool | true |
enable dump of frames with hasBitError |
| LAN4.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
space-separated list of sibling module names to listen on |
| LAN4.pcapRecorder.sendingSignalNames | string | "packetSentToLower" |
space-separated list of outbound packet signals to subscribe to |
| LAN4.pcapRecorder.receivingSignalNames | string | "packetReceivedFromLower" |
space-separated list of inbound packet signals to subscribe to |
| LAN4.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
space-separated list of protocol names as defined in the Protocol class |
| LAN4.pcapRecorder.packetFilter | object | "*" |
which packets are considered, matches all packets by default |
| LAN4.pcapRecorder.helpers | string | "" |
usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| LAN4.pcapRecorder.alwaysFlush | bool | false |
flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| LAN4.pcapRecorder.displayStringTextFormat | string | "rec: %n pks" | |
| LAN4.interfaceTable.displayAddresses | bool | false |
whether to display IP addresses on links |
| LAN4.cb.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| LAN4.cb.forwardServiceRegistration | bool | true | |
| LAN4.cb.forwardProtocolRegistration | bool | true | |
| LAN4.bl.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| LAN4.bl.forwardServiceRegistration | bool | true | |
| LAN4.bl.forwardProtocolRegistration | bool | true | |
| LAN4.li.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| LAN4.li.forwardServiceRegistration | bool | true | |
| LAN4.li.forwardProtocolRegistration | bool | true | |
| LAN4.eth.bitrate | double | ||
| LAN4.nl.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| LAN4.nl.forwardServiceRegistration | bool | true | |
| LAN4.nl.forwardProtocolRegistration | bool | true | |
| LAN4.tn.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| LAN4.tn.forwardServiceRegistration | bool | true | |
| LAN4.tn.forwardProtocolRegistration | bool | true | |
| LAN4.at.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| LAN4.at.forwardServiceRegistration | bool | true | |
| LAN4.at.forwardProtocolRegistration | bool | true | |
| scenarioManager.script | xml | xml("") |
Source code
network EigrpTestNetwork { @display("bgb=448,275"); submodules: configurator: Ipv4NetworkConfigurator { parameters: config = xml("<config>"+ "<interface among='R1 R2' address='10.0.12.x' netmask='255.255.255.0' />"+ "<interface among='R2 R4' address='10.0.24.x' netmask='255.255.255.0' />"+ "<interface among='R1 R3' address='10.0.13.x' netmask='255.255.255.0' />"+ "<interface among='R2 R3' address='10.0.23.x' netmask='255.255.255.0' />"+ "<interface among='R1 LAN1' address='10.0.1.x' netmask='255.255.255.0' />"+ "<interface among='R2 LAN2' address='10.0.2.x' netmask='255.255.255.0' />"+ "<interface among='R3 LAN3' address='10.0.3.x' netmask='255.255.255.0' />"+ "<interface among='R4 LAN4' address='10.0.4.x' netmask='255.255.255.0' />"+ "</config>"); addStaticRoutes = false; addDefaultRoutes = false; addSubnetRoutes = false; optimizeRoutes = false; @display("p=398,227"); } R1: EigrpRouter { parameters: @display("p=200,223"); gates: ethg[3]; } R2: EigrpRouter { parameters: @display("p=200,133"); gates: ethg[4]; } R3: EigrpRouter { @display("p=359,133"); gates: ethg[3]; } R4: EigrpRouter { @display("p=58,133"); gates: ethg[2]; } LAN1: StandardHost { @display("p=91,223;i=misc/cloud"); } LAN2: StandardHost { @display("p=200,26;i=misc/cloud"); } LAN3: StandardHost { @display("p=359,26;i=misc/cloud"); } LAN4: StandardHost { @display("p=58,26;i=misc/cloud"); } scenarioManager: ScenarioManager { @display("p=35,246"); } connections: R1.ethg[0] <--> Eth100M <--> R2.ethg[0]; R1.ethg[1] <--> Eth100M <--> R3.ethg[0]; R2.ethg[1] <--> Eth100M <--> R3.ethg[1]; R2.ethg[2] <--> Eth100M <--> R4.ethg[0]; R1.ethg[2] <--> Eth100M <--> LAN1.ethg++; R2.ethg[3] <--> Eth100M <--> LAN2.ethg++; R3.ethg[2] <--> Eth100M <--> LAN3.ethg++; R4.ethg[1] <--> Eth100M <--> LAN4.ethg++; }File: examples/eigrp/testing_scenario/EigrpTestNetwork.ned