ghq>enable PassWord (输入路由器的特权口令) ghq #config terminal (进入配置模式) Enter configuration commands one per line. End with CNTL/Z. ghqconfig # ip dhcp pool global(配置一个根地址池,global是地址池的名称,你可以采用有意义的字符串来表示)
switch>enable (进入交换机的特权模式) Password switch #config t (进入配置模式)
Enter configuration commandsone per line. End with CNTL/Z. switch config #interface vlan1 (配置VLAN1) switch config-if #ip helper-address 192.168.1.4(指定DHCP服务器的地址,即路由器的地址)