R1#write memory
Warning: Attempting to overwrite an NVRAM configuration previously written
by a different version of the system image.
Overwrite the previous NVRAM configuration?[confirm]
Building configuration...
[OK]
R1#
R2#write memory
Warning: Attempting to overwrite an NVRAM configuration previously written
by a different version of the system image.
Overwrite the previous NVRAM configuration?[confirm]
Building configuration...
[OK]
R2#
PC1> ip 192.168.1.100/24 192.168.1.1
Checking for duplicate address...
PC1 : 192.168.1.100 255.255.255.0 gateway 192.168.1.1
PC1> show ip
NAME : PC1[1]
IP/MASK : 192.168.1.100/24
GATEWAY : 192.168.1.1
DNS :
MAC : 00:50:79:66:68:00
LPORT : 20018
RHOST:PORT : 127.0.0.1:20019
MTU : 1500
PC1> save
Saving startup configuration to startup.vpc
. done
PC1>
PC2> ip 192.168.2.100/24 192.168.2.1
Checking for duplicate address...
PC2 : 192.168.2.100 255.255.255.0 gateway 192.168.2.1
PC2> show ip
NAME : PC2[1]
IP/MASK : 192.168.2.100/24
GATEWAY : 192.168.2.1
DNS :
MAC : 00:50:79:66:68:01
LPORT : 20020
RHOST:PORT : 127.0.0.1:20021
MTU : 1500
PC2> save
Saving startup configuration to startup.vpc
. done
PC2>
PC1> ping 192.168.1.1
84 bytes from 192.168.1.1 icmp_seq=1 ttl=255 time=90.594 ms
84 bytes from 192.168.1.1 icmp_seq=2 ttl=255 time=11.411 ms
84 bytes from 192.168.1.1 icmp_seq=3 ttl=255 time=5.201 ms
84 bytes from 192.168.1.1 icmp_seq=4 ttl=255 time=2.508 ms
^C
PC1>
PC2> ping 192.168.2.1
84 bytes from 192.168.2.1 icmp_seq=1 ttl=255 time=40.780 ms
84 bytes from 192.168.2.1 icmp_seq=2 ttl=255 time=4.590 ms
84 bytes from 192.168.2.1 icmp_seq=3 ttl=255 time=4.257 ms
84 bytes from 192.168.2.1 icmp_seq=4 ttl=255 time=4.844 ms
^C
PC2>
R1#ping 10.0.0.2
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 10.0.0.2, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 12/15/20 ms
R1#
R2#ping 10.0.0.1
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 10.0.0.1, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 4/16/20 ms
R2#
PC1> ping 192.168.2.100
84 bytes from 192.168.2.100 icmp_seq=1 ttl=62 time=49.785 ms
84 bytes from 192.168.2.100 icmp_seq=2 ttl=62 time=41.745 ms
84 bytes from 192.168.2.100 icmp_seq=3 ttl=62 time=23.887 ms
84 bytes from 192.168.2.100 icmp_seq=4 ttl=62 time=32.575 ms
^C
PC1>