Starting and Stopping Network Devices/Agents

 

 



Overview

 

The Network Simulator provides option to start and stop individual agents in the network from the UI or from a script file at runtime. You can also change the interface status of the device.

 

The Network Simulator provides the facility to dynamically configure IP addresses when starting each agent instance in the network. This facility is supported in Windows NT, 2000, XP and Linux/Solaris OS, when the system is started with Admin user access. Refer to Configuring Virtual IP Address, for more information.

 

Starting Agents in the Network - From UI

 

The Network Designer provides options to start individual/multiple/all agents in the network with specific protocols or all the supported protocols.

 

1. To start a device/agent with all the protocols supported by the device:

2. To start a specific protocol in the device:

3. To start all the agents in the network will all the protocols supported:

4. To start all devices in the network with the specified protocol:

5. To start multiple devices in the network:  

Start Agents From Script file

 

To start individual/multiple SNMP and TL1 agent in the network from the script file, the method startAgent( )  in the script interface can be used in the script file.

 

The Script API methods are provided under the <SimulatorHome>/examples/javadocs directory.

For an SNMP device, the agent will be started at the specified SNMP port .  For a TL1 device, the agent will be started at the specified TL1 port . If the device implements both SNMP and TL1, the agent will be started at the specified SNMP and TL1 ports.

 

Stopping Agents From UI

 

The Network Designer provides options to stop individual/multiple/all agents in the network with specific protocols or all the supported protocols.

 

 

1. To stop a device with all the protocols supported by the device:

2. To stop a specific protocol in the device:

3. To stop all the agents in the Network

4. To stop all devices in the network with the specified protocol

5. To stop multiple devices in the network

Stopping Agents/DevicesFrom Script file

 

To stop individual SNMP and TL1 agent in the network from the script file, the method stopAgent( )  in the Sscript interface can be used in the script file.

 

The Script API methods are provided under the <simulatorhome>/examples/javadocs directory.



Copyright © 1996-2006, AdventNet Inc. All Rights Reserved.