Package: inet.examples.bgpv4.BgpCompleteTest
BgpNetwork
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 |
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.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) |
| A1.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| A1.pcapRecorder.verbose | bool | true |
whether to log packets on the module output |
| A1.pcapRecorder.pcapFile | string | "" |
the PCAP file to be written |
| A1.pcapRecorder.fileFormat | string | "pcapng" | |
| A1.pcapRecorder.snaplen | int | 65535 |
maximum number of bytes to record per packet |
| A1.pcapRecorder.dumpBadFrames | bool | true |
enable dump of frames with hasBitError |
| A1.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
space-separated list of sibling module names to listen on |
| A1.pcapRecorder.sendingSignalNames | string | "packetSentToLower" |
space-separated list of outbound packet signals to subscribe to |
| A1.pcapRecorder.receivingSignalNames | string | "packetReceivedFromLower" |
space-separated list of inbound packet signals to subscribe to |
| A1.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
space-separated list of protocol names as defined in the Protocol class |
| A1.pcapRecorder.packetFilter | object | "*" |
which packets are considered, matches all packets by default |
| A1.pcapRecorder.helpers | string | "" |
usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| A1.pcapRecorder.alwaysFlush | bool | false |
flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| A1.pcapRecorder.displayStringTextFormat | string | "rec: %n pks" | |
| A1.interfaceTable.displayAddresses | bool | false |
whether to display IP addresses on links |
| A1.cb.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| A1.cb.forwardServiceRegistration | bool | true | |
| A1.cb.forwardProtocolRegistration | bool | true | |
| A1.bl.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| A1.bl.forwardServiceRegistration | bool | true | |
| A1.bl.forwardProtocolRegistration | bool | true | |
| A1.li.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| A1.li.forwardServiceRegistration | bool | true | |
| A1.li.forwardProtocolRegistration | bool | true | |
| A1.eth.bitrate | double | ||
| A1.nl.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| A1.nl.forwardServiceRegistration | bool | true | |
| A1.nl.forwardProtocolRegistration | bool | true | |
| A1.tn.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| A1.tn.forwardServiceRegistration | bool | true | |
| A1.tn.forwardProtocolRegistration | bool | true | |
| A1.at.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| A1.at.forwardServiceRegistration | bool | true | |
| A1.at.forwardProtocolRegistration | bool | true | |
| A1.bgp.interfaceTableModule | string |
The path to the InterfaceTable module |
|
| A1.bgp.routingTableModule | string | ||
| A1.bgp.ospfRoutingModule | string | parent.hasOspf ? "^.ospf" : "" | |
| A2.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| A2.pcapRecorder.verbose | bool | true |
whether to log packets on the module output |
| A2.pcapRecorder.pcapFile | string | "" |
the PCAP file to be written |
| A2.pcapRecorder.fileFormat | string | "pcapng" | |
| A2.pcapRecorder.snaplen | int | 65535 |
maximum number of bytes to record per packet |
| A2.pcapRecorder.dumpBadFrames | bool | true |
enable dump of frames with hasBitError |
| A2.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
space-separated list of sibling module names to listen on |
| A2.pcapRecorder.sendingSignalNames | string | "packetSentToLower" |
space-separated list of outbound packet signals to subscribe to |
| A2.pcapRecorder.receivingSignalNames | string | "packetReceivedFromLower" |
space-separated list of inbound packet signals to subscribe to |
| A2.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
space-separated list of protocol names as defined in the Protocol class |
| A2.pcapRecorder.packetFilter | object | "*" |
which packets are considered, matches all packets by default |
| A2.pcapRecorder.helpers | string | "" |
usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| A2.pcapRecorder.alwaysFlush | bool | false |
flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| A2.pcapRecorder.displayStringTextFormat | string | "rec: %n pks" | |
| A2.interfaceTable.displayAddresses | bool | false |
whether to display IP addresses on links |
| A2.cb.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| A2.cb.forwardServiceRegistration | bool | true | |
| A2.cb.forwardProtocolRegistration | bool | true | |
| A2.bl.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| A2.bl.forwardServiceRegistration | bool | true | |
| A2.bl.forwardProtocolRegistration | bool | true | |
| A2.li.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| A2.li.forwardServiceRegistration | bool | true | |
| A2.li.forwardProtocolRegistration | bool | true | |
| A2.eth.bitrate | double | ||
| A2.nl.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| A2.nl.forwardServiceRegistration | bool | true | |
| A2.nl.forwardProtocolRegistration | bool | true | |
| A2.tn.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| A2.tn.forwardServiceRegistration | bool | true | |
| A2.tn.forwardProtocolRegistration | bool | true | |
| A2.at.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| A2.at.forwardServiceRegistration | bool | true | |
| A2.at.forwardProtocolRegistration | bool | true | |
| A2.bgp.interfaceTableModule | string |
The path to the InterfaceTable module |
|
| A2.bgp.routingTableModule | string | ||
| A2.bgp.ospfRoutingModule | string | parent.hasOspf ? "^.ospf" : "" | |
| B1.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| B1.pcapRecorder.verbose | bool | true |
whether to log packets on the module output |
| B1.pcapRecorder.pcapFile | string | "" |
the PCAP file to be written |
| B1.pcapRecorder.fileFormat | string | "pcapng" | |
| B1.pcapRecorder.snaplen | int | 65535 |
maximum number of bytes to record per packet |
| B1.pcapRecorder.dumpBadFrames | bool | true |
enable dump of frames with hasBitError |
| B1.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
space-separated list of sibling module names to listen on |
| B1.pcapRecorder.sendingSignalNames | string | "packetSentToLower" |
space-separated list of outbound packet signals to subscribe to |
| B1.pcapRecorder.receivingSignalNames | string | "packetReceivedFromLower" |
space-separated list of inbound packet signals to subscribe to |
| B1.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
space-separated list of protocol names as defined in the Protocol class |
| B1.pcapRecorder.packetFilter | object | "*" |
which packets are considered, matches all packets by default |
| B1.pcapRecorder.helpers | string | "" |
usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| B1.pcapRecorder.alwaysFlush | bool | false |
flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| B1.pcapRecorder.displayStringTextFormat | string | "rec: %n pks" | |
| B1.interfaceTable.displayAddresses | bool | false |
whether to display IP addresses on links |
| B1.cb.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| B1.cb.forwardServiceRegistration | bool | true | |
| B1.cb.forwardProtocolRegistration | bool | true | |
| B1.bl.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| B1.bl.forwardServiceRegistration | bool | true | |
| B1.bl.forwardProtocolRegistration | bool | true | |
| B1.li.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| B1.li.forwardServiceRegistration | bool | true | |
| B1.li.forwardProtocolRegistration | bool | true | |
| B1.eth.bitrate | double | ||
| B1.nl.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| B1.nl.forwardServiceRegistration | bool | true | |
| B1.nl.forwardProtocolRegistration | bool | true | |
| B1.tn.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| B1.tn.forwardServiceRegistration | bool | true | |
| B1.tn.forwardProtocolRegistration | bool | true | |
| B1.at.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| B1.at.forwardServiceRegistration | bool | true | |
| B1.at.forwardProtocolRegistration | bool | true | |
| B1.bgp.interfaceTableModule | string |
The path to the InterfaceTable module |
|
| B1.bgp.routingTableModule | string | ||
| B1.bgp.ospfRoutingModule | string | parent.hasOspf ? "^.ospf" : "" | |
| C1.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| C1.pcapRecorder.verbose | bool | true |
whether to log packets on the module output |
| C1.pcapRecorder.pcapFile | string | "" |
the PCAP file to be written |
| C1.pcapRecorder.fileFormat | string | "pcapng" | |
| C1.pcapRecorder.snaplen | int | 65535 |
maximum number of bytes to record per packet |
| C1.pcapRecorder.dumpBadFrames | bool | true |
enable dump of frames with hasBitError |
| C1.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
space-separated list of sibling module names to listen on |
| C1.pcapRecorder.sendingSignalNames | string | "packetSentToLower" |
space-separated list of outbound packet signals to subscribe to |
| C1.pcapRecorder.receivingSignalNames | string | "packetReceivedFromLower" |
space-separated list of inbound packet signals to subscribe to |
| C1.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
space-separated list of protocol names as defined in the Protocol class |
| C1.pcapRecorder.packetFilter | object | "*" |
which packets are considered, matches all packets by default |
| C1.pcapRecorder.helpers | string | "" |
usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| C1.pcapRecorder.alwaysFlush | bool | false |
flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| C1.pcapRecorder.displayStringTextFormat | string | "rec: %n pks" | |
| C1.interfaceTable.displayAddresses | bool | false |
whether to display IP addresses on links |
| C1.cb.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| C1.cb.forwardServiceRegistration | bool | true | |
| C1.cb.forwardProtocolRegistration | bool | true | |
| C1.bl.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| C1.bl.forwardServiceRegistration | bool | true | |
| C1.bl.forwardProtocolRegistration | bool | true | |
| C1.li.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| C1.li.forwardServiceRegistration | bool | true | |
| C1.li.forwardProtocolRegistration | bool | true | |
| C1.eth.bitrate | double | ||
| C1.nl.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| C1.nl.forwardServiceRegistration | bool | true | |
| C1.nl.forwardProtocolRegistration | bool | true | |
| C1.tn.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| C1.tn.forwardServiceRegistration | bool | true | |
| C1.tn.forwardProtocolRegistration | bool | true | |
| C1.at.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| C1.at.forwardServiceRegistration | bool | true | |
| C1.at.forwardProtocolRegistration | bool | true | |
| C1.bgp.interfaceTableModule | string |
The path to the InterfaceTable module |
|
| C1.bgp.routingTableModule | string | ||
| C1.bgp.ospfRoutingModule | string | parent.hasOspf ? "^.ospf" : "" | |
| C2.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| C2.pcapRecorder.verbose | bool | true |
whether to log packets on the module output |
| C2.pcapRecorder.pcapFile | string | "" |
the PCAP file to be written |
| C2.pcapRecorder.fileFormat | string | "pcapng" | |
| C2.pcapRecorder.snaplen | int | 65535 |
maximum number of bytes to record per packet |
| C2.pcapRecorder.dumpBadFrames | bool | true |
enable dump of frames with hasBitError |
| C2.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
space-separated list of sibling module names to listen on |
| C2.pcapRecorder.sendingSignalNames | string | "packetSentToLower" |
space-separated list of outbound packet signals to subscribe to |
| C2.pcapRecorder.receivingSignalNames | string | "packetReceivedFromLower" |
space-separated list of inbound packet signals to subscribe to |
| C2.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
space-separated list of protocol names as defined in the Protocol class |
| C2.pcapRecorder.packetFilter | object | "*" |
which packets are considered, matches all packets by default |
| C2.pcapRecorder.helpers | string | "" |
usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| C2.pcapRecorder.alwaysFlush | bool | false |
flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| C2.pcapRecorder.displayStringTextFormat | string | "rec: %n pks" | |
| C2.interfaceTable.displayAddresses | bool | false |
whether to display IP addresses on links |
| C2.cb.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| C2.cb.forwardServiceRegistration | bool | true | |
| C2.cb.forwardProtocolRegistration | bool | true | |
| C2.bl.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| C2.bl.forwardServiceRegistration | bool | true | |
| C2.bl.forwardProtocolRegistration | bool | true | |
| C2.li.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| C2.li.forwardServiceRegistration | bool | true | |
| C2.li.forwardProtocolRegistration | bool | true | |
| C2.eth.bitrate | double | ||
| C2.nl.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| C2.nl.forwardServiceRegistration | bool | true | |
| C2.nl.forwardProtocolRegistration | bool | true | |
| C2.tn.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| C2.tn.forwardServiceRegistration | bool | true | |
| C2.tn.forwardProtocolRegistration | bool | true | |
| C2.at.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| C2.at.forwardServiceRegistration | bool | true | |
| C2.at.forwardProtocolRegistration | bool | true | |
| C2.bgp.interfaceTableModule | string |
The path to the InterfaceTable module |
|
| C2.bgp.routingTableModule | string | ||
| C2.bgp.ospfRoutingModule | string | parent.hasOspf ? "^.ospf" : "" | |
| C3.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| C3.pcapRecorder.verbose | bool | true |
whether to log packets on the module output |
| C3.pcapRecorder.pcapFile | string | "" |
the PCAP file to be written |
| C3.pcapRecorder.fileFormat | string | "pcapng" | |
| C3.pcapRecorder.snaplen | int | 65535 |
maximum number of bytes to record per packet |
| C3.pcapRecorder.dumpBadFrames | bool | true |
enable dump of frames with hasBitError |
| C3.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
space-separated list of sibling module names to listen on |
| C3.pcapRecorder.sendingSignalNames | string | "packetSentToLower" |
space-separated list of outbound packet signals to subscribe to |
| C3.pcapRecorder.receivingSignalNames | string | "packetReceivedFromLower" |
space-separated list of inbound packet signals to subscribe to |
| C3.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
space-separated list of protocol names as defined in the Protocol class |
| C3.pcapRecorder.packetFilter | object | "*" |
which packets are considered, matches all packets by default |
| C3.pcapRecorder.helpers | string | "" |
usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| C3.pcapRecorder.alwaysFlush | bool | false |
flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| C3.pcapRecorder.displayStringTextFormat | string | "rec: %n pks" | |
| C3.interfaceTable.displayAddresses | bool | false |
whether to display IP addresses on links |
| C3.cb.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| C3.cb.forwardServiceRegistration | bool | true | |
| C3.cb.forwardProtocolRegistration | bool | true | |
| C3.bl.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| C3.bl.forwardServiceRegistration | bool | true | |
| C3.bl.forwardProtocolRegistration | bool | true | |
| C3.li.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| C3.li.forwardServiceRegistration | bool | true | |
| C3.li.forwardProtocolRegistration | bool | true | |
| C3.eth.bitrate | double | ||
| C3.nl.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| C3.nl.forwardServiceRegistration | bool | true | |
| C3.nl.forwardProtocolRegistration | bool | true | |
| C3.tn.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| C3.tn.forwardServiceRegistration | bool | true | |
| C3.tn.forwardProtocolRegistration | bool | true | |
| C3.at.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| C3.at.forwardServiceRegistration | bool | true | |
| C3.at.forwardProtocolRegistration | bool | true | |
| C3.bgp.interfaceTableModule | string |
The path to the InterfaceTable module |
|
| C3.bgp.routingTableModule | string | ||
| C3.bgp.ospfRoutingModule | string | parent.hasOspf ? "^.ospf" : "" | |
| C4.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| C4.pcapRecorder.verbose | bool | true |
whether to log packets on the module output |
| C4.pcapRecorder.pcapFile | string | "" |
the PCAP file to be written |
| C4.pcapRecorder.fileFormat | string | "pcapng" | |
| C4.pcapRecorder.snaplen | int | 65535 |
maximum number of bytes to record per packet |
| C4.pcapRecorder.dumpBadFrames | bool | true |
enable dump of frames with hasBitError |
| C4.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
space-separated list of sibling module names to listen on |
| C4.pcapRecorder.sendingSignalNames | string | "packetSentToLower" |
space-separated list of outbound packet signals to subscribe to |
| C4.pcapRecorder.receivingSignalNames | string | "packetReceivedFromLower" |
space-separated list of inbound packet signals to subscribe to |
| C4.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
space-separated list of protocol names as defined in the Protocol class |
| C4.pcapRecorder.packetFilter | object | "*" |
which packets are considered, matches all packets by default |
| C4.pcapRecorder.helpers | string | "" |
usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| C4.pcapRecorder.alwaysFlush | bool | false |
flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| C4.pcapRecorder.displayStringTextFormat | string | "rec: %n pks" | |
| C4.interfaceTable.displayAddresses | bool | false |
whether to display IP addresses on links |
| C4.cb.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| C4.cb.forwardServiceRegistration | bool | true | |
| C4.cb.forwardProtocolRegistration | bool | true | |
| C4.bl.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| C4.bl.forwardServiceRegistration | bool | true | |
| C4.bl.forwardProtocolRegistration | bool | true | |
| C4.li.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| C4.li.forwardServiceRegistration | bool | true | |
| C4.li.forwardProtocolRegistration | bool | true | |
| C4.eth.bitrate | double | ||
| C4.nl.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| C4.nl.forwardServiceRegistration | bool | true | |
| C4.nl.forwardProtocolRegistration | bool | true | |
| C4.tn.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| C4.tn.forwardServiceRegistration | bool | true | |
| C4.tn.forwardProtocolRegistration | bool | true | |
| C4.at.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| C4.at.forwardServiceRegistration | bool | true | |
| C4.at.forwardProtocolRegistration | bool | true | |
| C4.bgp.interfaceTableModule | string |
The path to the InterfaceTable module |
|
| C4.bgp.routingTableModule | string | ||
| C4.bgp.ospfRoutingModule | string | parent.hasOspf ? "^.ospf" : "" | |
| D1.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| D1.pcapRecorder.verbose | bool | true |
whether to log packets on the module output |
| D1.pcapRecorder.pcapFile | string | "" |
the PCAP file to be written |
| D1.pcapRecorder.fileFormat | string | "pcapng" | |
| D1.pcapRecorder.snaplen | int | 65535 |
maximum number of bytes to record per packet |
| D1.pcapRecorder.dumpBadFrames | bool | true |
enable dump of frames with hasBitError |
| D1.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
space-separated list of sibling module names to listen on |
| D1.pcapRecorder.sendingSignalNames | string | "packetSentToLower" |
space-separated list of outbound packet signals to subscribe to |
| D1.pcapRecorder.receivingSignalNames | string | "packetReceivedFromLower" |
space-separated list of inbound packet signals to subscribe to |
| D1.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
space-separated list of protocol names as defined in the Protocol class |
| D1.pcapRecorder.packetFilter | object | "*" |
which packets are considered, matches all packets by default |
| D1.pcapRecorder.helpers | string | "" |
usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| D1.pcapRecorder.alwaysFlush | bool | false |
flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| D1.pcapRecorder.displayStringTextFormat | string | "rec: %n pks" | |
| D1.interfaceTable.displayAddresses | bool | false |
whether to display IP addresses on links |
| D1.cb.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| D1.cb.forwardServiceRegistration | bool | true | |
| D1.cb.forwardProtocolRegistration | bool | true | |
| D1.bl.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| D1.bl.forwardServiceRegistration | bool | true | |
| D1.bl.forwardProtocolRegistration | bool | true | |
| D1.li.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| D1.li.forwardServiceRegistration | bool | true | |
| D1.li.forwardProtocolRegistration | bool | true | |
| D1.eth.bitrate | double | ||
| D1.nl.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| D1.nl.forwardServiceRegistration | bool | true | |
| D1.nl.forwardProtocolRegistration | bool | true | |
| D1.tn.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| D1.tn.forwardServiceRegistration | bool | true | |
| D1.tn.forwardProtocolRegistration | bool | true | |
| D1.at.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| D1.at.forwardServiceRegistration | bool | true | |
| D1.at.forwardProtocolRegistration | bool | true | |
| D1.bgp.interfaceTableModule | string |
The path to the InterfaceTable module |
|
| D1.bgp.routingTableModule | string | ||
| D1.bgp.ospfRoutingModule | string | parent.hasOspf ? "^.ospf" : "" | |
| E1.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| E1.pcapRecorder.verbose | bool | true |
whether to log packets on the module output |
| E1.pcapRecorder.pcapFile | string | "" |
the PCAP file to be written |
| E1.pcapRecorder.fileFormat | string | "pcapng" | |
| E1.pcapRecorder.snaplen | int | 65535 |
maximum number of bytes to record per packet |
| E1.pcapRecorder.dumpBadFrames | bool | true |
enable dump of frames with hasBitError |
| E1.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
space-separated list of sibling module names to listen on |
| E1.pcapRecorder.sendingSignalNames | string | "packetSentToLower" |
space-separated list of outbound packet signals to subscribe to |
| E1.pcapRecorder.receivingSignalNames | string | "packetReceivedFromLower" |
space-separated list of inbound packet signals to subscribe to |
| E1.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
space-separated list of protocol names as defined in the Protocol class |
| E1.pcapRecorder.packetFilter | object | "*" |
which packets are considered, matches all packets by default |
| E1.pcapRecorder.helpers | string | "" |
usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| E1.pcapRecorder.alwaysFlush | bool | false |
flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| E1.pcapRecorder.displayStringTextFormat | string | "rec: %n pks" | |
| E1.interfaceTable.displayAddresses | bool | false |
whether to display IP addresses on links |
| E1.cb.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| E1.cb.forwardServiceRegistration | bool | true | |
| E1.cb.forwardProtocolRegistration | bool | true | |
| E1.bl.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| E1.bl.forwardServiceRegistration | bool | true | |
| E1.bl.forwardProtocolRegistration | bool | true | |
| E1.li.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| E1.li.forwardServiceRegistration | bool | true | |
| E1.li.forwardProtocolRegistration | bool | true | |
| E1.eth.bitrate | double | ||
| E1.nl.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| E1.nl.forwardServiceRegistration | bool | true | |
| E1.nl.forwardProtocolRegistration | bool | true | |
| E1.tn.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| E1.tn.forwardServiceRegistration | bool | true | |
| E1.tn.forwardProtocolRegistration | bool | true | |
| E1.at.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| E1.at.forwardServiceRegistration | bool | true | |
| E1.at.forwardProtocolRegistration | bool | true | |
| E1.bgp.interfaceTableModule | string |
The path to the InterfaceTable module |
|
| E1.bgp.routingTableModule | string | ||
| E1.bgp.ospfRoutingModule | string | parent.hasOspf ? "^.ospf" : "" | |
| RA3.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| RA3.pcapRecorder.verbose | bool | true |
whether to log packets on the module output |
| RA3.pcapRecorder.pcapFile | string | "" |
the PCAP file to be written |
| RA3.pcapRecorder.fileFormat | string | "pcapng" | |
| RA3.pcapRecorder.snaplen | int | 65535 |
maximum number of bytes to record per packet |
| RA3.pcapRecorder.dumpBadFrames | bool | true |
enable dump of frames with hasBitError |
| RA3.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
space-separated list of sibling module names to listen on |
| RA3.pcapRecorder.sendingSignalNames | string | "packetSentToLower" |
space-separated list of outbound packet signals to subscribe to |
| RA3.pcapRecorder.receivingSignalNames | string | "packetReceivedFromLower" |
space-separated list of inbound packet signals to subscribe to |
| RA3.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
space-separated list of protocol names as defined in the Protocol class |
| RA3.pcapRecorder.packetFilter | object | "*" |
which packets are considered, matches all packets by default |
| RA3.pcapRecorder.helpers | string | "" |
usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| RA3.pcapRecorder.alwaysFlush | bool | false |
flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| RA3.pcapRecorder.displayStringTextFormat | string | "rec: %n pks" | |
| RA3.interfaceTable.displayAddresses | bool | false |
whether to display IP addresses on links |
| RA3.cb.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| RA3.cb.forwardServiceRegistration | bool | true | |
| RA3.cb.forwardProtocolRegistration | bool | true | |
| RA3.bl.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| RA3.bl.forwardServiceRegistration | bool | true | |
| RA3.bl.forwardProtocolRegistration | bool | true | |
| RA3.li.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| RA3.li.forwardServiceRegistration | bool | true | |
| RA3.li.forwardProtocolRegistration | bool | true | |
| RA3.eth.bitrate | double | ||
| RA3.nl.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| RA3.nl.forwardServiceRegistration | bool | true | |
| RA3.nl.forwardProtocolRegistration | bool | true | |
| RA3.tn.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| RA3.tn.forwardServiceRegistration | bool | true | |
| RA3.tn.forwardProtocolRegistration | bool | true | |
| RA3.at.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| RA3.at.forwardServiceRegistration | bool | true | |
| RA3.at.forwardProtocolRegistration | bool | true | |
| RA3.bgp.interfaceTableModule | string |
The path to the InterfaceTable module |
|
| RA3.bgp.routingTableModule | string | ||
| RA3.bgp.ospfRoutingModule | string | parent.hasOspf ? "^.ospf" : "" | |
| RC5.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| RC5.pcapRecorder.verbose | bool | true |
whether to log packets on the module output |
| RC5.pcapRecorder.pcapFile | string | "" |
the PCAP file to be written |
| RC5.pcapRecorder.fileFormat | string | "pcapng" | |
| RC5.pcapRecorder.snaplen | int | 65535 |
maximum number of bytes to record per packet |
| RC5.pcapRecorder.dumpBadFrames | bool | true |
enable dump of frames with hasBitError |
| RC5.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
space-separated list of sibling module names to listen on |
| RC5.pcapRecorder.sendingSignalNames | string | "packetSentToLower" |
space-separated list of outbound packet signals to subscribe to |
| RC5.pcapRecorder.receivingSignalNames | string | "packetReceivedFromLower" |
space-separated list of inbound packet signals to subscribe to |
| RC5.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
space-separated list of protocol names as defined in the Protocol class |
| RC5.pcapRecorder.packetFilter | object | "*" |
which packets are considered, matches all packets by default |
| RC5.pcapRecorder.helpers | string | "" |
usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| RC5.pcapRecorder.alwaysFlush | bool | false |
flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| RC5.pcapRecorder.displayStringTextFormat | string | "rec: %n pks" | |
| RC5.interfaceTable.displayAddresses | bool | false |
whether to display IP addresses on links |
| RC5.cb.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| RC5.cb.forwardServiceRegistration | bool | true | |
| RC5.cb.forwardProtocolRegistration | bool | true | |
| RC5.bl.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| RC5.bl.forwardServiceRegistration | bool | true | |
| RC5.bl.forwardProtocolRegistration | bool | true | |
| RC5.li.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| RC5.li.forwardServiceRegistration | bool | true | |
| RC5.li.forwardProtocolRegistration | bool | true | |
| RC5.eth.bitrate | double | ||
| RC5.nl.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| RC5.nl.forwardServiceRegistration | bool | true | |
| RC5.nl.forwardProtocolRegistration | bool | true | |
| RC5.tn.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| RC5.tn.forwardServiceRegistration | bool | true | |
| RC5.tn.forwardProtocolRegistration | bool | true | |
| RC5.at.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| RC5.at.forwardServiceRegistration | bool | true | |
| RC5.at.forwardProtocolRegistration | bool | true | |
| RC5.bgp.interfaceTableModule | string |
The path to the InterfaceTable module |
|
| RC5.bgp.routingTableModule | string | ||
| RC5.bgp.ospfRoutingModule | string | parent.hasOspf ? "^.ospf" : "" | |
| PA3.macTable.agingTime | double | ||
| PA3.macTable.forwardingTableFile | string | ||
| PA3.interfaceTable.displayAddresses | bool | false |
whether to display IP addresses on links |
| PA3.l2NodeConfigurator.interfaceTableModule | string | ||
| PA3.l2NodeConfigurator.l2ConfiguratorModule | string | "l2NetworkConfigurator" |
the absolute path to the ~L2NetworkConfigurator; use "" if there is no configurator |
| PA3.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| PA3.pcapRecorder.verbose | bool | true |
whether to log packets on the module output |
| PA3.pcapRecorder.pcapFile | string | "" |
the PCAP file to be written |
| PA3.pcapRecorder.fileFormat | string | "pcapng" | |
| PA3.pcapRecorder.snaplen | int | 65535 |
maximum number of bytes to record per packet |
| PA3.pcapRecorder.dumpBadFrames | bool | true |
enable dump of frames with hasBitError |
| PA3.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
space-separated list of sibling module names to listen on |
| PA3.pcapRecorder.sendingSignalNames | string | "packetSentToLower" |
space-separated list of outbound packet signals to subscribe to |
| PA3.pcapRecorder.receivingSignalNames | string | "packetReceivedFromLower" |
space-separated list of inbound packet signals to subscribe to |
| PA3.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
space-separated list of protocol names as defined in the Protocol class |
| PA3.pcapRecorder.packetFilter | object | "*" |
which packets are considered, matches all packets by default |
| PA3.pcapRecorder.helpers | string | "" |
usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| PA3.pcapRecorder.alwaysFlush | bool | false |
flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| PA3.pcapRecorder.displayStringTextFormat | string | "rec: %n pks" | |
| PA3.stp.helloTime | double | ||
| PA3.stp.forwardDelay | double | ||
| PA3.stp.maxAge | double | ||
| PA3.stp.bridgePriority | int | ||
| PA3.stp.visualize | bool | ||
| PA3.sc.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| PA3.sc.forwardServiceRegistration | bool | true | |
| PA3.sc.forwardProtocolRegistration | bool | true | |
| PA3.cb.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| PA3.cb.forwardServiceRegistration | bool | true | |
| PA3.cb.forwardProtocolRegistration | bool | true | |
| PA3.bl.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| PA3.bl.forwardServiceRegistration | bool | true | |
| PA3.bl.forwardProtocolRegistration | bool | true | |
| PA3.li.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| PA3.li.forwardServiceRegistration | bool | true | |
| PA3.li.forwardProtocolRegistration | bool | true | |
| PA3.cutthrough.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| PA3.cutthrough.forwardServiceRegistration | bool | true | |
| PA3.cutthrough.forwardProtocolRegistration | bool | true | |
| PA3.eth.bitrate | double | ||
| PB1.macTable.agingTime | double | ||
| PB1.macTable.forwardingTableFile | string | ||
| PB1.interfaceTable.displayAddresses | bool | false |
whether to display IP addresses on links |
| PB1.l2NodeConfigurator.interfaceTableModule | string | ||
| PB1.l2NodeConfigurator.l2ConfiguratorModule | string | "l2NetworkConfigurator" |
the absolute path to the ~L2NetworkConfigurator; use "" if there is no configurator |
| PB1.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| PB1.pcapRecorder.verbose | bool | true |
whether to log packets on the module output |
| PB1.pcapRecorder.pcapFile | string | "" |
the PCAP file to be written |
| PB1.pcapRecorder.fileFormat | string | "pcapng" | |
| PB1.pcapRecorder.snaplen | int | 65535 |
maximum number of bytes to record per packet |
| PB1.pcapRecorder.dumpBadFrames | bool | true |
enable dump of frames with hasBitError |
| PB1.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
space-separated list of sibling module names to listen on |
| PB1.pcapRecorder.sendingSignalNames | string | "packetSentToLower" |
space-separated list of outbound packet signals to subscribe to |
| PB1.pcapRecorder.receivingSignalNames | string | "packetReceivedFromLower" |
space-separated list of inbound packet signals to subscribe to |
| PB1.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
space-separated list of protocol names as defined in the Protocol class |
| PB1.pcapRecorder.packetFilter | object | "*" |
which packets are considered, matches all packets by default |
| PB1.pcapRecorder.helpers | string | "" |
usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| PB1.pcapRecorder.alwaysFlush | bool | false |
flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| PB1.pcapRecorder.displayStringTextFormat | string | "rec: %n pks" | |
| PB1.stp.helloTime | double | ||
| PB1.stp.forwardDelay | double | ||
| PB1.stp.maxAge | double | ||
| PB1.stp.bridgePriority | int | ||
| PB1.stp.visualize | bool | ||
| PB1.sc.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| PB1.sc.forwardServiceRegistration | bool | true | |
| PB1.sc.forwardProtocolRegistration | bool | true | |
| PB1.cb.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| PB1.cb.forwardServiceRegistration | bool | true | |
| PB1.cb.forwardProtocolRegistration | bool | true | |
| PB1.bl.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| PB1.bl.forwardServiceRegistration | bool | true | |
| PB1.bl.forwardProtocolRegistration | bool | true | |
| PB1.li.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| PB1.li.forwardServiceRegistration | bool | true | |
| PB1.li.forwardProtocolRegistration | bool | true | |
| PB1.cutthrough.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| PB1.cutthrough.forwardServiceRegistration | bool | true | |
| PB1.cutthrough.forwardProtocolRegistration | bool | true | |
| PB1.eth.bitrate | double | ||
| PD1.macTable.agingTime | double | ||
| PD1.macTable.forwardingTableFile | string | ||
| PD1.interfaceTable.displayAddresses | bool | false |
whether to display IP addresses on links |
| PD1.l2NodeConfigurator.interfaceTableModule | string | ||
| PD1.l2NodeConfigurator.l2ConfiguratorModule | string | "l2NetworkConfigurator" |
the absolute path to the ~L2NetworkConfigurator; use "" if there is no configurator |
| PD1.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| PD1.pcapRecorder.verbose | bool | true |
whether to log packets on the module output |
| PD1.pcapRecorder.pcapFile | string | "" |
the PCAP file to be written |
| PD1.pcapRecorder.fileFormat | string | "pcapng" | |
| PD1.pcapRecorder.snaplen | int | 65535 |
maximum number of bytes to record per packet |
| PD1.pcapRecorder.dumpBadFrames | bool | true |
enable dump of frames with hasBitError |
| PD1.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
space-separated list of sibling module names to listen on |
| PD1.pcapRecorder.sendingSignalNames | string | "packetSentToLower" |
space-separated list of outbound packet signals to subscribe to |
| PD1.pcapRecorder.receivingSignalNames | string | "packetReceivedFromLower" |
space-separated list of inbound packet signals to subscribe to |
| PD1.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
space-separated list of protocol names as defined in the Protocol class |
| PD1.pcapRecorder.packetFilter | object | "*" |
which packets are considered, matches all packets by default |
| PD1.pcapRecorder.helpers | string | "" |
usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| PD1.pcapRecorder.alwaysFlush | bool | false |
flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| PD1.pcapRecorder.displayStringTextFormat | string | "rec: %n pks" | |
| PD1.stp.helloTime | double | ||
| PD1.stp.forwardDelay | double | ||
| PD1.stp.maxAge | double | ||
| PD1.stp.bridgePriority | int | ||
| PD1.stp.visualize | bool | ||
| PD1.sc.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| PD1.sc.forwardServiceRegistration | bool | true | |
| PD1.sc.forwardProtocolRegistration | bool | true | |
| PD1.cb.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| PD1.cb.forwardServiceRegistration | bool | true | |
| PD1.cb.forwardProtocolRegistration | bool | true | |
| PD1.bl.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| PD1.bl.forwardServiceRegistration | bool | true | |
| PD1.bl.forwardProtocolRegistration | bool | true | |
| PD1.li.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| PD1.li.forwardServiceRegistration | bool | true | |
| PD1.li.forwardProtocolRegistration | bool | true | |
| PD1.cutthrough.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| PD1.cutthrough.forwardServiceRegistration | bool | true | |
| PD1.cutthrough.forwardProtocolRegistration | bool | true | |
| PD1.eth.bitrate | double | ||
| PE1.macTable.agingTime | double | ||
| PE1.macTable.forwardingTableFile | string | ||
| PE1.interfaceTable.displayAddresses | bool | false |
whether to display IP addresses on links |
| PE1.l2NodeConfigurator.interfaceTableModule | string | ||
| PE1.l2NodeConfigurator.l2ConfiguratorModule | string | "l2NetworkConfigurator" |
the absolute path to the ~L2NetworkConfigurator; use "" if there is no configurator |
| PE1.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| PE1.pcapRecorder.verbose | bool | true |
whether to log packets on the module output |
| PE1.pcapRecorder.pcapFile | string | "" |
the PCAP file to be written |
| PE1.pcapRecorder.fileFormat | string | "pcapng" | |
| PE1.pcapRecorder.snaplen | int | 65535 |
maximum number of bytes to record per packet |
| PE1.pcapRecorder.dumpBadFrames | bool | true |
enable dump of frames with hasBitError |
| PE1.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
space-separated list of sibling module names to listen on |
| PE1.pcapRecorder.sendingSignalNames | string | "packetSentToLower" |
space-separated list of outbound packet signals to subscribe to |
| PE1.pcapRecorder.receivingSignalNames | string | "packetReceivedFromLower" |
space-separated list of inbound packet signals to subscribe to |
| PE1.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
space-separated list of protocol names as defined in the Protocol class |
| PE1.pcapRecorder.packetFilter | object | "*" |
which packets are considered, matches all packets by default |
| PE1.pcapRecorder.helpers | string | "" |
usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| PE1.pcapRecorder.alwaysFlush | bool | false |
flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| PE1.pcapRecorder.displayStringTextFormat | string | "rec: %n pks" | |
| PE1.stp.helloTime | double | ||
| PE1.stp.forwardDelay | double | ||
| PE1.stp.maxAge | double | ||
| PE1.stp.bridgePriority | int | ||
| PE1.stp.visualize | bool | ||
| PE1.sc.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| PE1.sc.forwardServiceRegistration | bool | true | |
| PE1.sc.forwardProtocolRegistration | bool | true | |
| PE1.cb.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| PE1.cb.forwardServiceRegistration | bool | true | |
| PE1.cb.forwardProtocolRegistration | bool | true | |
| PE1.bl.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| PE1.bl.forwardServiceRegistration | bool | true | |
| PE1.bl.forwardProtocolRegistration | bool | true | |
| PE1.li.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| PE1.li.forwardServiceRegistration | bool | true | |
| PE1.li.forwardProtocolRegistration | bool | true | |
| PE1.cutthrough.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| PE1.cutthrough.forwardServiceRegistration | bool | true | |
| PE1.cutthrough.forwardProtocolRegistration | bool | true | |
| PE1.eth.bitrate | double | ||
| HA11.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| HA11.pcapRecorder.verbose | bool | true |
whether to log packets on the module output |
| HA11.pcapRecorder.pcapFile | string | "" |
the PCAP file to be written |
| HA11.pcapRecorder.fileFormat | string | "pcapng" | |
| HA11.pcapRecorder.snaplen | int | 65535 |
maximum number of bytes to record per packet |
| HA11.pcapRecorder.dumpBadFrames | bool | true |
enable dump of frames with hasBitError |
| HA11.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
space-separated list of sibling module names to listen on |
| HA11.pcapRecorder.sendingSignalNames | string | "packetSentToLower" |
space-separated list of outbound packet signals to subscribe to |
| HA11.pcapRecorder.receivingSignalNames | string | "packetReceivedFromLower" |
space-separated list of inbound packet signals to subscribe to |
| HA11.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
space-separated list of protocol names as defined in the Protocol class |
| HA11.pcapRecorder.packetFilter | object | "*" |
which packets are considered, matches all packets by default |
| HA11.pcapRecorder.helpers | string | "" |
usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| HA11.pcapRecorder.alwaysFlush | bool | false |
flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| HA11.pcapRecorder.displayStringTextFormat | string | "rec: %n pks" | |
| HA11.interfaceTable.displayAddresses | bool | false |
whether to display IP addresses on links |
| HA11.cb.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| HA11.cb.forwardServiceRegistration | bool | true | |
| HA11.cb.forwardProtocolRegistration | bool | true | |
| HA11.bl.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| HA11.bl.forwardServiceRegistration | bool | true | |
| HA11.bl.forwardProtocolRegistration | bool | true | |
| HA11.li.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| HA11.li.forwardServiceRegistration | bool | true | |
| HA11.li.forwardProtocolRegistration | bool | true | |
| HA11.eth.bitrate | double | ||
| HA11.nl.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| HA11.nl.forwardServiceRegistration | bool | true | |
| HA11.nl.forwardProtocolRegistration | bool | true | |
| HA11.tn.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| HA11.tn.forwardServiceRegistration | bool | true | |
| HA11.tn.forwardProtocolRegistration | bool | true | |
| HA11.at.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| HA11.at.forwardServiceRegistration | bool | true | |
| HA11.at.forwardProtocolRegistration | bool | true | |
| HA12.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| HA12.pcapRecorder.verbose | bool | true |
whether to log packets on the module output |
| HA12.pcapRecorder.pcapFile | string | "" |
the PCAP file to be written |
| HA12.pcapRecorder.fileFormat | string | "pcapng" | |
| HA12.pcapRecorder.snaplen | int | 65535 |
maximum number of bytes to record per packet |
| HA12.pcapRecorder.dumpBadFrames | bool | true |
enable dump of frames with hasBitError |
| HA12.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
space-separated list of sibling module names to listen on |
| HA12.pcapRecorder.sendingSignalNames | string | "packetSentToLower" |
space-separated list of outbound packet signals to subscribe to |
| HA12.pcapRecorder.receivingSignalNames | string | "packetReceivedFromLower" |
space-separated list of inbound packet signals to subscribe to |
| HA12.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
space-separated list of protocol names as defined in the Protocol class |
| HA12.pcapRecorder.packetFilter | object | "*" |
which packets are considered, matches all packets by default |
| HA12.pcapRecorder.helpers | string | "" |
usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| HA12.pcapRecorder.alwaysFlush | bool | false |
flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| HA12.pcapRecorder.displayStringTextFormat | string | "rec: %n pks" | |
| HA12.interfaceTable.displayAddresses | bool | false |
whether to display IP addresses on links |
| HA12.cb.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| HA12.cb.forwardServiceRegistration | bool | true | |
| HA12.cb.forwardProtocolRegistration | bool | true | |
| HA12.bl.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| HA12.bl.forwardServiceRegistration | bool | true | |
| HA12.bl.forwardProtocolRegistration | bool | true | |
| HA12.li.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| HA12.li.forwardServiceRegistration | bool | true | |
| HA12.li.forwardProtocolRegistration | bool | true | |
| HA12.eth.bitrate | double | ||
| HA12.nl.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| HA12.nl.forwardServiceRegistration | bool | true | |
| HA12.nl.forwardProtocolRegistration | bool | true | |
| HA12.tn.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| HA12.tn.forwardServiceRegistration | bool | true | |
| HA12.tn.forwardProtocolRegistration | bool | true | |
| HA12.at.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| HA12.at.forwardServiceRegistration | bool | true | |
| HA12.at.forwardProtocolRegistration | bool | true | |
| HB11.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| HB11.pcapRecorder.verbose | bool | true |
whether to log packets on the module output |
| HB11.pcapRecorder.pcapFile | string | "" |
the PCAP file to be written |
| HB11.pcapRecorder.fileFormat | string | "pcapng" | |
| HB11.pcapRecorder.snaplen | int | 65535 |
maximum number of bytes to record per packet |
| HB11.pcapRecorder.dumpBadFrames | bool | true |
enable dump of frames with hasBitError |
| HB11.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
space-separated list of sibling module names to listen on |
| HB11.pcapRecorder.sendingSignalNames | string | "packetSentToLower" |
space-separated list of outbound packet signals to subscribe to |
| HB11.pcapRecorder.receivingSignalNames | string | "packetReceivedFromLower" |
space-separated list of inbound packet signals to subscribe to |
| HB11.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
space-separated list of protocol names as defined in the Protocol class |
| HB11.pcapRecorder.packetFilter | object | "*" |
which packets are considered, matches all packets by default |
| HB11.pcapRecorder.helpers | string | "" |
usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| HB11.pcapRecorder.alwaysFlush | bool | false |
flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| HB11.pcapRecorder.displayStringTextFormat | string | "rec: %n pks" | |
| HB11.interfaceTable.displayAddresses | bool | false |
whether to display IP addresses on links |
| HB11.cb.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| HB11.cb.forwardServiceRegistration | bool | true | |
| HB11.cb.forwardProtocolRegistration | bool | true | |
| HB11.bl.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| HB11.bl.forwardServiceRegistration | bool | true | |
| HB11.bl.forwardProtocolRegistration | bool | true | |
| HB11.li.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| HB11.li.forwardServiceRegistration | bool | true | |
| HB11.li.forwardProtocolRegistration | bool | true | |
| HB11.eth.bitrate | double | ||
| HB11.nl.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| HB11.nl.forwardServiceRegistration | bool | true | |
| HB11.nl.forwardProtocolRegistration | bool | true | |
| HB11.tn.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| HB11.tn.forwardServiceRegistration | bool | true | |
| HB11.tn.forwardProtocolRegistration | bool | true | |
| HB11.at.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| HB11.at.forwardServiceRegistration | bool | true | |
| HB11.at.forwardProtocolRegistration | bool | true | |
| HB12.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| HB12.pcapRecorder.verbose | bool | true |
whether to log packets on the module output |
| HB12.pcapRecorder.pcapFile | string | "" |
the PCAP file to be written |
| HB12.pcapRecorder.fileFormat | string | "pcapng" | |
| HB12.pcapRecorder.snaplen | int | 65535 |
maximum number of bytes to record per packet |
| HB12.pcapRecorder.dumpBadFrames | bool | true |
enable dump of frames with hasBitError |
| HB12.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
space-separated list of sibling module names to listen on |
| HB12.pcapRecorder.sendingSignalNames | string | "packetSentToLower" |
space-separated list of outbound packet signals to subscribe to |
| HB12.pcapRecorder.receivingSignalNames | string | "packetReceivedFromLower" |
space-separated list of inbound packet signals to subscribe to |
| HB12.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
space-separated list of protocol names as defined in the Protocol class |
| HB12.pcapRecorder.packetFilter | object | "*" |
which packets are considered, matches all packets by default |
| HB12.pcapRecorder.helpers | string | "" |
usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| HB12.pcapRecorder.alwaysFlush | bool | false |
flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| HB12.pcapRecorder.displayStringTextFormat | string | "rec: %n pks" | |
| HB12.interfaceTable.displayAddresses | bool | false |
whether to display IP addresses on links |
| HB12.cb.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| HB12.cb.forwardServiceRegistration | bool | true | |
| HB12.cb.forwardProtocolRegistration | bool | true | |
| HB12.bl.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| HB12.bl.forwardServiceRegistration | bool | true | |
| HB12.bl.forwardProtocolRegistration | bool | true | |
| HB12.li.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| HB12.li.forwardServiceRegistration | bool | true | |
| HB12.li.forwardProtocolRegistration | bool | true | |
| HB12.eth.bitrate | double | ||
| HB12.nl.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| HB12.nl.forwardServiceRegistration | bool | true | |
| HB12.nl.forwardProtocolRegistration | bool | true | |
| HB12.tn.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| HB12.tn.forwardServiceRegistration | bool | true | |
| HB12.tn.forwardProtocolRegistration | bool | true | |
| HB12.at.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| HB12.at.forwardServiceRegistration | bool | true | |
| HB12.at.forwardProtocolRegistration | bool | true | |
| HD11.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| HD11.pcapRecorder.verbose | bool | true |
whether to log packets on the module output |
| HD11.pcapRecorder.pcapFile | string | "" |
the PCAP file to be written |
| HD11.pcapRecorder.fileFormat | string | "pcapng" | |
| HD11.pcapRecorder.snaplen | int | 65535 |
maximum number of bytes to record per packet |
| HD11.pcapRecorder.dumpBadFrames | bool | true |
enable dump of frames with hasBitError |
| HD11.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
space-separated list of sibling module names to listen on |
| HD11.pcapRecorder.sendingSignalNames | string | "packetSentToLower" |
space-separated list of outbound packet signals to subscribe to |
| HD11.pcapRecorder.receivingSignalNames | string | "packetReceivedFromLower" |
space-separated list of inbound packet signals to subscribe to |
| HD11.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
space-separated list of protocol names as defined in the Protocol class |
| HD11.pcapRecorder.packetFilter | object | "*" |
which packets are considered, matches all packets by default |
| HD11.pcapRecorder.helpers | string | "" |
usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| HD11.pcapRecorder.alwaysFlush | bool | false |
flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| HD11.pcapRecorder.displayStringTextFormat | string | "rec: %n pks" | |
| HD11.interfaceTable.displayAddresses | bool | false |
whether to display IP addresses on links |
| HD11.cb.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| HD11.cb.forwardServiceRegistration | bool | true | |
| HD11.cb.forwardProtocolRegistration | bool | true | |
| HD11.bl.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| HD11.bl.forwardServiceRegistration | bool | true | |
| HD11.bl.forwardProtocolRegistration | bool | true | |
| HD11.li.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| HD11.li.forwardServiceRegistration | bool | true | |
| HD11.li.forwardProtocolRegistration | bool | true | |
| HD11.eth.bitrate | double | ||
| HD11.nl.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| HD11.nl.forwardServiceRegistration | bool | true | |
| HD11.nl.forwardProtocolRegistration | bool | true | |
| HD11.tn.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| HD11.tn.forwardServiceRegistration | bool | true | |
| HD11.tn.forwardProtocolRegistration | bool | true | |
| HD11.at.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| HD11.at.forwardServiceRegistration | bool | true | |
| HD11.at.forwardProtocolRegistration | bool | true | |
| HD12.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| HD12.pcapRecorder.verbose | bool | true |
whether to log packets on the module output |
| HD12.pcapRecorder.pcapFile | string | "" |
the PCAP file to be written |
| HD12.pcapRecorder.fileFormat | string | "pcapng" | |
| HD12.pcapRecorder.snaplen | int | 65535 |
maximum number of bytes to record per packet |
| HD12.pcapRecorder.dumpBadFrames | bool | true |
enable dump of frames with hasBitError |
| HD12.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
space-separated list of sibling module names to listen on |
| HD12.pcapRecorder.sendingSignalNames | string | "packetSentToLower" |
space-separated list of outbound packet signals to subscribe to |
| HD12.pcapRecorder.receivingSignalNames | string | "packetReceivedFromLower" |
space-separated list of inbound packet signals to subscribe to |
| HD12.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
space-separated list of protocol names as defined in the Protocol class |
| HD12.pcapRecorder.packetFilter | object | "*" |
which packets are considered, matches all packets by default |
| HD12.pcapRecorder.helpers | string | "" |
usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| HD12.pcapRecorder.alwaysFlush | bool | false |
flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| HD12.pcapRecorder.displayStringTextFormat | string | "rec: %n pks" | |
| HD12.interfaceTable.displayAddresses | bool | false |
whether to display IP addresses on links |
| HD12.cb.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| HD12.cb.forwardServiceRegistration | bool | true | |
| HD12.cb.forwardProtocolRegistration | bool | true | |
| HD12.bl.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| HD12.bl.forwardServiceRegistration | bool | true | |
| HD12.bl.forwardProtocolRegistration | bool | true | |
| HD12.li.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| HD12.li.forwardServiceRegistration | bool | true | |
| HD12.li.forwardProtocolRegistration | bool | true | |
| HD12.eth.bitrate | double | ||
| HD12.nl.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| HD12.nl.forwardServiceRegistration | bool | true | |
| HD12.nl.forwardProtocolRegistration | bool | true | |
| HD12.tn.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| HD12.tn.forwardServiceRegistration | bool | true | |
| HD12.tn.forwardProtocolRegistration | bool | true | |
| HD12.at.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| HD12.at.forwardServiceRegistration | bool | true | |
| HD12.at.forwardProtocolRegistration | bool | true | |
| HE11.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| HE11.pcapRecorder.verbose | bool | true |
whether to log packets on the module output |
| HE11.pcapRecorder.pcapFile | string | "" |
the PCAP file to be written |
| HE11.pcapRecorder.fileFormat | string | "pcapng" | |
| HE11.pcapRecorder.snaplen | int | 65535 |
maximum number of bytes to record per packet |
| HE11.pcapRecorder.dumpBadFrames | bool | true |
enable dump of frames with hasBitError |
| HE11.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
space-separated list of sibling module names to listen on |
| HE11.pcapRecorder.sendingSignalNames | string | "packetSentToLower" |
space-separated list of outbound packet signals to subscribe to |
| HE11.pcapRecorder.receivingSignalNames | string | "packetReceivedFromLower" |
space-separated list of inbound packet signals to subscribe to |
| HE11.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
space-separated list of protocol names as defined in the Protocol class |
| HE11.pcapRecorder.packetFilter | object | "*" |
which packets are considered, matches all packets by default |
| HE11.pcapRecorder.helpers | string | "" |
usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| HE11.pcapRecorder.alwaysFlush | bool | false |
flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| HE11.pcapRecorder.displayStringTextFormat | string | "rec: %n pks" | |
| HE11.interfaceTable.displayAddresses | bool | false |
whether to display IP addresses on links |
| HE11.cb.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| HE11.cb.forwardServiceRegistration | bool | true | |
| HE11.cb.forwardProtocolRegistration | bool | true | |
| HE11.bl.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| HE11.bl.forwardServiceRegistration | bool | true | |
| HE11.bl.forwardProtocolRegistration | bool | true | |
| HE11.li.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| HE11.li.forwardServiceRegistration | bool | true | |
| HE11.li.forwardProtocolRegistration | bool | true | |
| HE11.eth.bitrate | double | ||
| HE11.nl.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| HE11.nl.forwardServiceRegistration | bool | true | |
| HE11.nl.forwardProtocolRegistration | bool | true | |
| HE11.tn.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| HE11.tn.forwardServiceRegistration | bool | true | |
| HE11.tn.forwardProtocolRegistration | bool | true | |
| HE11.at.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| HE11.at.forwardServiceRegistration | bool | true | |
| HE11.at.forwardProtocolRegistration | bool | true | |
| HE12.status.initialStatus | string | "UP" |
TODO @signal, @statistic |
| HE12.pcapRecorder.verbose | bool | true |
whether to log packets on the module output |
| HE12.pcapRecorder.pcapFile | string | "" |
the PCAP file to be written |
| HE12.pcapRecorder.fileFormat | string | "pcapng" | |
| HE12.pcapRecorder.snaplen | int | 65535 |
maximum number of bytes to record per packet |
| HE12.pcapRecorder.dumpBadFrames | bool | true |
enable dump of frames with hasBitError |
| HE12.pcapRecorder.moduleNamePatterns | string | "wlan[*] eth[*] ppp[*]" |
space-separated list of sibling module names to listen on |
| HE12.pcapRecorder.sendingSignalNames | string | "packetSentToLower" |
space-separated list of outbound packet signals to subscribe to |
| HE12.pcapRecorder.receivingSignalNames | string | "packetReceivedFromLower" |
space-separated list of inbound packet signals to subscribe to |
| HE12.pcapRecorder.dumpProtocols | string | "ethernetmac ppp ieee80211mac" |
space-separated list of protocol names as defined in the Protocol class |
| HE12.pcapRecorder.packetFilter | object | "*" |
which packets are considered, matches all packets by default |
| HE12.pcapRecorder.helpers | string | "" |
usable PcapRecorder::IHelper helpers for accept packettype and store/convert packet as specified linktype currently available: "inet::AckingMacToEthernetPcapRecorderHelper" |
| HE12.pcapRecorder.alwaysFlush | bool | false |
flush the pcapFile after each write to ensure that all packets are captured in case of a crash |
| HE12.pcapRecorder.displayStringTextFormat | string | "rec: %n pks" | |
| HE12.interfaceTable.displayAddresses | bool | false |
whether to display IP addresses on links |
| HE12.cb.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| HE12.cb.forwardServiceRegistration | bool | true | |
| HE12.cb.forwardProtocolRegistration | bool | true | |
| HE12.bl.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| HE12.bl.forwardServiceRegistration | bool | true | |
| HE12.bl.forwardProtocolRegistration | bool | true | |
| HE12.li.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| HE12.li.forwardServiceRegistration | bool | true | |
| HE12.li.forwardProtocolRegistration | bool | true | |
| HE12.eth.bitrate | double | ||
| HE12.nl.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| HE12.nl.forwardServiceRegistration | bool | true | |
| HE12.nl.forwardProtocolRegistration | bool | true | |
| HE12.tn.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| HE12.tn.forwardServiceRegistration | bool | true | |
| HE12.tn.forwardProtocolRegistration | bool | true | |
| HE12.at.displayStringTextFormat | string | "processed %p pk (%l)" |
determines the text that is written on top of the submodule |
| HE12.at.forwardServiceRegistration | bool | true | |
| HE12.at.forwardProtocolRegistration | bool | true |
Source code
network BgpNetwork { types: channel LINK_100 extends ThruputMeteringChannel { parameters: delay = 50us; datarate = 100Mbps; displayAsTooltip = true; thruputDisplayFormat = "#N"; } submodules: visualizer: IntegratedCanvasVisualizer { parameters: @display("p=100,100;is=s"); } configurator: Ipv4NetworkConfigurator { parameters: @display("p=100,200;is=s"); config = xmldoc("IPv4Config.xml"); addStaticRoutes = false; addDefaultRoutes = false; addSubnetRoutes = false; } A1: BgpRouter { parameters: @display("p=600,80"); gates: pppg[2]; } A2: BgpRouter { parameters: @display("p=450,240"); gates: pppg[2]; } B1: BgpRouter { parameters: @display("p=450,400"); gates: pppg[2]; ethg[1]; } C1: BgpRouter { parameters: @display("p=700,160"); gates: pppg[2]; } C2: BgpRouter { parameters: @display("p=625,320"); gates: pppg[2]; } C3: BgpRouter { parameters: @display("p=900,160"); gates: pppg[2]; } C4: BgpRouter { parameters: @display("p=900,320"); gates: pppg[2]; } D1: BgpRouter { parameters: @display("p=1000,80"); gates: pppg[1]; ethg[1]; } E1: BgpRouter { parameters: @display("p=1000,400"); gates: pppg[1]; ethg[1]; } RA3: OspfRouter { parameters: @display("p=450,80;i=device/router"); gates: pppg[2]; ethg[1]; } RC5: OspfRouter { parameters: @display("p=800,240;i=device/router"); gates: pppg[4]; } PA3: EthernetSwitch { parameters: @display("p=250,80;i=device/switch"); gates: ethg[3]; } PB1: EthernetSwitch { parameters: @display("p=250,400;i=device/switch"); gates: ethg[3]; } PD1: EthernetSwitch { parameters: @display("p=1150,80;i=device/switch"); gates: ethg[3]; } PE1: EthernetSwitch { parameters: @display("p=1150,400;i=device/switch"); gates: ethg[3]; } HA11: StandardHost { parameters: @display("p=175,160;i=device/pc"); gates: ethg[1]; } HA12: StandardHost { parameters: @display("p=325,160;i=device/pc"); gates: ethg[1]; } HB11: StandardHost { parameters: @display("p=325,480;i=device/pc"); gates: ethg[1]; } HB12: StandardHost { parameters: @display("p=175,480;i=device/pc"); gates: ethg[1]; } HD11: StandardHost { parameters: @display("p=1075,160;i=device/pc"); gates: ethg[1]; } HD12: StandardHost { parameters: @display("p=1225,160;i=device/pc"); gates: ethg[1]; } HE11: StandardHost { parameters: @display("p=1075,480;i=device/pc"); gates: ethg[1]; } HE12: StandardHost { parameters: @display("p=1225,480;i=device/pc"); gates: ethg[1]; } connections: //LAN RA3 HA11.ethg[0] <--> LINK_100 <--> PA3.ethg[0]; HA12.ethg[0] <--> LINK_100 <--> PA3.ethg[1]; PA3.ethg[2] <--> LINK_100 <--> RA3.ethg[0]; //LAN B1 HB11.ethg[0] <--> LINK_100 <--> PB1.ethg[0]; HB12.ethg[0] <--> LINK_100 <--> PB1.ethg[1]; PB1.ethg[2] <--> LINK_100 <--> B1.ethg[0]; //LAN D1 HD11.ethg[0] <--> LINK_100 <--> PD1.ethg[0]; HD12.ethg[0] <--> LINK_100 <--> PD1.ethg[1]; PD1.ethg[2] <--> LINK_100 <--> D1.ethg[0]; //LAN E1 HE11.ethg[0] <--> LINK_100 <--> PE1.ethg[0]; HE12.ethg[0] <--> LINK_100 <--> PE1.ethg[1]; PE1.ethg[2] <--> LINK_100 <--> E1.ethg[0]; //OSPF A RA3.pppg[0] <--> LINK_100 <--> A1.pppg[1]; RA3.pppg[1] <--> LINK_100 <--> A2.pppg[1]; //OSPF C RC5.pppg[0] <--> LINK_100 <--> C1.pppg[1]; RC5.pppg[1] <--> LINK_100 <--> C2.pppg[1]; RC5.pppg[2] <--> LINK_100 <--> C3.pppg[1]; RC5.pppg[3] <--> LINK_100 <--> C4.pppg[1]; //BGP A1.pppg[0] <--> LINK_100 <--> C1.pppg[0]; A2.pppg[0] <--> LINK_100 <--> B1.pppg[0]; B1.pppg[1] <--> LINK_100 <--> C2.pppg[0]; C3.pppg[0] <--> LINK_100 <--> D1.pppg[0]; C4.pppg[0] <--> LINK_100 <--> E1.pppg[0]; }File: examples/bgpv4/BgpCompleteTest/Network.ned