Install Dynamips in Linux

Source: Internet
Author: User
Install Dynamips in Linux-Linux Enterprise Application-Linux server application information. For more information, see. We have been running the dynamips batch file in the win environment to complete related cisco experiments. Due to machine performance problems, dynagen's. net method cannot be used for simulation experiments.

Later, after ubuntu was installed, the system started running the dynagen experiment in linux. In character mode, the effect is much better than in windows!

The installation steps in linux are listed as follows.

Prepare three software:
Dynamaips-simulation core
Dynagen-Analog Front End
Libpcap-equivalent to winpcap in win

Considering version updates, you cannot download them here.

Download the software as needed.

Step 1: Install libpcap

Tar-zxvf libpcap-0.9.5.tar.gz

./Configure

Make

Make install

2. Copy "/root/dynamips-0.2.7-RC1-x86.bin" to "/usr/local/bin /"

Cp dynamips-0.2.7-RC1-x86.bin/usr/local/bin

Ln-s dynamips-0.2.7-RC1-x86.bin dynamips

3. Decompress dynagen-0.9.0.tar.gz

Tar-zxvf dynagen-0.9.0.tar.gz

Cd/usr/local/bin/

Ln-s/root/dynagen-0.9.0/dynagen

Now, use a net file to start dynamips. You can build a folder "dynamips" so that you can put all the "dynamips, IOS, net" in it.

After completing the above work, you can go to your dynagen directory to modify the corresponding experiment environment configuration file (. net ).
Add the # In front of windows, remove the # In front of linux, and set the IOS path to your IOS location. Then you can start dynagen. The startup command is as follows:

Nice dynamips-H 7200/dynamips-H 7200 &

Connect to the console:

Dynagen/root/dynamips/xxx.net (XXX represents your experiment configuration file)

The following content should be all written. get the idle value first.
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.