cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2597
Views
5
Helpful
0
Comments
Mikhail Vasilenko
Community Member

ASR9001= comes with nosoftware, so we need to do initial IOS XR uplod via tftp

we need to connect serial console, speed 115200, plug LAN to mgmt 0

issue following commands

 
IP_ADDRESS=X.X.X.X
IP_SUBNET_MASK=Z.Z.Z.Z
TFTP_SERVER=X.X.X.Y
TFTP_FILE=asr9k-mini-p.vm-4.2.3 -- initial IOS XR image
TURBOBOOT=on,disk0,format - format disk0
sync
set
boot tftp:

Login/password - root/root

The default username/password, for a spare RSP without the Cisco IOS XR image or a chassis without the Cisco IOS XR image, is set to "root/root".

If we see messages like this

canb-server[150]: %PLATFORM-CANB_SERVER-3-MESSAGE_FAILED : Unexpected CBC message received from slot 0/RSP0/CPU0 [ver 22.113] for msg type 3, id 177, l

we need to do fpd upgrade

RP/0/RSP0/CPU0:ios(admin)#show hw-module fpd location all – see what modules are subject to fpd upgrade
RP/0/RSP0/CPU0:ios(admin)#upgrade hw-module fpd all location all

RP/0/RSP0/CPU0:ios(admin)#hw-module location 0/0/CPU0 reload - reload LC

RP/0/RSP0/CPU0:ios(admin)#show hw-module fpd location all

uploading and installing XR packages

RP/0/RSP0/CPU0:ios#conf t
RP/0/RSP0/CPU0:ios(config)#int mgmtEth 0/RSP0/CPU0/0
RP/0/RSP0/CPU0:ios(config-if)#ipv4 address X.X.X.X/X
RP/0/RSP0/CPU0:ios(config-if)#no sh
RP/0/RSP0/CPU0:ios(config-if)#commit

RP/0/RSP0/CPU0:ios#admin
RP/0/RSP0/CPU0:ios(admin)#install add tar tftp://X.X.X.Y/asr9k-XXX-p-4.2.3

RP/0/RSP0/CPU0:ios(admin)#install activate disk0:asr9k-XXXX-p-4.2.3 - repeat this step for each of XR packages

RP/0/RSP0/CPU0:ios(admin)#install commit

File asr9k-XXX-p-4.2.3

is .tar-archive which consist of xr packages:
asr9k-doc-p.pie-4.2.3
asr9k-mcast-p.pie-4.2.3
asr9k-mgbl-p.pie-4.2.3
asr9k-mpls-p.pie-4.2.3
asr9k-services-p.pie-4.2.3

If you need other packages, please update this list accordingly

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Quick Links