静态ARP配置
静态ARP以及proxy(代理)ARP的配置方法
R1配置

arp static 192.168.1.1 //静态ARP绑定ip地址以及mac地址
arp static 192.168.1.2 //静态ARP绑定ip地址以及mac地址
静态ARP以及proxy(代理)ARP的配置方法

Proxy ARP配置

interface vlan10 //进入vlan10
arp-proxt enable //开启ARP代理功能
interface vlan20 //进入vlan20
arp-proxt enable //开启ARP代理功能
静态ARP以及proxy(代理)ARP的配置方法

配置完成

相关文章:

  • 2021-10-05
  • 2021-07-28
  • 2021-10-03
  • 2021-08-19
  • 2021-11-04
  • 2021-08-27
  • 2021-05-12
  • 2022-12-23
猜你喜欢
  • 2021-10-21
  • 2022-01-23
  • 2022-12-23
  • 2021-08-16
  • 2022-01-21
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案