如何用arp命令添加一项静态ARP缓存

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了如何用arp命令添加一项静态ARP缓存相关的知识,希望对你有一定的参考价值。

参考技术A 你好,
你的需求是定时清空,思科有条命令是手工设置动态arp条目的存活时间。
思科从端口学到arp条目后,存在一定的默认保存时间(具体多少不知道),但是我们可以手动指定,由此达到定时删除动态arp条目的目的。
手工设定arp条目在cisco路由器arp列表中的保存时间配置如下:
应用于端口:
cisco-3845-a#config
t
enter
configuration
commands,
one
per
line.
end
with
cntl/z.
cisco-3845-a(config)#interface
gigabitethernet
0/0
cisco-3845-a(config-if)#arp
timeout
?
<0-2147483>
seconds
cisco-3845-a(config-if)#arp
timeout
1200
//设置来自该接口的arp信息在路由器arp列表中保存周期为20分钟
应用于vlan:
cisco-3845-a#config
t
enter
configuration
commands,
one
per
line.
end
with
cntl/z.
cisco-3845-a(config)#int
vlan
6
cisco-3845-a(config-if)#arp
timeout
?
<0-2147483>
seconds
cisco-3845-a(config-if)#arp
timeout
1200
//设置来自该vlan的arp信息在路由器arp列表中保存时间为20分钟
请注意,此命令不是定时清空,而是针对每一个学到的arp条目设置其存活时间。若需定时清空,可以靠定时运行脚本文件来执行。
以上
供参考,有问题m我。
三层交换机一样的:
3550b#config
t
enter
configuration
commands,
one
per
line.
end
with
cntl/z.
3550b(config)#int
vlan
4
//vlan设置
3550b(config-if)#arp
timeout
?
<0-2147483>
seconds
3550b(config)#int
g0/11
//端口设置
3550b(config-if)#arp
timeout
?
<0-2147483>
seconds

以上是关于如何用arp命令添加一项静态ARP缓存的主要内容,如果未能解决你的问题,请参考以下文章

弱弱的问下linux如何清理arp缓存

网络层协议

ARP项添加失败:请求的操作需要提升 && ARP项添加失败:拒绝访问

Linux 命令(199)—— arp 命令

什么是静态ARP规则?

Linux如何清理ARP缓存?