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 à services d'agrégation Cisco de la gamme 9000 (ASR9K) auquel des satellites sont connectés. Une attention particulière est nécessaire afin de réduire les éventuelles interruptions 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 :
Grâce à la fonction de mise à niveau automatique, vous pouvez automatiser la deuxième option, ce qui fait que celle-ci fonctionne comme la première option et repousse 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 du dispositif programmable sur site (FPD).
La commande qui est utilisée afin d'activer la fonctionnalité de mise à niveau automatique est upgrade on-connect, qui est configurée sous le sous-mode de configuration nv satellite [ID satellite] :
nv
satellite 100
type asr901
upgrade on-connect
!
Dans le scénario à hébergement unique, un satellite n'est connecté qu'à un seul ASR9K, ce qui signifie que deux rechargements sont visibles sur le satellite. Le premier rechargement de 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 satellite Cisco IOS mis à niveau.
Pour ce type de mise à niveau, suivez les étapes de la section Mise à niveau 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 afin de minimiser toute panne de trafic.
En supposant que les deux hôtes ASR9K doivent être mis à jour en premier et que le satellite doit être mis à jour en dernier, ou même ultérieurement, prenez les mesures suivantes afin de minimiser toute panne :
Voici les détails de ces étapes, sans les étapes répétitives.
Cet exemple comporte un anneau satellite (100, 101, 102) avec les satellites 100 et 102 actifs sur l'hôte 1 (9001-G) et le satellite 101 actif sur 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 vérifications indiquent que tous les satellites sont connectés, la configuration doit être correcte. Si des satellites ne sont pas à l'état connected sur l'un ou l'autre ASR9K, alors un dépannage supplémentaire peut être nécessaire.
Cette configuration est utilisée tout au long de 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, alors 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 consiste à 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 basculent vers 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>, respectivement. Une fois ces packages activés sur l’hôte, un satellite peut être mis à niveau.
Afin de télécharger et d'activer l'image logicielle sur un satellite, utilisez la commande install nv satellite dans le mode EXEC.
install nv satellite { satellite id | all } { transfer | activate }
Description de la syntaxe
identification du satellite |
Spécifie l'identificateur unique du satellite sur lequel l'image doit être transférée. |
tout |
Exécute l'opération sur tous les satellites actuellement actifs qui ne se trouvent pas encore dans la version cible. |
virement |
Télécharge l'image de l'hôte vers le périphérique satellite. |
activer |
Effectue l'installation sur le satellite. |
Une fois que vous avez émis la commande install nv satellite et que le satellite se recharge, le résultat de show nv satellite status doit afficher que les versions ROMMON, FPGA (Field-Programmable Gate Array) et Cisco IOS sont les plus récentes. Si l'un de ces éléments ne correspond pas à la dernière version, un dépannage supplémentaire est nécessaire afin de 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.
Alors qu'un satellite dans un anneau peut basculer rapidement (généralement moins d'une seconde) 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.
Ainsi, 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 que SAT101 sera de nouveau 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 SAT101 est mis à niveau à partir de 9001H ?
R : Lorsque le satellite 101 se recharge, le satellite 100 perd sa liaison de contrôle vers 9001H et passe à 9001G. Le satellite 102 perd sa connexion au 9001G, mais le plan de données ne bascule 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 recommence à commuter et commence à utiliser à nouveau 9001H comme chemin de plan de données principal.
Cette commande permet de vérifier l'état du plan de données pour chaque satellite, avec 9001G comme état de veille et 9001H comme état actif.
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 à 9001G et actifs à 9001H. Cela signifie que le satellite 100 effectue une seconde 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 de satellite qu'avant.
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, parce que tous les satellites sont actifs à 9001H, activer le satellite 100 d'abord. De ce fait, le 9001G perd les connexions de contrôle vers 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 le satellite 100 rétabli, 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é, cela se produit lorsqu'il se recharge :
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 seul 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 la fonction de mise à niveau automatique se déclenche.
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 | Remarques |
4.2.1 | FCS | Cisco IOS / Noyau | 202.0 (151-3.SVA) | 202-209.9 |
ROMMON | 125 | |||
FPGA | 1.13 | |||
4.2.3 | FCS | Cisco IOS / Noyau | 210 (151-3,60 SVB) | 210-219.9 |
ROMMON | 125 | |||
FPGA | 1.13 | |||
CSCuc59715 | Cisco IOS / Noyau | 211 | ||
ROMMON | 125 | |||
FPGA | 1.13 | |||
CSCty86900 | Cisco IOS / Noyau | 212 | ||
ROMMON | 125 | |||
FPGA | 1.13 | |||
CSCul09549 | Cisco IOS / Noyau | 213 | ||
ROMMON | 125 | |||
FPGA | 1.13 | |||
4.3.0 | FCS | Cisco IOS / Noyau | 252 (151-3.SVC) | 250-259.9 |
ROMMON | 125 | |||
FPGA | 1.13 | |||
4.3.1 | FCS | Cisco IOS / Noyau | 276 (151-3.SVD) | |
ROMMON | 125 | |||
FPGA | 1.13 | |||
CSCuj97259 | Cisco IOS / Noyau | 277 | ||
ROMMON | 125 | |||
FPGA | 1.13 | |||
CSCui77863 | Cisco IOS / Noyau | 278 | ||
ROMMON | 125 | |||
FPGA | 1.13 | |||
CSCuj97259 | Cisco IOS / Noyau | 279 | ||
ROMMON | 125 | |||
FPGA | 1.13 | |||
4.3.2 | Cisco IOS / Noyau | 285 (151-3.SVF) | ||
ROMMON | 125 | |||
FPGA | 1.13 | |||
4.3.4 | Cisco IOS / Noyau | 287 (151-3.SVFa) | Il peut dire 285 disponible, c'est faux. | |
ROMMON | 125 | |||
FPGA | 1.13 | |||
5.1.0 | Cisco IOS / Noyau | 292 (151-3.SVE) | ||
ROMMON | 125 | |||
FPGA | 1.13 | |||
5.1.1 | Cisco IOS / Noyau | 322,6 (151-3,SVG) | ||
ROMMON | 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) | ||
ROMMON | 127 | |||
FPGA | 1.13 | |||
5.1.3 | Cisco IOS / Noyau | 338,1 (151-3,SVI) | ||
ROMMON | 127 | |||
FPGA | 1.13 | |||
5.2.0 | Cisco IOS / Noyau | 353 (151-3,SVH) | ||
ROMMON | 127 | |||
FPGA | 1.13 | |||
5.2.1 | Cisco IOS / Noyau | 353 (151-3,SVH) | ||
ROMMON | 127 | |||
FPGA | 1.13 | |||
5.2.2 | Cisco IOS / Noyau | 378 (151-3,SVH2) | ||
ROMMON | 127 | |||
FPGA | 1.13 | |||
5.3.0 | Cisco IOS / Noyau | 530.101 (151-3.SVI) | ||
ROMMON | 127.0 | |||
FPGA | 1.13 | |||
5.3.1 | Cisco IOS / Noyau | 531.101 | ||
ROMMON | 127.0 | |||
FPGA | 1.13 | |||
5.3.2 | Cisco IOS / Noyau | 532.101 | ||
ROMMON | 127.0 | |||
FPGA | 1.13 |
Version XR | FCS ou SMU | Type d'image | Version de l'image | Remarques |
4.3.0 | FCS | Cisco IOS / Noyau | 1212.1 | |
ROMMON | 2.1 | |||
FPGA | S/O | |||
4.3.1 | FCS | Cisco IOS / Noyau | 1304.23 | |
ROMMON | 2.1 | |||
FPGA | S/O | |||
4.3.2 | FCS | Cisco IOS / Noyau | 1308.18 | |
ROMMON | 2.1 | |||
FPGA | S/O | |||
4.3.4 | FCS | Cisco IOS / Noyau | 1312.06 | |
ROMMON | 2.1 | |||
FPGA | S/O | |||
5.1.0 | FCS | Cisco IOS / Noyau | 1308.18 | |
ROMMON | 2.1 | |||
FPGA | S/O | |||
5.1.1 | FCS | Cisco IOS / Noyau | 1401.13 | |
ROMMON | 2.1 | |||
FPGA | S/O | |||
5.1.2 | FCS | Cisco IOS / Noyau | 1404.11 | |
ROMMON | 2.1 | |||
FPGA | S/O | |||
5.1.3 | FCS | Cisco IOS / Noyau | 1408.01 | |
ROMMON | 2.1 | |||
FPGA | S/O | |||
5.2.0 | FCS | Cisco IOS / Noyau | 1406.12 | |
ROMMON | 2.1 | |||
FPGA | S/O | |||
5.2.1 | FCS | Cisco IOS / Noyau | 1406.12 | |
ROMMON | 2.1 | |||
FPGA | S/O | |||
5.2.2 | FCS | Cisco IOS / Noyau | 1409.29 | |
ROMMON | 2.1 | |||
FPGA | S/O | |||
5.3.0 | FCS | Cisco IOS / Noyau | 1409.29 | |
ROMMON | 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 de la protection du plan de gestion (MPP) afin de vous assurer que TFTP est autorisé pour le port Inter-Chassis Link (ICL).
Dans ce scénario, l'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)
Éléments à examiner :
Il y a un problème connu 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 vers une version antérieure qui peut entraîner l'échec de la mise à niveau, qui est documenté dans le bogue Cisco ayant l'ID 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.
Révision | Date de publication | Commentaires |
---|---|---|
1.0 |
21-Apr-2016 |
Première publication |