Ce document décrit comment mettre à niveau les satellites de virtualisation du réseau (nV) avec un temps d'arrêt minimal lorsque vous mettez à niveau un routeur de services d'agrégation Cisco de la gamme 9000 (ASR9K) auquel des satellites sont connectés. Une attention particulière est nécessaire pour réduire les éventuelles pannes dues à la mise à niveau de l'hôte ou du périphérique satellite.
Dans les versions 5.3.2, 6.0.0 et ultérieures, la fonctionnalité de mise à niveau automatique est prise en charge. Dans les versions précédentes, il y avait trois scénarios de transfert d'image :
Avec la fonction de mise à niveau automatique, vous pouvez automatiser la deuxième option, ce qui fait que cela agit comme la première option et pousse la dernière image lorsque le satellite se reconnecte. La meilleure analogie pour la fonctionnalité de mise à niveau automatique du satellite est celle d'une mise à niveau automatique de périphérique programmable sur site (FPD).
La commande utilisée pour activer la fonctionnalité de mise à niveau automatique est upgrade on-connect, qui est configuré sous le sous-mode de configuration de configuration nv satellite [ID de satellite] :
nv
satellite 100
type asr901
upgrade on-connect
!
Dans le scénario à résidence unique, un satellite est uniquement connecté à un ASR9K unique, ce qui signifie que deux rechargements sont visibles sur le satellite. Le premier rechargement par satellite provient de l'hôte qui se recharge lors d'une mise à niveau de Cisco IOS® XR, et le second rechargement provient du logiciel Cisco IOS par satellite mis à niveau.
Pour ce type de mise à niveau, suivez les étapes de la section Mise à niveau du satellite.
Si vous mettez à niveau un satellite qui est connecté à deux hôtes ASR9K, il surmonte certains des défis posés par un satellite à résidence unique, mais une attention particulière est nécessaire pour minimiser toute panne de trafic.
En partant de l'hypothèse que les deux hôtes ASR9K doivent être mis à jour en premier et le dernier satellite, ou même ultérieurement, procédez comme suit afin de minimiser toute panne :
Voici les détails de ces étapes avec les étapes répétitives omises.
Cet exemple a trois anneaux satellites (100, 101, 102) avec les satellites 100 et 102 actifs à l'hôte 1 (9001-G) et le satellite 101 actifs à l'hôte 2 (9001-H).
RP/0/RSP0/CPU0:ASR9001-G#show nv satellite status
Fri Aug 15 21:32:03.274 UTC
Satellite 100
-------------
Status: Connected (Stable)
Redundancy: Active (Group: 1)
Type: asr901
MAC address: 4c00.8287.1de4
IPv4 address: 10.0.100.1 (auto)
Serial Number: CAT1722U21S
Remote version: Compatible (not latest version)
ROMMON: 2.1 (Latest)
FPGA: N/A
IOS: 1402.20 (Available: 1406.12)
Configured satellite fabric links:
GigabitEthernet0/0/0/0
----------------------
Status: Satellite Ready
Remote ports: GigabitEthernet0/0/0-9
Satellite 101
-------------
Status: Connected (Stable)
Redundancy: Standby (Group: 1)
Type: asr901
MAC address: 4c00.8287.2e24
IPv4 address: 10.0.101.1 (auto)
Serial Number: CAT1723U02B
Remote version: Compatible (not latest version)
ROMMON: 2.1 (Latest)
FPGA: N/A
IOS: 1402.20 (Available: 1406.12)
Configured satellite fabric links:
GigabitEthernet0/0/0/0
----------------------
Status: Satellite Ready
Remote ports: GigabitEthernet0/0/0-9
Satellite 102
-------------
Status: Connected (Stable)
Redundancy: Active (Group: 1)
Type: asr901
MAC address: 4c00.8287.2ec4
IPv4 address: 10.0.102.1 (auto)
Serial Number: CAT1723U015
Remote version: Compatible (not latest version)
ROMMON: 2.1 (Latest)
FPGA: N/A
IOS: 1402.20 (Available: 1406.12)
Configured satellite fabric links:
GigabitEthernet0/0/0/0
----------------------
Status: Satellite Ready
Remote ports: GigabitEthernet0/0/0-9
Si ces contrôles indiquent que tous les satellites sont connectés, la configuration doit être correcte. Si des satellites ne sont pas à l'état connecté sur l'un ou l'autre des ASR9Ks, un dépannage supplémentaire peut être nécessaire.
Cette configuration est utilisée dans ce document.
interface GigabitEthernet0/0/0/0
nv
satellite-fabric-link network
redundancy
iccp-group 1
!
satellite 100
remote-ports GigabitEthernet 0/0/0-9
!
satellite 101
remote-ports GigabitEthernet 0/0/0-9
!
satellite 102
remote-ports GigabitEthernet 0/0/0-9
!
!
!
!
nv
satellite 100
type asr901
redundancy
host-priority 0
!
serial-number CAT1722U21S
!
satellite 101
type asr901
redundancy
host-priority 200
!
serial-number CAT1723U02B
!
satellite 102
type asr901
redundancy
host-priority 0
!
serial-number CAT1723U015
!
!
RP/0/RSP0/CPU0:ASR9001-H#show nv satellite status brief
Fri Aug 15 13:39:56.271 UTC
Sat-ID Type IP Address MAC address Status
------ -------- ------------ -------------- -----------------
100 asr901 10.0.100.1 4c00.8287.1de4 Connected (Stby)
101 asr901 10.0.101.1 4c00.8287.2e24 Connected (Act)
102 asr901 10.0.102.1 4c00.8287.2ec4 Connected (Stby)
Si une sortie plus condensée est souhaitée, la commande show nv satellite status brief peut être utilisée sur les deux hôtes. L'état connecté indique que le canal de contrôle est opérationnel, tandis que Act et Stby indiquent l'état du plan de données pour chaque satellite par hôte.
Le moyen le plus simple de basculer un satellite vers l'autre hôte ASR9K est de modifier la priorité d'hôte dans la configuration. Dans cet exemple, la priorité d'hôte est définie sur la valeur la plus élevée (priorité la plus basse) de sorte que tous les satellites de l'anneau passent à l'hôte 2.
RP/0/RSP0/CPU0:ASR9001-G#config t
Fri Aug 15 21:39:50.909 UTC
RP/0/RSP0/CPU0:ASR9001-G(config)#nv
RP/0/RSP0/CPU0:ASR9001-G(config-nV)#satellite 100
RP/0/RSP0/CPU0:ASR9001-G(config-satellite)#redundancy
RP/0/RSP0/CPU0:ASR9001-G(config-nV-red)#host-priority 255
RP/0/RSP0/CPU0:ASR9001-G(config-nV-red)#exit
RP/0/RSP0/CPU0:ASR9001-G(config-satellite)#exit
RP/0/RSP0/CPU0:ASR9001-G(config-nV)#satellite 102
RP/0/RSP0/CPU0:ASR9001-G(config-satellite)#redundancy
RP/0/RSP0/CPU0:ASR9001-G(config-nV-red)#host-priority 255
RP/0/RSP0/CPU0:ASR9001-G(config-nV-red)#end
Uncommitted changes found, commit them before exiting(yes/no/cancel)? [cancel]:y
Afin de vérifier cette modification, la commande show nv satellite status brief peut être utilisée.
RP/0/RSP0/CPU0:ASR9001-G#show nv satellite status brief
Fri Aug 15 21:40:35.876 UTC
Sat-ID Type IP Address MAC address Status
------ -------- ------------ -------------- -----------------
100 asr901 10.0.100.1 4c00.8287.1de4 Connected (Stby)
101 asr901 10.0.101.1 4c00.8287.2e24 Connected (Stby)
102 asr901 10.0.102.1 4c00.8287.2ec4 Connected (Stby)
RP/0/RSP0/CPU0:ASR9001-H#show nv sat stat bri
Fri Aug 15 13:42:15.847 UTC
Sat-ID Type IP Address MAC address Status
------ -------- ------------ -------------- -----------------
100 asr901 10.0.100.1 4c00.8287.1de4 Connected (Act)
101 asr901 10.0.101.1 4c00.8287.2e24 Connected (Act)
102 asr901 10.0.102.1 4c00.8287.2ec4 Connected (Act)
Les nouvelles images satellite (9000v et 901) sont contenues dans les packages asr9k-9000v-nV-px-<release>et asr9k-901-nV-px-<release> respectueusement. Une fois ces paquets activés sur l'hôte, un satellite peut être mis à niveau.
Pour télécharger et activer l'image logicielle sur un satellite, utilisez la commande install nv satellite en mode EXEC.
install nv satellite { satellite id | all } { transfer | activate }
Description de la syntaxe
id satellite |
Spécifie l'identificateur unique du satellite sur lequel l'image doit être transférée. |
all |
Effectue l'opération sur tous les satellites actuellement actifs qui ne sont pas déjà à la version cible. |
transfert |
Télécharge l'image de l'hôte vers le périphérique satellite. |
activer |
Effectue l'opération d'installation sur le satellite. |
Après avoir émis la commande install nv satellite et le rechargement du satellite, la sortie de show nv satellite status doit afficher que les versions de ROMMON, FPGA (Field-Programmable Gate Array) et Cisco IOS sont les plus récentes. Si l'un de ces éléments ne dit pas le plus récent, un dépannage supplémentaire est nécessaire pour déterminer pourquoi l'image n'a pas été mise à niveau.
RP/0/RSP0/CPU0:ASR9001-H#show nv satellite status
Fri Aug 15 19:54:26.429 UTC
Satellite 100
-------------
Status: Connected (Stable)
Redundancy: Active (Group: 1)
Type: asr901
MAC address: 4c00.8287.1de4
IPv4 address: 10.0.100.1 (auto)
Serial Number: CAT1722U21S
Remote version: Compatible (not latest version)
ROMMON: 2.1 (Latest)
FPGA: N/A
IOS: 1402.20 (Available: 1406.12)
Configured satellite fabric links:
GigabitEthernet0/0/0/0
----------------------
Status: Satellite Ready
Remote ports: GigabitEthernet0/0/0-9
Satellite 101
-------------
Status: Connected (Stable)
Redundancy: Active (Group: 1)
Type: asr901
MAC address: 4c00.8287.2e24
IPv4 address: 10.0.101.1 (auto)
Serial Number: CAT1723U02B
Remote version: Compatible (latest version)
ROMMON: 2.1 (Latest)
FPGA: N/A
IOS: 1406.12 (Latest)
Configured satellite fabric links:
GigabitEthernet0/0/0/0
----------------------
Status: Satellite Ready
Remote ports: GigabitEthernet0/0/0-9
Plusieurs satellites peuvent être choisis pour la commande install nv satellite si vous utilisez une plage, par exemple 100-110, ou par une virgule, par exemple 100,105,115.
Bien qu'un satellite d'un anneau puisse rapidement (généralement moins d'une seconde) basculer vers l'hôte de secours, il est recommandé d'éviter cela si possible et d'utiliser la fonction de priorité d'hôte pour un basculement appelé par l'utilisateur au lieu d'un basculement déclenché par un événement.
Si vous mettez à niveau un satellite (SAT101 dans cet exemple) dans un anneau et que le chemin de données actif d'un autre satellite passe par ce satellite (SAT102), il y aura un basculement du chemin de données actif pour SAT102 lorsque SAT101 redémarrera pour utiliser la nouvelle image et un second basculement pour SAT102 après SAT11 101 revient en ligne.
Pour illustrer cela, dans ces exemples, cette topologie est utilisée avec tous les satellites actifs à 9001H et en veille à 9001G.
9001G --- SAT100 --- SAT101 --- SAT102 --- 9001H
Q : Que se passe-t-il lorsque la norme SAT101 est mise à niveau à partir de la norme 9001H ?
A : Lorsque le satellite 101 se recharge, le satellite 100 perd sa liaison de contrôle à 9001H et passe au 9001G. Le satellite 102 perd sa connexion au 9001G, mais le plan de données ne passe pas. Une fois que le satellite 101 est rétabli et que le canal de contrôle entre 9001H et le satellite 100 est rétabli, ce satellite redémarre et recommence à utiliser le 9001H comme chemin de plan de données principal.
Ceci vérifie l'état du plan de données pour chaque satellite, avec 9001G en veille et 9001H en activité.
RP/0/RSP0/CPU0:ASR9001-G#show nv satellite status brief
Fri Aug 15 21:40:35.876 UTC
Sat-ID Type IP Address MAC address Status
------ -------- ------------ -------------- -----------------
100 asr901 10.0.100.1 4c00.8287.1de4 Connected (Stby)
101 asr901 10.0.101.1 4c00.8287.2e24 Connected (Stby)
102 asr901 10.0.102.1 4c00.8287.2ec4 Connected (Stby)
Voici un exemple de satellite 101 mis à niveau à partir de l'hôte 9001H.
RP/0/RSP0/CPU0:ASR9001-H#install nv satellite 101 activate
Fri Aug 15 18:05:27.899 UTC
The operation will cause an image to be transferred, and then activated on the
requested satellite.
WARNING: This will take the requested satellite out of service.
Do you wish to continue? [confirm(y/n)] y
Install Op 1: activate: 101
1 configured satellite has been specified for activate.
1 satellite has successfully initiated activate.
Lorsque le satellite 101 se recharge pour utiliser sa nouvelle image, ce qui suit se produit comme indiqué dans la sortie ci-dessous :
RP/0/RSP0/CPU0:ASR9001-G#show nv satellite status brief
Sat Aug 16 02:15:44.148 UTC
Sat-ID Type IP Address MAC address Status
------ -------- ------------ -------------- -------------------------------
100 asr901 10.0.100.1 4c00.8287.1de4 Connected (Act)
101 asr901 10.0.101.1 0000.0000.0000 Discovery Stalled; Conflict:
no Identification received yet
102 asr901 10.0.102.1 0000.0000.0000 Discovery Stalled; Conflict:
no Identification received yet
Une fois que le satellite 101 est rétabli et que la connexion de contrôle au satellite 100 est rétablie à 9001H, tous les satellites sont de nouveau en veille au 9001G et actifs au 9001H. Cela signifie que le satellite 100 effectue une deuxième commutation.
RP/0/RSP0/CPU0:Aug 15 18:15:20.280 : icpe_satmgr[1168]: %PKT_INFRA-ICPE_GCO-6-
TRANSFER_DONE : Image transfer completed on Satellite 101
RP/0/RSP0/CPU0:Aug 15 18:15:49.775 : icpe_satmgr[1168]: %PKT_INFRA-ICPE_GCO-5-
SATELLITE_STATUS : Satellite 100 one or more links may be down - traffic may
be impacted
RP/0/RSP0/CPU0:Aug 15 18:15:49.775 : icpe_satmgr[1168]: %PKT_INFRA-ICPE_GCO-5-
SATELLITE_STATUS : Satellite 101 one or more links may be down - traffic may
be impacted
RP/0/RSP0/CPU0:Aug 15 18:15:49.775 : icpe_satmgr[1168]: %PKT_INFRA-ICPE_GCO-6-
INSTALL_DONE : Image install completed on Satellite 101
RP/0/RSP0/CPU0:Aug 15 18:15:49.792 : invmgr[254]: %PLATFORM-INV-6-OIROUT : OIR:
Node 100 removed
RP/0/RSP0/CPU0:Aug 15 18:15:49.805 : invmgr[254]: %PLATFORM-INV-6-OIROUT : OIR:
Node 101 removed
RP/0/RSP0/CPU0:Aug 15 18:18:31.793 : icpe_satmgr[1168]: %PKT_INFRA-ICPE_GCO-5-
SATELLITE_STATUS : Satellite 101 up
RP/0/RSP0/CPU0:Aug 15 18:18:33.809 : invmgr[254]: %PLATFORM-INV-6-OIRIN : OIR:
Node 101/ inserted
RP/0/RSP0/CPU0:Aug 15 18:18:35.665 : icpe_satmgr[1168]: %PKT_INFRA-ICPE_GCO-5-
SATELLITE_STATUS : Satellite 100 up
LC/0/0/CPU0:Aug 15 18:18:36.021 : ifmgr[208]: %PKT_INFRA-LINK-3-UPDOWN : Interface
GigabitEthernet100/0/0/0, changed state to Up
LC/0/0/CPU0:Aug 15 18:18:36.022 : ifmgr[208]: %PKT_INFRA-LINEPROTO-5-UPDOWN : Line
protocol on Interface GigabitEthernet100/0/0/0, changed state to Up
LC/0/0/CPU0:Aug 15 18:18:37.786 : ifmgr[208]: %PKT_INFRA-LINK-3-UPDOWN : Interface
GigabitEthernet100/0/0/0, changed state to Down
LC/0/0/CPU0:Aug 15 18:18:37.786 : ifmgr[208]: %PKT_INFRA-LINEPROTO-5-UPDOWN : Line
protocol on Interface GigabitEthernet100/0/0/0, changed state to Down
RP/0/RSP0/CPU0:Aug 15 18:18:38.980 : invmgr[254]: %PLATFORM-INV-6-OIRIN : OIR: Node
inserted
RP/0/RSP0/CPU0:Aug 15 18:18:43.988 : invmgr[254]: %PLATFORM-INV-6-OIRIN : OIR: Node
inserted
RP/0/RSP0/CPU0:Aug 15 18:18:43.990 : invmgr[254]: %PLATFORM-INV-6-OIRIN : OIR: Node
inserted
RP/0/RSP0/CPU0:Aug 15 18:18:43.993 : invmgr[254]: %PLATFORM-INV-6-OIRIN : OIR: Node
inserted
RP/0/RSP0/CPU0:Aug 15 18:18:43.996 : invmgr[254]: %PLATFORM-INV-6-OIRIN : OIR: Node
inserted
RP/0/RSP0/CPU0:Aug 15 18:18:44.203 : invmgr[254]: %PLATFORM-INV-6-OIRIN : OIR: Node
100/ inserted
RP/0/RSP0/CPU0:Aug 15 18:18:50.552 : invmgr[254]: %PLATFORM-INV-6-OIRIN : OIR: Node
inserted
RP/0/RSP0/CPU0:Aug 15 18:18:55.559 : invmgr[254]: %PLATFORM-INV-6-OIRIN : OIR: Node
inserted
RP/0/RSP0/CPU0:Aug 15 18:18:55.561 : invmgr[254]: %PLATFORM-INV-6-OIRIN : OIR: Node
inserted
RP/0/RSP0/CPU0:Aug 15 18:18:55.564 : invmgr[254]: %PLATFORM-INV-6-OIRIN : OIR: Node
inserted
RP/0/RSP0/CPU0:Aug 15 18:18:55.567 : invmgr[254]: %PLATFORM-INV-6-OIRIN : OIR: Node
inserted
RP/0/RSP0/CPU0:Aug 15 18:18:55.569 : invmgr[254]: %PLATFORM-INV-6-IF_OIRIN : xFP OIR:
SAT101/0/0 GigabitEthernet port_num: 0 is inserted, state: 1
RP/0/RSP0/CPU0:Aug 15 18:18:55.570 : invmgr[254]: %PLATFORM-INV-6-IF_OIROUT : xFP OIR:
SAT101/0/0 GigabitEthernet port_num: 0 is removed, state: 0
RP/0/RSP0/CPU0:Aug 15 18:18:56.925 : invmgr[254]: %PLATFORM-INV-6-IF_OIRIN : xFP OIR:
SAT100/0/0 GigabitEthernet port_num: 0 is inserted, state: 1
RP/0/RSP0/CPU0:Aug 15 18:18:56.927 : invmgr[254]: %PLATFORM-INV-6-IF_OIROUT : xFP OIR:
SAT100/0/0 GigabitEthernet port_num: 0 is removed, state: 0
RP/0/RSP0/CPU0:Aug 15 18:18:56.931 : invmgr[254]: %PLATFORM-INV-6-IF_OIRIN : xFP OIR:
SAT100/0/0 GigabitEthernet port_num: 4 is inserted, state: 1
Une fois le satellite mis à niveau, vous devriez voir le même état que précédemment.
RP/0/RSP0/CPU0:ASR9001-H#show nv satellite status brief
Fri Aug 15 18:20:59.515 UTC
Sat-ID Type IP Address MAC address Status
------ -------- ------------ -------------- -------------------------------
100 asr901 10.0.100.1 4c00.8287.1de4 Connected (Act)
101 asr901 10.0.101.1 4c00.8287.2e24 Connected (Act)
102 asr901 10.0.102.1 4c00.8287.2ec4 Connected (Act)
Avec la même topologie que l'exemple précédent et en commençant par tous les satellites qui doivent être mis à niveau, cet exemple montre la manière appropriée de mettre à niveau un anneau.
Vérifiez l’état des satellites des deux hôtes, puis transférez les images à tous les satellites.
RP/0/RSP0/CPU0:ASR9001-G#show nv sat stat bri
Fri Aug 22 20:15:59.830 UTC
Sat-ID Type IP Address MAC address Status
------ -------- ------------ -------------- -----------------
100 asr901 10.0.100.1 4c00.8287.1de4 Connected (Stby)
101 asr901 10.0.101.1 4c00.8287.2e24 Connected (Stby)
102 asr901 10.0.102.1 4c00.8287.2ec4 Connected (Stby)
RP/0/RSP0/CPU0:ASR9001-H#show nv sat stat bri
Fri Aug 22 12:17:20.811 UTC
Sat-ID Type IP Address MAC address Status
------ -------- ------------ -------------- -----------------
100 asr901 10.0.100.1 4c00.8287.1de4 Connected (Act)
101 asr901 10.0.101.1 4c00.8287.2e24 Connected (Act)
102 asr901 10.0.102.1 4c00.8287.2ec4 Connected (Act)
RP/0/RSP0/CPU0:ASR9001-H#install nv satellite 100-102 transfer
Fri Aug 22 12:17:51.647 UTC
Install Op 1: transfer: 100-102
3 configured satellites have been specified for transfer.
3 satellites have successfully initiated transfer.
RP/0/RSP0/CPU0:ASR9001-H#RP/0/RSP0/CPU0:Aug 22 12:23:16.238 : icpe_satmgr[1168]:
%PKT_INFRA-ICPE_GCO-6-TRANSFER_DONE : Image transfer completed on Satellite 100
RP/0/RSP0/CPU0:Aug 22 12:27:55.990 : icpe_satmgr[1168]: %PKT_INFRA-ICPE_GCO-6-
TRANSFER_DONE : Image transfer completed on Satellite 101
RP/0/RSP0/CPU0:Aug 22 12:28:01.876 : icpe_satmgr[1168]: %PKT_INFRA-ICPE_GCO-6-
TRANSFER_DONE : Image transfer completed on Satellite 102
Après cela, puisque tous les satellites sont actifs à 9001H, activez d'abord le satellite 100. En conséquence, le 9001G perd les connexions de contrôle à tous les satellites de l'anneau.
RP/0/RSP0/CPU0:ASR9001-H#install nv satellite 100 activate
Fri Aug 22 12:30:13.088 UTC
WARNING: This will take the requested satellite out of service.
Do you wish to continue? [confirm(y/n)] y
Install Op 2: activate: 100
1 configured satellite has been specified for activate.
1 satellite has successfully initiated activate.
RP/0/RSP0/CPU0:ASR9001-H#
RP/0/RSP0/CPU0:ASR9001-H#RP/0/RSP0/CPU0:Aug 22 12:30:45.639 : icpe_satmgr[1168]:
%PKT_INFRA-ICPE_GCO-5-SATELLITE_STATUS : Satellite 100 one or more links may
be down - traffic may be impacted
RP/0/RSP0/CPU0:Aug 22 12:30:45.639 : icpe_satmgr[1168]: %PKT_INFRA-ICPE_GCO-6-
INSTALL_DONE : Image install completed on Satellite 100
RP/0/RSP0/CPU0:Aug 22 12:30:45.658 : invmgr[254]: %PLATFORM-INV-6-OIROUT : OIR:
Node 100 removed
RP/0/RSP0/CPU0:Aug 22 12:33:28.059 : icpe_satmgr[1168]: %PKT_INFRA-ICPE_GCO-5-
SATELLITE_STATUS : Satellite 100 up
RP/0/RSP0/CPU0:Aug 22 12:33:30.446 : invmgr[254]: %PLATFORM-INV-6-OIRIN : OIR:
Node 100/ inserted
RP/0/RSP0/CPU0:Aug 22 12:33:30.449 : invmgr[254]: %PLATFORM-INV-6-OIRIN : OIR:
Node 100/ inserted
LC/0/0/CPU0:Aug 22 12:33:30.495 : ifmgr[208]: %PKT_INFRA-LINK-3-UPDOWN : Interface
GigabitEthernet100/0/0/0, changed state to Up
LC/0/0/CPU0:Aug 22 12:33:30.497 : ifmgr[208]: %PKT_INFRA-LINEPROTO-5-UPDOWN : Line
protocol on Interface GigabitEthernet100/0/0/0, changed state to Up
LC/0/0/CPU0:Aug 22 12:33:43.498 : ifmgr[208]: %PKT_INFRA-LINK-3-UPDOWN : Interface
GigabitEthernet100/0/0/0, changed state to Down
LC/0/0/CPU0:Aug 22 12:33:43.498 : ifmgr[208]: %PKT_INFRA-LINEPROTO-5-UPDOWN : Line
protocol on Interface GigabitEthernet100/0/0/0, changed state to Down
LC/0/0/CPU0:Aug 22 12:33:45.487 : ifmgr[208]: %PKT_INFRA-LINK-3-UPDOWN : Interface
GigabitEthernet100/0/0/0, changed state to Up
LC/0/0/CPU0:Aug 22 12:33:45.490 : ifmgr[208]: %PKT_INFRA-LINEPROTO-5-UPDOWN : Line
protocol on Interface GigabitEthernet100/0/0/0, changed state to Up
RP/0/RSP0/CPU0:Aug 22 12:33:48.549 : invmgr[254]: %PLATFORM-INV-6-OIRIN : OIR: Node
inserted
RP/0/RSP0/CPU0:Aug 22 12:33:53.557 : invmgr[254]: %PLATFORM-INV-6-OIRIN : OIR: Node
inserted
RP/0/RSP0/CPU0:Aug 22 12:33:53.560 : invmgr[254]: %PLATFORM-INV-6-OIRIN : OIR: Node
inserted
RP/0/RSP0/CPU0:Aug 22 12:33:53.563 : invmgr[254]: %PLATFORM-INV-6-OIRIN : OIR: Node
inserted
RP/0/RSP0/CPU0:Aug 22 12:33:53.568 : invmgr[254]: %PLATFORM-INV-6-OIRIN : OIR: Node
inserted
LC/0/0/CPU0:Aug 22 12:33:57.750 : ifmgr[208]: %PKT_INFRA-LINK-3-UPDOWN : Interface
GigabitEthernet100/0/0/0, changed state to Down
LC/0/0/CPU0:Aug 22 12:33:57.750 : ifmgr[208]: %PKT_INFRA-LINEPROTO-5-UPDOWN : Line
protocol on Interface GigabitEthernet100/0/0/0, changed state to Down
RP/0/RSP0/CPU0:Aug 22 12:34:06.111 : invmgr[254]: %PLATFORM-INV-6-IF_OIRIN : xFP OIR:
SAT100/0/0 GigabitEthernet port_num: 0 is inserted, state: 1
RP/0/RSP0/CPU0:Aug 22 12:34:06.113 : invmgr[254]: %PLATFORM-INV-6-IF_OIROUT : xFP OIR:
SAT100/0/0 GigabitEthernet port_num: 0 is removed, state: 0
RP/0/RSP0/CPU0:Aug 22 12:34:06.118 : invmgr[254]: %PLATFORM-INV-6-IF_OIRIN : xFP OIR:
SAT100/0/0 GigabitEthernet port_num: 4 is inserted, state: 1
RP/0/RSP0/CPU0:ASR9001-H#show nv sat stat bri
Fri Aug 22 12:34:13.401 UTC
Sat-ID Type IP Address MAC address Status
------ -------- ------------ -------------- -------------------------------
100 asr901 10.0.100.1 4c00.8287.1de4 Connected (Act)
101 asr901 10.0.101.1 4c00.8287.2e24 Connected (Act; Transferred)
102 asr901 10.0.102.1 4c00.8287.2ec4 Connected (Act; Transferred)
Une fois que le satellite 100 est de nouveau opérationnel, basculez son chemin de données actif sur 9001G et poursuivez le processus de mise à niveau avec une mise à niveau vers le satellite 101 et enfin le satellite 102.
RP/0/RSP0/CPU0:ASR9001-G#show run nv satellite 100
Fri Aug 22 20:35:59.435 UTC
nv
satellite 100
type asr901
redundancy
host-priority 255
!
serial-number CAT1722U21S
!
!
RP/0/RSP0/CPU0:ASR9001-G#config t
Fri Aug 22 20:36:03.839 UTC
RP/0/RSP0/CPU0:ASR9001-G(config)#nv sat 100
RP/0/RSP0/CPU0:ASR9001-G(config-satellite)#redundancy
RP/0/RSP0/CPU0:ASR9001-G(config-nV-red)#host-priority 50
RP/0/RSP0/CPU0:ASR9001-G(config-nV-red)#end
Uncommitted changes found, commit them before exiting(yes/no/cancel)? [cancel]:y
RP/0/RSP0/CPU0:Aug 22 20:36:18.401 : config[65867]: %MGBL-CONFIG-6-DB_COMMIT :
Configuration committed by user 'lab'. Use 'show configuration commit changes
1000000053' to view the changes.
RP/0/RSP0/CPU0:Aug 22 20:36:18.429 : config[65867]: %MGBL-SYS-5-CONFIG_I :
Configured from console by lab on vty0 (64.102.157.220)
RP/0/RSP0/CPU0:ASR9001-G#LC/0/0/CPU0:Aug 22 20:36:20.291 : ifmgr[208]:
%PKT_INFRA-LINK-3-UPDOWN : Interface GigabitEthernet100/0/0/0, changed state to Up
LC/0/0/CPU0:Aug 22 20:36:20.293 : ifmgr[208]: %PKT_INFRA-LINEPROTO-5-UPDOWN :
Line protocol on Interface GigabitEthernet100/0/0/0, changed state to Up
RP/0/RSP0/CPU0:ASR9001-G#show nv sat stat bri
Fri Aug 22 20:37:19.041 UTC
Sat-ID Type IP Address MAC address Status
------ -------- ------------ -------------- -------------------------------
100 asr901 10.0.100.1 4c00.8287.1de4 Connected (Act)
101 asr901 10.0.101.1 4c00.8287.2e24 Connected (Stby)
102 asr901 10.0.102.1 4c00.8287.2ec4 Connected (Stby)
RP/0/RSP0/CPU0:ASR9001-G#
RP/0/RSP0/CPU0:ASR9001-H#show nv sat stat bri
Fri Aug 22 12:40:26.728 UTC
Sat-ID Type IP Address MAC address Status
------ -------- ------------ -------------- -------------------------------
100 asr901 10.0.100.1 4c00.8287.1de4 Connected (Stby)
101 asr901 10.0.101.1 4c00.8287.2e24 Connected (Act; Transferred)
102 asr901 10.0.102.1 4c00.8287.2ec4 Connected (Act; Transferred)
RP/0/RSP0/CPU0:ASR9001-H#install nv satellite 101 activate
Fri Aug 22 12:40:39.496 UTC
WARNING: This will take the requested satellite out of service.
Do you wish to continue? [confirm(y/n)] y
Install Op 3: activate: 101
1 configured satellite has been specified for activate.
1 satellite has successfully initiated activate.
RP/0/RSP0/CPU0:ASR9001-H#RP/0/RSP0/CPU0:Aug 22 12:41:11.108 : icpe_satmgr[1168]:
%PKT_INFRA-ICPE_GCO-5-SATELLITE_STATUS : Satellite 100 one or more links may be
down - traffic may be impacted
RP/0/RSP0/CPU0:Aug 22 12:41:11.108 : icpe_satmgr[1168]: %PKT_INFRA-ICPE_GCO-5-
SATELLITE_STATUS : Satellite 101 one or more links may be down - traffic may
be impacted
RP/0/RSP0/CPU0:Aug 22 12:41:11.108 : icpe_satmgr[1168]: %PKT_INFRA-ICPE_GCO-6-
INSTALL_DONE : Image install completed on Satellite 101
RP/0/RSP0/CPU0:Aug 22 12:41:11.125 : invmgr[254]: %PLATFORM-INV-6-OIROUT : OIR:
Node 100 removed
RP/0/RSP0/CPU0:Aug 22 12:41:11.134 : invmgr[254]: %PLATFORM-INV-6-OIROUT : OIR:
Node 101 removed
LC/0/0/CPU0:Aug 22 12:41:11.150 : ifmgr[208]: %PKT_INFRA-LINK-3-UPDOWN : Interface
GigabitEthernet100/0/0/0, changed state to Down
LC/0/0/CPU0:Aug 22 12:41:11.150 : ifmgr[208]: %PKT_INFRA-LINEPROTO-5-UPDOWN : Line
protocol on Interface GigabitEthernet100/0/0/0, changed state to Down
RP/0/RSP0/CPU0:Aug 22 12:44:08.154 : icpe_satmgr[1168]: %PKT_INFRA-ICPE_GCO-5-
SATELLITE_STATUS : Satellite 101 up
RP/0/RSP0/CPU0:Aug 22 12:44:10.598 : invmgr[254]: %PLATFORM-INV-6-OIRIN : OIR:
Node 101/ inserted
RP/0/RSP0/CPU0:Aug 22 12:44:14.031 : icpe_satmgr[1168]: %PKT_INFRA-ICPE_GCO-5-
SATELLITE_STATUS : Satellite 100 up
Comme le satellite 101 est activé, ceci se produit lors du rechargement :
RP/0/RSP0/CPU0:ASR9001-G#RP/0/RSP0/CPU0:Aug 22 20:39:52.241 : icpe_satmgr[1152]:
%PKT_INFRA-ICPE_GCO-5-SATELLITE_STATUS : Satellite 101 one or more links may be
down - traffic may be impacted
RP/0/RSP0/CPU0:Aug 22 20:39:52.241 : icpe_satmgr[1152]: %PKT_INFRA-ICPE_GCO-5-
SATELLITE_STATUS : Satellite 102 one or more links may be down - traffic may
be impacted
RP/0/RSP0/CPU0:Aug 22 20:39:52.257 : invmgr[253]: %PLATFORM-INV-6-OIROUT :
OIR: Node 101 removed
RP/0/RSP0/CPU0:Aug 22 20:39:52.271 : invmgr[253]: %PLATFORM-INV-6-OIROUT :
OIR: Node 102 removed
RP/0/RSP0/CPU0:Aug 22 20:42:49.285 : icpe_satmgr[1152]: %PKT_INFRA-ICPE_GCO-5-
SATELLITE_STATUS : Satellite 101 up
RP/0/RSP0/CPU0:ASR9001-G#RP/0/RSP0/CPU0:Aug 22 20:42:51.712 : invmgr[253]:
%PLATFORM-INV-6-OIRIN : OIR: Node 101/ inserted
RP/0/RSP0/CPU0:Aug 22 20:42:55.166 : icpe_satmgr[1152]: %PKT_INFRA-ICPE_GCO-5-
SATELLITE_STATUS : Satellite 102 up
RP/0/RSP0/CPU0:Aug 22 20:42:55.539 : invmgr[253]: %PLATFORM-INV-6-OIRIN : OIR:
Node 102/ inserted
Vous pouvez spécifier plusieurs satellites au lieu d'activer un satellite à la fois.
RP/0/RSP0/CPU0:ASR9001-H#install nv satellite 100-102 activate
Fri Aug 22 13:04:35.604 UTC
The operation will cause an image to be transferred where required, and then
activate new versions on the requested satellites.
WARNING: This will take the requested satellites out of service.
Do you wish to continue? [confirm(y/n)] y
Install Op 5: activate: 100-102
3 configured satellites have been specified for activate.
3 satellites have successfully initiated activate.
RP/0/RSP0/CPU0:Aug 22 13:05:07.612 : icpe_satmgr[1168]: %PKT_INFRA-ICPE_GCO-5-
SATELLITE_STATUS : Satellite 100 one or more links may be down - traffic may
be impacted
RP/0/RSP0/CPU0:Aug 22 13:05:07.612 : icpe_satmgr[1168]: %PKT_INFRA-ICPE_GCO-5-
SATELLITE_STATUS : Satellite 101 one or more links may be down - traffic may
be impacted
RP/0/RSP0/CPU0:Aug 22 13:05:07.612 : icpe_satmgr[1168]: %PKT_INFRA-ICPE_GCO-6-
INSTALL_DONE : Image install completed on Satellite 100
RP/0/RSP0/CPU0:Aug 22 13:05:07.612 : icpe_satmgr[1168]: %PKT_INFRA-ICPE_GCO-6-
INSTALL_DONE : Image install completed on Satellite 101
RP/0/RSP0/CPU0:Aug 22 13:05:07.630 : invmgr[254]: %PLATFORM-INV-6-OIROUT : OIR:
Node 100 removed
RP/0/RSP0/CPU0:Aug 22 13:05:07.640 : invmgr[254]: %PLATFORM-INV-6-OIROUT : OIR:
Node 101 removed
LC/0/0/CPU0:Aug 22 13:05:07.653 : ifmgr[208]: %PKT_INFRA-LINK-3-UPDOWN : Interface
GigabitEthernet100/0/0/0, changed state to Down
LC/0/0/CPU0:Aug 22 13:05:07.653 : ifmgr[208]: %PKT_INFRA-LINEPROTO-5-UPDOWN : Line
protocol on Interface GigabitEthernet100/0/0/0, changed state to Down
LC/0/0/CPU0:Aug 22 13:05:07.912 : ifmgr[208]: %PKT_INFRA-LINK-3-UPDOWN : Interface
GigabitEthernet0/0/0/0, changed state to Down
LC/0/0/CPU0:Aug 22 13:05:07.912 : ifmgr[208]: %PKT_INFRA-LINEPROTO-5-UPDOWN : Line
protocol on Interface GigabitEthernet0/0/0/0, changed state to Down
RP/0/RSP0/CPU0:Aug 22 13:05:07.916 : icpe_satmgr[1168]: %PKT_INFRA-ICPE_GCO-5-
SATELLITE_STATUS : Satellite 102 one or more links may be down - traffic may
be impacted
RP/0/RSP0/CPU0:Aug 22 13:05:07.916 : icpe_satmgr[1168]: %PKT_INFRA-ICPE_GCO-6-
INSTALL_DONE : Image install completed on Satellite 102
RP/0/RSP0/CPU0:Aug 22 13:05:07.934 : invmgr[254]: %PLATFORM-INV-6-OIROUT : OIR:
Node 102 removed
RP/0/RSP0/CPU0:ASR9001-H#show nv sat stat bri
Fri Aug 22 13:06:12.255 UTC
Sat-ID Type IP Address MAC address Status
------ -------- ------------ -------------- -------------------------------
100 asr901 10.0.100.1 0000.0000.0000 Discovery Stalled; Conflict:
interface is down
101 asr901 10.0.101.1 0000.0000.0000 Discovery Stalled; Conflict:
interface is down
102 asr901 10.0.102.1 0000.0000.0000 Discovery Stalled; Conflict:
interface is down
Cette section fournit un exemple de mise à niveau vers un code satellite ultérieur et les déclencheurs de la fonctionnalité de mise à niveau automatique.
RP/0/RSP1/CPU0:AE(admin)#install activate disk0:asr9k-asr901-nV-px-5.3.2.12I
Thu Jun 18 20:19:21.299 UTC
Install operation 2 '(admin) install activate disk0:asr9k-asr901-nV-px-5.3.2.12I'
Info: Install Method: Parallel Process Restart
The install operation will continue asynchronously.
Install operation 2: load phase started at 20:19:43 UTC Thu Jun 18 2015.
Info: The changes made to software configurations will not be persistent
Info: across system reloads. Use the command '(admin) install commit' to
Info: make changes persistent.
Info: Please verify that the system is consistent following the software
Info: change using the following commands:
Info: show system verify
Info: install verify packages
RP/0/RSP1/CPU0:Jun 18 20:19:21.373 : instdir[251]:
%INSTALL-INSTMGR-6-INSTALL_OPERATION_STARTED : Install operation 2 '(admin)
install activate mem:asr9k-asr901-nV-px-5.3.2.12I' started by user 'started
by user 'lab' via CLI at 20:19:21 UTC Thu Jun 18 2015.
lab'
RP/0/RSP1/CPU0:Jun 18 20:19:58.402 : firmware_manager[235]:
%PLATFORM-UPGRADE_FPD-6-FW_MGR_OPERATION_INFO : AUTO_FPD_UPGRADE_INFO: FW_MGR:
auto fpd-upgrade CLI not configured. Return!
RP/0/RSP1/CPU0:Jun 18 20:20:01.422 : sysmgr[94]: %OS-SYSMGR-7-INSTALL_NOTIFICATION
: notification of software installation received
LC/0/0/CPU0:Jun 18 20:20:02.236 : sysmgr[91]: %OS-SYSMGR-7-INSTALL_NOTIFICATION :
notification of software installation received
LC/0/0/CPU0:Jun 18 20:20:02.250 : sysmgr[91]: %OS-SYSMGR-7-INSTALL_FINISHED :
software installation is finished
RP/0/RSP1/CPU0:Jun 18 20:20:06.432 : sysmgr[94]: %OS-SYSMGR-7-INSTALL_FINISHED :
software installation is finished
RP/0/RSP1/CPU0:Jun 18 20:20:18.772 : icpe_satmgr[1154]:
%PKT_INFRA-ICPE_GCO-4-SATELLITE_UPGRADE_ON_CONNECT_SET : Satellite 100 has been
configured to auto-update on re-connection and is currently not using a current
version. If the satellite control session is re-established, then the satellite
will update and be temporarily out of service.
RP/0/RSP1/CPU0:Jun 18 20:20:23.075 : instdir[251]:
%INSTALL-INSTMGR-6-INSTALL_OPERATION_COMPLETED_SUCCESSFULLY : Install operation
2 completed successfully
RP/0/RSP1/CPU0:Jun 18 20:22:04.756 : icpe_satmgr[1154]:
%PKT_INFRA-ICPE_GCO-6-VERSION_NOTCURRENT : Satellite 100 is running a software
version which is not current. Auto-upgrade scheduled.
RP/0/RSP1/CPU0:Jun 18 20:22:04.756 : icpe_satmgr[1154]:
%PKT_INFRA-ICPE_GCO-4-SATELLITE_UPGRADE_ON_CONNECT_SET : Satellite 100 has been
configured to auto-update on re-connection and is currently not using a current
version. If the satellite control session is re-established, then the satellite
will update and be temporarily out of service.
RP/0/RSP1/CPU0:Jun 18 20:22:04.884 : icpe_satmgr[1154]:
%PKT_INFRA-ICPE_GCO-5-VERSION_AUTOUPGRADE_STARTED : Auto-upgrade started for
1 satellite.
RP/0/RSP1/CPU0:Jun 18 20:27:22.438 : icpe_satmgr[1154]:
%PKT_INFRA-ICPE_GCO-6-TRANSFER_DONE : Image transfer completed on Satellite 100
LC/0/0/CPU0:Jun 18 20:27:48.995 : ifmgr[211]: %PKT_INFRA-LINK-3-UPDOWN :
Interface GigabitEthernet0/0/0/10, changed state to Down
LC/0/0/CPU0:Jun 18 20:27:48.995 : ifmgr[211]: %PKT_INFRA-LINEPROTO-5-UPDOWN :
Line protocol on Interface GigabitEthernet0/0/0/10, changed state to Down
RP/0/RSP1/CPU0:Jun 18 20:27:48.996 : icpe_satmgr[1154]:
%PKT_INFRA-ICPE_GCO-6-INSTALL_DONE : Image install completed on Satellite 100
LC/0/0/CPU0:Jun 18 20:27:50.476 : vic_0[367]: %PLATFORM-VIC-4-SIGNAL :
Interface GigabitEthernet0/0/0/10, Detected Signal failure
LC/0/0/CPU0:Jun 18 20:29:16.741 : ifmgr[211]: %PKT_INFRA-LINK-3-UPDOWN :
Interface GigabitEthernet0/0/0/10, changed state to Up
LC/0/0/CPU0:Jun 18 20:29:57.670 : ifmgr[211]: %PKT_INFRA-LINK-3-UPDOWN :
Interface GigabitEthernet0/0/0/10, changed state to Down
LC/0/0/CPU0:Jun 18 20:29:58.213 : vic_0[367]: %PLATFORM-VIC-4-RX_LOS :
Interface GigabitEthernet0/0/0/10, Detected Rx Loss of Signal
LC/0/0/CPU0:Jun 18 20:29:58.224 : ifmgr[211]: %PKT_INFRA-LINK-3-UPDOWN :
Interface GigabitEthernet0/0/0/10, changed state to Up
LC/0/0/CPU0:Jun 18 20:30:25.019 : ifmgr[211]: %PKT_INFRA-LINEPROTO-5-UPDOWN :
Line protocol on Interface GigabitEthernet0/0/0/10, changed state to Up
RP/0/RSP1/CPU0:Jun 18 20:30:28.969 : icpe_satmgr[1154]:
%PKT_INFRA-ICPE_GCO-5-SATELLITE_STATUS : Satellite 100 up
Voici une liste des versions attendues pour un satellite.
Version XR | Première livraison client (FCS) ou mise à niveau de maintenance logicielle (SMU) | Type d'image | Version de l'image | Notes |
4.2.1 | FCS | Cisco IOS / Noyau | 202.0 (151-3.SVA) | 202-209.9 |
ROMMMON | 125 | |||
FPGA | 1.13 | |||
4.2.3 | FCS | Cisco IOS / Noyau | 210 (151-3.SVB) | 210-219.9 |
ROMMMON | 125 | |||
FPGA | 1.13 | |||
CSCuc59715 | Cisco IOS / Noyau | 211 | ||
ROMMMON | 125 | |||
FPGA | 1.13 | |||
CSCty86900 | Cisco IOS / Noyau | 212 | ||
ROMMMON | 125 | |||
FPGA | 1.13 | |||
CSCul09549 | Cisco IOS / Noyau | 213 | ||
ROMMMON | 125 | |||
FPGA | 1.13 | |||
4.3.0 | FCS | Cisco IOS / Noyau | 252 (151-3.SVC) | 250-259.9 |
ROMMMON | 125 | |||
FPGA | 1.13 | |||
4.3.1 | FCS | Cisco IOS / Noyau | 276 (151-3.SVD) | |
ROMMMON | 125 | |||
FPGA | 1.13 | |||
CSCuj97259 | Cisco IOS / Noyau | 277 | ||
ROMMMON | 125 | |||
FPGA | 1.13 | |||
CSCui77863 | Cisco IOS / Noyau | 278 | ||
ROMMMON | 125 | |||
FPGA | 1.13 | |||
CSCuj97259 | Cisco IOS / Noyau | 279 | ||
ROMMMON | 125 | |||
FPGA | 1.13 | |||
4.3.2 | Cisco IOS / Noyau | 285 (151-3.SVF) | ||
ROMMMON | 125 | |||
FPGA | 1.13 | |||
4.3.4 | Cisco IOS / Noyau | 287 (151-3.SVFa) | On pourrait dire que 285 sont disponibles, c'est faux. | |
ROMMMON | 125 | |||
FPGA | 1.13 | |||
5.1.0 | Cisco IOS / Noyau | 292 (151-3.SVE) | ||
ROMMMON | 125 | |||
FPGA | 1.13 | |||
5.1.1 | Cisco IOS / Noyau | 322,6 (151-3,SVG) | ||
ROMMMON | 126 | Pour utiliser les fonctionnalités avancées, un satellite doit exécuter cette version. | ||
FPGA | 1.13 | |||
5.1.2 | Cisco IOS / Noyau | 327 (151-3.SVG2) | ||
ROMMMON | 127 | |||
FPGA | 1.13 | |||
5.1.3 | Cisco IOS / Noyau | 338.1 (151-3.SVI) | ||
ROMMMON | 127 | |||
FPGA | 1.13 | |||
5.2.0 | Cisco IOS / Noyau | 353 (151-3.SVH) | ||
ROMMMON | 127 | |||
FPGA | 1.13 | |||
5.2.1 | Cisco IOS / Noyau | 353 (151-3.SVH) | ||
ROMMMON | 127 | |||
FPGA | 1.13 | |||
5.2.2 | Cisco IOS / Noyau | 378 (151-3.SVH2) | ||
ROMMMON | 127 | |||
FPGA | 1.13 | |||
5.3.0 | Cisco IOS / Noyau | 530.101 (151-3.SVI) | ||
ROMMMON | 127.0 | |||
FPGA | 1.13 | |||
5.3.1 | Cisco IOS / Noyau | 531.101 | ||
ROMMMON | 127.0 | |||
FPGA | 1.13 | |||
5.3.2 | Cisco IOS / Noyau | 532.101 | ||
ROMMMON | 127.0 | |||
FPGA | 1.13 |
Version XR | FCS ou SMU | Type d'image | Version de l'image | Notes |
4.3.0 | FCS | Cisco IOS / Noyau | 1212.1 | |
ROMMMON | 2.1 | |||
FPGA | S/O | |||
4.3.1 | FCS | Cisco IOS / Noyau | 1304.23 | |
ROMMMON | 2.1 | |||
FPGA | S/O | |||
4.3.2 | FCS | Cisco IOS / Noyau | 1308.18 | |
ROMMMON | 2.1 | |||
FPGA | S/O | |||
4.3.4 | FCS | Cisco IOS / Noyau | 1312.06 | |
ROMMMON | 2.1 | |||
FPGA | S/O | |||
5.1.0 | FCS | Cisco IOS / Noyau | 1308.18 | |
ROMMMON | 2.1 | |||
FPGA | S/O | |||
5.1.1 | FCS | Cisco IOS / Noyau | 1401.13 | |
ROMMMON | 2.1 | |||
FPGA | S/O | |||
5.1.2 | FCS | Cisco IOS / Noyau | 1404.11 | |
ROMMMON | 2.1 | |||
FPGA | S/O | |||
5.1.3 | FCS | Cisco IOS / Noyau | 1408.01 | |
ROMMMON | 2.1 | |||
FPGA | S/O | |||
5.2.0 | FCS | Cisco IOS / Noyau | 1406.12 | |
ROMMMON | 2.1 | |||
FPGA | S/O | |||
5.2.1 | FCS | Cisco IOS / Noyau | 1406.12 | |
ROMMMON | 2.1 | |||
FPGA | S/O | |||
5.2.2 | FCS | Cisco IOS / Noyau | 1409.29 | |
ROMMMON | 2.1 | |||
FPGA | S/O | |||
5.3.0 | FCS | Cisco IOS / Noyau | 1409.29 | |
ROMMMON | 2.1 | |||
FPGA | S/O |
Saw the following message which indicates something blocking the image transfer
SAT9K_IMG_DOWNLOADER-3-TFTP_READ_FAIL: FTP download failure for 4502A1__.FPG with
error code:-3
Suggestion : Vérifiez la configuration MPP (Management Plane Protection) afin de vous assurer que TFTP est défini sur autorisé pour le port ICL (Inter-Chassis Link).
Dans ce scénario, l'unité ICPE (Interface Control Plane Extender) signale que l'installation est terminée, mais lorsque vous vérifiez le satellite, il n'exécute pas la dernière version.
RP/0/RSP0/CPU0:asr9k#install nv satellite 101 transfer progress
Wed Dec 18 16:36:43.381 CST
1 configured satellite has been specified for transfer.
1 satellite has successfully initiated transfer.
| Working...RP/0/RSP0/CPU0:Dec 18 16:37:00.072 CST: icpe_gco[1148]:
%PKT_INFRA-ICPE_
GCO-6-TRANSFER_DONE : Image transfer completed on Satellite 101
Press Ctrl+C at any time to stop displaying the current progress.
Completed.
1 satellite has successfully completed the transfer operation: 101.
RP/0/RSP0/CPU0:asr9k#install nv satellite 101 activate progress
Wed Dec 18 16:37:26.943 CST
WARNING: This will take the requested satellite out of service.
Do you wish to continue? [confirm(y/n)] y
1 configured satellite has been specified for install.
1 satellite has successfully initiated install.
<snip>
RP/0/RSP0/CPU0:Dec 18 16:37:29.962 CST: icpe_gco[1148]:
%PKT_INFRA-ICPE_GCO-6-INSTALL_DONE :
Image install completed on Satellite 101
RP/0/RSP0/CPU0:Dec 18 16:37:29.968 CST: invmgr[262]:
%PLATFORM-INV-6-OIROUT : OIR: Node 101
removed
Completed.
1 satellite has successfully completed the install operation: 101.
RP/0/RSP0/CPU0:asr9k#show nv satellite status satellite 101
Wed Dec 18 16:39:09.258 CST
Satellite 101
-------------
State: Connected (Stable)
Type: asr9000v
MAC address: 8478.ac05.8a14
IPv4 address: 101.101.101.101
Configured Serial Number: CAT1733U1K2
Received Serial Number: CAT1733U1K2
Remote version: Compatible (not latest version)
ROMMON: 125.0 (Latest)
FPGA: 1.13 (Latest)
IOS: 210.0 (Available: 292.0)
Que faut-il examiner ?
Un problème connu se produit lorsque vous effectuez une mise à niveau de la version 5.1.1 vers la version 5.1.2 ou lorsque vous effectuez une mise à niveau qui peut entraîner l'échec de la mise à niveau, ce qui est documenté dans l'ID de bogue Cisco CSCuo41004.
<B>Symptom:</B>
During an upgrade from 5.1.1 or downgrade to 5.1.1 scenario, both hosts of a dual
head satellite configuration become the standby host for the satellite. This
stops traffic.
<B>Conditions:</B>
A dual head topology for nV ICPE configuration and one of the hosts being 5.1.1, with
the other being a later version.
<B>Workaround:</B>
Ensure that the secondary host is the host that is running 5.1.1. So during an upgrade
from 5.1.1, then upgrade the primary host first; during a downgrade to 5.1.1, then
downgrade the secondary host first.
The primary host can be identified using the <cmdBold>show nv satellite protocol
redundacy<noCmdBold> command.
An alternative option (if only a few satellites have been configured) is to explicitly
configure host priorities for the 2 hosts.
<B>Further Problem Description:</B>
The dual system will recover when both systems have the same version.
If testing between versions is required, then the user must explicitly configure host
priorities.