三、在CISCO3550上的配置
在进行配置之前,我们先用show run命令看一下当前配置,已经配置好的部分就不用再重新配置了。
(一)启用VLAN间的路由
ip routing
这一条已经配置了
(二)建立两个VLAN(66、75)并将相应的端口的划归到该VLAN中
这些也配置了
(三)在全局模式下配置DHCP中继
3550(config)#service dhcp
3550(config)#ip dhcp relay information option
(四)在VLAN75上配置ip helper地址
interface Vlan75
description link to cheshi
ip address 10.75.0.1 255.255.255.0
ip helper-address 10.66.5.246