local-proxy-arp enable命令用来开启本地代理ARP功能。
【定义及作用】 本地代理ARP,以网关自身的MAC回应本网段的IP地址的ARP请求,用于二层端口隔离时,同一网段的客户之间能够通信。 参考配置 int vlanif 4000 local-proxy-arp enable
交换机配置中的local-proxy-arp是什么意思? Proxy-ARP---代理ARP,以网关自身的MAC回应客户端对不同网段IP地址的ARP请求,用于客户机网关设置为其它网段IP或自身IP时,能与其它网段通信。 Local-Proxy-ARP---本地代理ARP,以网关自身的MAC回应本网段的IP地址的ARP请求,用于二层端口隔离时,同一网段的客户之间能够通信。
本地代理ARP,以网关自身的MAC回应本网段的IP地址的ARP请求,用于二层端口隔离时,同一网段的客户之间能够通信。 【实验拓扑】 【实验要求】 当在R1上过滤了R6的MAC地址时,R1也能够ping通R6 【配置方法】 R1&R6 no ip routing R4 int E0/0 ip proxy-arp ip local-proxy-arp 【实验验证】 R4#clear arp-cache...
Local-Proxy-ARP Proxy-ARP,代理ARP,以网关自身的MAC回应客户端对不同网段IP地址的ARP请求,用于客户机网关设置为其它网段IP或自身IP时,能与其它网段通信。 Local-Proxy-ARP,本地代理ARP,以网关自身的MAC回应本网段的IP地址的ARP请求,用于二层端口隔离时,同一网段的客户之间能够通信。
本地代理ARP(Local Proxy ARP ) 【定义及作用】 本地代理ARP,以网关自身的MAC回应本网段的IP地址的ARP请求,用于二层端口隔离时,同一网段的客户之间能够通信。 【实验拓扑】 【实验要求】 当在R1上过滤了R6的MAC地址时,R1也能够ping通R6 【配置方法】
Proxy-ARP,代理ARP,以网关自身的MAC回应客户端对不同网段IP地址的ARP请求,用于客户机网关设置为其它网段IP或自身IP时,能与其它网段通信。Local-Proxy-ARP,本地代理ARP,以网关自身的MAC回应本网段的IP地址的ARP请求,用于二层端口隔离时,同一网段的客户之间能够通信。
you have to break it at layer 2. you can use local proxy-arp in a multi-tenant environment when other tenants share the same subnet. you break the l2 interconnectivity by using private vlans. so then if you want to have some controlled interaction then you enable local proxy arp and con...
you have to break it at layer 2. you can use local proxy-arp in a multi-tenant environment when other tenants share the same subnet. you break the l2 interconnectivity by using private vlans. so then if you want to have some controlled interaction then you enable local proxy arp and con...
Jon Langemak January 13, 2013 3 Comments on ip local-proxy-arp Recently, while trying to enable proxy arp on an interface, I noticed the presence of the sub interface command ‘ip local-proxy-arp’. I was a little puzzled and the googling I did didn’t help me get a better ...