OSPFv2中,提到点到点链路可以是unnumbered,不编号,不分配IP地址 12.4.1.1. Describing point-to-point interfaces For point-to-point interfaces, one or more link descriptions are added to the router-LSA as follows: o If the neig…
摘要: 描述:在三层交换机上配置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…