快速业务通道

关于VLAN中DHCP域的问题

作者 佚名技术 来源 网络技术 浏览 发布时间 2012-07-01
 

我的问题就是如何给每个VLAN 指定各自的DHCP 域。比如vlan 2 对应dhcp test2 vlan3 对应dhcp test3. 假如:   

情况1: 现在有一个router 上做了多个DHCP 域.   

然后在switch 上划VLAN 。那么那个交换机上的ip help-address 的IP 是什么呢?是router 上哪个口的IP 呢? 如:在router 上的配制:  

ip dhcp excluded-address 10.0.199.200 10.0.199.254 ! ip dhcp pool test 1 network 10.0.199.0 255.255.255.0 default-router 10.0.199.1 dns-server 10.0.199.252 lease 0 0 5   

ip dhcp pool test 2 network 10.0.200.0 255.255.255.0 default-router 10.0.200.1 dns-server 10.0.199.252 lease 0 0 5   

在交换机上:  

interface Vlan199 ip address 10.0.199.1 255.255.255.0 ip helper-address ???????????????   

int vlan 200   

ip address 10.0.200.1 255.255.255.0 ip helper-address ??????????? 这时在这里指定的helper-address 是什么呢?才能把vlan199 和vlan200 里的电脑取得相   

应DHCP scope???   

第二种情况:利用局域网中的win2000’s DHCP server 假如dhcp server 的ip 192.168.10.1 在DHCP 上划分两个scope.   

第一个scope 192.168.10.10 -----192.168.10.255 第二个scope 192.16.20.10 ------192.16.20.255.   

交换机划分VLAN 之后,如何保证DHCP 服务器使用仍然在其它区域起作用。即VLAN10 里的机器取得第一个scope 里的ip: 即从192.168.10.10 -----192.168.10.255 同样,vlan20 取得相应第二个scope 里的IP. 这时在这里指定的helper-address 是什么呢? 才能把vlan199 和vlan200 里的电脑取得相应DHCP scope???   

第三种情况:假如在一个3550emi 上划分多个DHCP 域。由于它本身就可路由。并能划VLAN。那么这时在这里指定的helper-address 是什么呢?才能把vlan199 和vlan200 里的电脑取得相应DHCP scope???   

FW:ip dhcp pool valn x   

network x.x.x.x x.x.x.x   

default-router x.x.x.x  

其中vlan x 这个pool 是全局pool 的子集  

interface vlan x   

ip helper-address x.x.x.x   

The helper address can be a specific DHCP server address, or it can be the network address

if other DHCP servers are on the destination network segment. Using the network address enables other servers to respond to DHCP requests.   

If you have multiple servers, you can configure one helper address for each server.   

DHCP relay:   

http://www.cisco.com/en/US/products...00800c6ed2.html   

FW: 以一个配置案例来做总结吧:  

router1 的int fa0/0 上接有dhcp server 。和router2 通过s0/0 连接IP 地址方案如下:  

route1:   

int fa0/0 10.1.1.254/24 int fa0/1 10.1.2.254/24 int s0/0 192.168.0.1/30 route2:   

int fa0/0 10.2.1.254/24 int fa0/1 10.2.2.254/24 int s0/0 192.168.0.2/30 dhcp server adderss:10.1.1.1   

配置:  

router1: ! ip forward-protocol udp   

! int fa0/0 ip addr 10.1.1.254 255.255.255.0   

no shutdown ! int fa0/1 ip addr 10.1.2.254 255.255.255.0   

ip helper-address 10.1.1.1 no shut !   

int s0/0 ip addr 192.168.0.1 255.255.255.252 no shut   

encap

凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢!

分享到: 更多

Copyright ©1999-2011 厦门凌众科技有限公司 厦门优通互联科技开发有限公司 All rights reserved

地址(ADD):厦门软件园二期望海路63号701E(东南融通旁) 邮编(ZIP):361008

电话:0592-5908028 传真:0592-5908039 咨询信箱:web@lingzhong.cn 咨询OICQ:173723134

《中华人民共和国增值电信业务经营许可证》闽B2-20100024  ICP备案:闽ICP备05037997号