码迷,mamicode.com
首页 > 其他好文 > 详细

华为s5700交换机代理ARP功能配置

时间:2015-01-19 00:26:04      阅读:991      评论:0      收藏:0      [点我收藏+]

标签:华为交换机   arp代理   s5700   

拓扑图如下

技术分享
技术分享

配置如下:


#

sysname Huawei

#

undo info-center enable

#

vlan batch 10 20

#

interface Vlanif1

#

interface Vlanif10

 ip address 10.0.1.1 255.255.255.0 

 arp-proxy enable #开启arp代理

#

interface Vlanif20

 ip address 10.0.2.1 255.255.255.0 

 arp-proxy enable #开启arp代理

#

interface MEth0/0/1

#

interface GigabitEthernet0/0/1

 port link-type access

 port default vlan 10

#

interface GigabitEthernet0/0/2

 port link-type access

 port default vlan 20

#

interface NULL0

#

user-interface con 0

user-interface vty 0 4

#

return


本文出自 “笑尔编个核\壳?” 博客,请务必保留此出处http://webjin.blog.51cto.com/722625/1605363

华为s5700交换机代理ARP功能配置

标签:华为交换机   arp代理   s5700   

原文地址:http://webjin.blog.51cto.com/722625/1605363

(1)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!