9
OL-17436-01
Product Overview
Destination Netmask Gateway Metric Interface
10.12.0.0 255.255.0.0 * 0 eth0
10.14.0.0 255.255.0.0 * 0 eth1
223.255.254.0 255.255.255.0 10.12.0.1 1 eth0
Tip To change the IP Address of the TFTP server or gateway, delete the route details from the route table by
executing the following command.
rommon 7 > route del 223.255.254.0 255.255.255.0
Route successfully deleted
Step 6 Save the changes (route table configuration) to NVRAM.
rommon 8 > sync
Data successfully written to NVRAM
Step 7 Verify that the packets have been from the router to the Ethernet interfaces (eth0 or eth1) on the router,
gateway, and TFTP server by using the
ping command. The output indicates that all the packets have
been received and there is no packet loss. Hence, connectivity has been established to load the
CiscoIOSXR software images from the TFTP server.
--- Verifying connectivity to eth0 interface of Router using ping command---
rommon 1 >
ping 10.12.6.101
!!!!
5 packets transmitted, 5 received, 0% loss, av time 0.167ms
--- Verifying connectivity to gateway using pind command---
rommon 2 > ping 10.12.0.1
!!!!!
5 packets transmitted, 5 received, 0% loss, av time 0.289ms
--- Verifying connectivity to telnet server using pind command---
rommon 3 > ping 223.255.254.254
!!!!!
5 packets transmitted, 5 received, 0% loss, av time 0.188ms
Step 8 PRP-3 uses internal flash memory (compactflash:) and external compact flash memory (disk0:) to store
the Cisco IOS XR software images. The following command displays the devices on PRP-3 used to store
the Cisco IOS XR software images.
rommon 6 > dev -a
Devices in device table:
id description state type start size fs access
disk0: compactFlash ATA disk 0 A Blk 0d 80000000d FAT32 ATA
compactflash: internal compactFlash A Blk 0d 80000000d FAT32 ATA
Step 9 Enter the following TURBOBOOT command to automate the software installation process in ROM
Monitor mode, format the boot device, and indicate the boot device that can contain internal flash
memory (compactflash:) or external flash memory (disk0:). The image should be stored in internal flash
memory (compactflash:).
rommon 1 > TURBOBOOT=on,compactflash:,format
rommon 2 > sync
Data successfully written to NVRAM
Step 10 Load the Cisco IOS XR software image from the TFTP server by specifying the TFTP server IP address,
the location of the image, and the filename of the Cisco IOS XR software image. The IOS XR software
image is loaded, and later all the packages and additional software upgrades are stored in the specified
boot device.