...
- Connect into the router using a Serial cable, Telnet, or SSH
- Enter Privileged EXEC mode
- Find your the DHCP scope name you wish to edit by typing the following command
show ip dhcp pool
- Enter Global Configuration mode
- Enter into DHCP Pool configuration by typing:
ip dhcp pool <name from step 3>
Locate the pertaining command(s) to enter from the table below
Phone Manufacturer Command to input via CLI Notes Cisco option 150
ip <IP address(s) provided by Customer Care>No Quotes required around IP addressip x.x.x.x y.y.y.y
x.x.x.x and y.y.y.y should be replaced with the provisioning server settings received from Customer Care Polycom option 160 ascii "<URL provided by Customer Care>"
Quotes required around ASCII string Exit Configuration mode
- Save the Running Configuration by typing the following command
copy running-config startup-config
- Restart your VoIP device(s)
...
- Complete the following steps to properly configure your device.
- Connect into the router using a Serial cable, Telnet, or SSH
- Enter Privileged EXEC mode
- Enter Global Configuration mode
Locate the pertaining command(s) to enter from the table below
Phone Manufacturer Command to input via CLI Notes Cisco dhcpd option 150 ip <IP address(s) provided by Customer
Care>No Quotes required around IP addressCare>
x.x.x.x and y.y.y.y should be replaced with the provisioning server settings received from Customer Care Polycom dhcpd option 160 ascii "<URL provided by Customer Care>"
Quotes required around ASCII string Exit Configuration mode
- Save the Running Configuration by typing the following command
copy running-config startup-config
Restart your VoIP device(s)
...
Info |
---|
Cisco Configuration Guide http://www.cisco.com/c/en/us/td/docs/ios/12_2/ip/configuration/guide/fipr_c/1cfdhcp.html |
...