GNS3 模拟Arp命令1
R1 :
conf t
int f0/0
no shutdown
ip add 192.168.1.1 255.255.255.0
end
R2:
conf t
int f0/0
no shutdown
ip add 192.168.1.254 255.255.255.0
end
配置完成后ping 192.168.2.1
R1 :
conf t
int f0/0
no shutdown
ip add 192.168.1.1 255.255.255.0
end
R2:
conf t
int f0/0
no shutdown
ip add 192.168.1.254 255.255.255.0
end
配置完成后ping 192.168.2.1