(I) install gns3
If the installation process prompts that winpacp has been installed, select "cancel"
(Ii) Configure basic gns3 Parameters
Select Step 1
General:
Configure two locations
① Path for storing the Topology
② Store temporary files
Dynamips:
① This is an important component for iOS simulation. It must be associated with the gns3 installation directory.
② Directory for storing temporary files
③ Then perform the test:
Capture:
Temporary directory for storing captured files
Qemu:
Store the PIX temporary file
Then test
Select Step 2
Here I use 3640 IOS
The idle PC value does not exist by default. It is available only after calculation.
Next, calculate the idle value.
R1>enR1#conf tEnter configuration commands, one per line. End with CNTL/Z.R1(config)#int f0/0R1(config-if)#ip add 12.12.12.1 255.255.255.0R1(config-if)#no shR1(config-if)#endR1#
The idle can be directly used once after calculation.
(Iii) test:
R1>enR1#conf tEnter configuration commands, one per line. End with CNTL/Z.R1(config)#int f0/0R1(config-if)#ip add 192.168.1.110 255.255.255.0R1(config-if)#no shR1(config-if)#endR1#*Mar 1 00:10:07.191: %SYS-5-CONFIG_I: Configured from console by consoleR1#*Mar 1 00:10:07.859: %LINK-3-UPDOWN: Interface FastEthernet0/0, changed state to up*Mar 1 00:10:08.859: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to upR1#ping 192.168.1.111Type escape sequence to abort.Sending 5, 100-byte ICMP Echos to 192.168.1.111, timeout is 2 seconds:!!!!!Success rate is 100 percent (5/5), round-trip min/avg/max = 16/65/124 msR2>enR2#conf tEnter configuration commands, one per line. End with CNTL/Z.R2(config)#int f0/0R2(config-if)#ip add 192.168.1.111 255.255.255.0R2(config-if)#no shR2(config-if)#endR2#*Mar 1 00:10:48.759: %SYS-5-CONFIG_I: Configured from console by consoleR2#*Mar 1 00:10:48.979: %LINK-3-UPDOWN: Interface FastEthernet0/0, changed state to up*Mar 1 00:10:49.979: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to upR2#R2#ping 192.168.1.110Type escape sequence to abort.Sending 5, 100-byte ICMP Echos to 192.168.1.110, timeout is 2 seconds:.!!!!Success rate is 80 percent (4/5), round-trip min/avg/max = 20/53/88 ms