华为华三思科 配置arp IP地址和mac地址绑定

华为:
sys   用户模式进入配置模式
[huawei] arp static  x.x.x.x 0000-0000-0000   配置IP地址与MAC地址绑定
[huawei] undo arp static x.x.x.x 0000-0000-0000  删除IP地址和mac地址绑定
save  ------>确认配置正确,保存配置

华三:
sys   用户模式进入配置模式
[h3c] arp static  x.x.x.x 0000-0000-0000   配置IP地址与MAC地址绑定
[h3c] undo arp static x.x.x.x 0000-0000-0000  删除IP地址和mac地址绑定
save  ------>确认配置正确,保存配置

思科:
>enable
#configure terminal
(config)# 配置IP 地址和MAC 地址的绑定关系
(config)# arp x.x.x.x 00-00-00-00-00-00 arpa       配置IP地址与mac地址绑定
(config)# no arp  x.x.x.x 00-00-00-00-00-00       删除IP地址和mac地址绑定
(config)#end
#write      ------>确认配置正确,保存配置

你可能感兴趣的:(交换机,华三,思科,mac,华为,h3c,思科)