摘要: 描述:在三层交换机上配置DHCP,实现DHCP为PC1/PC3分配192.168.1.X网段:实现DHCP为PC2/PC4分配192.168.2.X网段:并且各个PC间要可以互相通信.(文末附实验题,排错题,答案) 引言: 强调几个重点的命令: ActionScript ip routing //开启由功能. no ip domain-lookup //禁用DNS解析. service dhcp //开启DHCP服务. ip dhcp pool XXX //创建地址池IT."XXX&qu
路由器2911配置: !hostname router interface GigabitEthernet0/0 ip address 10.0.0.2 255.0.0.0 ip nat outside duplex auto speed auto!interface GigabitEthernet0/1 ip address 192.168.40.1 255.255.255.0 ip nat inside duplex auto speed auto interface Vlan1 no ip