4-12
Cisco ASR 901 Series Aggregation Services Router Software Configuration Guide
OL-23826-09
Chapter 4 Managing and Monitoring Network Management Features
How to Configure Network Management Features on ASR 901
Step 4 The ASR 901-DC sends a TFTP image request.
Step 5 The ASR 901-DC downloads an image from the TFTP server.
Step 6 Refresh the CNS-CE server to check whether the image download is complete.
Step 7 Associate the .inv template in the CNS-CE server. Based on the boot variable, the ASR 901 reboots with
the copied image.
Step 8 The CNS-CE server reboots the ASR 901-DC router.

Configuring a DHCP Server

The Cisco ASR 901 requires a DHCP server for zero-touch deployment. Complete the following steps
to configure a Cisco router as a DHCP server.
SUMMARY STEPS
1. enable
2. configure terminal
3. ip dhcp excluded-address dhcp-server-ip-address
4. ip dhcp excluded-address ip-address subnet-mask
5. ip dhcp pool pool-name
6. network ip-address subnet-mask
7. default-router ip-address
8. option 43 ascii string or option 150 ascii string
9. end
DETAILED STEPS
Command or Action Purpose
Step 1 enable
Example:
Router> enable
Enables privileged EXEC mode.
Enter your password if prompted.
Step 2 configure terminal
Example:
Router# configure terminal
Enters global configuration mode.
Step 3 ip dhcp excluded-address
dhcp-server-ip-address
Example:
Router# ip dhcp excluded-address 30.30.1.6
Specifies to exclude IP address of the DHCP server.