cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
20879
Views
6
Helpful
3
Replies

Configuring IOS DHCP server with Option 150 for CUCM

dtran
Level 6
Level 6

Hi all,

Could someone share a link or a document on how to configure DHCP server in IOS with option 150 for CUCM ? I am trying to configure DHCP on a 3750 switch for a test environment. Thanks in advance !!!

D.

2 Accepted Solutions

Accepted Solutions

Jaime Valencia
Cisco Employee
Cisco Employee

You can easily find info if you search CCO

Configuring DHCP Features and IP Source Guard

I searched DHCP configuration and on the left side there was the option:
"Cisco Catalyst 3750 Series Switches" to further filter the search.

HTH

java

If this helps, please rate

www.cisco.com/go/pdihelpdesk
HTH

java

if this helps, please rate

View solution in original post

david-lima
Level 4
Level 4

Hi friend, this configuration is working fine fo me:

interface Vlan1

ip address 192.168.11.1 255.255.255.0

ip dhcp excluded-address 192.168.11.1 192.168.11.20

!

ip dhcp pool 40

   network 192.168.11.0 255.255.255.0

   option 150 ip 192.168.11.206

   dns-server 192.168.11.4 192.168.1.4

   default-router 192.168.11.1

hth

David

View solution in original post

3 Replies 3

Jaime Valencia
Cisco Employee
Cisco Employee

You can easily find info if you search CCO

Configuring DHCP Features and IP Source Guard

I searched DHCP configuration and on the left side there was the option:
"Cisco Catalyst 3750 Series Switches" to further filter the search.

HTH

java

If this helps, please rate

www.cisco.com/go/pdihelpdesk
HTH

java

if this helps, please rate

david-lima
Level 4
Level 4

Hi friend, this configuration is working fine fo me:

interface Vlan1

ip address 192.168.11.1 255.255.255.0

ip dhcp excluded-address 192.168.11.1 192.168.11.20

!

ip dhcp pool 40

   network 192.168.11.0 255.255.255.0

   option 150 ip 192.168.11.206

   dns-server 192.168.11.4 192.168.1.4

   default-router 192.168.11.1

hth

David

Thanks Java !! Thanks David !!! I appreciate your response !!!

D.