Downgrading Issu From Cisco Ios Xe 3.4.0Sg/15.1(2)Sg To A Prior Release - Cisco Catalyst 4500 series Administration Manual

Hide thumbs Also See for Catalyst 4500 series:
Table of Contents

Advertisement

How to Perform the ISSU Process

Downgrading ISSU from Cisco IOS XE 3.4.0SG/15.1(2)SG to a Prior Release

Because a Cisco IOS XE 3.4.0SG/15.1(2)SG image uses a new CLI format and prior images use earlier
CLI formats, the downgrade procedure include the following:
A configuration like the following will appear on a switch running a Cisco IOS XE 3.4.0SG/15.1(2)SG
image:
vrf definition mgmtVrf
!
address-family ipv4
exit-address-family
!
address-family ipv6
exit-address-family
!
interface FastEthernet1
vrf forwarding mgmtVrf
ip address 10.1.1.1 255.255.255.0
speed auto
duplex auto
ipv6 address 2000::1/64
!
Perform a downgrade to a release prior to Cisco IOS XE 3.4.0SG/15.1(2)SG.
Step 1
Switch# config t
Enter configuration commands, one per line.
Switch(config)# no vrf upgrade-cli multi-af-mode common-policies vrf mgmtVrf
You are about to downgrade to the single-AF VRF syntax commands.
You will lose any IPv6 address configured on interfaces
belonging to downgraded VRFs.
Are you sure ? [yes]:
% ipv6 addresses from all interfaces in VRF mgmtVrf have been removed
Number of VRFs downgraded: 1
Switch(config)#
Your configuration will appear as follows:
ip vrf mgmtVrf
!
interface FastEthernet1
ip vrf forwarding mgmtVrf
ip address 10.1.1.1 255.255.255.0
speed auto
duplex auto
!
Perform an ISSU downgrade to a pre-Cisco IOS XE 3.4.0SG/15.1(2)SGn image.
Step 2
Reconfigure the IPv6 address.
Step 3
Switch# config t
Enter configuration commands, one per line.
Switch(config)# interface fa1
Switch(config-if)# ipv6 address 2000::1/64
Software Configuration Guide—Release IOS XE 3.6.0SG and IOS 15.2(2)SG
7-18
Downgrading mgmtVrf from new CLI format to older CLI format, removing any IPv6 addresses on
the interface.
Downgrading the image on your switch to a prior release.
Reconfiguring the IPv6 addresses on fa1.
Chapter 7
Configuring the Cisco IOS XE In Service Software Upgrade Process
End with CNTL/Z.
End with CNTL/Z.
OL-30933-01

Advertisement

Table of Contents
loading

Table of Contents