Configuration - Cisco ASR 9000 Series System Configuration Manual

Aggregation services router nv
Hide thumbs Also See for ASR 9000 Series:
Table of Contents

Advertisement

Configuration

What to Do Next
For more information on configuration and verification of installed software and ISSU, see Upgrading and
Managing Software on Cisco ASR 9000 Series Router in the Cisco ASR 9000 Series Aggregation Services
Router System Management Configuration Guide.
Configuration
1 Retrieve a copy of the script. Enter into KSH and copy the script to disk0:
From exec mode type 'run' to enter KSH.
Copy the file from /pkg/bin/ folder using the following command:
cp /pkg/bin/nv_edge_upgrade.exp <destination>
eg: cp /pkg/bin/nv_edge_upgrade.exp /disk0:
After this the script can be copied off the router and modified.
2 Install the expect script software on the Linux server.
sudo yum install expect
or
sudo apt-get install expect
3 Determine where the expect script was installed on the Linux server.
root@ubuntu:~$ whereis expect
expect: /usr/bin/expect /usr/bin/X11/expect /usr/share/man/man1/expect.1.gz
root@ubuntu:~$
4 Modify the first line in the nv_edge_upgrade.exp script to match the correct home directory of the expect
script software.
#!/usr/bin/expect -f
5 Modify the script to match the settings of the console server.
Note
If you upgrade a Cisco ASR 9001 cluster, you can leave the standby addressing unchanged. The script
runs successfully with bogus standby addressing.
set rack0_addr
set rack0_port
set rack0_stby_addr "172.27.152.19"
set rack0_stby_port "2004"
set rack1_addr
set rack1_port
set rack1_stby_addr "172.27.152.19"
set rack1_stby_port "2007"
6 Modify the script to include login credentials.
set router_username "cisco"
set router_password "cisco"
7 Modify the script to include the new image list.
set image_list
disk0:asr9k-fpd-px-5.1.0 \
disk0:asr9k-mpls-px-5.1.0 \
Cisco ASR 9000 Series Aggregation Services Router nV System Configuration Guide, Release 5.3.x
150
Configuring the nV Edge System on the Cisco ASR 9000 Series Router
"172.18.226.153"
"2049"
"172.18.226.153"
"2050"
"disk0:asr9k-mini-px-5.1.0
\

Advertisement

Table of Contents
loading

Table of Contents