怎么查看和修改cisco路由器的arp表刷新间隔?

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了怎么查看和修改cisco路由器的arp表刷新间隔?相关的知识,希望对你有一定的参考价值。

参考技术A 你可以通过这个命令来查看arp缓存时间#sh
int
f0/0
有这样一行,默认时间是4个小时ARP
type:
ARPA,
ARP
Timeout
04:00:00修改方法:r(config)#int
f0/0(config-if)#arp
?arpaStandard
arp
protocolauthorizedOnly
allow
internal
authorized
ARP
entryframe-relayEnable
ARP
for
a
frame
relay
interfacelogARP
log
serviceprobeSet
ARP
probe
parameterssnapIEEE
802.3
style
arptimeoutSet
ARP
cache
timeout(config-if)#arp
timeout
?Seconds就用这个命令修改另外我其他的命令也给你?出来了,你可以根据你的需要来看需要什么有问题我们在交流
麻烦采纳,谢谢!
参考技术B 你可以通过这个命令来查看arp缓存时间
#sh
int
f0/0
有这样一行,默认时间是4个小时
arp
type:
arpa,
arp
timeout
04:00:00
修改方法:
r(config)#int
f0/0
(config-if)#arp
?
arpa
standard
arp
protocol
authorized
only
allow
internal
authorized
arp
entry
frame-relay
enable
arp
for
a
frame
relay
interface
log
arp
log
service
probe
set
arp
probe
parameters
snap
ieee
802.3
style
arp
timeout
set
arp
cache
timeout
(config-if)#arp
timeout
?
<0-2147483>
seconds
就用这个命令修改

如何用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

以上是关于怎么查看和修改cisco路由器的arp表刷新间隔?的主要内容,如果未能解决你的问题,请参考以下文章

网技命令

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

Cisco路由器密码设置命令

cisco应用

路由器简单配置-

一次arp防护配置错误导致的故障