TOP
|
Simulation Toolkit 6.可添加新的路由器类型 |
[ 录入者:admin | 时间:2007-10-28 00:26:37
| 作者: | 来源:
| 浏览:591次 ] |
Simulation Toolkit 6.可添加新的路由器类型 搜索
Simulation Toolkit 6.可添加新的路由器类型Creating the IOS Simulation
The following devices in the device tree supports IOS commands and CLI protocol support.
Router : Cisco 3600, Cisco 7600
- Switch : Cisco 3750
The following Router/Switch devices will be available in the device library PPM that can be downloaded from the website. To download and add the following devices to the device tree, refer the topic, Adding Devices from PPM.
Routers : Cisco1700, Cisco12000
- Switches : Cisco2950Switch, Cisco6500Switch
1. Create a new network using the template devices in the device tree. To create a new network, refer to Network Simulator Guide -> Creating a New Network.
2. Right-click on the router/switch device in the network area and select the option CLI -> Start Agent. This will automatically start the CLI agent with the given IPAddress and at default port 2323.
Logging into IOS Devices
1. To establish a telnet connection with the agent, go to command prompt and type: c:\> telnet <ip address> <port number>. This prompts you to enter the user name as shown below:
----------------------------------------- AdventNet IOS Simulator 1996-2006 AdventNet SimulationToolKit AdventNet Inc.All Rights Reserved. http://www.adventnet.com ----------------------------------------- Login :
| 2. To log in to IOS device, the default user name is user and password is password. Specify the default user name and password or the configured user name and password using deviceInfo dialog or BulkModification dialog.
----------------------------------------- AdventNet IOS Simulator 1996-2006 AdventNet SimulationToolKit AdventNet Inc.All Rights Reserved. http://www.adventnet.com ----------------------------------------- Login :user Password :******** Cisco1700>
| This is called User Exec Mode. The prompt Cisco1700> displays the name of the device started. Type ? to list the commands that can be executed in this mode.
3. To set up Passwords for your Router you need to first enter what is called:
Privileged Exec Mode. To enter Privileged Exec Mode type in the word enable at the prompt.
4. Specify the password. The default password is test. This changes the prompt from Cisco1700> to Cisco1700# , as shown below:
Login :user Password :******** Cisco1700>enable Password :**** Cisco17000#
| The # means that you have entered Privileged Exec Mode, also called "Enable Mode" for short. If you want to go back to being a plain User, just type disable . Type ? to list the commands that can be executed in this mode.
5. To get from Enable Mode to Configuration Mode, type the word configure terminal as shown below:
Cisco17000#configure terminal
| 6. The prompt will appear as shown below, which means that you are in the Router (Configure) mode. Now and only now can you start the process of configuring the router. Configure is a Global Command. Type ? to list the commands that can be executed in this mode.
For example, you can configure your own hostname by specifying the following command. Note that the prompt changes to Router(config)#
Cisco17000(config)#hostname Router Router(config)#
| 7. To get from Configuration Mode to configif mode (interface mode), type the word interface as shown below, specify the interface name and number.
Router(config)#interface ethernet 0
| 8. The prompt will appear as shown below, which means that you are in the Router (config-if) mode. Now you can start the process of configuring the router interface commands. Type ? to list the commands that can be executed in this mode, as shown below. Type exit to go back to the previous mode.
Router(config-if)#?
Configure Interface Commands : cdp To enable CDP exit To Exit from this mode help ip To configure IP MTU value no To disable CDP
Router(config-if)#
Adding devices from the device library PPM
--------------------------------------------------------------------------------
The following pre-configured devices will be available in the device library PPM. This PPM can be installed on the Simulation Toolkit 6 version only.
Routers : Cisco1700, Cisco12000
Switches : Cisco2950Switch, Cisco6500Switch
To download and apply the PPM, please refer the steps given below:
1. Download the device library ppm file.
2. Invoke the UpdateManager.bat/sh file in the <SimulatorHome>/bin directory or click the menu Options --> Update Manager or click the Update Manager icon from the Launcher tool bar.
3. Click Browse button and select the Service Pack file (.ppm) to be installed. When the Service Pack is selected, the Update Manager enables the Install and Readme buttons.
4. Install the Service Pack by clicking the "Install" button. This installs the devices in the Device Tree of Network Designer main GUI. The device configuration files and mysql data will be updated in <SimulatorHome>/devices/db directory and <SimulatorHome>/mysql/data/devicedb directory.
Note:
1. While applying the PPM, if a device with the same name is already present in the device tree, it will be overwritten.
2. The PPM can be uninstalled using the "uninstall" option in the update manager. In this case, all the devices that were added through the PPM, will be deleted and removed from the device tree.
通过去官方下载PPM你 可以支持新的路由器和交换机种类 大家看到了吧 | |
|
|
|