Configuring proxy ARP
Procedure
- Switch to configuration context with the command
config
. - Switch to an interface with the command
interface
, or to an interface VLAN with the commandinterface vlan
, or to a LAG with the command接口延迟
. - Enable local proxy ARP with the command
ip proxy-arp
.
Examples
On the 6400 Switch Series, interface identification differs.
这个示例配置代理地址转换协议interface1/1/2
switch#configswitch(config)#interface 1/1/2switch(config)#routingswitch(config-if)#ip proxy-arp.
这个示例配置代理地址转换协议interface VLAN30.
switch#configswitch(config)#interface vlan 30switch(config-vlan-30)#ip proxy-arp