:orphan: .. **************************************************************************** .. CUI .. .. The Advanced Framework for Simulation, Integration, and Modeling (AFSIM) .. .. The use, dissemination or disclosure of data in this file is subject to .. limitation or restriction. See accompanying README and LICENSE for details. .. **************************************************************************** .. _network: network ------- see :ref:`Predefined_Network_Types` Script Class :class:`WsfNetwork` .. command:: network :block: .. parsed-literal:: network network_address_ ... end_network Overview ======== The network command defines a user-specified network in the AFSIM communications environment. Networks are auto-generated by comm definitions in AFSIM, unless explicitly instantiated in the scenario input by using this command. All networks defined by the network command are instantiated and available for assignment of comms to these networks by using the network name, or an address if one was provided for the network. Networks not provided a specific address will be given a dynamically assigned address with CIDR value of 24 for 254 assignable comms objects. .. _network.Commands: Commands ======== .. command:: network_address
If specified, assigns the network to the provided address. The number of assignable objects to this address will also be defined by the address CIDR value. The address provided for this network must not collide with any other network or reserved addresses.