交换机

路由器

配置路由器

  1. enable 进入特权模式
  2. config 进入配置模式
  3. hostname R1 将路由器命名为 R1
  4. interface GigabitEthernet0/0 进入接口 0/0
  5. ip address 192.168.1.100 255.255.255.0 设置路由器 ip 地址
  6. no shutdown 开启该端口
  7. exit

配置 DHCP 服务器

  1. enable
  2. config
  3. interface GigabitEthernet0/0
  4. ip helper-address 172.0.0.1 配置 DHCP 服务器地址
  5. ^Z
  6. write