1、实验拓扑:
2.1-R1有默认网关:出接口 Proxy-ARP
2、命令部署:
R1(config)#ip route 0.0.0.0 0.0.0.0 f0/0 其余配置和Normal-ARP一样

3、验证:
(1)命令部署:
R2#debug arp
ARP packet debugging is on
R1#ping 3.3.3.3
(2)抓包验证:
R2#
Mar 1 00:02:48.191: IP ARP: rcvd req src 12.1.1.1 c001.1858.0000, dst 3.3.3.3 FastEthernet0/0
Mar 1 00:02:48.195: IP ARP: creating entry for IP address: 12.1.1.1, hw: c001.1858.0000
*Mar 1 00:02:48.195: IP ARP: sent rep src 3.3.3.3 c002.3430.0000,
dst 12.1.1.1 c001.1858.0000 FastEthernet0/0

R1#show arp
Protocol Address Age (min) Hardware Addr Type Interface
Internet 3.3.3.3 2 c002.3430.0000 ARPA FastEthernet0/0
Internet 12.1.1.1 - c001.1858.0000 ARPA FastEthernet0/0
2.1-R1有默认网关:出接口 Proxy-ARP

2.1-R1有默认网关:出接口 Proxy-ARP

转载于:https://blog.51cto.com/13856092/2137453

相关文章:

  • 2021-10-21
  • 2022-01-23
  • 2021-12-15
  • 2021-11-27
  • 2022-12-23
  • 2022-12-23
  • 2022-03-09
猜你喜欢
  • 2021-10-12
  • 2021-05-12
  • 2021-09-01
  • 2022-03-09
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案