Cisco R&S: Basic DHCP Configuration on a Cisco Router

Configure Excluded IPs for the 3 VLANS

ip dhcp excluded-address 10.1.222.250 10.1.222.254
ip dhcp excluded-address 10.1.0.1 10.1.0.100
ip dhcp excluded-address 10.1.0.200 10.1.0.254
ip dhcp excluded-address 10.1.1.250 10.1.1.254

Configure Voice Pools

ip dhcp pool VOICE_VLAN
network 10.1.222.0 255.255.255.0
option 150 ip 10.1.222.254
default-router 10.1.222.254
lease 30

ip dhcp pool DATA_VLAN
network 10.1.0.0 255.255.255.0
default-router 10.1.0.254
lease 30

ip dhcp pool GUEST_VLAN
network 10.1.1.0 255.255.255.0
default-router 10.1.1.254
lease 30

Verification Command:

show ip dhcp binding 

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s