华为:
<huawei> 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地址绑定
<huawei>save ------>确认配置正确,保存配置
华三:
<h3c> 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地址绑定
<h3c>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 ------>确认配置正确,保存配置