1-????????????Proxy-ARP

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了1-????????????Proxy-ARP相关的知识,希望对你有一定的参考价值。

?????????add   cto   1.3   ????????????   com   5.0   1.4   ges   ??????   

?????????????????????
??????????????????
?????????????????????
R1(config)#int f0/0
R1(config-if)#no shutdown
R1(config)#ip route 200.1.1.0 255.255.255.0 f0/0

R2(config)#int f0/0
R2(config-if)#no shutdown
R2(config-if)#ip add 100.1.1.2 255.255.255.0
R2(config-if)#int f0/1
R2(config-if)#no shutdown
R2(config-if)#ip add 200.1.1.2 255.255.255.0

R3(config)#int f0/0
R3(config-if)#no shutdown
R3(config-if)#ip add 100.1.1.3 255.255.255.0
R3(config-if)#int f0/1
R3(config-if)#no shutdown
R3(config-if)#ip add 200.1.1.3 255.255.255.0

R4(config)#int f0/0
R4(config-if)#no shutdown
R4(config-if)#ip add 200.1.1.4 255.255.255.0
R4(config)#ip route 100.1.1.0 255.255.255.0 f0/0

???????????????
??????1???
??????????????????
??????????????????

??????2???
R1(config)#int f0/0
R1(config-if)#arp timeout 1 ??????ARP????????????????????????R1????????????ARP?????????

??????????????????

以上是关于1-????????????Proxy-ARP的主要内容,如果未能解决你的问题,请参考以下文章

Python迷宫游戏(基础版)

最短路径(迪杰斯特拉算法)

栈实现迷宫

1.1 函数

计算机网络题,码分复用问题

求多项式的和:1/1 - 1/3 + 1/5 - 1/7 + 1/9 . . . + 1/(2*n-1)的和