Create A Basic DHCP Server On A Cisco Switch

2 years ago
12

Configuration:
enable
configure terminal
ip dhcp pool test
network 192.168.1.0 255.255.255.0
default-router 192.168.1.1
dns-server 10.10.10.10
ip dhcp excluded-address 192.168.1.1
interface vlan 1
description Test DHCP Vlan
ip address 192.168.1.1 255.255.255.0
no shut
end

Loading comments...