Optional: Configuring Remote Auto Install
+TFTP transfer succeeded in copying the hostname file to the Flash:
****************** REMOTE AUTO INSTALL TERMINATING*****************
+The RAI process is complete and is preoceding to system initialization where it will process the new startup- config file.
Configuring RAI for DHCP over LAN
The following example configures DHCP server to be used with RAI over Ethernet. Note that there is no need for a DNS server because the
XSR(config)#ip local pool dhcp 200.1.0.0 255.255.255.0l
Next, configure the interface that will service the remote device, set the IP address inside the pool defined earlier, and enable DHCP Server:
XSR(config)#interface GigabitEthernet 2
Now configure the following DHCP Client parameters:
XSR(config)#ip dhcp pool dhcp
+This command sets a lease interval of 10 minutes
+This command sets the MAC address of the client
+This command binds 200.1.0.66/24 to the earlier configured hardware address
+This command sets the Client hostname as etr1
+This command configures the TFTP server IP address to 1.1.1.1
+This command enters the
Remember to save your configuration after all edits.
Configuring RAI over ADSL
In the following example, a remote XSR is connected to an ADSL network at the central site with a PPPoE server. A TFTP server runs on a separate machine - 192.168.72.118, while the PPPoE server runs on a CISCO router. The PPPoE server can reside on any other device providing PPPoE session termination and has a mechanism to direct TFTP broadcast packets to a specific IP address. A DNS server is not required with this method because RAI over ADSL uses the serial number of the XSR for the
The following is a CISCO configuration at the the central site:
vpdn enable
+Enables a virtual private
XSR Getting Started Guide