博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
DHCP中继
阅读量:6681 次
发布时间:2019-06-25

本文共 1092 字,大约阅读时间需要 3 分钟。

拓扑如下:

QQ截图20141203152158

R0配置:

(config)#ip dhcp pool aaa(dhcp-config)#network 8.8.8.0 255.255.255.0(dhcp-config)#default-router 8.8.8.1(dhcp-config)#dns-server 114.114.114.114(config)#ip dhcp pool bbb(dhcp-config)#network 88.88.88.0 255.255.255.0(dhcp-config)#default-router 88.88.88.1(dhcp-config)#dns-server 114.114.114.114(config)#ip dhcp excluded-address 8.8.8.1 8.8.8.100(config)#ip dhcp excluded-address 88.88.88.1 88.88.88.100(config)#interface GigabitEthernet0/0(config-if)#ip address 192.168.1.1 255.255.255.0(config)#router eigrp 100(config-router)#network 8.0.0.0(config-router)#network 192.168.1.0(config-router)#network 88.0.0.0

R1配置:

(config)#interface GigabitEthernet0/0(config-if)#ip address 192.168.1.2 255.255.255.0(config)#interface GigabitEthernet0/1(config-if)#ip address 8.8.8.1 255.255.255.0(config-if)#ip helper-address 192.168.1.1(config)#interface GigabitEthernet0/2(config-if)#ip address 88.88.88.1 255.255.255.0(config-if)#ip helper-address 192.168.1.1(config)#router eigrp 100(config-router)#network 8.0.0.0(config-router)#network 192.168.1.0(config-router)#network 88.0.0.0

PC可获取IP

1

image

转载地址:http://pjxao.baihongyu.com/

你可能感兴趣的文章
关于nginx的Job for nginx.service failed because the control process exited with error code.错误
查看>>
微信公众平台开发(108) 微信摇一摇
查看>>
Java 函数参数传递方式详解 分类: Java Game ...
查看>>
Flex 截图 实例
查看>>
6-4 内部类
查看>>
cryptography TransformFinalBlock 返回指定长度的哈希值
查看>>
与关系型数据库相比,MongoDB的优缺点
查看>>
使用Atom编写Makedown
查看>>
angular 去掉url里面的#
查看>>
js实现图片懒加载
查看>>
数据库迁移
查看>>
Struts2之拦截器
查看>>
java实现文件单词频率统计 topN top K
查看>>
Excel 增加删除线
查看>>
三大排序
查看>>
用户要求
查看>>
H&|~D&U &6&0&3&4
查看>>
springmvc的渲染
查看>>
OfType 使用LINQ查询动态数组中指定类型的元素
查看>>
linux环境中如何删除文件的前n行?
查看>>