接口的DHCP设置(笔记回顾)

DHCP接口地址池

 Dhcp enable

Ing g 0/0/0

Ip address     192.168.1.1 255.255.255.0

dhcp select interface

 //更改DHCP为接口配置

dhcp server excluded-ip-address 192.168.1.50  192.168.1.254

//为什么不设置子网掩码呢?因为在接口设置DHCP时会默认匹配端口地址的子网掩码

//端口下设置DHCP时也不用设置网关,因为网关就是端口的IP地址

dhscp  server dns-list 8.8.8.8

 

dis ip pool

//查询di'zh地址池

相关文章:

  • 2018-02-11
  • 2021-12-27
  • 2022-01-03
  • 2021-12-04
  • 2022-12-23
  • 2021-12-06
  • 2022-01-21
  • 2021-12-03
猜你喜欢
  • 2021-11-19
  • 2022-12-23
  • 2021-07-22
  • 2021-10-24
  • 2022-12-23
  • 2021-08-24
  • 2021-09-26
相关资源
相似解决方案