Tutorials for using Cisco SDM under GNS3

Source: Internet
Author: User
Tags http authentication

Installation steps:

1.First install the Jre-6u17-windows-i586se ( latest version )

Click Install until the installation is complete.

?

2, install SDM2.5 Chinese version sdm-v25 :

The Welcome to Setup Wizard appears and click Next:

After selecting "I accept the terms in the License Agreement", click Next:

Here you can choose to install on this computer, on the router, and between the two. We chose to install on "This computer", so as not to occupy the memory, click Next:

Select the destination location for the installation and click Next:

Click Install, the installation progress will appear until the following appears:

Click Finish to install successfully.

3. Click Start ---- Control Panel --- Add hardware -- point is, I have connected the computer, click Next, point to install me from the list manually select, click Next, select Network adapter, click Next , select MICROSOFT Select
Next, until it's done!

4, right click on the Network Neighborhood ---- Select Properties -- set the IP of the virtual network as

5, open GNS3, topology diagram is:

After adding the router to the appropriate module, start the router and connect the C1 and R1 together.

Where C1 is configured as: first found in the list above:MS LoopBack Driver ... Click Add.

where Ethernet NIO is a newly configured virtual network card! OK, finish closing.

6. The routing configuration is:

router>en

router#conf t // go to global configuration mode

Enter configuration commands, one per line. End with cntl/z.

Router (config) #interface fastethernet 0/0 // Enter f0/0 interface

Router (config-if) #ip address. 2 255.255.255.0 // Configure IP for f0/0 interface

Router (config-if) #no shut // Enable ports

Router (config-if) #exit

Router (config) #

Router#ping. 2

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to. 2, timeout is 2 seconds:

!!!!!

Success rate is percent (5/5), round-trip Min/avg/max = ms

router#

Ping just set up the virtual network card IP, if the ping does not make the following configuration is meaningless, from the results shown above can be seen through the two, and then do the following configuration.

Router#conf T

Enter configuration commands, one per line. End with cntl/z.

Router (config) #ip http server // allow http login

# IP http secure-server// allow login with HTTPS

Router (config) #ip HTTP authentication local // Specify only local authentication

Router (config) #ip http timeout-policy idle life 86400 requests 10000

//idle http Connection time-out (no action is automatically disconnected within ten minutes )

//life 86400 http Maximum connection time (max. hours)

//requests 10000 http Maximum number of concurrent connections allowed

Router (config) #username Haihua privilege secret Cisco // set user name, permissions, encryption password

//#username Haihua privilege password Cisco plaintext password

Router (config) #exit

router#

Router (config) #line vty 0 4 // account login telnet

Router (config-line) #login local // Specify telnet login to use password Authentication locally

Router (config-line) #transport input all // allows you to log in using various methods

//#transport intpu telnet ssh//Specify login using the C7>ssh Way

Router (Config-line) #exit

Router (config) #exit

router#

7. Start the Cisco SDM input IP

After determining the following appears:

Enter the newly built username and password and click OK.

Verify the user name and password, and re-enter the newly built user name and password.

Note: If the code appears, just do the following settings!

The current configuration of the router is being loaded.


Loading is complete, as shown, you can do all the necessary configuration work.



From for notes (Wiz)

Tutorials for using Cisco SDM under GNS3

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.