![]() ![]() ![]() |
You can add devices to an existing network either by drag and drop of devices from the device tree or by adding multiple devices of same type or different types using wizard. Each device in the network will have a unique name, unique ipaddress and port number and unique mac address. The unique device name will be updated as the sysName, unique IPv4 or IPv6 address assigned to the devices will be updated in ipAddrTable for IPv4 addresses and ipv6AddrTable for IPv6 addresses and the unique mac address of the device will be updated in the ifTable for IPv4 address or ipv6IfTable for Ipv6 address.
Drag and Drop a Device to the Network
You can drag and drop devices from the device tree, into a blank network or to an existing network.
To drag and drop devices into the network
Select a device from the Device Tree and drag and drop it into the network area. The default device properties like device type, device name, ip address and port number will be displayed in the General Tab.
Device Type: The selected device in the device tree will be added to the network.
Device Name: This field is not editable. The device name will be displayed as its unique name. The files and folders which contain the device configuration will be generated with this unique name. The unique name will be updated as the sysName in the system group of RFC1213-MIB for SNMP devices.
Address Type: The type of IP address either IPv4 or IPv6.
IP Address : The devices in the network are uniquely identified by the IPv4/IPv6 address and Port number combination. Specify the device IPv4 or IPv6 address according to the type selected as above. The IPv4 address assigned to the devices will be updated in ipAddrTable of RFC1213-MIB and IPv6 addresses assigned to the devices will be updated in ipv6AddrTable of ipv6MIB for SNMP devices.
Total Devices: Specify the total number of copies of selected device will be added to the network.
Port Number : The port number will be enabled for the protocols supported by the device. For example, if the device implements SNMP and TFTP, the default port numbers of these protocols will be displayed. Specify the port number at which the device will get started for the protocols supported.
If the device supports SNMP, the SNMP Tab is enabled. Selecting this tab displays the following information.
Read Community: The default SNMP read community is public. You can specify any other read community name for the device.
Write Community: The default SNMP write community is public. You can specify any other write community name for the device.
If the device supports CLI, the CLI Tab is enabled. Selecting this tab displays the following information.
User name : Specify the new user name to login to the IOS simulation. The default user name is user.
Password : Specify the new password to login to the IOS simulation. The default password is password.
Exec Mode password: Specify the new password to get into exec mode. The default password is test.
If the device supports TFTP, the TFTP Tab is enabled. Selecting this tab displays the following information.
Execute script on download : You can configure Jython script files to be executed when a file is downloaded from the TFTP server. This facility can be used to inform the manager about a file transfer, by way of sending traps etc. To configure scripts, browse and select the script (.py file). This script file will be copied in ./networks/<networkname>/tftp/<templatedevicename> directory in the name TftpDownloadScript.py. The script will be executed whenever a file is downloaded from the TFTP server in the simulator.
Execute script on upload: You can configure Jython script files to be executed whenever a file is uploaded to the TFTP server. This facility can be used to inform the manager about a file transfer, by way of sending traps etc. To configure scripts, browse and select the script (.py file). This script file will be copied in ./networks/<networkname>/tftp/<templatedevicename> directory in the name TftpUploadScript.py. The script will be executed whenever a file is uploaded to the TFTP server in the simulator.
Root directory : Configure the TFTP root directory of the device. The TFTP file transfers will be with respect to this root directory.
If the device supports Telnet, the Telnet Tab is enabled. Selecting this tab displays the following information.
User name : Specify the new user name to login to Telnet. The default user name is root.
Password : Specify the new password to login to Telnet. The default password is public.
Click Add to add the device to the network area. The network area displays the device icon with its IP address and the protocol supported in the devices.
|
Note:
|
Adding Multiple Devices of Same Type
You can add multiple devices of the same type using the Network Design Wizard. This wizard can be invoked either while creating a new network or to add multiple devices to an existing network.
To add multiple devices of same type, select the option Tools -> Network Design Wizard from the menu bar. This will invoke the Network Design wizard. For more information on IPv4 address devices, refer to the topic Creating a Network with Same Device Type and for IPv6 address devices refer to the topic Creating a IPv6 network with Same Device Type.
Adding Multiple Devices of Different Type
You can add multiple devices of different type using the Network Design Wizard. This wizard can be invoked either while creating a new network or to add multiple devices to an existing network.
To add multiple devices to an existing network, select the option Tools -> Random Device Addition from the menu bar. This will invoke the Network Design wizard. For more information on IPv4 address devices, refer to the topic Creating a Network with Multiple Device Types and for IPv6 address devices refer to the topic Creating a IPv6 network with Multiple Device Types.
![]() ![]() ![]() |