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 … Continue reading Cisco R&S: Basic DHCP Configuration on a Cisco Router