Cisco Broadband Access Center Installation Manual page 66

Cisco systems broadband access router installation guide
Table of Contents

Advertisement

Configuring a Device Provisioning Engine for Data
Assign a static IP address and subnet mask to the first ethernet port on the DPE. For example, to assign
Step 1
IP address 10.10.10.1 and the subnet mask 255.255.255.0, enter these commands:
localhost# interface ethernet 0 ip address 10.10.10.1 255.255.255.0
localhost# interface ethernet 0 ip enabled true
localhost# interface ethernet 0 provisioning enabled true
Note
Enter the IP address for the RDU or its domain name if you are implementing DNS. Also, identify the
Step 2
port on which the RDU is listening. The default listening port is 49187. For example:
localhost# dpe rdu-server 10.10.10.1 49187
Specify the provisioning group or groups of which the DPE is part. Where appropriate, specify the
Step 3
secondary provisioning group of which it is part. For example:
localhost# dpe provisioning-group primary group1
localhost# dpe provisioning-group secondary group2
If your network topology has a default gateway IP address, enter that information. For example:
Step 4
localhost# ip default-gateway 10.10.10.1
To set up DNS for the DPE, enter the IP address of the DNS server. For example:
Step 5
localhost# ip name-server 10.20.10.1
Note
Step 6
Provide the DNS hostname and domain name for the DPE. For example:
localhost# hostname DPE1
localhost# ip domain-name example.com
Configure the current time on the DPE. For example:
Step 7
localhost# clock set 23:59:59 20 12 2003
Set the shared secret password to be the same as that on the RDU.
Step 8
Note
For the configuration to take effect, you must reload the DPE. For example:
Step 9
localhost# reload
After you reload the DPE, you can establish a Telnet session using the IP address of the DPE. Remember
to use the new login and enable password that you created in the
Cisco Broadband Access Center for Cable Installation Guide 2.7
7-4
The values provided here are sample values only. Use values appropriate for your network.
To enter more than one DNS server name, lists the servers with a space between each entry.
This is one of the security related commands mentioned earlier in this chapter. This command
can only be run if the console is connected to the DPE serial port.
Chapter 7
Setting Up a Device Provisioning Engine
"Logging In" section on page
7-2.
OL-19105-01

Advertisement

Table of Contents
loading

Table of Contents